/* Spaciaz Home 10 – header (global) + hero (home only) */

:root {
  --spaciaz-lime: #e4ed64;
  --spaciaz-dark: #1c1c25;
  --spaciaz-muted: #8a8a8a;
  --spaciaz-container: min(1290px, calc(100% - 150px));
  --page-header-extra: 80px;
}

/* Home page: one shared content width for header, hero, and all main sections */
body.page-home-h10 {
  --home-shell-max: 1300px;
  --home-shell-gutter: 24px;
  --spaciaz-container: var(--home-shell-max);
}

@media (min-width: 1480px) {
  body.page-home-h10 {
    --home-shell-max: 1440px;
  }
}

body.page-home-h10 .home-shell {
  width: 100%;
  max-width: var(--home-shell-max);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.page-home-h10 .home-shell--carousel {
  overflow: visible;
}

body.page-home-h10 .product-section-header {
  padding-left: 0;
  padding-right: 0;
}

body.page-home-h10 .product-section-carousel-wrap {
  padding-left: 0;
  padding-right: 0;
}

body.page-home-h10 .testimonial-feedback-container {
  width: 100%;
  max-width: var(--home-shell-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  body.page-home-h10 {
    --home-shell-gutter: 20px;
  }
}

/* ---------- Header (all pages) — Sai Reality pill shape; desktop glass blur ---------- */
.header-area.header-home10 {
  margin-top: 0;
  padding: 0;
  background: transparent;
}

.header-area.header-home10 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.header-area.header-home10 .header-navigation {
  padding: 0 30px;
  border-radius: 100px;
  background: transparent;
}

.header-area.header-home10 .primary-menu {
  width: 100%;
  max-width: none;
  margin: 0;
}

.header-area.header-home10 .header-brand-nav-group {
  flex: 1 1 auto;
  min-width: 0;
}

.header-area.header-home10 .namaa-header-logo {
  width: 100px;
  height: auto;
  display: block;
}

body.page-home-h10 .header-area.header-home10 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

body.page-home-h10 .header-area.header-home10.sticky,
body.page-home-h10 .sticky.header-one.header-home10 {
  position: fixed;
}

@media (min-width: 1200px) {
  .header-area.header-home10,
  .header-area.header-home10.sticky,
  body.page-home-h10 .sticky.header-one {
    padding: 30px;
    background: transparent !important;
  }

  body.page-home-h10 .header-area.header-home10,
  body.page-home-h10 .header-area.header-home10.sticky,
  body.page-home-h10 .sticky.header-one.header-home10 {
    padding-top: 30px;
    padding-bottom: 30px;
 max-width: 97%;
 margin-left: auto;
 margin-right: auto;
    background: transparent !important;
  }

  .header-area.header-home10 .header-navigation,
  .header-area.header-home10.sticky .header-navigation,
  body.page-home-h10 .header-area.header-home10 .header-navigation,
  body.page-home-h10 .header-area.header-home10.sticky .header-navigation,
  body.page-home-h10 .sticky.header-one .header-navigation {
    background: transparent !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  }

  .header-area.header-home10 .header-navigation .main-menu ul > li > a {
    color: #1c1c25 !important;
  }

  .header-area.header-home10 .header-navigation .main-menu ul > li:hover > a {
    color: var(--primary-color, #e4ed64) !important;
  }

  body.page-home-h10 .header-area.header-home10 .header-navigation .main-menu ul > li > a,
  body.page-home-h10 .sticky.header-one .header-navigation .main-menu ul > li > a {
    color: #ffffff !important;
  }

  body.page-home-h10 .header-area.header-home10 .header-navigation .main-menu ul > li:hover > a,
  body.page-home-h10 .sticky.header-one .header-navigation .main-menu ul > li:hover > a {
    color: #e4ed64 !important;
  }

  .header-area.header-home10 .header-call-label,
  .header-area.header-home10 .header-call-number {
    color: #1c1c25;
  }

  .header-area.header-home10 .header-call-number:hover {
    color: #9aad00;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  body.page-home-h10 .header-area.header-home10 .header-call-label,
  body.page-home-h10 .header-area.header-home10 .header-call-number,
  body.page-home-h10 .sticky.header-one .header-call-label,
  body.page-home-h10 .sticky.header-one .header-call-number {
    color: #ffffff;
  }

  body.page-home-h10 .header-area.header-home10 .header-call-number:hover,
  body.page-home-h10 .sticky.header-one .header-call-number:hover {
    color: #e4ed64;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .header-area.header-home10 .navbar-toggler span {
    background-color: #1c1c25;
  }

  body.page-home-h10 .header-area.header-home10 .navbar-toggler span,
  body.page-home-h10 .sticky.header-one .navbar-toggler span {
    background-color: #ffffff;
  }

  /* After scrolling past 110vh — dark nav on light sections below hero */
  body.page-home-h10 .header-area.header-home10.header-past-hero .header-navigation .main-menu ul > li > a {
    color: #1c1c25 !important;
  }

  body.page-home-h10 .header-area.header-home10.header-past-hero .header-navigation .main-menu ul > li:hover > a {
    color: #1c1c25 !important;
  }

  body.page-home-h10 .header-area.header-home10.header-past-hero .header-call-label,
  body.page-home-h10 .header-area.header-home10.header-past-hero .header-call-number {
    color: #1c1c25;
  }

  body.page-home-h10 .header-area.header-home10.header-past-hero .header-call-number:hover {
    color: #9aad00;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  body.page-home-h10 .header-area.header-home10.header-past-hero .navbar-toggler span {
    background-color: #1c1c25;
  }

  body.page-home-h10 .header-area.header-home10 .header-navigation .main-menu ul > li > a,
  body.page-home-h10 .header-area.header-home10 .header-call-label,
  body.page-home-h10 .header-area.header-home10 .header-call-number,
  body.page-home-h10 .header-area.header-home10 .navbar-toggler span {
    transition: color 0.3s ease, background-color 0.3s ease;
  }

  .header-navigation .theme-nav-menu .drawer-menu-list li a {
    display: block;
    gap: 0;
  }

  .header-navigation .theme-nav-menu .drawer-menu-icon {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .header-area.header-home10 .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .header-area.header-home10 {
    padding: 16px;
    background: transparent;
  }

  .header-area.header-home10 .header-navigation {
    padding: 10px 30px;
    border-radius: 26px;
    background: #ffffff;
  }

  body.page-home-h10 .header-area.header-home10 .header-navigation {
    background: #ffffff;
  }

  .header-area.header-home10 .namaa-header-logo {
    width: 80px;
  }

  .header-area.header-home10 .header-navigation .theme-nav-menu .main-menu ul > li > a {
    color: #111111 !important;
  }

  .header-area.header-home10 .header-navigation .theme-nav-menu .main-menu ul > li:hover > a {
    color: #111111 !important;
  }

  .header-area.header-home10 .header-navigation .theme-nav-menu .main-menu ul > li:not(:last-child) {
    border-bottom-color: #e0e0e0;
  }

  .header-area.header-home10 .drawer-brand-logo img {
    width: 65px;
    height: auto;
    display: block;
  }

  .header-navigation .theme-nav-menu .drawer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header-navigation .theme-nav-menu .drawer-menu-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0 !important;
  }

  .header-navigation .theme-nav-menu .drawer-menu-icon {
    font-size: 20px;
    line-height: 1;
    flex: 0 0 20px;
    width: 20px;
    color: #111111;
  }

  .header-navigation .theme-nav-menu .drawer-nav-button {
    margin-top: 24px;
  }

  body.page-home-h10 .header-area.header-home10 .header-call-label,
  body.page-home-h10 .header-area.header-home10 .header-call-number {
    color: #1c1c25;
  }

  body.page-home-h10 .header-area.header-home10 .navbar-toggler span {
    background-color: #1c1c25;
  }
}

/* Homepage: full viewport hero with header overlay */
body.page-home-h10 .spaciaz-h10-hero {
  margin-top: 0;
  position: relative;
  min-height: calc(100vh + 150px);
  height: calc(100vh + 150px);
  max-height: none;
  overflow: hidden;
  color: #ffffff;
}

body.page-home-h10 #smooth-wrapper,
body.page-home-h10 #smooth-content,
body.page-home-h10 main {
  padding-top: 0;
  margin-top: 0;
}

/* Inner pages: extra offset below absolute header */
body:not(.page-home-h10) #top-180-90,
body:not(.page-home-h10) section#top-180-90 {
  padding-top: calc(120px + var(--page-header-extra));
}

body:not(.page-home-h10) main.page-main-offset {
  padding-top: calc(180px + var(--page-header-extra));
}

body:not(.page-home-h10) .error-page {
  margin-top: calc(-125px + var(--page-header-extra));
  padding-top: calc(80px + var(--page-header-extra));
}

body:not(.page-home-h10) .thankyou-page {
  padding-top: calc(80px + var(--page-header-extra));
}

@media screen and (max-width: 768px) {
  body:not(.page-home-h10) #top-180-90,
  body:not(.page-home-h10) section#top-180-90 {
    padding-top: calc(100px + var(--page-header-extra));
  }

  body:not(.page-home-h10) main.page-main-offset {
    padding-top: calc(100px + var(--page-header-extra));
  }

  body:not(.page-home-h10) .error-page {
    margin-top: calc(-100px + var(--page-header-extra));
    padding-top: calc(60px + var(--page-header-extra));
  }

  body:not(.page-home-h10) .thankyou-page {
    padding-top: calc(60px + var(--page-header-extra));
  }
}

body.page-home-h10 .spaciaz-h10-hero__slide-inner {
  min-height: 100%;
}

/* ---------- Hero (base) ---------- */
.spaciaz-h10-hero {
  position: relative;
  min-height: calc(100vh + 150px);
  height: calc(100vh + 150px);
  max-height: none;
  overflow: hidden;
  color: #ffffff;
  background-color: #000000;
}

/* Cropped to fill the hero rather than shown whole */
.spaciaz-h10-hero__bg-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.spaciaz-h10-hero__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spaciaz-h10-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #000000 0%, #00000000 84.71%);
  opacity: 0.7;
  pointer-events: none;
}


/* ---------- Hero slider ----------
   Two synced sliders stacked around the overlay: images below it so they get
   dimmed, copy above it so it stays at full contrast. */
.spaciaz-h10-hero__swiper,
.spaciaz-h10-hero__copy {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.spaciaz-h10-hero__swiper {
  z-index: 0;
  background-color: #000000;
}

.spaciaz-h10-hero__swiper .swiper-wrapper,
.spaciaz-h10-hero__swiper .swiper-slide,
.spaciaz-h10-hero__slide {
  background-color: #000000;
}

.spaciaz-h10-hero__copy {
  z-index: 2;
  /* Drags fall through to the image slider, which is the one that's driving */
  pointer-events: none;
}

.spaciaz-h10-hero__swiper .swiper-wrapper,
.spaciaz-h10-hero__copy .swiper-wrapper,
.spaciaz-h10-hero__swiper .swiper-slide,
.spaciaz-h10-hero__copy .swiper-slide {
  height: 100%;
}

.spaciaz-h10-hero__copy .swiper-slide > .spaciaz-h10-hero__slide-inner {
  height: 100%;
  min-height: 100%;
}

.spaciaz-h10-hero__slide {
  position: relative;
  display: block;
  overflow: hidden;
}

.spaciaz-h10-hero__copy .spaciaz-h10-hero__content,
.spaciaz-h10-hero__copy .spaciaz-h10-hero__bottom,
.spaciaz-h10-hero__copy .spaciaz-h10-hero__desc,
.spaciaz-h10-hero__copy .spaciaz-h10-hero__btn {
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.spaciaz-h10-hero__copy.swiper-initialized .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
  visibility: hidden;
}

/* Fade the copy in on the active slide only once Swiper has taken over,
   so the content stays visible if the script never runs. */
.spaciaz-h10-hero__copy.swiper-initialized .spaciaz-h10-hero__title,
.spaciaz-h10-hero__copy.swiper-initialized .spaciaz-h10-hero__desc,
.spaciaz-h10-hero__copy.swiper-initialized .spaciaz-h10-hero__btn {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.spaciaz-h10-hero__copy.swiper-initialized .swiper-slide-active .spaciaz-h10-hero__title,
.spaciaz-h10-hero__copy.swiper-initialized .swiper-slide-active .spaciaz-h10-hero__desc {
  opacity: 1;
  transform: none;
}

.spaciaz-h10-hero__copy.swiper-initialized .swiper-slide-active .spaciaz-h10-hero__btn {
  opacity: 1;
  transform: none;
}

.spaciaz-h10-hero__copy.swiper-initialized .swiper-slide-active .spaciaz-h10-hero__desc {
  transition-delay: 0.14s;
}

.spaciaz-h10-hero__copy.swiper-initialized .swiper-slide-active .spaciaz-h10-hero__btn {
  transition-delay: 0.28s;
}

/* Swiper only adds the -bullets/-horizontal classes to an external pagination
   element, and those carry the left/width/bottom defaults we need to undo. */
.spaciaz-h10-hero .spaciaz-h10-hero__pagination,
.spaciaz-h10-hero .spaciaz-h10-hero__pagination.swiper-pagination-bullets {
  position: absolute;
  left: auto;
  right: 40px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: auto;
}

.spaciaz-h10-hero .spaciaz-h10-hero__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0;
  background: #ffffff;
  opacity: 0.55;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.spaciaz-h10-hero .spaciaz-h10-hero__pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}

.spaciaz-h10-hero .spaciaz-h10-hero__pagination .swiper-pagination-bullet-active {
  background: var(--spaciaz-lime);
  opacity: 1;
  transform: scale(1.35);
}

/* Title in upper area; desc + CTA pinned to hero bottom */
.spaciaz-h10-hero__slide-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--spaciaz-container);
  margin: 0 auto;
  padding: 100px 0 52px;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
}

.spaciaz-h10-hero__content {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 0;
  margin: 0;
  min-height: 0;
}

.spaciaz-h10-hero__title {
  font-family: "Gilroy-medium", sans-serif;
  font-size: clamp(42px, 5.4vw, 80px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
  max-width: 9em;
}

.spaciaz-h10-hero__title-line {
  display: block;
}

/* After JS locks desktop line breaks, allow full content width on small screens */
.spaciaz-h10-hero__title[data-line-breaks-locked="1"] {
  max-width: 100%;
}

.spaciaz-h10-hero__bottom {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  pointer-events: none;
  padding-top: 24px;
}

.spaciaz-h10-hero__bottom::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: -40px;
  bottom: -52px;
  z-index: -1;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 50%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.spaciaz-h10-hero__desc {
  font-family: "Gilroy-light", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 420px;
  flex: 1 1 auto;
}

.spaciaz-h10-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.spaciaz-h10-hero__btn:not(.spaciaz-h10-hero__btn--circle) {
  gap: 10px;
  height: 60px;
  padding: 5px 5px 5px 30px;
  background: #ffffff;
  color: #000000;
  font-family: "Gilroy-medium", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  border-radius: 30px;
}

.spaciaz-h10-hero__btn:not(.spaciaz-h10-hero__btn--circle):hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.spaciaz-h10-hero__btn-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--spaciaz-lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1;
  color: #000000;
}

.spaciaz-h10-hero__btn--circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 18px;
  flex: 0 0 130px;
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffff;
  text-align: center;
}

.spaciaz-h10-hero__btn-text {
  font-family: "Gilroy-medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
}

.spaciaz-h10-hero__btn--circle:hover {
  background: rgba(0, 0, 0, 0.78);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.spaciaz-h10-hero__copy.swiper-initialized .swiper-slide-active .spaciaz-h10-hero__btn--circle:hover {
  transform: translateY(-2px);
}

/* Hindi support in hero */
.spaciaz-h10-hero .banner-hindi {
  font-family: "Inknut Antiqua", serif;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199.98px) {
  body.page-home-h10 .home-shell,
  body.page-home-h10 .testimonial-feedback-container {
    padding-left: var(--home-shell-gutter);
    padding-right: var(--home-shell-gutter);
  }

  .spaciaz-h10-hero__slide-inner {
    max-width: 100%;
    padding-left: var(--home-shell-gutter);
    padding-right: var(--home-shell-gutter);
  }

  .header-area.header-home10 .header-navigation {
    padding: 10px 24px;
  }

  .header-area.header-home10 .primary-menu {
    max-width: 100%;
  }

  .spaciaz-h10-hero__title {
    font-size: clamp(38px, 6vw, 56px);
    letter-spacing: -0.02em;
  }

  .spaciaz-h10-hero__desc {
    font-size: 17px;
    max-width: 360px;
  }

  .spaciaz-h10-hero__btn--circle {
    width: 112px;
    height: 112px;
    flex-basis: 112px;
  }
}

@media (max-width: 991.98px) {
  body.page-home-h10 .spaciaz-h10-hero,
  .spaciaz-h10-hero {
    min-height: calc(100vh + 150px);
    height: calc(100vh + 150px);
    max-height: none;
  }

  .spaciaz-h10-hero .spaciaz-h10-hero__pagination,
  .spaciaz-h10-hero .spaciaz-h10-hero__pagination.swiper-pagination-bullets {
    right: 24px;
  }

  .spaciaz-h10-hero__title {
    font-size: clamp(38px, 8vw, 44px);
  }

  .spaciaz-h10-hero__bottom {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .header-area.header-home10 .header-navigation {
    padding: 10px 16px;
  }

  .spaciaz-h10-hero__slide-inner {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
  }

  .spaciaz-h10-hero .spaciaz-h10-hero__pagination,
  .spaciaz-h10-hero .spaciaz-h10-hero__pagination.swiper-pagination-bullets {
    right: 14px;
    gap: 9px;
  }

  .spaciaz-h10-hero .spaciaz-h10-hero__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .spaciaz-h10-hero__title {
    font-size: clamp(34px, 8.5vw, 36px);
    letter-spacing: -0.5px;
  }

  .spaciaz-h10-hero__desc {
    font-size: 16px;
    max-width: 100%;
  }

  .spaciaz-h10-hero__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .spaciaz-h10-hero__btn--circle {
    width: 100px;
    height: 100px;
    flex-basis: 100px;
    align-self: flex-end;
  }

  .spaciaz-h10-hero__btn-text {
    font-size: 14px;
  }
}

/* Default header CTA (all pages) */
.header-call-pattern {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.header-call-label {
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1c1c25;
}

.header-call-number {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-right: 20px;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.header-call-number:hover {
  color: #9aad00;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header-get-in-touch {
  display: inline-block;
  padding: 14px 30px;
  background: #e4ed64;
  color: #000000;
  font-weight: 700;
  font-family: "Cal Sans", "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
  border-radius: 30px;
  white-space: nowrap;
  font-size: 14px;
  text-transform: capitalize;
}

.header-get-in-touch:hover {
  background: #d4f066;
  color: #000000;
}

.w-50px {
  width: 40px !important;
  margin-left: 20px;
}

.w-100px {
  width: 70px !important;
}

@media screen and (max-width: 786px) {
  .w-50px {
    width: 30px !important;
    margin-left: 0;
  }
}
