.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 10rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #060606 !important;
}
.bg-success {
  background-color: #2e96ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #dc5400 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #060606, #060606 65%, #393939) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #202020 !important;
  border-color: #202020 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #d4af37, #d4af37 65%, #e6d18b) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ddc061 !important;
  border-color: #ddc061 !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #2e96ff, #2e96ff 65%, #94c9ff) !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !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.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #060606;
  color: #060606;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d4af37;
  color: #d4af37;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #947920 !important;
  background-color: transparent !important;
  border-color: #947920 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e96ff;
  color: #2e96ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006bd6 !important;
  background-color: transparent !important;
  border-color: #006bd6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #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.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #060606 !important;
}
.text-secondary {
  color: #d4af37 !important;
}
.text-success {
  color: #2e96ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #dc5400 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #886f1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0063c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #762d00 !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: #060606;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #dcb300;
}
.alert-danger {
  background-color: #dc5400;
}
.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: #060606;
  border-color: #060606;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #060606;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fafcff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcaa9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #060606 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #060606;
}
/* 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: #060606;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #060606;
}
.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: #060606;
  border-bottom-color: #060606;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #060606 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d4af37 !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='%23060606' %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,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 0 !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-ufFEiZtwns {
  background-color: transparent;
}
.cid-ufFEiZtwns .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-ufFEiZtwns .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-ufFEiZtwns .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufFEiZtwns .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ufFEiZtwns .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ufFEiZtwns .menu_box .navbar.opened,
  .cid-ufFEiZtwns .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ufFEiZtwns .navbar-dropdown {
  position: relative !important;
}
.cid-ufFEiZtwns .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ufFEiZtwns .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufFEiZtwns .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufFEiZtwns .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-ufFEiZtwns .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufFEiZtwns .btn:hover {
  box-shadow: none;
}
.cid-ufFEiZtwns .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-ufFEiZtwns .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-ufFEiZtwns .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-ufFEiZtwns .nav-item {
    margin: 0 !important;
  }
}
.cid-ufFEiZtwns .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-ufFEiZtwns .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-ufFEiZtwns .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-ufFEiZtwns .nav-item .nav-link:hover,
.cid-ufFEiZtwns .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-ufFEiZtwns .nav-item .nav-link:hover::before,
.cid-ufFEiZtwns .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-ufFEiZtwns .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufFEiZtwns .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufFEiZtwns .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufFEiZtwns .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufFEiZtwns .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ufFEiZtwns .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufFEiZtwns .offcanvas_box {
    display: none;
  }
}
.cid-ufFEiZtwns .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufFEiZtwns .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufFEiZtwns .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufFEiZtwns .container {
  display: flex;
  margin: auto;
}
.cid-ufFEiZtwns .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-ufFEiZtwns .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufFEiZtwns .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-ufFEiZtwns .navbar-nav {
    margin: 0;
  }
}
.cid-ufFEiZtwns .dropdown-menu,
.cid-ufFEiZtwns .navbar.opened {
  background-color: true !important;
}
.cid-ufFEiZtwns .nav-item:focus,
.cid-ufFEiZtwns .nav-link:focus {
  outline: none;
}
.cid-ufFEiZtwns .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufFEiZtwns .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufFEiZtwns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufFEiZtwns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufFEiZtwns .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufFEiZtwns .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufFEiZtwns .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufFEiZtwns .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufFEiZtwns .navbar.opened {
  transition: all 0.3s;
}
.cid-ufFEiZtwns .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufFEiZtwns .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-ufFEiZtwns .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufFEiZtwns .navbar.collapsed {
  justify-content: center;
}
.cid-ufFEiZtwns .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufFEiZtwns .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufFEiZtwns .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufFEiZtwns .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufFEiZtwns .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufFEiZtwns .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufFEiZtwns .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufFEiZtwns .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufFEiZtwns .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ufFEiZtwns .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufFEiZtwns .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufFEiZtwns .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufFEiZtwns .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufFEiZtwns .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufFEiZtwns .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufFEiZtwns .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufFEiZtwns .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufFEiZtwns .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufFEiZtwns .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ufFEiZtwns .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufFEiZtwns .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufFEiZtwns .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufFEiZtwns .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufFEiZtwns .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufFEiZtwns .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufFEiZtwns .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ufFEiZtwns .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufFEiZtwns .dropdown-item.active,
.cid-ufFEiZtwns .dropdown-item:active {
  background-color: transparent;
}
.cid-ufFEiZtwns .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-ufFEiZtwns .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufFEiZtwns .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufFEiZtwns .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufFEiZtwns ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufFEiZtwns .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufFEiZtwns button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-ufFEiZtwns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufFEiZtwns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufFEiZtwns button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufFEiZtwns button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufFEiZtwns button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufFEiZtwns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufFEiZtwns nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufFEiZtwns nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufFEiZtwns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufFEiZtwns a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufFEiZtwns .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufFEiZtwns .navbar {
    height: 70px;
  }
  .cid-ufFEiZtwns .navbar.opened {
    height: auto;
  }
  .cid-ufFEiZtwns .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufFEiZtwns .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-ufFEiZtwns .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-ufFEiZtwns .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufFEiZtwns .text_widget {
  margin-bottom: 32px;
}
.cid-ufFEiZtwns .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ufFEiZtwns .text_widget a:hover,
.cid-ufFEiZtwns .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-ufFEiZtwns .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-ufFEiZtwns .navbar-caption {
  color: #ffffff;
}
.cid-ufFEiZtwns .mbr-section-subtitle,
.cid-ufFEiZtwns .text_widget,
.cid-ufFEiZtwns .mbr-section-btn {
  text-align: center;
}
.cid-ufFEiZtwns a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufFEj7Rmda {
  background-image: url("../../../assets/images/764b250e-3433-4274-994c-a2d27941f038-cleanup.webp");
}
.cid-ufFEj7Rmda .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEj7Rmda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEj7Rmda .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEj7Rmda .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .mbr-section-title {
  color: #ffffff;
}
.cid-ufFEj7Rmda .mbr-desc,
.cid-ufFEj7Rmda .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFEj7Rmda .mbr-text,
.cid-ufFEj7Rmda .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFEj7Rmda .mbr-section-title,
.cid-ufFEj7Rmda .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-ufFEj7Rmda .mbr-desc,
.cid-ufFEj7Rmda .desc-wrapper {
  color: #ffffff;
}
.cid-uJKxRD4Got {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJKxRD4Got .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKxRD4Got .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKxRD4Got .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKxRD4Got .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJKxRD4Got .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKxRD4Got .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKxRD4Got .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKxRD4Got .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKxRD4Got .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJKxRD4Got .image-wrapper img {
    height: 350px;
  }
}
.cid-uJKxRD4Got .mbr-section-title {
  color: #ffffff;
}
.cid-uJKxRD4Got .mbr-text,
.cid-uJKxRD4Got .text-wrapper {
  color: #9aa0a6;
}
.cid-uJKxRD4Got .mbr-section-title,
.cid-uJKxRD4Got .mbr-section-btn {
  color: #d4af37;
}
.cid-ufFElC0fS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFElC0fS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFElC0fS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFElC0fS2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFElC0fS2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFElC0fS2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFElC0fS2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFElC0fS2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .item {
    margin-bottom: 28px;
  }
}
.cid-ufFElC0fS2 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ufFElC0fS2 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-ufFElC0fS2 .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-ufFElC0fS2 .mbr-text,
.cid-ufFElC0fS2 .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-ufFElC0fS2 .item-title {
  color: #ffffff;
}
.cid-ufFElC0fS2 .item-title,
.cid-ufFElC0fS2 .mbr-section-btn {
  color: #d4af37;
  text-align: center;
}
.cid-uJKBVPtV1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKBVPtV1X .item:focus,
.cid-uJKBVPtV1X span:focus {
  outline: none;
}
.cid-uJKBVPtV1X .item {
  cursor: pointer;
}
.cid-uJKBVPtV1X .grid-container {
  grid-row-gap: 24px;
}
.cid-uJKBVPtV1X .grid-container-1,
.cid-uJKBVPtV1X .grid-container-2 {
  gap: 0 24px;
}
.cid-uJKBVPtV1X .mbr-section-title {
  margin-bottom: 80px;
  color: #d4af37;
  text-align: center;
}
.cid-uJKBVPtV1X .content-head {
  max-width: 800px;
}
.cid-uJKBVPtV1X .container,
.cid-uJKBVPtV1X .container-fluid {
  overflow: hidden;
}
.cid-uJKBVPtV1X .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  position: relative;
  z-index: 1;
}
.cid-uJKBVPtV1X .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJKBVPtV1X .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJKBVPtV1X .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uJKBVPtV1X .grid-container-1,
.cid-uJKBVPtV1X .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uJKBVPtV1X .grid-container-1 {
  align-items: flex-end;
}
.cid-uJKBVPtV1X .grid-container-2 {
  align-items: flex-start;
}
.cid-ufFEnDqGcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d5d36aba-2f20-4f92-983d-65017e0d4236.jpeg-1600x1200.jpg");
}
.cid-ufFEnDqGcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEnDqGcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEnDqGcz .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-ufFEnDqGcz .image-wrap {
    height: 350px;
  }
}
.cid-uOpVcPIOc1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-uOpVcPIOc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpVcPIOc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOpVcPIOc1 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uOpVcPIOc1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOpVcPIOc1 .container {
    padding: 0 20px;
  }
}
.cid-uOpVcPIOc1 .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #060606;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uOpVcPIOc1 .row {
    padding: 46px 10px 46px;
  }
}
.cid-uOpVcPIOc1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOpVcPIOc1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOpVcPIOc1 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uOpVcPIOc1 .item:first-child {
  margin-bottom: 0;
}
.cid-uOpVcPIOc1 .item:last-child {
  margin-bottom: 0;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-uOpVcPIOc1 .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #060606;
  background-color: #000000;
}
.cid-uOpVcPIOc1 .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #060606;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uOpVcPIOc1 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uOpVcPIOc1 .mbr-section-title {
  color: #ffffff;
}
.cid-uOpVcPIOc1 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uOpVcPIOc1 .card-title {
  color: #ffffff;
}
.cid-uOpVcPIOc1 .card-name {
  color: #ffcf00;
  text-align: center;
}
.cid-uOpVcPIOc1 .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uOpVcPIOc1 .mbr-section-title,
.cid-uOpVcPIOc1 .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uOpVcPIOc1 .card-title,
.cid-uOpVcPIOc1 .icon-wrapper {
  text-align: center;
  color: #ff6200;
}
.cid-uOpUWeGJVu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uOpUWeGJVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpUWeGJVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOpUWeGJVu .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uOpUWeGJVu .container {
    padding: 10px 8px;
  }
}
.cid-uOpUWeGJVu .row {
  border-radius: 25px;
  background-color: #060606;
  box-shadow: inset 0 0 5rem #000000;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uOpUWeGJVu .row {
    padding: 50px 2px 34px;
  }
}
.cid-uOpUWeGJVu .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uOpUWeGJVu .item .item-wrapper {
  background-color: #060606;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-uOpUWeGJVu .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uOpUWeGJVu .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uOpUWeGJVu .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-uOpUWeGJVu .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-uOpUWeGJVu .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-uOpUWeGJVu .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-uOpUWeGJVu .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-uOpUWeGJVu .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uOpUWeGJVu .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uOpUWeGJVu .card-name {
  color: #222222;
}
.cid-uOpUWeGJVu .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uOpUWeGJVu .card-name,
.cid-uOpUWeGJVu .item-img {
  text-align: center;
  color: #d4af37;
}
.cid-uJKJTu59FZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKJTu59FZ .mbr-section-head {
  padding: 0 1rem;
}
.cid-uJKJTu59FZ img,
.cid-uJKJTu59FZ .item-img {
  width: 100%;
}
.cid-uJKJTu59FZ .item:focus,
.cid-uJKJTu59FZ span:focus {
  outline: none;
}
.cid-uJKJTu59FZ .item-wrapper {
  position: relative;
}
.cid-uJKJTu59FZ .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJKJTu59FZ .slide-content:hover .item-content {
  background: #d4af37;
}
.cid-uJKJTu59FZ .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-uJKJTu59FZ .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-uJKJTu59FZ .item-content {
  background: #000000;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uJKJTu59FZ .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-uJKJTu59FZ .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-uJKJTu59FZ .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #d4af37;
  transition: all .4s ease;
}
.cid-uJKJTu59FZ .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-uJKJTu59FZ .item-person {
  margin-top: 40px;
}
.cid-uJKJTu59FZ .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-uJKJTu59FZ .item-person .item-title {
  margin: 0;
}
.cid-uJKJTu59FZ .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-uJKJTu59FZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uJKJTu59FZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJKJTu59FZ .embla__button--next,
.cid-uJKJTu59FZ .embla__button--prev {
  display: flex;
}
.cid-uJKJTu59FZ .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #d4af37;
  border: 2px solid #d4af37;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJKJTu59FZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJKJTu59FZ .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uJKJTu59FZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJKJTu59FZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJKJTu59FZ .embla__button {
    top: auto;
  }
}
.cid-uJKJTu59FZ .embla {
  position: relative;
  width: 100%;
}
.cid-uJKJTu59FZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJKJTu59FZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJKJTu59FZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJKJTu59FZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJKJTu59FZ .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uJKJTu59FZ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uJKJTu59FZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJKJTu59FZ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKJTu59FZ .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-uJKJTu59FZ .mbr-section-title,
.cid-uJKJTu59FZ .mbr-section-btn {
  color: #d4af37;
}
.cid-uJKNKBsqXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #060606;
}
.cid-uJKNKBsqXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKNKBsqXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKNKBsqXA .map-wrapper {
  height: 100%;
}
.cid-uJKNKBsqXA .card-wrapper {
  border: 1px solid #060606;
  padding: 3rem 2.25rem;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJKNKBsqXA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJKNKBsqXA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJKNKBsqXA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJKNKBsqXA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJKNKBsqXA .google-map {
  height: 100%;
  position: relative;
}
.cid-uJKNKBsqXA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJKNKBsqXA .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJKNKBsqXA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJKNKBsqXA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJKNKBsqXA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJKNKBsqXA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJKNKBsqXA .content-head {
  max-width: 800px;
}
.cid-uJKNKBsqXA .mbr-section-title {
  color: #d4af37;
}
.cid-uJKNKBsqXA .cardTitle {
  color: #d4af37;
}
.cid-uJKNKBsqXA .list,
.cid-uJKNKBsqXA .item-wrap {
  color: #f7f7f7;
}
.cid-uJKNKBsqXA .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-ufFEomnLN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-ufFEomnLN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEomnLN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ufFEomnLN4 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFEomnLN4 .items-wrapper .card {
  padding: 0 32px;
}
.cid-ufFEomnLN4 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ufFEomnLN4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap:hover,
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufFEomnLN4 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ufFEomnLN4 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ufFEomnLN4 .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-ufFEomnLN4 .mbr-desc {
  color: #ffffff;
}
.cid-ufFEomnLN4 .mbr-text,
.cid-ufFEomnLN4 .text-wrapper {
  color: #9aa0a6;
}
.cid-ufFEomnLN4 .list {
  color: #9aa0a6;
}
.cid-ufFEomnLN4 .mbr-desc,
.cid-ufFEomnLN4 .content-wrapper {
  text-align: center;
}
.cid-ufFEomnLN4 .mbr-text,
.cid-ufFEomnLN4 .mbr-section-btn {
  text-align: center;
}
.cid-ufFEomnLN4 P {
  text-align: center;
}
.cid-uJKR321KLm {
  background-color: transparent;
}
.cid-uJKR321KLm .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-uJKR321KLm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-uJKR321KLm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJKR321KLm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJKR321KLm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJKR321KLm .menu_box .navbar.opened,
  .cid-uJKR321KLm .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJKR321KLm .navbar-dropdown {
  position: relative !important;
}
.cid-uJKR321KLm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJKR321KLm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJKR321KLm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJKR321KLm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJKR321KLm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJKR321KLm .btn:hover {
  box-shadow: none;
}
.cid-uJKR321KLm .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJKR321KLm .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJKR321KLm .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJKR321KLm .nav-item {
    margin: 0 !important;
  }
}
.cid-uJKR321KLm .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJKR321KLm .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJKR321KLm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-uJKR321KLm .nav-item .nav-link:hover,
.cid-uJKR321KLm .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-uJKR321KLm .nav-item .nav-link:hover::before,
.cid-uJKR321KLm .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJKR321KLm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJKR321KLm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJKR321KLm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJKR321KLm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJKR321KLm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJKR321KLm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJKR321KLm .offcanvas_box {
    display: none;
  }
}
.cid-uJKR321KLm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJKR321KLm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJKR321KLm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJKR321KLm .container {
  display: flex;
  margin: auto;
}
.cid-uJKR321KLm .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJKR321KLm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJKR321KLm .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJKR321KLm .navbar-nav {
    margin: 0;
  }
}
.cid-uJKR321KLm .dropdown-menu,
.cid-uJKR321KLm .navbar.opened {
  background-color: true !important;
}
.cid-uJKR321KLm .nav-item:focus,
.cid-uJKR321KLm .nav-link:focus {
  outline: none;
}
.cid-uJKR321KLm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJKR321KLm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJKR321KLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJKR321KLm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJKR321KLm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJKR321KLm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJKR321KLm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJKR321KLm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJKR321KLm .navbar.opened {
  transition: all 0.3s;
}
.cid-uJKR321KLm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJKR321KLm .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJKR321KLm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJKR321KLm .navbar.collapsed {
  justify-content: center;
}
.cid-uJKR321KLm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJKR321KLm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJKR321KLm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJKR321KLm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJKR321KLm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJKR321KLm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJKR321KLm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJKR321KLm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJKR321KLm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJKR321KLm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJKR321KLm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJKR321KLm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJKR321KLm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJKR321KLm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJKR321KLm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJKR321KLm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJKR321KLm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJKR321KLm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJKR321KLm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJKR321KLm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJKR321KLm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJKR321KLm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJKR321KLm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJKR321KLm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJKR321KLm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJKR321KLm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJKR321KLm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJKR321KLm .dropdown-item.active,
.cid-uJKR321KLm .dropdown-item:active {
  background-color: transparent;
}
.cid-uJKR321KLm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJKR321KLm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJKR321KLm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJKR321KLm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJKR321KLm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJKR321KLm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJKR321KLm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJKR321KLm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJKR321KLm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJKR321KLm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJKR321KLm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJKR321KLm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJKR321KLm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJKR321KLm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJKR321KLm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJKR321KLm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJKR321KLm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJKR321KLm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJKR321KLm .navbar {
    height: 70px;
  }
  .cid-uJKR321KLm .navbar.opened {
    height: auto;
  }
  .cid-uJKR321KLm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJKR321KLm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJKR321KLm .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-uJKR321KLm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJKR321KLm .text_widget {
  margin-bottom: 32px;
}
.cid-uJKR321KLm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJKR321KLm .text_widget a:hover,
.cid-uJKR321KLm .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJKR321KLm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJKR321KLm .navbar-caption {
  color: #ffffff;
}
.cid-uJKR321KLm .mbr-section-subtitle,
.cid-uJKR321KLm .text_widget,
.cid-uJKR321KLm .mbr-section-btn {
  text-align: center;
}
.cid-uJKR321KLm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJKR32VXrv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c9ff73b2-3e44-49e7-9330-6510676406f8-2.jpg-1600x1600.jpg");
}
.cid-uJKR32VXrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKR32VXrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKR32VXrv .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJKR32VXrv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJKR32VXrv .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJKR32VXrv .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJKR32VXrv .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKR32VXrv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJKR32VXrv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKR32VXrv .mbr-section-title {
  color: #ffffff;
}
.cid-uJKR32VXrv .mbr-desc,
.cid-uJKR32VXrv .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKR32VXrv .mbr-text,
.cid-uJKR32VXrv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJKR32VXrv .mbr-section-title,
.cid-uJKR32VXrv .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJKR32VXrv .mbr-desc,
.cid-uJKR32VXrv .desc-wrapper {
  color: #ffffff;
}
.cid-uJKR33uDSR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJKR33uDSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKR33uDSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKR33uDSR .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKR33uDSR .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJKR33uDSR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKR33uDSR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKR33uDSR .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKR33uDSR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKR33uDSR .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJKR33uDSR .image-wrapper img {
    height: 350px;
  }
}
.cid-uJKR33uDSR .mbr-section-title {
  color: #ffffff;
}
.cid-uJKR33uDSR .mbr-text,
.cid-uJKR33uDSR .text-wrapper {
  color: #9aa0a6;
}
.cid-uJKR33uDSR .mbr-section-title,
.cid-uJKR33uDSR .mbr-section-btn {
  color: #d4af37;
}
.cid-uJKR388TCH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uJKR388TCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKR388TCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKR388TCH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKR388TCH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKR388TCH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKR388TCH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKR388TCH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKR388TCH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKR388TCH .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKR388TCH .item {
    margin-bottom: 28px;
  }
}
.cid-uJKR388TCH .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJKR388TCH .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJKR388TCH .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKR388TCH .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJKR388TCH .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJKR388TCH .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJKR388TCH .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJKR388TCH .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJKR388TCH .mbr-text,
.cid-uJKR388TCH .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKR388TCH .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKR388TCH .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJKR388TCH .item-title,
.cid-uJKR388TCH .icon-wrapper {
  color: #d4af37;
}
.cid-uJKTcSQeXJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKTcSQeXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKTcSQeXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKTcSQeXJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKTcSQeXJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKTcSQeXJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKTcSQeXJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKTcSQeXJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKTcSQeXJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKTcSQeXJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKTcSQeXJ .item {
    margin-bottom: 28px;
  }
}
.cid-uJKTcSQeXJ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJKTcSQeXJ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJKTcSQeXJ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKTcSQeXJ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJKTcSQeXJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJKTcSQeXJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJKTcSQeXJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJKTcSQeXJ .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJKTcSQeXJ .mbr-text,
.cid-uJKTcSQeXJ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKTcSQeXJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKTcSQeXJ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJKTcSQeXJ .item-title,
.cid-uJKTcSQeXJ .icon-wrapper {
  color: #d4af37;
}
.cid-uJKTI0FSDI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJKTI0FSDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKTI0FSDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKTI0FSDI .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKTI0FSDI .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJKTI0FSDI .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKTI0FSDI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKTI0FSDI .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKTI0FSDI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKTI0FSDI .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJKTI0FSDI .image-wrapper img {
    height: 350px;
  }
}
.cid-uJKTI0FSDI .mbr-section-title {
  color: #ffffff;
}
.cid-uJKTI0FSDI .mbr-text,
.cid-uJKTI0FSDI .text-wrapper {
  color: #ffffff;
}
.cid-uJKTI0FSDI .mbr-section-title,
.cid-uJKTI0FSDI .mbr-section-btn {
  color: #d4af37;
}
.cid-uJKYAeIWx0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c9ff73b2-3e44-49e7-9330-6510676406f8-2.png-1600x1600.png");
}
.cid-uJKYAeIWx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKYAeIWx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKYAeIWx0 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJKYAeIWx0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJKYAeIWx0 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJKYAeIWx0 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJKYAeIWx0 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKYAeIWx0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJKYAeIWx0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKYAeIWx0 .mbr-section-title {
  color: #ffffff;
}
.cid-uJKYAeIWx0 .mbr-desc,
.cid-uJKYAeIWx0 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKYAeIWx0 .mbr-text,
.cid-uJKYAeIWx0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJKYAeIWx0 .mbr-section-title,
.cid-uJKYAeIWx0 .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJKYAeIWx0 .mbr-desc,
.cid-uJKYAeIWx0 .desc-wrapper {
  color: #ffffff;
}
.cid-uJKR342kpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKR342kpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKR342kpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKR342kpQ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKR342kpQ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKR342kpQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKR342kpQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKR342kpQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKR342kpQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKR342kpQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKR342kpQ .item {
    margin-bottom: 28px;
  }
}
.cid-uJKR342kpQ .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJKR342kpQ .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uJKR342kpQ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uJKR342kpQ .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJKR342kpQ .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJKR342kpQ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJKR342kpQ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uJKR342kpQ .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJKR342kpQ .mbr-text,
.cid-uJKR342kpQ .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJKR342kpQ .item-title {
  color: #ffffff;
}
.cid-uJKR342kpQ .item-title,
.cid-uJKR342kpQ .mbr-section-btn {
  color: #d4af37;
  text-align: center;
}
.cid-uJKR34E9rR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKR34E9rR .item:focus,
.cid-uJKR34E9rR span:focus {
  outline: none;
}
.cid-uJKR34E9rR .item {
  cursor: pointer;
}
.cid-uJKR34E9rR .grid-container {
  grid-row-gap: 24px;
}
.cid-uJKR34E9rR .grid-container-1,
.cid-uJKR34E9rR .grid-container-2 {
  gap: 0 24px;
}
.cid-uJKR34E9rR .mbr-section-title {
  margin-bottom: 80px;
  color: #d4af37;
  text-align: center;
}
.cid-uJKR34E9rR .content-head {
  max-width: 800px;
}
.cid-uJKR34E9rR .container,
.cid-uJKR34E9rR .container-fluid {
  overflow: hidden;
}
.cid-uJKR34E9rR .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  position: relative;
  z-index: 1;
}
.cid-uJKR34E9rR .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJKR34E9rR .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJKR34E9rR .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uJKR34E9rR .grid-container-1,
.cid-uJKR34E9rR .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uJKR34E9rR .grid-container-1 {
  align-items: flex-end;
}
.cid-uJKR34E9rR .grid-container-2 {
  align-items: flex-start;
}
.cid-uJKR35gB7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d5d36aba-2f20-4f92-983d-65017e0d4236.jpeg-1600x1200.jpg");
}
.cid-uJKR35gB7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKR35gB7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKR35gB7P .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uJKR35gB7P .image-wrap {
    height: 350px;
  }
}
.cid-uJKR35NRzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKR35NRzi .mbr-section-head {
  padding: 0 1rem;
}
.cid-uJKR35NRzi img,
.cid-uJKR35NRzi .item-img {
  width: 100%;
}
.cid-uJKR35NRzi .item:focus,
.cid-uJKR35NRzi span:focus {
  outline: none;
}
.cid-uJKR35NRzi .item-wrapper {
  position: relative;
}
.cid-uJKR35NRzi .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJKR35NRzi .slide-content:hover .item-content {
  background: #d4af37;
}
.cid-uJKR35NRzi .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-uJKR35NRzi .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-uJKR35NRzi .item-content {
  background: #000000;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uJKR35NRzi .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-uJKR35NRzi .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-uJKR35NRzi .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #d4af37;
  transition: all .4s ease;
}
.cid-uJKR35NRzi .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-uJKR35NRzi .item-person {
  margin-top: 40px;
}
.cid-uJKR35NRzi .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-uJKR35NRzi .item-person .item-title {
  margin: 0;
}
.cid-uJKR35NRzi .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-uJKR35NRzi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uJKR35NRzi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJKR35NRzi .embla__button--next,
.cid-uJKR35NRzi .embla__button--prev {
  display: flex;
}
.cid-uJKR35NRzi .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #d4af37;
  border: 2px solid #d4af37;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJKR35NRzi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJKR35NRzi .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uJKR35NRzi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJKR35NRzi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJKR35NRzi .embla__button {
    top: auto;
  }
}
.cid-uJKR35NRzi .embla {
  position: relative;
  width: 100%;
}
.cid-uJKR35NRzi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJKR35NRzi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJKR35NRzi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJKR35NRzi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJKR35NRzi .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uJKR35NRzi .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uJKR35NRzi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJKR35NRzi .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKR35NRzi .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-uJKR35NRzi .mbr-section-title,
.cid-uJKR35NRzi .mbr-section-btn {
  color: #d4af37;
}
.cid-uJKR36HGFK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #060606;
}
.cid-uJKR36HGFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKR36HGFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKR36HGFK .map-wrapper {
  height: 100%;
}
.cid-uJKR36HGFK .card-wrapper {
  border: 1px solid #060606;
  padding: 3rem 2.25rem;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJKR36HGFK .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJKR36HGFK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJKR36HGFK .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJKR36HGFK .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJKR36HGFK .google-map {
  height: 100%;
  position: relative;
}
.cid-uJKR36HGFK .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJKR36HGFK .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJKR36HGFK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJKR36HGFK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJKR36HGFK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJKR36HGFK ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJKR36HGFK .content-head {
  max-width: 800px;
}
.cid-uJKR36HGFK .mbr-section-title {
  color: #d4af37;
}
.cid-uJKR36HGFK .cardTitle {
  color: #d4af37;
}
.cid-uJKR36HGFK .list,
.cid-uJKR36HGFK .item-wrap {
  color: #f7f7f7;
}
.cid-uJKR36HGFK .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uJKR3f6inx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKR3f6inx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKR3f6inx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKR3f6inx .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJKR3f6inx .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJKR3f6inx .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKR3f6inx .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJKR3f6inx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJKR3f6inx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJKR3f6inx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJKR3f6inx .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJKR3f6inx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJKR3f6inx .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJKR3f6inx .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJKR3f6inx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKR3f6inx .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJKR3f6inx .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJKR3f6inx .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJKR3f6inx .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJKR3f6inx .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJKR3f6inx .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJKR3f6inx .list-wrapper .list .item-wrap:hover,
.cid-uJKR3f6inx .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJKR3f6inx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJKR3f6inx .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJKR3f6inx .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJKR3f6inx .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJKR3f6inx .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJKR3f6inx .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-uJKR3f6inx .mbr-desc {
  color: #ffffff;
}
.cid-uJKR3f6inx .mbr-text,
.cid-uJKR3f6inx .text-wrapper {
  color: #9aa0a6;
}
.cid-uJKR3f6inx .list {
  color: #9aa0a6;
}
.cid-uJKR3f6inx .mbr-desc,
.cid-uJKR3f6inx .content-wrapper {
  text-align: center;
}
.cid-uJKR3f6inx .mbr-text,
.cid-uJKR3f6inx .mbr-section-btn {
  text-align: center;
}
.cid-uJKR3f6inx P {
  text-align: center;
}
.cid-uJKSIFdhDq {
  background-color: transparent;
}
.cid-uJKSIFdhDq .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-uJKSIFdhDq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-uJKSIFdhDq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJKSIFdhDq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJKSIFdhDq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJKSIFdhDq .menu_box .navbar.opened,
  .cid-uJKSIFdhDq .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJKSIFdhDq .navbar-dropdown {
  position: relative !important;
}
.cid-uJKSIFdhDq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJKSIFdhDq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJKSIFdhDq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJKSIFdhDq .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJKSIFdhDq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJKSIFdhDq .btn:hover {
  box-shadow: none;
}
.cid-uJKSIFdhDq .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJKSIFdhDq .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJKSIFdhDq .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJKSIFdhDq .nav-item {
    margin: 0 !important;
  }
}
.cid-uJKSIFdhDq .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJKSIFdhDq .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJKSIFdhDq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-uJKSIFdhDq .nav-item .nav-link:hover,
.cid-uJKSIFdhDq .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-uJKSIFdhDq .nav-item .nav-link:hover::before,
.cid-uJKSIFdhDq .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJKSIFdhDq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJKSIFdhDq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJKSIFdhDq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJKSIFdhDq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJKSIFdhDq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJKSIFdhDq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJKSIFdhDq .offcanvas_box {
    display: none;
  }
}
.cid-uJKSIFdhDq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJKSIFdhDq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJKSIFdhDq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJKSIFdhDq .container {
  display: flex;
  margin: auto;
}
.cid-uJKSIFdhDq .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJKSIFdhDq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJKSIFdhDq .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJKSIFdhDq .navbar-nav {
    margin: 0;
  }
}
.cid-uJKSIFdhDq .dropdown-menu,
.cid-uJKSIFdhDq .navbar.opened {
  background-color: true !important;
}
.cid-uJKSIFdhDq .nav-item:focus,
.cid-uJKSIFdhDq .nav-link:focus {
  outline: none;
}
.cid-uJKSIFdhDq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJKSIFdhDq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJKSIFdhDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJKSIFdhDq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJKSIFdhDq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJKSIFdhDq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJKSIFdhDq .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJKSIFdhDq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJKSIFdhDq .navbar.opened {
  transition: all 0.3s;
}
.cid-uJKSIFdhDq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJKSIFdhDq .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJKSIFdhDq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJKSIFdhDq .navbar.collapsed {
  justify-content: center;
}
.cid-uJKSIFdhDq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJKSIFdhDq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJKSIFdhDq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJKSIFdhDq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJKSIFdhDq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJKSIFdhDq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJKSIFdhDq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJKSIFdhDq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJKSIFdhDq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJKSIFdhDq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJKSIFdhDq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJKSIFdhDq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJKSIFdhDq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJKSIFdhDq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJKSIFdhDq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJKSIFdhDq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJKSIFdhDq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJKSIFdhDq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJKSIFdhDq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJKSIFdhDq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJKSIFdhDq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJKSIFdhDq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJKSIFdhDq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJKSIFdhDq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJKSIFdhDq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJKSIFdhDq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJKSIFdhDq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJKSIFdhDq .dropdown-item.active,
.cid-uJKSIFdhDq .dropdown-item:active {
  background-color: transparent;
}
.cid-uJKSIFdhDq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJKSIFdhDq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJKSIFdhDq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJKSIFdhDq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJKSIFdhDq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJKSIFdhDq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJKSIFdhDq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJKSIFdhDq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJKSIFdhDq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJKSIFdhDq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJKSIFdhDq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJKSIFdhDq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJKSIFdhDq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJKSIFdhDq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJKSIFdhDq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJKSIFdhDq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJKSIFdhDq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJKSIFdhDq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJKSIFdhDq .navbar {
    height: 70px;
  }
  .cid-uJKSIFdhDq .navbar.opened {
    height: auto;
  }
  .cid-uJKSIFdhDq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJKSIFdhDq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJKSIFdhDq .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-uJKSIFdhDq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJKSIFdhDq .text_widget {
  margin-bottom: 32px;
}
.cid-uJKSIFdhDq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJKSIFdhDq .text_widget a:hover,
.cid-uJKSIFdhDq .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJKSIFdhDq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJKSIFdhDq .navbar-caption {
  color: #ffffff;
}
.cid-uJKSIFdhDq .mbr-section-subtitle,
.cid-uJKSIFdhDq .text_widget,
.cid-uJKSIFdhDq .mbr-section-btn {
  text-align: center;
}
.cid-uJKSIFdhDq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJKSIFQL8c {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c9ff73b2-3e44-49e7-9330-6510676406f8-2.jpg-1600x1600.jpg");
}
.cid-uJKSIFQL8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIFQL8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIFQL8c .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJKSIFQL8c .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJKSIFQL8c .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJKSIFQL8c .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJKSIFQL8c .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIFQL8c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJKSIFQL8c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSIFQL8c .mbr-section-title {
  color: #ffffff;
}
.cid-uJKSIFQL8c .mbr-desc,
.cid-uJKSIFQL8c .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSIFQL8c .mbr-text,
.cid-uJKSIFQL8c .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIFQL8c .mbr-section-title,
.cid-uJKSIFQL8c .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJKSIFQL8c .mbr-desc,
.cid-uJKSIFQL8c .desc-wrapper {
  color: #ffffff;
}
.cid-uJKSIGniWA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJKSIGniWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIGniWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIGniWA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKSIGniWA .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJKSIGniWA .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIGniWA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIGniWA .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKSIGniWA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSIGniWA .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJKSIGniWA .image-wrapper img {
    height: 350px;
  }
}
.cid-uJKSIGniWA .mbr-section-title {
  color: #ffffff;
}
.cid-uJKSIGniWA .mbr-text,
.cid-uJKSIGniWA .text-wrapper {
  color: #9aa0a6;
}
.cid-uJKSIGniWA .mbr-section-title,
.cid-uJKSIGniWA .mbr-section-btn {
  color: #d4af37;
}
.cid-uJKSIGSVRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIGSVRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIGSVRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIGSVRh .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKSIGSVRh .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIGSVRh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIGSVRh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSIGSVRh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSIGSVRh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKSIGSVRh .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKSIGSVRh .item {
    margin-bottom: 28px;
  }
}
.cid-uJKSIGSVRh .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJKSIGSVRh .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJKSIGSVRh .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJKSIGSVRh .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJKSIGSVRh .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJKSIGSVRh .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJKSIGSVRh .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJKSIGSVRh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIGSVRh .mbr-text,
.cid-uJKSIGSVRh .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSIGSVRh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIGSVRh .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIHtH0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIHtH0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIHtH0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIHtH0f .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKSIHtH0f .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIHtH0f .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIHtH0f .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSIHtH0f .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSIHtH0f .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKSIHtH0f .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKSIHtH0f .item {
    margin-bottom: 28px;
  }
}
.cid-uJKSIHtH0f .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJKSIHtH0f .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uJKSIHtH0f .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uJKSIHtH0f .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJKSIHtH0f .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJKSIHtH0f .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJKSIHtH0f .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uJKSIHtH0f .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJKSIHtH0f .mbr-text,
.cid-uJKSIHtH0f .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJKSIHtH0f .item-title {
  color: #ffffff;
}
.cid-uJKSIHtH0f .item-title,
.cid-uJKSIHtH0f .mbr-section-btn {
  color: #d4af37;
  text-align: center;
}
.cid-uJKSII40tM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSII40tM .item:focus,
.cid-uJKSII40tM span:focus {
  outline: none;
}
.cid-uJKSII40tM .item {
  cursor: pointer;
}
.cid-uJKSII40tM .grid-container {
  grid-row-gap: 24px;
}
.cid-uJKSII40tM .grid-container-1,
.cid-uJKSII40tM .grid-container-2 {
  gap: 0 24px;
}
.cid-uJKSII40tM .mbr-section-title {
  margin-bottom: 80px;
  color: #d4af37;
  text-align: center;
}
.cid-uJKSII40tM .content-head {
  max-width: 800px;
}
.cid-uJKSII40tM .container,
.cid-uJKSII40tM .container-fluid {
  overflow: hidden;
}
.cid-uJKSII40tM .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  position: relative;
  z-index: 1;
}
.cid-uJKSII40tM .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJKSII40tM .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJKSII40tM .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uJKSII40tM .grid-container-1,
.cid-uJKSII40tM .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uJKSII40tM .grid-container-1 {
  align-items: flex-end;
}
.cid-uJKSII40tM .grid-container-2 {
  align-items: flex-start;
}
.cid-uJKSIID8Bm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d5d36aba-2f20-4f92-983d-65017e0d4236.jpeg-1600x1200.jpg");
}
.cid-uJKSIID8Bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIID8Bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIID8Bm .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uJKSIID8Bm .image-wrap {
    height: 350px;
  }
}
.cid-uJKSIJ8DKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIJ8DKF .mbr-section-head {
  padding: 0 1rem;
}
.cid-uJKSIJ8DKF img,
.cid-uJKSIJ8DKF .item-img {
  width: 100%;
}
.cid-uJKSIJ8DKF .item:focus,
.cid-uJKSIJ8DKF span:focus {
  outline: none;
}
.cid-uJKSIJ8DKF .item-wrapper {
  position: relative;
}
.cid-uJKSIJ8DKF .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJKSIJ8DKF .slide-content:hover .item-content {
  background: #d4af37;
}
.cid-uJKSIJ8DKF .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-uJKSIJ8DKF .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-uJKSIJ8DKF .item-content {
  background: #000000;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uJKSIJ8DKF .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-uJKSIJ8DKF .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-uJKSIJ8DKF .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #d4af37;
  transition: all .4s ease;
}
.cid-uJKSIJ8DKF .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-uJKSIJ8DKF .item-person {
  margin-top: 40px;
}
.cid-uJKSIJ8DKF .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-uJKSIJ8DKF .item-person .item-title {
  margin: 0;
}
.cid-uJKSIJ8DKF .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-uJKSIJ8DKF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uJKSIJ8DKF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJKSIJ8DKF .embla__button--next,
.cid-uJKSIJ8DKF .embla__button--prev {
  display: flex;
}
.cid-uJKSIJ8DKF .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #d4af37;
  border: 2px solid #d4af37;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJKSIJ8DKF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJKSIJ8DKF .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uJKSIJ8DKF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJKSIJ8DKF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJKSIJ8DKF .embla__button {
    top: auto;
  }
}
.cid-uJKSIJ8DKF .embla {
  position: relative;
  width: 100%;
}
.cid-uJKSIJ8DKF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJKSIJ8DKF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJKSIJ8DKF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJKSIJ8DKF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJKSIJ8DKF .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uJKSIJ8DKF .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uJKSIJ8DKF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIJ8DKF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIJ8DKF .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-uJKSIJ8DKF .mbr-section-title,
.cid-uJKSIJ8DKF .mbr-section-btn {
  color: #d4af37;
}
.cid-uJKSIK123n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #060606;
}
.cid-uJKSIK123n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIK123n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIK123n .map-wrapper {
  height: 100%;
}
.cid-uJKSIK123n .card-wrapper {
  border: 1px solid #060606;
  padding: 3rem 2.25rem;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJKSIK123n .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJKSIK123n .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJKSIK123n .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJKSIK123n .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJKSIK123n .google-map {
  height: 100%;
  position: relative;
}
.cid-uJKSIK123n .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJKSIK123n .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJKSIK123n .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJKSIK123n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJKSIK123n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJKSIK123n ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJKSIK123n .content-head {
  max-width: 800px;
}
.cid-uJKSIK123n .mbr-section-title {
  color: #d4af37;
}
.cid-uJKSIK123n .cardTitle {
  color: #d4af37;
}
.cid-uJKSIK123n .list,
.cid-uJKSIK123n .item-wrap {
  color: #f7f7f7;
}
.cid-uJKSIK123n .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uJKSIKGO1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIKGO1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIKGO1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIKGO1H .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKSIKGO1H .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIKGO1H .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uJKSIKGO1H .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJKSIKGO1H .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIKGO1H .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSIKGO1H .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSIKGO1H .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKSIKGO1H .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKSIKGO1H .item {
    margin-bottom: 28px;
  }
}
.cid-uJKSIKGO1H .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uJKSIKGO1H .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uJKSIKGO1H .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJKSIKGO1H .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uJKSIKGO1H .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #d4af37;
  background-color: #d4af37;
}
.cid-uJKSIKGO1H .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJKSIKGO1H .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJKSIKGO1H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIKGO1H .mbr-text,
.cid-uJKSIKGO1H .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSIKGO1H .mbr-desc,
.cid-uJKSIKGO1H .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSIKGO1H .item-title {
  color: #ffffff;
}
.cid-uJKSIKGO1H .item-text {
  color: #ffffff;
}
.cid-uJKSILlGeO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSILlGeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSILlGeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSILlGeO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKSILlGeO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSILlGeO .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uJKSILlGeO .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJKSILlGeO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSILlGeO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSILlGeO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSILlGeO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKSILlGeO .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKSILlGeO .item {
    margin-bottom: 28px;
  }
}
.cid-uJKSILlGeO .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uJKSILlGeO .item .item-wrapper:hover,
.cid-uJKSILlGeO .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uJKSILlGeO .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJKSILlGeO .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uJKSILlGeO .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #078efb;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uJKSILlGeO .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uJKSILlGeO .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJKSILlGeO .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uJKSILlGeO .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uJKSILlGeO .mbr-section-title {
  color: #ffffff;
}
.cid-uJKSILlGeO .mbr-text,
.cid-uJKSILlGeO .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSILlGeO .mbr-desc,
.cid-uJKSILlGeO .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSILlGeO .item-title {
  color: #ffffff;
}
.cid-uJKSILlGeO .item-text {
  color: #9aa0a6;
}
.cid-uJKSILlGeO .mbr-section-title,
.cid-uJKSILlGeO .mbr-section-btn {
  text-align: center;
}
.cid-uJKSIM5ql2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIM5ql2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIM5ql2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIM5ql2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKSIM5ql2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIM5ql2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIM5ql2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKSIM5ql2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJKSIM5ql2 .item {
    margin-bottom: 28px;
  }
}
.cid-uJKSIM5ql2 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uJKSIM5ql2 .item .item-wrapper:hover,
.cid-uJKSIM5ql2 .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJKSIM5ql2 .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uJKSIM5ql2 .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #078efb;
}
.cid-uJKSIM5ql2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSIM5ql2 .item-date {
  color: #9aa0a6;
}
.cid-uJKSIM5ql2 .item-text {
  color: #ffffff;
}
.cid-uJKSIMPnS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIMPnS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIMPnS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIMPnS4 .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uJKSIMPnS4 .content-wrapper {
    padding: 0;
  }
}
.cid-uJKSIMPnS4 .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKSIMPnS4 .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIMPnS4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIMPnS4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSIMPnS4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSIMPnS4 .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJKSIMPnS4 .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uJKSIMPnS4 .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJKSIMPnS4 .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uJKSIMPnS4 .mbr-section-title {
  color: #ffffff;
}
.cid-uJKSIMPnS4 .mbr-text,
.cid-uJKSIMPnS4 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSIMPnS4 .mbr-section-title,
.cid-uJKSIMPnS4 .mbr-section-btn {
  text-align: center;
}
.cid-uJKSINwuhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSINwuhS .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSINwuhS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSINwuhS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJKSINwuhS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uJKSINwuhS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJKSINwuhS .embla__slide .slide-content {
  width: 100%;
}
.cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #060606 40%, transparent 98%);
}
.cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #078efb;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uJKSINwuhS .embla__button--next,
.cid-uJKSINwuhS .embla__button--prev {
  display: flex;
}
.cid-uJKSINwuhS .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla__button {
    bottom: 0;
  }
}
.cid-uJKSINwuhS .embla__button:hover {
  transform: scale(1.05);
}
.cid-uJKSINwuhS .embla__button.embla__button--prev {
  left: 0;
}
.cid-uJKSINwuhS .embla__button.embla__button--next {
  right: 0;
}
.cid-uJKSINwuhS .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uJKSINwuhS .embla {
    padding: 0;
  }
}
.cid-uJKSINwuhS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uJKSINwuhS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJKSINwuhS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJKSINwuhS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJKSINwuhS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uJKSINwuhS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJKSINwuhS .mbr-text,
.cid-uJKSINwuhS .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSINwuhS .item-title {
  color: #ffffff;
}
.cid-uJKSIOoLSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIOoLSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIOoLSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJKSIOoLSY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJKSIOoLSY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIOoLSY .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJKSIOoLSY .panel-group .card {
    padding: 16px;
  }
}
.cid-uJKSIOoLSY .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJKSIOoLSY .panel-group .card:hover,
.cid-uJKSIOoLSY .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-uJKSIOoLSY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJKSIOoLSY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJKSIOoLSY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJKSIOoLSY .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uJKSIOoLSY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uJKSIOoLSY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJKSIOoLSY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-uJKSIOoLSY .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uJKSIOoLSY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJKSIOoLSY .mbr-section-title {
  color: #ffffff;
}
.cid-uJKSIOoLSY .panel-title-edit {
  color: #ffffff;
}
.cid-uJKSIOoLSY .panel-text {
  color: #9aa0a6;
}
.cid-uJKSIPc3bZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIPc3bZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIPc3bZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIPc3bZ .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #252525;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJKSIPc3bZ .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uJKSIPc3bZ .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJKSIPc3bZ .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uJKSIPc3bZ .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJKSIPc3bZ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #078efb !important;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: .6;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uJKSIPc3bZ .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uJKSIPc3bZ .mbr-section-title {
  color: #ffffff;
}
.cid-uJKSIPc3bZ .mbr-text,
.cid-uJKSIPc3bZ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJKSIPc3bZ .mbr-section-title,
.cid-uJKSIPc3bZ .mbr-section-btn {
  text-align: center;
}
.cid-uJKSIPYYto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJKSIPYYto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJKSIPYYto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJKSIPYYto .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJKSIPYYto .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJKSIPYYto .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJKSIPYYto .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJKSIPYYto .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJKSIPYYto .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJKSIPYYto .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJKSIPYYto .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJKSIPYYto .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJKSIPYYto .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJKSIPYYto .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJKSIPYYto .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJKSIPYYto .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJKSIPYYto .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJKSIPYYto .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJKSIPYYto .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJKSIPYYto .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJKSIPYYto .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJKSIPYYto .list-wrapper .list .item-wrap:hover,
.cid-uJKSIPYYto .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJKSIPYYto .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJKSIPYYto .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJKSIPYYto .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJKSIPYYto .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJKSIPYYto .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJKSIPYYto .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-uJKSIPYYto .mbr-desc {
  color: #ffffff;
}
.cid-uJKSIPYYto .mbr-text,
.cid-uJKSIPYYto .text-wrapper {
  color: #9aa0a6;
}
.cid-uJKSIPYYto .list {
  color: #9aa0a6;
}
.cid-uJKSIPYYto .mbr-desc,
.cid-uJKSIPYYto .content-wrapper {
  text-align: center;
}
.cid-uJKSIPYYto .mbr-text,
.cid-uJKSIPYYto .mbr-section-btn {
  text-align: center;
}
.cid-uJKSIPYYto P {
  text-align: center;
}
.cid-uJL0g8W1SQ {
  background-color: transparent;
}
.cid-uJL0g8W1SQ .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-uJL0g8W1SQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-uJL0g8W1SQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJL0g8W1SQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJL0g8W1SQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJL0g8W1SQ .menu_box .navbar.opened,
  .cid-uJL0g8W1SQ .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJL0g8W1SQ .navbar-dropdown {
  position: relative !important;
}
.cid-uJL0g8W1SQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJL0g8W1SQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJL0g8W1SQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJL0g8W1SQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJL0g8W1SQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJL0g8W1SQ .btn:hover {
  box-shadow: none;
}
.cid-uJL0g8W1SQ .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJL0g8W1SQ .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJL0g8W1SQ .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJL0g8W1SQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJL0g8W1SQ .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJL0g8W1SQ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJL0g8W1SQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-uJL0g8W1SQ .nav-item .nav-link:hover,
.cid-uJL0g8W1SQ .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-uJL0g8W1SQ .nav-item .nav-link:hover::before,
.cid-uJL0g8W1SQ .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJL0g8W1SQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJL0g8W1SQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJL0g8W1SQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJL0g8W1SQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJL0g8W1SQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJL0g8W1SQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJL0g8W1SQ .offcanvas_box {
    display: none;
  }
}
.cid-uJL0g8W1SQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJL0g8W1SQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJL0g8W1SQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJL0g8W1SQ .container {
  display: flex;
  margin: auto;
}
.cid-uJL0g8W1SQ .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJL0g8W1SQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJL0g8W1SQ .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJL0g8W1SQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJL0g8W1SQ .dropdown-menu,
.cid-uJL0g8W1SQ .navbar.opened {
  background-color: true !important;
}
.cid-uJL0g8W1SQ .nav-item:focus,
.cid-uJL0g8W1SQ .nav-link:focus {
  outline: none;
}
.cid-uJL0g8W1SQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJL0g8W1SQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJL0g8W1SQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJL0g8W1SQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJL0g8W1SQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJL0g8W1SQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJL0g8W1SQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJL0g8W1SQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJL0g8W1SQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJL0g8W1SQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJL0g8W1SQ .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJL0g8W1SQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJL0g8W1SQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJL0g8W1SQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJL0g8W1SQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJL0g8W1SQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJL0g8W1SQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJL0g8W1SQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJL0g8W1SQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJL0g8W1SQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJL0g8W1SQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJL0g8W1SQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJL0g8W1SQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJL0g8W1SQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJL0g8W1SQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJL0g8W1SQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJL0g8W1SQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJL0g8W1SQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJL0g8W1SQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJL0g8W1SQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJL0g8W1SQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJL0g8W1SQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJL0g8W1SQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJL0g8W1SQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJL0g8W1SQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJL0g8W1SQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJL0g8W1SQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJL0g8W1SQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJL0g8W1SQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJL0g8W1SQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJL0g8W1SQ .dropdown-item.active,
.cid-uJL0g8W1SQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJL0g8W1SQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJL0g8W1SQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJL0g8W1SQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJL0g8W1SQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJL0g8W1SQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJL0g8W1SQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJL0g8W1SQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJL0g8W1SQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJL0g8W1SQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJL0g8W1SQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL0g8W1SQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL0g8W1SQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJL0g8W1SQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL0g8W1SQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJL0g8W1SQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJL0g8W1SQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL0g8W1SQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJL0g8W1SQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJL0g8W1SQ .navbar {
    height: 70px;
  }
  .cid-uJL0g8W1SQ .navbar.opened {
    height: auto;
  }
  .cid-uJL0g8W1SQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJL0g8W1SQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJL0g8W1SQ .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-uJL0g8W1SQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJL0g8W1SQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJL0g8W1SQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJL0g8W1SQ .text_widget a:hover,
.cid-uJL0g8W1SQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJL0g8W1SQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJL0g8W1SQ .navbar-caption {
  color: #ffffff;
}
.cid-uJL0g8W1SQ .mbr-section-subtitle,
.cid-uJL0g8W1SQ .text_widget,
.cid-uJL0g8W1SQ .mbr-section-btn {
  text-align: center;
}
.cid-uJL0g8W1SQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJL0g9OOps {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-2850.jpeg-2000x1897.jpg");
}
.cid-uJL0g9OOps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0g9OOps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0g9OOps .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJL0g9OOps .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJL0g9OOps .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJL0g9OOps .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJL0g9OOps .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL0g9OOps .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJL0g9OOps .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL0g9OOps .mbr-section-title {
  color: #ffffff;
}
.cid-uJL0g9OOps .mbr-desc,
.cid-uJL0g9OOps .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL0g9OOps .mbr-text,
.cid-uJL0g9OOps .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0g9OOps .mbr-section-title,
.cid-uJL0g9OOps .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL0g9OOps .mbr-desc,
.cid-uJL0g9OOps .desc-wrapper {
  color: #ffffff;
}
.cid-uJL0gaqsWf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJL0gaqsWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0gaqsWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0gaqsWf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL0gaqsWf .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJL0gaqsWf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL0gaqsWf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL0gaqsWf .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL0gaqsWf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL0gaqsWf .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJL0gaqsWf .image-wrapper img {
    height: 350px;
  }
}
.cid-uJL0gaqsWf .mbr-section-title {
  color: #ffffff;
}
.cid-uJL0gaqsWf .mbr-text,
.cid-uJL0gaqsWf .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL0gaqsWf .mbr-section-title,
.cid-uJL0gaqsWf .mbr-section-btn {
  color: #d4af37;
}
.cid-uJL0gb2cfJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uJL0gb2cfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0gb2cfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0gb2cfJ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJL0gb2cfJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL0gb2cfJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL0gb2cfJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL0gb2cfJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL0gb2cfJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL0gb2cfJ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJL0gb2cfJ .item {
    margin-bottom: 28px;
  }
}
.cid-uJL0gb2cfJ .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJL0gb2cfJ .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJL0gb2cfJ .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL0gb2cfJ .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJL0gb2cfJ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJL0gb2cfJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJL0gb2cfJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJL0gb2cfJ .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJL0gb2cfJ .mbr-text,
.cid-uJL0gb2cfJ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL0gb2cfJ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0gb2cfJ .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0gb2cfJ .item-title,
.cid-uJL0gb2cfJ .icon-wrapper {
  color: #d4af37;
}
.cid-uJL0gbEDqA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL0gbEDqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0gbEDqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0gbEDqA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJL0gbEDqA .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL0gbEDqA .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL0gbEDqA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL0gbEDqA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL0gbEDqA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL0gbEDqA .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJL0gbEDqA .item {
    margin-bottom: 28px;
  }
}
.cid-uJL0gbEDqA .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJL0gbEDqA .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJL0gbEDqA .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL0gbEDqA .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJL0gbEDqA .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJL0gbEDqA .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJL0gbEDqA .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJL0gbEDqA .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJL0gbEDqA .mbr-text,
.cid-uJL0gbEDqA .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL0gbEDqA .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0gbEDqA .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0gbEDqA .item-title,
.cid-uJL0gbEDqA .icon-wrapper {
  color: #d4af37;
}
.cid-uJL1l0BxCK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uJL1l0BxCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL1l0BxCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL1l0BxCK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJL1l0BxCK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL1l0BxCK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL1l0BxCK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL1l0BxCK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL1l0BxCK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL1l0BxCK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJL1l0BxCK .item {
    margin-bottom: 28px;
  }
}
.cid-uJL1l0BxCK .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJL1l0BxCK .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJL1l0BxCK .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL1l0BxCK .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJL1l0BxCK .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJL1l0BxCK .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJL1l0BxCK .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJL1l0BxCK .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJL1l0BxCK .mbr-text,
.cid-uJL1l0BxCK .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL1l0BxCK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJL1l0BxCK .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJL1l0BxCK .item-title,
.cid-uJL1l0BxCK .icon-wrapper {
  color: #d4af37;
}
.cid-uJL1oiETUU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL1oiETUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL1oiETUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL1oiETUU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJL1oiETUU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL1oiETUU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL1oiETUU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL1oiETUU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL1oiETUU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL1oiETUU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJL1oiETUU .item {
    margin-bottom: 28px;
  }
}
.cid-uJL1oiETUU .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJL1oiETUU .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJL1oiETUU .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL1oiETUU .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJL1oiETUU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJL1oiETUU .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJL1oiETUU .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJL1oiETUU .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJL1oiETUU .mbr-text,
.cid-uJL1oiETUU .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL1oiETUU .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJL1oiETUU .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJL1oiETUU .item-title,
.cid-uJL1oiETUU .icon-wrapper {
  color: #d4af37;
}
.cid-uJL0gcPI5Z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c9ff73b2-3e44-49e7-9330-6510676406f8-2.png-1600x1600.png");
}
.cid-uJL0gcPI5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0gcPI5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0gcPI5Z .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJL0gcPI5Z .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJL0gcPI5Z .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJL0gcPI5Z .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJL0gcPI5Z .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL0gcPI5Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJL0gcPI5Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL0gcPI5Z .mbr-section-title {
  color: #ffffff;
}
.cid-uJL0gcPI5Z .mbr-desc,
.cid-uJL0gcPI5Z .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL0gcPI5Z .mbr-text,
.cid-uJL0gcPI5Z .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0gcPI5Z .mbr-section-title,
.cid-uJL0gcPI5Z .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL0gcPI5Z .mbr-desc,
.cid-uJL0gcPI5Z .desc-wrapper {
  color: #ffffff;
}
.cid-uJL0gdrim6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL0gdrim6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0gdrim6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0gdrim6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJL0gdrim6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL0gdrim6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL0gdrim6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL0gdrim6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL0gdrim6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL0gdrim6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJL0gdrim6 .item {
    margin-bottom: 28px;
  }
}
.cid-uJL0gdrim6 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJL0gdrim6 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uJL0gdrim6 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uJL0gdrim6 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJL0gdrim6 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJL0gdrim6 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJL0gdrim6 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uJL0gdrim6 .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJL0gdrim6 .mbr-text,
.cid-uJL0gdrim6 .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJL0gdrim6 .item-title {
  color: #ffffff;
}
.cid-uJL0gdrim6 .item-title,
.cid-uJL0gdrim6 .mbr-section-btn {
  color: #d4af37;
  text-align: center;
}
.cid-uJL0ge7vdz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL0ge7vdz .item:focus,
.cid-uJL0ge7vdz span:focus {
  outline: none;
}
.cid-uJL0ge7vdz .item {
  cursor: pointer;
}
.cid-uJL0ge7vdz .grid-container {
  grid-row-gap: 24px;
}
.cid-uJL0ge7vdz .grid-container-1,
.cid-uJL0ge7vdz .grid-container-2 {
  gap: 0 24px;
}
.cid-uJL0ge7vdz .mbr-section-title {
  margin-bottom: 80px;
  color: #d4af37;
  text-align: center;
}
.cid-uJL0ge7vdz .content-head {
  max-width: 800px;
}
.cid-uJL0ge7vdz .container,
.cid-uJL0ge7vdz .container-fluid {
  overflow: hidden;
}
.cid-uJL0ge7vdz .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  position: relative;
  z-index: 1;
}
.cid-uJL0ge7vdz .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJL0ge7vdz .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 310px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJL0ge7vdz .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uJL0ge7vdz .grid-container-1,
.cid-uJL0ge7vdz .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uJL0ge7vdz .grid-container-1 {
  align-items: flex-end;
}
.cid-uJL0ge7vdz .grid-container-2 {
  align-items: flex-start;
}
.cid-uJL0geMuTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/d5d36aba-2f20-4f92-983d-65017e0d4236.jpeg-1600x1200.jpg");
}
.cid-uJL0geMuTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0geMuTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0geMuTF .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uJL0geMuTF .image-wrap {
    height: 350px;
  }
}
.cid-uJL0gfnbNi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL0gfnbNi .mbr-section-head {
  padding: 0 1rem;
}
.cid-uJL0gfnbNi img,
.cid-uJL0gfnbNi .item-img {
  width: 100%;
}
.cid-uJL0gfnbNi .item:focus,
.cid-uJL0gfnbNi span:focus {
  outline: none;
}
.cid-uJL0gfnbNi .item-wrapper {
  position: relative;
}
.cid-uJL0gfnbNi .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uJL0gfnbNi .slide-content:hover .item-content {
  background: #d4af37;
}
.cid-uJL0gfnbNi .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-uJL0gfnbNi .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-uJL0gfnbNi .item-content {
  background: #000000;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uJL0gfnbNi .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-uJL0gfnbNi .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-uJL0gfnbNi .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #d4af37;
  transition: all .4s ease;
}
.cid-uJL0gfnbNi .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-uJL0gfnbNi .item-person {
  margin-top: 40px;
}
.cid-uJL0gfnbNi .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-uJL0gfnbNi .item-person .item-title {
  margin: 0;
}
.cid-uJL0gfnbNi .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-uJL0gfnbNi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uJL0gfnbNi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJL0gfnbNi .embla__button--next,
.cid-uJL0gfnbNi .embla__button--prev {
  display: flex;
}
.cid-uJL0gfnbNi .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #d4af37;
  border: 2px solid #d4af37;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJL0gfnbNi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJL0gfnbNi .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uJL0gfnbNi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJL0gfnbNi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJL0gfnbNi .embla__button {
    top: auto;
  }
}
.cid-uJL0gfnbNi .embla {
  position: relative;
  width: 100%;
}
.cid-uJL0gfnbNi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJL0gfnbNi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJL0gfnbNi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJL0gfnbNi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJL0gfnbNi .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uJL0gfnbNi .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uJL0gfnbNi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0gfnbNi .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJL0gfnbNi .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-uJL0gfnbNi .mbr-section-title,
.cid-uJL0gfnbNi .mbr-section-btn {
  color: #d4af37;
}
.cid-uJL0ggr0EB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #060606;
}
.cid-uJL0ggr0EB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0ggr0EB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0ggr0EB .map-wrapper {
  height: 100%;
}
.cid-uJL0ggr0EB .card-wrapper {
  border: 1px solid #060606;
  padding: 3rem 2.25rem;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJL0ggr0EB .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJL0ggr0EB .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJL0ggr0EB .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJL0ggr0EB .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJL0ggr0EB .google-map {
  height: 100%;
  position: relative;
}
.cid-uJL0ggr0EB .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJL0ggr0EB .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJL0ggr0EB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJL0ggr0EB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJL0ggr0EB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJL0ggr0EB ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJL0ggr0EB .content-head {
  max-width: 800px;
}
.cid-uJL0ggr0EB .mbr-section-title {
  color: #d4af37;
}
.cid-uJL0ggr0EB .cardTitle {
  color: #d4af37;
}
.cid-uJL0ggr0EB .list,
.cid-uJL0ggr0EB .item-wrap {
  color: #f7f7f7;
}
.cid-uJL0ggr0EB .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uJL0gnABpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL0gnABpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL0gnABpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL0gnABpc .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJL0gnABpc .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJL0gnABpc .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL0gnABpc .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJL0gnABpc .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJL0gnABpc .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJL0gnABpc .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJL0gnABpc .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJL0gnABpc .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJL0gnABpc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJL0gnABpc .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJL0gnABpc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL0gnABpc .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJL0gnABpc .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJL0gnABpc .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJL0gnABpc .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJL0gnABpc .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJL0gnABpc .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJL0gnABpc .list-wrapper .list .item-wrap:hover,
.cid-uJL0gnABpc .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJL0gnABpc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJL0gnABpc .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJL0gnABpc .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJL0gnABpc .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJL0gnABpc .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJL0gnABpc .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-uJL0gnABpc .mbr-desc {
  color: #ffffff;
}
.cid-uJL0gnABpc .mbr-text,
.cid-uJL0gnABpc .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL0gnABpc .list {
  color: #9aa0a6;
}
.cid-uJL0gnABpc .mbr-desc,
.cid-uJL0gnABpc .content-wrapper {
  text-align: center;
}
.cid-uJL0gnABpc .mbr-text,
.cid-uJL0gnABpc .mbr-section-btn {
  text-align: center;
}
.cid-uJL0gnABpc P {
  text-align: center;
}
.cid-uJL2w4RfNs {
  background-color: transparent;
}
.cid-uJL2w4RfNs .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-uJL2w4RfNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-uJL2w4RfNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJL2w4RfNs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJL2w4RfNs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJL2w4RfNs .menu_box .navbar.opened,
  .cid-uJL2w4RfNs .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJL2w4RfNs .navbar-dropdown {
  position: relative !important;
}
.cid-uJL2w4RfNs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJL2w4RfNs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJL2w4RfNs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJL2w4RfNs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJL2w4RfNs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJL2w4RfNs .btn:hover {
  box-shadow: none;
}
.cid-uJL2w4RfNs .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJL2w4RfNs .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJL2w4RfNs .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJL2w4RfNs .nav-item {
    margin: 0 !important;
  }
}
.cid-uJL2w4RfNs .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJL2w4RfNs .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJL2w4RfNs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-uJL2w4RfNs .nav-item .nav-link:hover,
.cid-uJL2w4RfNs .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-uJL2w4RfNs .nav-item .nav-link:hover::before,
.cid-uJL2w4RfNs .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJL2w4RfNs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJL2w4RfNs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJL2w4RfNs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJL2w4RfNs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJL2w4RfNs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJL2w4RfNs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJL2w4RfNs .offcanvas_box {
    display: none;
  }
}
.cid-uJL2w4RfNs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJL2w4RfNs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJL2w4RfNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJL2w4RfNs .container {
  display: flex;
  margin: auto;
}
.cid-uJL2w4RfNs .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJL2w4RfNs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJL2w4RfNs .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJL2w4RfNs .navbar-nav {
    margin: 0;
  }
}
.cid-uJL2w4RfNs .dropdown-menu,
.cid-uJL2w4RfNs .navbar.opened {
  background-color: true !important;
}
.cid-uJL2w4RfNs .nav-item:focus,
.cid-uJL2w4RfNs .nav-link:focus {
  outline: none;
}
.cid-uJL2w4RfNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJL2w4RfNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJL2w4RfNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJL2w4RfNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJL2w4RfNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJL2w4RfNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJL2w4RfNs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJL2w4RfNs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJL2w4RfNs .navbar.opened {
  transition: all 0.3s;
}
.cid-uJL2w4RfNs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJL2w4RfNs .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJL2w4RfNs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJL2w4RfNs .navbar.collapsed {
  justify-content: center;
}
.cid-uJL2w4RfNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJL2w4RfNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJL2w4RfNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJL2w4RfNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJL2w4RfNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJL2w4RfNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJL2w4RfNs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJL2w4RfNs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJL2w4RfNs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJL2w4RfNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJL2w4RfNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJL2w4RfNs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJL2w4RfNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJL2w4RfNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJL2w4RfNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJL2w4RfNs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJL2w4RfNs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJL2w4RfNs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJL2w4RfNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJL2w4RfNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJL2w4RfNs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJL2w4RfNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJL2w4RfNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJL2w4RfNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJL2w4RfNs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJL2w4RfNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJL2w4RfNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJL2w4RfNs .dropdown-item.active,
.cid-uJL2w4RfNs .dropdown-item:active {
  background-color: transparent;
}
.cid-uJL2w4RfNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJL2w4RfNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJL2w4RfNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJL2w4RfNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJL2w4RfNs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJL2w4RfNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJL2w4RfNs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJL2w4RfNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJL2w4RfNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJL2w4RfNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL2w4RfNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL2w4RfNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJL2w4RfNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL2w4RfNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJL2w4RfNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJL2w4RfNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL2w4RfNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJL2w4RfNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJL2w4RfNs .navbar {
    height: 70px;
  }
  .cid-uJL2w4RfNs .navbar.opened {
    height: auto;
  }
  .cid-uJL2w4RfNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJL2w4RfNs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJL2w4RfNs .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-uJL2w4RfNs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJL2w4RfNs .text_widget {
  margin-bottom: 32px;
}
.cid-uJL2w4RfNs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJL2w4RfNs .text_widget a:hover,
.cid-uJL2w4RfNs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJL2w4RfNs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJL2w4RfNs .navbar-caption {
  color: #ffffff;
}
.cid-uJL2w4RfNs .mbr-section-subtitle,
.cid-uJL2w4RfNs .text_widget,
.cid-uJL2w4RfNs .mbr-section-btn {
  text-align: center;
}
.cid-uJL2w4RfNs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJL2w6vwk4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/e948e2ff-4654-42ac-a62b-7de5df055303.jpeg-1536x2048.jpg");
}
.cid-uJL2w6vwk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL2w6vwk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL2w6vwk4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJL2w6vwk4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJL2w6vwk4 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJL2w6vwk4 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJL2w6vwk4 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL2w6vwk4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJL2w6vwk4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL2w6vwk4 .mbr-section-title {
  color: #ffffff;
}
.cid-uJL2w6vwk4 .mbr-desc,
.cid-uJL2w6vwk4 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL2w6vwk4 .mbr-text,
.cid-uJL2w6vwk4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJL2w6vwk4 .mbr-section-title,
.cid-uJL2w6vwk4 .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL2w6vwk4 .mbr-desc,
.cid-uJL2w6vwk4 .desc-wrapper {
  color: #ffffff;
}
.cid-uJL2w7k0Vy {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJL2w7k0Vy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL2w7k0Vy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL2w7k0Vy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL2w7k0Vy .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJL2w7k0Vy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL2w7k0Vy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL2w7k0Vy .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL2w7k0Vy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL2w7k0Vy .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJL2w7k0Vy .image-wrapper img {
    height: 350px;
  }
}
.cid-uJL2w7k0Vy .mbr-section-title {
  color: #ffffff;
}
.cid-uJL2w7k0Vy .mbr-text,
.cid-uJL2w7k0Vy .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL2w7k0Vy .mbr-section-title,
.cid-uJL2w7k0Vy .mbr-section-btn {
  color: #d4af37;
}
.cid-uJL2w88NU0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uJL2w88NU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL2w88NU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL2w88NU0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJL2w88NU0 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL2w88NU0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL2w88NU0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL2w88NU0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL2w88NU0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL2w88NU0 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJL2w88NU0 .item {
    margin-bottom: 28px;
  }
}
.cid-uJL2w88NU0 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJL2w88NU0 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJL2w88NU0 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL2w88NU0 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJL2w88NU0 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJL2w88NU0 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJL2w88NU0 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJL2w88NU0 .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJL2w88NU0 .mbr-text,
.cid-uJL2w88NU0 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL2w88NU0 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJL2w88NU0 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJL2w88NU0 .item-title,
.cid-uJL2w88NU0 .icon-wrapper {
  color: #d4af37;
}
.cid-uJL3zl9Bqm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJL3zl9Bqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL3zl9Bqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL3zl9Bqm .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL3zl9Bqm .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJL3zl9Bqm .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL3zl9Bqm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL3zl9Bqm .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL3zl9Bqm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL3zl9Bqm .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJL3zl9Bqm .image-wrapper img {
    height: 350px;
  }
}
.cid-uJL3zl9Bqm .mbr-section-title {
  color: #ffffff;
}
.cid-uJL3zl9Bqm .mbr-text,
.cid-uJL3zl9Bqm .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL3zl9Bqm .mbr-section-title,
.cid-uJL3zl9Bqm .mbr-section-btn {
  color: #d4af37;
}
.cid-uJL2wbNHZl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c9ff73b2-3e44-49e7-9330-6510676406f8-2.png-1600x1600.png");
}
.cid-uJL2wbNHZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL2wbNHZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL2wbNHZl .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJL2wbNHZl .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJL2wbNHZl .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJL2wbNHZl .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJL2wbNHZl .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL2wbNHZl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJL2wbNHZl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL2wbNHZl .mbr-section-title {
  color: #ffffff;
}
.cid-uJL2wbNHZl .mbr-desc,
.cid-uJL2wbNHZl .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL2wbNHZl .mbr-text,
.cid-uJL2wbNHZl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJL2wbNHZl .mbr-section-title,
.cid-uJL2wbNHZl .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL2wbNHZl .mbr-desc,
.cid-uJL2wbNHZl .desc-wrapper {
  color: #ffffff;
}
.cid-uJL2whNlqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #060606;
}
.cid-uJL2whNlqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL2whNlqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL2whNlqA .map-wrapper {
  height: 100%;
}
.cid-uJL2whNlqA .card-wrapper {
  border: 1px solid #060606;
  padding: 3rem 2.25rem;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJL2whNlqA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJL2whNlqA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJL2whNlqA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJL2whNlqA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJL2whNlqA .google-map {
  height: 100%;
  position: relative;
}
.cid-uJL2whNlqA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJL2whNlqA .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJL2whNlqA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJL2whNlqA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJL2whNlqA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJL2whNlqA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJL2whNlqA .content-head {
  max-width: 800px;
}
.cid-uJL2whNlqA .mbr-section-title {
  color: #d4af37;
}
.cid-uJL2whNlqA .cardTitle {
  color: #d4af37;
}
.cid-uJL2whNlqA .list,
.cid-uJL2whNlqA .item-wrap {
  color: #f7f7f7;
}
.cid-uJL2whNlqA .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uJL2wnNCmQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL2wnNCmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL2wnNCmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL2wnNCmQ .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #252525;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJL2wnNCmQ .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uJL2wnNCmQ .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uJL2wnNCmQ .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uJL2wnNCmQ .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJL2wnNCmQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #078efb !important;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: .6;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uJL2wnNCmQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uJL2wnNCmQ .mbr-section-title {
  color: #ffffff;
}
.cid-uJL2wnNCmQ .mbr-text,
.cid-uJL2wnNCmQ .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL2wnNCmQ .mbr-section-title,
.cid-uJL2wnNCmQ .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL2woHqea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL2woHqea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL2woHqea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL2woHqea .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJL2woHqea .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJL2woHqea .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL2woHqea .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJL2woHqea .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJL2woHqea .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJL2woHqea .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJL2woHqea .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJL2woHqea .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJL2woHqea .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJL2woHqea .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJL2woHqea .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL2woHqea .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJL2woHqea .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJL2woHqea .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJL2woHqea .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJL2woHqea .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJL2woHqea .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJL2woHqea .list-wrapper .list .item-wrap:hover,
.cid-uJL2woHqea .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJL2woHqea .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJL2woHqea .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJL2woHqea .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJL2woHqea .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJL2woHqea .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJL2woHqea .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-uJL2woHqea .mbr-desc {
  color: #ffffff;
}
.cid-uJL2woHqea .mbr-text,
.cid-uJL2woHqea .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL2woHqea .list {
  color: #9aa0a6;
}
.cid-uJL2woHqea .mbr-desc,
.cid-uJL2woHqea .content-wrapper {
  text-align: center;
}
.cid-uJL2woHqea .mbr-text,
.cid-uJL2woHqea .mbr-section-btn {
  text-align: center;
}
.cid-uJL2woHqea P {
  text-align: center;
}
.cid-uJL7jjt7FM {
  background-color: transparent;
}
.cid-uJL7jjt7FM .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-uJL7jjt7FM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-uJL7jjt7FM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJL7jjt7FM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJL7jjt7FM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJL7jjt7FM .menu_box .navbar.opened,
  .cid-uJL7jjt7FM .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJL7jjt7FM .navbar-dropdown {
  position: relative !important;
}
.cid-uJL7jjt7FM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJL7jjt7FM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJL7jjt7FM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJL7jjt7FM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJL7jjt7FM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJL7jjt7FM .btn:hover {
  box-shadow: none;
}
.cid-uJL7jjt7FM .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJL7jjt7FM .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJL7jjt7FM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJL7jjt7FM .nav-item {
    margin: 0 !important;
  }
}
.cid-uJL7jjt7FM .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJL7jjt7FM .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJL7jjt7FM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-uJL7jjt7FM .nav-item .nav-link:hover,
.cid-uJL7jjt7FM .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-uJL7jjt7FM .nav-item .nav-link:hover::before,
.cid-uJL7jjt7FM .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJL7jjt7FM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJL7jjt7FM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJL7jjt7FM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJL7jjt7FM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJL7jjt7FM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJL7jjt7FM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJL7jjt7FM .offcanvas_box {
    display: none;
  }
}
.cid-uJL7jjt7FM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJL7jjt7FM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJL7jjt7FM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJL7jjt7FM .container {
  display: flex;
  margin: auto;
}
.cid-uJL7jjt7FM .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJL7jjt7FM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJL7jjt7FM .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJL7jjt7FM .navbar-nav {
    margin: 0;
  }
}
.cid-uJL7jjt7FM .dropdown-menu,
.cid-uJL7jjt7FM .navbar.opened {
  background-color: true !important;
}
.cid-uJL7jjt7FM .nav-item:focus,
.cid-uJL7jjt7FM .nav-link:focus {
  outline: none;
}
.cid-uJL7jjt7FM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJL7jjt7FM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJL7jjt7FM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJL7jjt7FM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJL7jjt7FM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJL7jjt7FM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJL7jjt7FM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJL7jjt7FM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJL7jjt7FM .navbar.opened {
  transition: all 0.3s;
}
.cid-uJL7jjt7FM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJL7jjt7FM .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJL7jjt7FM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJL7jjt7FM .navbar.collapsed {
  justify-content: center;
}
.cid-uJL7jjt7FM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJL7jjt7FM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJL7jjt7FM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJL7jjt7FM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJL7jjt7FM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJL7jjt7FM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJL7jjt7FM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJL7jjt7FM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJL7jjt7FM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJL7jjt7FM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJL7jjt7FM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJL7jjt7FM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJL7jjt7FM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJL7jjt7FM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJL7jjt7FM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJL7jjt7FM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJL7jjt7FM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJL7jjt7FM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJL7jjt7FM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJL7jjt7FM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJL7jjt7FM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJL7jjt7FM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJL7jjt7FM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJL7jjt7FM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJL7jjt7FM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJL7jjt7FM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJL7jjt7FM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJL7jjt7FM .dropdown-item.active,
.cid-uJL7jjt7FM .dropdown-item:active {
  background-color: transparent;
}
.cid-uJL7jjt7FM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJL7jjt7FM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJL7jjt7FM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJL7jjt7FM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJL7jjt7FM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJL7jjt7FM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJL7jjt7FM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJL7jjt7FM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJL7jjt7FM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJL7jjt7FM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL7jjt7FM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJL7jjt7FM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJL7jjt7FM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL7jjt7FM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJL7jjt7FM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJL7jjt7FM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJL7jjt7FM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJL7jjt7FM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJL7jjt7FM .navbar {
    height: 70px;
  }
  .cid-uJL7jjt7FM .navbar.opened {
    height: auto;
  }
  .cid-uJL7jjt7FM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJL7jjt7FM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJL7jjt7FM .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-uJL7jjt7FM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJL7jjt7FM .text_widget {
  margin-bottom: 32px;
}
.cid-uJL7jjt7FM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJL7jjt7FM .text_widget a:hover,
.cid-uJL7jjt7FM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJL7jjt7FM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJL7jjt7FM .navbar-caption {
  color: #ffffff;
}
.cid-uJL7jjt7FM .mbr-section-subtitle,
.cid-uJL7jjt7FM .text_widget,
.cid-uJL7jjt7FM .mbr-section-btn {
  text-align: center;
}
.cid-uJL7jjt7FM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJL7jk3RGT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/48739d16-1b15-4812-b6a9-419fbf57b5ca.jpeg-1-740x1126.jpeg");
}
.cid-uJL7jk3RGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL7jk3RGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL7jk3RGT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJL7jk3RGT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJL7jk3RGT .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJL7jk3RGT .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJL7jk3RGT .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL7jk3RGT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJL7jk3RGT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL7jk3RGT .mbr-section-title {
  color: #ffffff;
}
.cid-uJL7jk3RGT .mbr-desc,
.cid-uJL7jk3RGT .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL7jk3RGT .mbr-text,
.cid-uJL7jk3RGT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJL7jk3RGT .mbr-section-title,
.cid-uJL7jk3RGT .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL7jk3RGT .mbr-desc,
.cid-uJL7jk3RGT .desc-wrapper {
  color: #ffffff;
}
.cid-uJL7jkGvHV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJL7jkGvHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL7jkGvHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL7jkGvHV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL7jkGvHV .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJL7jkGvHV .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL7jkGvHV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL7jkGvHV .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL7jkGvHV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL7jkGvHV .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJL7jkGvHV .image-wrapper img {
    height: 350px;
  }
}
.cid-uJL7jkGvHV .mbr-section-title {
  color: #ffffff;
}
.cid-uJL7jkGvHV .mbr-text,
.cid-uJL7jkGvHV .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL7jkGvHV .mbr-section-title,
.cid-uJL7jkGvHV .mbr-section-btn {
  color: #d4af37;
}
.cid-uJL7jl7NW6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uJL7jl7NW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL7jl7NW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL7jl7NW6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJL7jl7NW6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL7jl7NW6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL7jl7NW6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL7jl7NW6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL7jl7NW6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL7jl7NW6 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJL7jl7NW6 .item {
    margin-bottom: 28px;
  }
}
.cid-uJL7jl7NW6 .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJL7jl7NW6 .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uJL7jl7NW6 .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL7jl7NW6 .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJL7jl7NW6 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJL7jl7NW6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uJL7jl7NW6 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uJL7jl7NW6 .mbr-section-title {
  color: #d4af37;
  text-align: center;
}
.cid-uJL7jl7NW6 .mbr-text,
.cid-uJL7jl7NW6 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL7jl7NW6 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJL7jl7NW6 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJL7jl7NW6 .item-title,
.cid-uJL7jl7NW6 .icon-wrapper {
  color: #d4af37;
}
.cid-uJL8sjuev2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-uJL8sjuev2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL8sjuev2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL8sjuev2 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJL8sjuev2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJL8sjuev2 .container {
    padding: 0 20px;
  }
}
.cid-uJL8sjuev2 .row {
  margin: 0;
  justify-content: center;
  padding: 60px;
  background-color: #060606;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uJL8sjuev2 .row {
    padding: 46px 10px 46px;
  }
}
.cid-uJL8sjuev2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uJL8sjuev2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJL8sjuev2 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uJL8sjuev2 .item:first-child {
  margin-bottom: 0;
}
.cid-uJL8sjuev2 .item:last-child {
  margin-bottom: 0;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  padding: 32px 20px;
}
@media (max-width: 992px) {
  .cid-uJL8sjuev2 .item .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 20px;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content .card-role {
  margin-bottom: 0;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content .icon-wrapper {
  display: block;
  margin-top: 20px;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content .icon-wrapper:focus .mbr-iconfont {
  color: #060606;
  background-color: #000000;
}
.cid-uJL8sjuev2 .item .item-wrapper .item-img .item-content .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #060606;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJL8sjuev2 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uJL8sjuev2 .mbr-section-title {
  color: #ffffff;
}
.cid-uJL8sjuev2 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJL8sjuev2 .card-title {
  color: #ffffff;
}
.cid-uJL8sjuev2 .card-name {
  color: #ffcf00;
  text-align: center;
}
.cid-uJL8sjuev2 .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uJL8sjuev2 .mbr-section-title,
.cid-uJL8sjuev2 .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL8sjuev2 .card-title,
.cid-uJL8sjuev2 .icon-wrapper {
  text-align: center;
  color: #ff6200;
}
.cid-uJLbGNqTdF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uJLbGNqTdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLbGNqTdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLbGNqTdF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uJLbGNqTdF .container {
    padding: 10px 8px;
  }
}
.cid-uJLbGNqTdF .row {
  border-radius: 25px;
  background-color: #060606;
  box-shadow: inset 0 0 5rem #000000;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uJLbGNqTdF .row {
    padding: 50px 2px 34px;
  }
}
.cid-uJLbGNqTdF .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uJLbGNqTdF .item .item-wrapper {
  background-color: #060606;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-uJLbGNqTdF .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uJLbGNqTdF .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uJLbGNqTdF .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-uJLbGNqTdF .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-uJLbGNqTdF .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-uJLbGNqTdF .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-uJLbGNqTdF .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-uJLbGNqTdF .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-uJLbGNqTdF .item .item-wrapper .item-content .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJLbGNqTdF .card-name {
  color: #222222;
}
.cid-uJLbGNqTdF .card-role {
  color: #ffffff;
  text-align: center;
}
.cid-uJLbGNqTdF .card-name,
.cid-uJLbGNqTdF .item-img {
  text-align: center;
  color: #d4af37;
}
.cid-uJLdQQ468r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJLdQQ468r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLdQQ468r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLdQQ468r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJLdQQ468r .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uJLdQQ468r .container {
    padding: 0 25px;
  }
}
.cid-uJLdQQ468r .row {
  justify-content: center;
}
.cid-uJLdQQ468r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJLdQQ468r .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-uJLdQQ468r .card {
    margin-bottom: 50px;
  }
}
.cid-uJLdQQ468r .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-uJLdQQ468r .card .card-wrap {
    padding: 0;
  }
}
.cid-uJLdQQ468r .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-uJLdQQ468r .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #d4af37;
}
.cid-uJLdQQ468r .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uJLdQQ468r .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJLdQQ468r .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-uJLdQQ468r .mbr-card-title {
  color: #E33030;
}
.cid-uJLdQQ468r .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-uJLdQQ468r .mbr-card-title,
.cid-uJLdQQ468r .icon-wrapper {
  text-align: center;
  color: #d4af37;
}
.cid-uJLdQQ468r .mbr-section-title,
.cid-uJLdQQ468r .icon-wrapper {
  color: #d4af37;
}
.cid-uJL7jlBkNb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-uJL7jlBkNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL7jlBkNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL7jlBkNb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL7jlBkNb .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJL7jlBkNb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL7jlBkNb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJL7jlBkNb .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJL7jlBkNb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL7jlBkNb .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJL7jlBkNb .image-wrapper img {
    height: 350px;
  }
}
.cid-uJL7jlBkNb .mbr-section-title {
  color: #ffffff;
}
.cid-uJL7jlBkNb .mbr-text,
.cid-uJL7jlBkNb .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL7jlBkNb .mbr-section-title,
.cid-uJL7jlBkNb .mbr-section-btn {
  color: #d4af37;
}
.cid-uJL7jm4COS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/c9ff73b2-3e44-49e7-9330-6510676406f8-2.png-1600x1600.png");
}
.cid-uJL7jm4COS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL7jm4COS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL7jm4COS .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJL7jm4COS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJL7jm4COS .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJL7jm4COS .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJL7jm4COS .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJL7jm4COS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJL7jm4COS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJL7jm4COS .mbr-section-title {
  color: #ffffff;
}
.cid-uJL7jm4COS .mbr-desc,
.cid-uJL7jm4COS .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJL7jm4COS .mbr-text,
.cid-uJL7jm4COS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJL7jm4COS .mbr-section-title,
.cid-uJL7jm4COS .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJL7jm4COS .mbr-desc,
.cid-uJL7jm4COS .desc-wrapper {
  color: #ffffff;
}
.cid-uJL7jmBgvu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #060606;
}
.cid-uJL7jmBgvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL7jmBgvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL7jmBgvu .map-wrapper {
  height: 100%;
}
.cid-uJL7jmBgvu .card-wrapper {
  border: 1px solid #060606;
  padding: 3rem 2.25rem;
  background: #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJL7jmBgvu .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJL7jmBgvu .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uJL7jmBgvu .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJL7jmBgvu .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uJL7jmBgvu .google-map {
  height: 100%;
  position: relative;
}
.cid-uJL7jmBgvu .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJL7jmBgvu .google-map iframe {
    min-height: 350px;
  }
}
.cid-uJL7jmBgvu .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJL7jmBgvu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJL7jmBgvu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJL7jmBgvu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uJL7jmBgvu .content-head {
  max-width: 800px;
}
.cid-uJL7jmBgvu .mbr-section-title {
  color: #d4af37;
}
.cid-uJL7jmBgvu .cardTitle {
  color: #d4af37;
}
.cid-uJL7jmBgvu .list,
.cid-uJL7jmBgvu .item-wrap {
  color: #f7f7f7;
}
.cid-uJL7jmBgvu .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-uJL7jnE5zw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJL7jnE5zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJL7jnE5zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJL7jnE5zw .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJL7jnE5zw .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJL7jnE5zw .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJL7jnE5zw .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJL7jnE5zw .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJL7jnE5zw .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJL7jnE5zw .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJL7jnE5zw .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJL7jnE5zw .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJL7jnE5zw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJL7jnE5zw .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJL7jnE5zw .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJL7jnE5zw .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJL7jnE5zw .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJL7jnE5zw .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJL7jnE5zw .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJL7jnE5zw .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJL7jnE5zw .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJL7jnE5zw .list-wrapper .list .item-wrap:hover,
.cid-uJL7jnE5zw .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJL7jnE5zw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJL7jnE5zw .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJL7jnE5zw .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJL7jnE5zw .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJL7jnE5zw .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJL7jnE5zw .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-uJL7jnE5zw .mbr-desc {
  color: #ffffff;
}
.cid-uJL7jnE5zw .mbr-text,
.cid-uJL7jnE5zw .text-wrapper {
  color: #9aa0a6;
}
.cid-uJL7jnE5zw .list {
  color: #9aa0a6;
}
.cid-uJL7jnE5zw .mbr-desc,
.cid-uJL7jnE5zw .content-wrapper {
  text-align: center;
}
.cid-uJL7jnE5zw .mbr-text,
.cid-uJL7jnE5zw .mbr-section-btn {
  text-align: center;
}
.cid-uJL7jnE5zw P {
  text-align: center;
}
.cid-uJLCuzkgMy {
  background-color: transparent;
}
.cid-uJLCuzkgMy .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-uJLCuzkgMy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-uJLCuzkgMy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLCuzkgMy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLCuzkgMy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLCuzkgMy .menu_box .navbar.opened,
  .cid-uJLCuzkgMy .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLCuzkgMy .navbar-dropdown {
  position: relative !important;
}
.cid-uJLCuzkgMy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJLCuzkgMy .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJLCuzkgMy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJLCuzkgMy .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJLCuzkgMy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLCuzkgMy .btn:hover {
  box-shadow: none;
}
.cid-uJLCuzkgMy .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJLCuzkgMy .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJLCuzkgMy .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJLCuzkgMy .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLCuzkgMy .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJLCuzkgMy .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJLCuzkgMy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-uJLCuzkgMy .nav-item .nav-link:hover,
.cid-uJLCuzkgMy .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-uJLCuzkgMy .nav-item .nav-link:hover::before,
.cid-uJLCuzkgMy .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJLCuzkgMy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLCuzkgMy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLCuzkgMy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLCuzkgMy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLCuzkgMy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLCuzkgMy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLCuzkgMy .offcanvas_box {
    display: none;
  }
}
.cid-uJLCuzkgMy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLCuzkgMy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLCuzkgMy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLCuzkgMy .container {
  display: flex;
  margin: auto;
}
.cid-uJLCuzkgMy .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJLCuzkgMy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLCuzkgMy .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJLCuzkgMy .navbar-nav {
    margin: 0;
  }
}
.cid-uJLCuzkgMy .dropdown-menu,
.cid-uJLCuzkgMy .navbar.opened {
  background-color: true !important;
}
.cid-uJLCuzkgMy .nav-item:focus,
.cid-uJLCuzkgMy .nav-link:focus {
  outline: none;
}
.cid-uJLCuzkgMy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLCuzkgMy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLCuzkgMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLCuzkgMy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLCuzkgMy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLCuzkgMy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLCuzkgMy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLCuzkgMy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLCuzkgMy .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLCuzkgMy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLCuzkgMy .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJLCuzkgMy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLCuzkgMy .navbar.collapsed {
  justify-content: center;
}
.cid-uJLCuzkgMy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLCuzkgMy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLCuzkgMy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLCuzkgMy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLCuzkgMy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLCuzkgMy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLCuzkgMy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLCuzkgMy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLCuzkgMy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLCuzkgMy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLCuzkgMy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLCuzkgMy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLCuzkgMy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLCuzkgMy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLCuzkgMy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLCuzkgMy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJLCuzkgMy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLCuzkgMy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLCuzkgMy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLCuzkgMy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLCuzkgMy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLCuzkgMy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLCuzkgMy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLCuzkgMy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLCuzkgMy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLCuzkgMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJLCuzkgMy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLCuzkgMy .dropdown-item.active,
.cid-uJLCuzkgMy .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLCuzkgMy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJLCuzkgMy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLCuzkgMy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLCuzkgMy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLCuzkgMy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLCuzkgMy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLCuzkgMy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJLCuzkgMy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJLCuzkgMy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLCuzkgMy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLCuzkgMy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLCuzkgMy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLCuzkgMy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLCuzkgMy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLCuzkgMy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLCuzkgMy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLCuzkgMy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLCuzkgMy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLCuzkgMy .navbar {
    height: 70px;
  }
  .cid-uJLCuzkgMy .navbar.opened {
    height: auto;
  }
  .cid-uJLCuzkgMy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLCuzkgMy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJLCuzkgMy .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-uJLCuzkgMy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLCuzkgMy .text_widget {
  margin-bottom: 32px;
}
.cid-uJLCuzkgMy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLCuzkgMy .text_widget a:hover,
.cid-uJLCuzkgMy .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLCuzkgMy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJLCuzkgMy .navbar-caption {
  color: #ffffff;
}
.cid-uJLCuzkgMy .mbr-section-subtitle,
.cid-uJLCuzkgMy .text_widget,
.cid-uJLCuzkgMy .mbr-section-btn {
  text-align: center;
}
.cid-uJLCuzkgMy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJLCuAdO5q {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/e948e2ff-4654-42ac-a62b-7de5df055303.jpeg-1536x2048.jpg");
}
.cid-uJLCuAdO5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLCuAdO5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLCuAdO5q .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJLCuAdO5q .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJLCuAdO5q .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJLCuAdO5q .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJLCuAdO5q .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJLCuAdO5q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJLCuAdO5q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJLCuAdO5q .mbr-section-title {
  color: #ffffff;
}
.cid-uJLCuAdO5q .mbr-desc,
.cid-uJLCuAdO5q .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJLCuAdO5q .mbr-text,
.cid-uJLCuAdO5q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJLCuAdO5q .mbr-section-title,
.cid-uJLCuAdO5q .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJLCuAdO5q .mbr-desc,
.cid-uJLCuAdO5q .desc-wrapper {
  color: #ffffff;
}
.cid-uJLCSYmyfj {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #060606;
}
.cid-uJLCSYmyfj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uJLCSYmyfj .team-card:hover {
  transform: translateY(-10px);
}
.cid-uJLCSYmyfj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #060606;
}
.cid-uJLCSYmyfj .svg-top .st0 {
  fill: #060606;
}
@media (max-width: 992px) {
  .cid-uJLCSYmyfj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uJLCSYmyfj .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uJLCSYmyfj .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uJLCSYmyfj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uJLCSYmyfj .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uJLCSYmyfj .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uJLCSYmyfj .card-title,
.cid-uJLCSYmyfj .social-row {
  color: #1a449a;
}
.cid-uJLCSYmyfj .mbr-role,
.cid-uJLCSYmyfj .social-row {
  color: #1a449a;
}
.cid-uJLCSYmyfj .card-text,
.cid-uJLCSYmyfj .mbr-section-btn,
.cid-uJLCSYmyfj .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uJLCSYmyfj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJLCSYmyfj .card-title,
.cid-uJLCSYmyfj .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJLCSYmyfj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJLCuEBTwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJLCuEBTwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLCuEBTwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLCuEBTwX .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJLCuEBTwX .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJLCuEBTwX .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJLCuEBTwX .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJLCuEBTwX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJLCuEBTwX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJLCuEBTwX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJLCuEBTwX .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJLCuEBTwX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJLCuEBTwX .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJLCuEBTwX .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJLCuEBTwX .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJLCuEBTwX .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJLCuEBTwX .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJLCuEBTwX .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJLCuEBTwX .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJLCuEBTwX .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJLCuEBTwX .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJLCuEBTwX .list-wrapper .list .item-wrap:hover,
.cid-uJLCuEBTwX .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJLCuEBTwX .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJLCuEBTwX .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJLCuEBTwX .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJLCuEBTwX .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJLCuEBTwX .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJLCuEBTwX .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-uJLCuEBTwX .mbr-desc {
  color: #ffffff;
}
.cid-uJLCuEBTwX .mbr-text,
.cid-uJLCuEBTwX .text-wrapper {
  color: #9aa0a6;
}
.cid-uJLCuEBTwX .list {
  color: #9aa0a6;
}
.cid-uJLCuEBTwX .mbr-desc,
.cid-uJLCuEBTwX .content-wrapper {
  text-align: center;
}
.cid-uJLCuEBTwX .mbr-text,
.cid-uJLCuEBTwX .mbr-section-btn {
  text-align: center;
}
.cid-uJLCuEBTwX P {
  text-align: center;
}
.cid-uJLDyTzTTL {
  background-color: transparent;
}
.cid-uJLDyTzTTL .navbar-dropdown {
  background: #060606 !important;
  padding: 0;
}
.cid-uJLDyTzTTL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #060606 !important;
  background: #060606;
}
.cid-uJLDyTzTTL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLDyTzTTL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLDyTzTTL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLDyTzTTL .menu_box .navbar.opened,
  .cid-uJLDyTzTTL .menu_box .navbar-collapse {
    background-color: #060606 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLDyTzTTL .navbar-dropdown {
  position: relative !important;
}
.cid-uJLDyTzTTL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJLDyTzTTL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJLDyTzTTL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJLDyTzTTL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uJLDyTzTTL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLDyTzTTL .btn:hover {
  box-shadow: none;
}
.cid-uJLDyTzTTL .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uJLDyTzTTL .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uJLDyTzTTL .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uJLDyTzTTL .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLDyTzTTL .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  border-radius: 4px !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uJLDyTzTTL .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uJLDyTzTTL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: all 0.3s ease-out;
}
.cid-uJLDyTzTTL .nav-item .nav-link:hover,
.cid-uJLDyTzTTL .nav-item .nav-link:focus {
  background-color: #252525;
  color: #d4af37 !important;
}
.cid-uJLDyTzTTL .nav-item .nav-link:hover::before,
.cid-uJLDyTzTTL .nav-item .nav-link:focus::before {
  width: 80%;
}
.cid-uJLDyTzTTL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLDyTzTTL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLDyTzTTL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLDyTzTTL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLDyTzTTL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLDyTzTTL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLDyTzTTL .offcanvas_box {
    display: none;
  }
}
.cid-uJLDyTzTTL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLDyTzTTL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLDyTzTTL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLDyTzTTL .container {
  display: flex;
  margin: auto;
}
.cid-uJLDyTzTTL .iconfont-wrapper {
  color: #ffffff;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uJLDyTzTTL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLDyTzTTL .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uJLDyTzTTL .navbar-nav {
    margin: 0;
  }
}
.cid-uJLDyTzTTL .dropdown-menu,
.cid-uJLDyTzTTL .navbar.opened {
  background-color: true !important;
}
.cid-uJLDyTzTTL .nav-item:focus,
.cid-uJLDyTzTTL .nav-link:focus {
  outline: none;
}
.cid-uJLDyTzTTL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLDyTzTTL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLDyTzTTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLDyTzTTL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLDyTzTTL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLDyTzTTL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLDyTzTTL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLDyTzTTL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLDyTzTTL .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLDyTzTTL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLDyTzTTL .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uJLDyTzTTL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLDyTzTTL .navbar.collapsed {
  justify-content: center;
}
.cid-uJLDyTzTTL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLDyTzTTL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLDyTzTTL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLDyTzTTL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLDyTzTTL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLDyTzTTL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLDyTzTTL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLDyTzTTL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLDyTzTTL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLDyTzTTL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLDyTzTTL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLDyTzTTL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLDyTzTTL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLDyTzTTL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLDyTzTTL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLDyTzTTL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJLDyTzTTL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLDyTzTTL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLDyTzTTL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLDyTzTTL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLDyTzTTL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLDyTzTTL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLDyTzTTL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLDyTzTTL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLDyTzTTL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLDyTzTTL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJLDyTzTTL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLDyTzTTL .dropdown-item.active,
.cid-uJLDyTzTTL .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLDyTzTTL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uJLDyTzTTL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLDyTzTTL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLDyTzTTL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLDyTzTTL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLDyTzTTL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLDyTzTTL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #060606;
  background: #252525;
}
.cid-uJLDyTzTTL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJLDyTzTTL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLDyTzTTL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLDyTzTTL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLDyTzTTL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLDyTzTTL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLDyTzTTL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLDyTzTTL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLDyTzTTL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLDyTzTTL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLDyTzTTL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLDyTzTTL .navbar {
    height: 70px;
  }
  .cid-uJLDyTzTTL .navbar.opened {
    height: auto;
  }
  .cid-uJLDyTzTTL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLDyTzTTL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uJLDyTzTTL .navbar-caption:hover {
  color: #060606;
}
@media (min-width: 992px) {
  .cid-uJLDyTzTTL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLDyTzTTL .text_widget {
  margin-bottom: 32px;
}
.cid-uJLDyTzTTL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLDyTzTTL .text_widget a:hover,
.cid-uJLDyTzTTL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLDyTzTTL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uJLDyTzTTL .navbar-caption {
  color: #ffffff;
}
.cid-uJLDyTzTTL .mbr-section-subtitle,
.cid-uJLDyTzTTL .text_widget,
.cid-uJLDyTzTTL .mbr-section-btn {
  text-align: center;
}
.cid-uJLDyTzTTL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJLDyV3WPZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/e948e2ff-4654-42ac-a62b-7de5df055303.jpeg-1536x2048.jpg");
}
.cid-uJLDyV3WPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLDyV3WPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLDyV3WPZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJLDyV3WPZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uJLDyV3WPZ .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uJLDyV3WPZ .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uJLDyV3WPZ .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJLDyV3WPZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #d4af37, #ddc061 65%, #e6d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJLDyV3WPZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJLDyV3WPZ .mbr-section-title {
  color: #ffffff;
}
.cid-uJLDyV3WPZ .mbr-desc,
.cid-uJLDyV3WPZ .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uJLDyV3WPZ .mbr-text,
.cid-uJLDyV3WPZ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJLDyV3WPZ .mbr-section-title,
.cid-uJLDyV3WPZ .mbr-section-btn {
  text-align: center;
  color: #d4af37;
}
.cid-uJLDyV3WPZ .mbr-desc,
.cid-uJLDyV3WPZ .desc-wrapper {
  color: #ffffff;
}
.cid-uJLDyVFtFR {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #060606;
}
.cid-uJLDyVFtFR .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uJLDyVFtFR .team-card:hover {
  transform: translateY(-10px);
}
.cid-uJLDyVFtFR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #060606;
}
.cid-uJLDyVFtFR .svg-top .st0 {
  fill: #060606;
}
@media (max-width: 992px) {
  .cid-uJLDyVFtFR .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uJLDyVFtFR .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uJLDyVFtFR .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uJLDyVFtFR .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uJLDyVFtFR .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uJLDyVFtFR .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uJLDyVFtFR .card-title,
.cid-uJLDyVFtFR .social-row {
  color: #1a449a;
}
.cid-uJLDyVFtFR .mbr-role,
.cid-uJLDyVFtFR .social-row {
  color: #1a449a;
}
.cid-uJLDyVFtFR .card-text,
.cid-uJLDyVFtFR .mbr-section-btn,
.cid-uJLDyVFtFR .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uJLDyVFtFR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJLDyVFtFR .card-title,
.cid-uJLDyVFtFR .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJLDyVFtFR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJLDyWPmDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJLDyWPmDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLDyWPmDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLDyWPmDb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJLDyWPmDb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJLDyWPmDb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJLDyWPmDb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJLDyWPmDb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJLDyWPmDb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJLDyWPmDb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJLDyWPmDb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJLDyWPmDb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJLDyWPmDb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJLDyWPmDb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJLDyWPmDb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJLDyWPmDb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJLDyWPmDb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJLDyWPmDb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJLDyWPmDb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJLDyWPmDb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJLDyWPmDb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJLDyWPmDb .list-wrapper .list .item-wrap:hover,
.cid-uJLDyWPmDb .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJLDyWPmDb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJLDyWPmDb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJLDyWPmDb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJLDyWPmDb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJLDyWPmDb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJLDyWPmDb .mbr-copy {
  margin-bottom: 0;
  color: #d4af37;
  text-align: center;
}
.cid-uJLDyWPmDb .mbr-desc {
  color: #ffffff;
}
.cid-uJLDyWPmDb .mbr-text,
.cid-uJLDyWPmDb .text-wrapper {
  color: #9aa0a6;
}
.cid-uJLDyWPmDb .list {
  color: #9aa0a6;
}
.cid-uJLDyWPmDb .mbr-desc,
.cid-uJLDyWPmDb .content-wrapper {
  text-align: center;
}
.cid-uJLDyWPmDb .mbr-text,
.cid-uJLDyWPmDb .mbr-section-btn {
  text-align: center;
}
.cid-uJLDyWPmDb P {
  text-align: center;
}
