.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Archivo_SemiExpanded-Bold';
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Archivo_SemiExpanded-Regular';
  font-size: 1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Archivo_SemiExpanded-Bold';
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Archivo_SemiExpanded-Medium';
  font-size: 0.95rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #006dff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #006dff !important;
  border-color: #006dff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #338aff !important;
  border-color: #338aff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #338aff !important;
  border-color: #338aff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #006dff;
  color: #006dff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0048a8 !important;
  background-color: transparent !important;
  border-color: #0048a8 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #006dff !important;
  border-color: #006dff !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: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #006dff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #004199 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #006dff;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cce2ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo_SemiExpanded-Medium';
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo_SemiExpanded-Medium';
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.1875rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ffd7ef !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='%23ffffff' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqf74e8n .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqf74e8n .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqf74e8n .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqf74e8n .hidden {
  display: none;
}
.cid-vgpqf74e8n H10 {
  color: #767676;
}
.cid-vfTnXrI2oo {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vfTnXrI2oo .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 90%;
  margin: 0 auto;
}
.cid-vfTnXrI2oo .grid-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #111;
  border-radius: 20px;
  cursor: pointer;
  transform: translateZ(0);
}
.cid-vfTnXrI2oo .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  pointer-events: auto !important;
}
.cid-vfTnXrI2oo .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.4s ease;
  z-index: 2;
  pointer-events: none !important;
}
.cid-vfTnXrI2oo .grid-item h3 {
  color: #ffffff !important;
  margin: 0 !important;
  text-align: center;
  opacity: 1 !important;
  pointer-events: none !important;
}
.cid-vfTnXrI2oo .grid-item:hover .item-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.cid-vfTnXrI2oo .grid-item:hover img {
  filter: brightness(0.6) blur(2px);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .cid-vfTnXrI2oo .grid-container {
    grid-template-columns: 1fr;
    width: 85%;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqUWAkHD .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqUWAkHD .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqUWAkHD .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqUWAkHD .hidden {
  display: none;
}
.cid-vgpqUWAkHD H10 {
  color: #767676;
}
.cid-vgdTyQdENu {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgdTyQdENu .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgdTyQdENu .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgdTyQdENu .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgdTyQdENu .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgdTyQdENu .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgdTyQdENu .details-col {
  flex: 0 0 35%;
}
.cid-vgdTyQdENu .info-item {
  margin-bottom: 25px;
}
.cid-vgdTyQdENu .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgdTyQdENu .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgdTyQdENu .description-col {
  flex: 0 0 55%;
}
.cid-vgdTyQdENu .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgdTyQdENu .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgdTyQdENu .info-wrapper {
    max-width: 100%;
  }
  .cid-vgdTyQdENu .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgdTyQdENu .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqTN80Vg .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqTN80Vg .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqTN80Vg .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqTN80Vg .hidden {
  display: none;
}
.cid-vgpqTN80Vg H10 {
  color: #767676;
}
.cid-vgdQIrULYi {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgdQIrULYi .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgdQIrULYi .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgdQIrULYi .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgdQIrULYi .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgdQIrULYi .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgdQIrULYi .details-col {
  flex: 0 0 35%;
}
.cid-vgdQIrULYi .info-item {
  margin-bottom: 25px;
}
.cid-vgdQIrULYi .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgdQIrULYi .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgdQIrULYi .description-col {
  flex: 0 0 55%;
}
.cid-vgdQIrULYi .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgdQIrULYi .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgdQIrULYi .info-wrapper {
    max-width: 100%;
  }
  .cid-vgdQIrULYi .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgdQIrULYi .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqSI2UHe .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqSI2UHe .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqSI2UHe .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqSI2UHe .hidden {
  display: none;
}
.cid-vgpqSI2UHe H10 {
  color: #767676;
}
.cid-vgdNbNX47y {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgdNbNX47y .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgdNbNX47y .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgdNbNX47y .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgdNbNX47y .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgdNbNX47y .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgdNbNX47y .details-col {
  flex: 0 0 35%;
}
.cid-vgdNbNX47y .info-item {
  margin-bottom: 25px;
}
.cid-vgdNbNX47y .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgdNbNX47y .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgdNbNX47y .description-col {
  flex: 0 0 55%;
}
.cid-vgdNbNX47y .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgdNbNX47y .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgdNbNX47y .info-wrapper {
    max-width: 100%;
  }
  .cid-vgdNbNX47y .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgdNbNX47y .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqRIGQ4z .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqRIGQ4z .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqRIGQ4z .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqRIGQ4z .hidden {
  display: none;
}
.cid-vgpqRIGQ4z H10 {
  color: #767676;
}
.cid-vgbbZPwq3O {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgbbZPwq3O .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgbbZPwq3O .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgbbZPwq3O .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgbbZPwq3O .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgbbZPwq3O .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgbbZPwq3O .details-col {
  flex: 0 0 35%;
}
.cid-vgbbZPwq3O .info-item {
  margin-bottom: 25px;
}
.cid-vgbbZPwq3O .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgbbZPwq3O .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgbbZPwq3O .description-col {
  flex: 0 0 55%;
}
.cid-vgbbZPwq3O .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgbbZPwq3O .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgbbZPwq3O .info-wrapper {
    max-width: 100%;
  }
  .cid-vgbbZPwq3O .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgbbZPwq3O .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqNPtznO .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqNPtznO .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqNPtznO .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqNPtznO .hidden {
  display: none;
}
.cid-vgpqNPtznO H10 {
  color: #767676;
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqMxVfZ6 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqMxVfZ6 .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqMxVfZ6 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqMxVfZ6 .hidden {
  display: none;
}
.cid-vgpqMxVfZ6 H10 {
  color: #767676;
}
.cid-vgdWqQMe37 {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgdWqQMe37 .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgdWqQMe37 .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgdWqQMe37 .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgdWqQMe37 .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgdWqQMe37 .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgdWqQMe37 .details-col {
  flex: 0 0 35%;
}
.cid-vgdWqQMe37 .info-item {
  margin-bottom: 25px;
}
.cid-vgdWqQMe37 .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgdWqQMe37 .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgdWqQMe37 .description-col {
  flex: 0 0 55%;
}
.cid-vgdWqQMe37 .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgdWqQMe37 .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgdWqQMe37 .info-wrapper {
    max-width: 100%;
  }
  .cid-vgdWqQMe37 .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgdWqQMe37 .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqKZEuny .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqKZEuny .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqKZEuny .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqKZEuny .hidden {
  display: none;
}
.cid-vgpqKZEuny H10 {
  color: #767676;
}
.cid-vfZj0Zmj9y {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vfZj0Zmj9y .container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vfZj0Zmj9y .image-wrapper {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 20px;
}
.cid-vfZj0Zmj9y .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.66666667;
  object-fit: cover;
  display: block;
}
.cid-vfZj0Zmj9y .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vfZj0Zmj9y .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vfZj0Zmj9y .details-col {
  flex: 0 0 35%;
}
.cid-vfZj0Zmj9y .info-item {
  margin-bottom: 25px;
}
.cid-vfZj0Zmj9y .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vfZj0Zmj9y .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vfZj0Zmj9y .description-col {
  flex: 0 0 55%;
}
.cid-vfZj0Zmj9y .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vfZj0Zmj9y .info-wrapper {
    max-width: 100%;
  }
  .cid-vfZj0Zmj9y .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vfZj0Zmj9y .image-wrapper img {
    aspect-ratio: 1.77777778;
  }
}
.cid-vfZEtl2rcu {
  background-color: #000000 !important;
  padding-top: 0 !important;
  padding-bottom: 68px !important;
  overflow: hidden;
}
.cid-vfZEtl2rcu .ticker-wrapper {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.cid-vfZEtl2rcu .ticker-wrapper::before,
.cid-vfZEtl2rcu .ticker-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}
.cid-vfZEtl2rcu .ticker-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.cid-vfZEtl2rcu .ticker-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.cid-vfZEtl2rcu .ticker-track {
  display: flex;
  width: max-content;
  animation: scroll-seamless 72s linear infinite !important;
  will-change: transform;
}
.cid-vfZEtl2rcu .ticker-group {
  display: flex;
  flex-shrink: 0;
}
.cid-vfZEtl2rcu .ticker-item {
  width: 220px;
  height: 220px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}
.cid-vfZEtl2rcu .ticker-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0 !important;
  image-rendering: crisp-edges;
}
@keyframes scroll-seamless {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.cid-vfZEtl2rcu .ticker-track:hover {
  animation-play-state: running !important;
}
@media (max-width: 768px) {
  .cid-vfZEtl2rcu .ticker-wrapper::before,
  .cid-vfZEtl2rcu .ticker-wrapper::after {
    width: 60px;
  }
  .cid-vfZEtl2rcu .ticker-item {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
}
.cid-vfZJ9BJEBF {
  background-color: #000000 !important;
  padding-top: 0 !important;
  padding-bottom: 12px !important;
  overflow: hidden;
}
.cid-vfZJ9BJEBF .ticker-wrapper {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.cid-vfZJ9BJEBF .ticker-wrapper::before,
.cid-vfZJ9BJEBF .ticker-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}
.cid-vfZJ9BJEBF .ticker-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.cid-vfZJ9BJEBF .ticker-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.cid-vfZJ9BJEBF .ticker-track {
  display: flex;
  width: max-content;
  animation: scroll-reverse 72s linear infinite !important;
  will-change: transform;
}
.cid-vfZJ9BJEBF .ticker-group {
  display: flex;
  flex-shrink: 0;
}
.cid-vfZJ9BJEBF .ticker-item {
  width: 220px;
  height: 220px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}
.cid-vfZJ9BJEBF .ticker-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0 !important;
  image-rendering: crisp-edges;
}
@keyframes scroll-reverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.cid-vfZJ9BJEBF .ticker-track:hover {
  animation-play-state: running !important;
}
@media (max-width: 768px) {
  .cid-vfZJ9BJEBF .ticker-wrapper::before,
  .cid-vfZJ9BJEBF .ticker-wrapper::after {
    width: 60px;
  }
  .cid-vfZJ9BJEBF .ticker-item {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
}
.cid-vfZC7YAziR {
  background-color: #000000 !important;
  padding-top: 0 !important;
  padding-bottom: 68px !important;
}
.cid-vfZC7YAziR .container {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}
.cid-vfZC7YAziR .video-wide-wrapper {
  width: 100%;
  margin: 0 auto;
}
.cid-vfZC7YAziR .video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  pointer-events: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.cid-vfZC7YAziR .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.05);
}
@media (max-width: 768px) {
  .cid-vfZC7YAziR .container {
    width: 100%;
    padding: 0 15px;
  }
}
.cid-vg0WV7zgUL {
  background-color: #000000 !important;
  padding-top: 0px !important;
  padding-bottom: 68px !important;
  overflow: hidden;
}
.cid-vg0WV7zgUL .container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vg0WV7zgUL .triptych-grid {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.cid-vg0WV7zgUL .triptych-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-vg0WV7zgUL .triptych-item.side {
  flex: 0.9;
  cursor: pointer;
  z-index: 10;
}
.cid-vg0WV7zgUL .triptych-item.side img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
}
.cid-vg0WV7zgUL .triptych-item.center {
  flex: 1.2;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.cid-vg0WV7zgUL .media-box {
  width: 100%;
  height: 100%;
}
.cid-vg0WV7zgUL .media-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: none;
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .cid-vg0WV7zgUL .triptych-grid {
    flex-direction: column;
    gap: 25px;
  }
  .cid-vg0WV7zgUL .triptych-item {
    width: 100%;
    flex: none !important;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vfTWRum5UR {
  background-color: #000000 !important;
  padding: 92px 0 0 0 !important;
}
.cid-vfTWRum5UR .content-container {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}
.cid-vfTWRum5UR .white-box {
  background-color: #ffffff !important;
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 92px;
  gap: 60px;
}
.cid-vfTWRum5UR .text-block {
  flex: 1;
  max-width: 35%;
  text-align: left;
}
.cid-vfTWRum5UR .text-block p {
  color: #333333 !important;
  margin-bottom: 30px !important;
  line-height: 1.6 !important;
}
.cid-vfTWRum5UR .text-block p strong {
  font-weight: 700;
}
.cid-vfTWRum5UR .text-block p:last-child {
  margin-bottom: 0 !important;
}
.cid-vfTWRum5UR .image-block {
  flex: 0 0 auto;
  width: 30%;
  text-align: center;
}
.cid-vfTWRum5UR .image-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-vfTWRum5UR .white-box {
    flex-direction: column;
    padding: 50px;
    gap: 40px;
  }
  .cid-vfTWRum5UR .text-block {
    max-width: 100%;
    order: 2;
  }
  .cid-vfTWRum5UR .image-block {
    width: 60%;
    order: 1;
    margin-bottom: 20px;
  }
  .cid-vfTWRum5UR .right-text {
    order: 3;
  }
}
@media (max-width: 768px) {
  .cid-vfTWRum5UR .image-block {
    width: 80%;
  }
}
.cid-vfTWRum5UR P {
  text-align: justify;
}
.cid-vfTV4MKCh1 .marquee-section-fixed {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  margin: 0 !important;
  overflow: hidden;
  width: 100% !important;
  display: block;
}
.cid-vfTV4MKCh1 .marquee-container-limited {
  position: relative;
  padding: 20px 6% !important;
  overflow: hidden;
  background: #000000 !important;
  width: 100% !important;
}
.cid-vfTV4MKCh1 .marquee-container-limited::before,
.cid-vfTV4MKCh1 .marquee-container-limited::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.cid-vfTV4MKCh1 .marquee-container-limited::before {
  left: 6%;
  background: linear-gradient(to right, #000000 20%, transparent);
}
.cid-vfTV4MKCh1 .marquee-container-limited::after {
  right: 6%;
  background: linear-gradient(to left, #000000 20%, transparent);
}
.cid-vfTV4MKCh1 .marquee-wrapper {
  display: flex;
  overflow: hidden;
  padding: 0 !important;
  line-height: 1 !important;
}
.cid-vfTV4MKCh1 .marquee-content {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: scroll-right 60s linear infinite;
}
.cid-vfTV4MKCh1 .marquee-content span {
  display: inline-block;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 100px;
}
.cid-vfTV4MKCh1 .marquee-content .display-1 {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.0 !important;
}
@keyframes scroll-right {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .cid-vfTV4MKCh1 .marquee-section-fixed {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
  .cid-vfTV4MKCh1 .marquee-container-limited {
    padding: 10px 5% !important;
  }
  .cid-vfTV4MKCh1 .marquee-container-limited::before {
    left: 5%;
    width: 60px;
  }
  .cid-vfTV4MKCh1 .marquee-container-limited::after {
    right: 5%;
    width: 60px;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqW8x433 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqW8x433 .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqW8x433 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqW8x433 .hidden {
  display: none;
}
.cid-vgpqW8x433 H10 {
  color: #767676;
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpvo5J4r5 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpvo5J4r5 .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpvo5J4r5 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpvo5J4r5 .hidden {
  display: none;
}
.cid-vgpvo5J4r5 H10 {
  color: #767676;
}
.cid-vge4YMEIru {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vge4YMEIru .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vge4YMEIru .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vge4YMEIru .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vge4YMEIru .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vge4YMEIru .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vge4YMEIru .details-col {
  flex: 0 0 35%;
}
.cid-vge4YMEIru .info-item {
  margin-bottom: 25px;
}
.cid-vge4YMEIru .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vge4YMEIru .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vge4YMEIru .description-col {
  flex: 0 0 55%;
}
.cid-vge4YMEIru .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vge4YMEIru .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vge4YMEIru .info-wrapper {
    max-width: 100%;
  }
  .cid-vge4YMEIru .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vge4YMEIru .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpqZSALx7 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpqZSALx7 .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpqZSALx7 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpqZSALx7 .hidden {
  display: none;
}
.cid-vgpqZSALx7 H10 {
  color: #767676;
}
.cid-vggDiXZvIT {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vggDiXZvIT .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vggDiXZvIT .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vggDiXZvIT .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vggDiXZvIT .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vggDiXZvIT .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vggDiXZvIT .details-col {
  flex: 0 0 35%;
}
.cid-vggDiXZvIT .info-item {
  margin-bottom: 25px;
}
.cid-vggDiXZvIT .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vggDiXZvIT .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vggDiXZvIT .description-col {
  flex: 0 0 55%;
}
.cid-vggDiXZvIT .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vggDiXZvIT .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vggDiXZvIT .info-wrapper {
    max-width: 100%;
  }
  .cid-vggDiXZvIT .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vggDiXZvIT .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpr1h4T8D .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpr1h4T8D .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpr1h4T8D .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpr1h4T8D .hidden {
  display: none;
}
.cid-vgpr1h4T8D H10 {
  color: #767676;
}
.cid-vggPwQwsRk {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vggPwQwsRk .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vggPwQwsRk .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vggPwQwsRk .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vggPwQwsRk .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vggPwQwsRk .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vggPwQwsRk .details-col {
  flex: 0 0 35%;
}
.cid-vggPwQwsRk .info-item {
  margin-bottom: 25px;
}
.cid-vggPwQwsRk .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vggPwQwsRk .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vggPwQwsRk .description-col {
  flex: 0 0 55%;
}
.cid-vggPwQwsRk .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vggPwQwsRk .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vggPwQwsRk .info-wrapper {
    max-width: 100%;
  }
  .cid-vggPwQwsRk .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vggPwQwsRk .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpr35wZXG .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpr35wZXG .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpr35wZXG .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpr35wZXG .hidden {
  display: none;
}
.cid-vgpr35wZXG H10 {
  color: #767676;
}
.cid-vghBJ9FKpE {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vghBJ9FKpE .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vghBJ9FKpE .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vghBJ9FKpE .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vghBJ9FKpE .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vghBJ9FKpE .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vghBJ9FKpE .details-col {
  flex: 0 0 35%;
}
.cid-vghBJ9FKpE .info-item {
  margin-bottom: 25px;
}
.cid-vghBJ9FKpE .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vghBJ9FKpE .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vghBJ9FKpE .description-col {
  flex: 0 0 55%;
}
.cid-vghBJ9FKpE .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vghBJ9FKpE .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vghBJ9FKpE .info-wrapper {
    max-width: 100%;
  }
  .cid-vghBJ9FKpE .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vghBJ9FKpE .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpr4zrKCp .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpr4zrKCp .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpr4zrKCp .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpr4zrKCp .hidden {
  display: none;
}
.cid-vgpr4zrKCp H10 {
  color: #767676;
}
.cid-vghEEPpaBb {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vghEEPpaBb .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vghEEPpaBb .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vghEEPpaBb .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vghEEPpaBb .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vghEEPpaBb .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vghEEPpaBb .details-col {
  flex: 0 0 35%;
}
.cid-vghEEPpaBb .info-item {
  margin-bottom: 25px;
}
.cid-vghEEPpaBb .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vghEEPpaBb .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vghEEPpaBb .description-col {
  flex: 0 0 55%;
}
.cid-vghEEPpaBb .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vghEEPpaBb .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vghEEPpaBb .info-wrapper {
    max-width: 100%;
  }
  .cid-vghEEPpaBb .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vghEEPpaBb .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpr5yOzBS .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpr5yOzBS .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpr5yOzBS .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpr5yOzBS .hidden {
  display: none;
}
.cid-vgpr5yOzBS H10 {
  color: #767676;
}
.cid-vghGq4pOAy {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vghGq4pOAy .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vghGq4pOAy .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vghGq4pOAy .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vghGq4pOAy .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vghGq4pOAy .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vghGq4pOAy .details-col {
  flex: 0 0 35%;
}
.cid-vghGq4pOAy .info-item {
  margin-bottom: 25px;
}
.cid-vghGq4pOAy .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vghGq4pOAy .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vghGq4pOAy .description-col {
  flex: 0 0 55%;
}
.cid-vghGq4pOAy .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vghGq4pOAy .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vghGq4pOAy .info-wrapper {
    max-width: 100%;
  }
  .cid-vghGq4pOAy .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vghGq4pOAy .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpr6xu12F .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgpr6xu12F .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgpr6xu12F .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgpr6xu12F .hidden {
  display: none;
}
.cid-vgpr6xu12F H10 {
  color: #767676;
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprpwLCS1 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprpwLCS1 .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprpwLCS1 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprpwLCS1 .hidden {
  display: none;
}
.cid-vgprpwLCS1 H10 {
  color: #767676;
}
.cid-vghWVYYb9s {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vghWVYYb9s .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vghWVYYb9s .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vghWVYYb9s .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vghWVYYb9s .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vghWVYYb9s .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vghWVYYb9s .details-col {
  flex: 0 0 35%;
}
.cid-vghWVYYb9s .info-item {
  margin-bottom: 25px;
}
.cid-vghWVYYb9s .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vghWVYYb9s .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vghWVYYb9s .description-col {
  flex: 0 0 55%;
}
.cid-vghWVYYb9s .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vghWVYYb9s .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vghWVYYb9s .info-wrapper {
    max-width: 100%;
  }
  .cid-vghWVYYb9s .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vghWVYYb9s .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprsjTnSl .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprsjTnSl .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprsjTnSl .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprsjTnSl .hidden {
  display: none;
}
.cid-vgprsjTnSl H10 {
  color: #767676;
}
.cid-vgiJw8LYpv {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgiJw8LYpv .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgiJw8LYpv .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgiJw8LYpv .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgiJw8LYpv .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgiJw8LYpv .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgiJw8LYpv .details-col {
  flex: 0 0 35%;
}
.cid-vgiJw8LYpv .info-item {
  margin-bottom: 25px;
}
.cid-vgiJw8LYpv .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgiJw8LYpv .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgiJw8LYpv .description-col {
  flex: 0 0 55%;
}
.cid-vgiJw8LYpv .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgiJw8LYpv .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgiJw8LYpv .info-wrapper {
    max-width: 100%;
  }
  .cid-vgiJw8LYpv .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgiJw8LYpv .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprvSYhGz .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprvSYhGz .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprvSYhGz .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprvSYhGz .hidden {
  display: none;
}
.cid-vgprvSYhGz H10 {
  color: #767676;
}
.cid-vgiMuIvwZO {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgiMuIvwZO .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgiMuIvwZO .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgiMuIvwZO .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgiMuIvwZO .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgiMuIvwZO .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgiMuIvwZO .details-col {
  flex: 0 0 35%;
}
.cid-vgiMuIvwZO .info-item {
  margin-bottom: 25px;
}
.cid-vgiMuIvwZO .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgiMuIvwZO .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgiMuIvwZO .description-col {
  flex: 0 0 55%;
}
.cid-vgiMuIvwZO .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgiMuIvwZO .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgiMuIvwZO .info-wrapper {
    max-width: 100%;
  }
  .cid-vgiMuIvwZO .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgiMuIvwZO .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprx2PB1O .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprx2PB1O .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprx2PB1O .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprx2PB1O .hidden {
  display: none;
}
.cid-vgprx2PB1O H10 {
  color: #767676;
}
.cid-vgiPb9QaoB {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgiPb9QaoB .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgiPb9QaoB .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgiPb9QaoB .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgiPb9QaoB .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgiPb9QaoB .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgiPb9QaoB .details-col {
  flex: 0 0 35%;
}
.cid-vgiPb9QaoB .info-item {
  margin-bottom: 25px;
}
.cid-vgiPb9QaoB .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgiPb9QaoB .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgiPb9QaoB .description-col {
  flex: 0 0 55%;
}
.cid-vgiPb9QaoB .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgiPb9QaoB .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgiPb9QaoB .info-wrapper {
    max-width: 100%;
  }
  .cid-vgiPb9QaoB .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgiPb9QaoB .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprz4ok1M .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprz4ok1M .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprz4ok1M .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprz4ok1M .hidden {
  display: none;
}
.cid-vgprz4ok1M H10 {
  color: #767676;
}
.cid-vgiQ9ib1wH {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgiQ9ib1wH .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgiQ9ib1wH .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgiQ9ib1wH .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgiQ9ib1wH .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgiQ9ib1wH .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgiQ9ib1wH .details-col {
  flex: 0 0 35%;
}
.cid-vgiQ9ib1wH .info-item {
  margin-bottom: 25px;
}
.cid-vgiQ9ib1wH .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgiQ9ib1wH .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgiQ9ib1wH .description-col {
  flex: 0 0 55%;
}
.cid-vgiQ9ib1wH .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgiQ9ib1wH .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgiQ9ib1wH .info-wrapper {
    max-width: 100%;
  }
  .cid-vgiQ9ib1wH .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgiQ9ib1wH .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprBjW4hi .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprBjW4hi .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprBjW4hi .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprBjW4hi .hidden {
  display: none;
}
.cid-vgprBjW4hi H10 {
  color: #767676;
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprCQ3P1r .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprCQ3P1r .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprCQ3P1r .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprCQ3P1r .hidden {
  display: none;
}
.cid-vgprCQ3P1r H10 {
  color: #767676;
}
.cid-vgnkCAnCDn {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgnkCAnCDn .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgnkCAnCDn .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgnkCAnCDn .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgnkCAnCDn .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgnkCAnCDn .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgnkCAnCDn .details-col {
  flex: 0 0 35%;
}
.cid-vgnkCAnCDn .info-item {
  margin-bottom: 25px;
}
.cid-vgnkCAnCDn .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgnkCAnCDn .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgnkCAnCDn .description-col {
  flex: 0 0 55%;
}
.cid-vgnkCAnCDn .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgnkCAnCDn .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgnkCAnCDn .info-wrapper {
    max-width: 100%;
  }
  .cid-vgnkCAnCDn .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgnkCAnCDn .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprFd2kmv .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprFd2kmv .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprFd2kmv .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprFd2kmv .hidden {
  display: none;
}
.cid-vgprFd2kmv H10 {
  color: #767676;
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgprHQYZbQ .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 1px;
  background: #090909;
  top: 0px;
}
.cid-vgprHQYZbQ .progress-bar {
  height: 1px;
  background: #9c98cf;
  width: 0%;
}
.cid-vgprHQYZbQ .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-vgprHQYZbQ .hidden {
  display: none;
}
.cid-vgprHQYZbQ H10 {
  color: #767676;
}
.cid-vgo1l6mGRB {
  background-color: #000000 !important;
  padding-top: 100px !important;
  padding-bottom: 68px !important;
}
.cid-vgo1l6mGRB .container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgo1l6mGRB .image-wrapper {
  width: 85%;
  margin: 0 auto 60px auto;
  overflow: hidden;
  border-radius: 40px;
}
.cid-vgo1l6mGRB .image-wrapper img {
  width: 100%;
  aspect-ratio: 2.1;
  object-fit: cover;
  display: block;
}
.cid-vgo1l6mGRB .info-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.cid-vgo1l6mGRB .project-info {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  color: #ffffff;
}
.cid-vgo1l6mGRB .details-col {
  flex: 0 0 35%;
}
.cid-vgo1l6mGRB .info-item {
  margin-bottom: 25px;
}
.cid-vgo1l6mGRB .label {
  display: block;
  opacity: 0.5;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
.cid-vgo1l6mGRB .value {
  margin: 0 !important;
  font-weight: 400;
}
.cid-vgo1l6mGRB .description-col {
  flex: 0 0 55%;
}
.cid-vgo1l6mGRB .description-col p {
  margin-bottom: 20px !important;
  line-height: 1.7 !important;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .cid-vgo1l6mGRB .image-wrapper {
    width: 100%;
    border-radius: 20px;
  }
  .cid-vgo1l6mGRB .info-wrapper {
    max-width: 100%;
  }
  .cid-vgo1l6mGRB .project-info {
    flex-direction: column;
    gap: 40px;
  }
  .cid-vgo1l6mGRB .image-wrapper img {
    aspect-ratio: 1.77;
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
.cid-vgpi9zWF1h .navbar {
  background-color: #000000 !important;
  min-height: 90px;
  transition: all 0.3s;
}
.cid-vgpi9zWF1h .rvre-nav-container {
  background-color: #000000 !important;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.cid-vgpi9zWF1h .nav-item .nav-link {
  padding: 10px 20px !important;
  background-color: transparent !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  display: inline-block;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.cid-vgpi9zWF1h .nav-item .nav-link:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }
  .cid-vgpi9zWF1h .navbar-nav-left,
  .cid-vgpi9zWF1h .navbar-nav-right {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .cid-vgpi9zWF1h .navbar-nav-right {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-vgpi9zWF1h .navbar-brand {
    position: relative;
    left: 0;
    transform: none;
  }
  .cid-vgpi9zWF1h .navbar-collapse {
    background: #000000 !important;
    text-align: center;
    padding-top: 2rem;
  }
  .cid-vgpi9zWF1h .nav-item .nav-link:hover {
    transform: scale(1.05);
  }
}
.cid-vgpgfh3Tll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vgpgfh3Tll .media-container-row .mbr-text {
  color: #a6a99c;
}
