/* =========================================================
   Página Aulas — visual persuasivo (marca Qbizu)
   ========================================================= */

.page-aulas .shop-wrap-style-1 {
  padding-top: 8px;
  padding-bottom: 60px;
}

.page-aulas #wrapper {
  background: #f5f5f5;
}

/* --- Hero --- */
.aulas-hero {
  position: relative;
  overflow: hidden;
  background: #222322;
  color: #fff;
  padding: 56px 0 92px;
}

.aulas-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 85% 20%, rgba(248, 174, 46, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 60% at 10% 90%, rgba(248, 174, 46, 0.1), transparent 50%),
    linear-gradient(135deg, #1a1b1a 0%, #2a2b2a 100%);
  pointer-events: none;
}

.aulas-hero__bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(to top, #f5f5f5, transparent);
}

.aulas-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.aulas-hero__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #222322;
  background: #f8ae2e;
  border-radius: 999px;
}

.aulas-hero__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
  font-family: var(--font_family_heading);
}

.aulas-hero__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
}

.aulas-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aulas-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.aulas-hero__proof i {
  color: #f8ae2e;
  font-size: 14px;
}

/* --- Filter card --- */
.aulas-filter-wrap {
  position: relative;
  z-index: 2;
  margin-top: -36px;
  margin-bottom: 28px;
  background: transparent;
  padding-bottom: 0;
}

.aulas-filter-card {
  background: #fff;
  border: 1px solid rgba(34, 35, 34, 0.08);
  border-radius: 20px;
  padding: 28px 28px 20px;
  box-shadow: 0 16px 40px rgba(34, 35, 34, 0.1);
  margin-bottom: 0;
}

.aulas-filter-card__head {
  margin-bottom: 20px;
}

.aulas-filter-card__title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #222322;
  font-family: var(--font_family_heading);
}

.aulas-filter-card__subtitle {
  margin: 0;
  font-size: 14px;
  color: #6b6b6b;
}

.aulas-filter-form .form-group,
.aulas-filter-form .col-lg-4,
.aulas-filter-form .col-lg-8 {
  margin-bottom: 16px;
}

.aulas-filter-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #222322;
}

.aulas-input {
  position: relative;
}

.aulas-input i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9a9a9a;
  font-size: 13px;
  pointer-events: none;
}

.aulas-filter-form .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  padding: 0 16px;
  font-size: 14px;
  color: #222322;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.aulas-input .form-control {
  padding-left: 42px;
}

.aulas-filter-form .form-control:focus {
  outline: none;
  background: #fff;
  border-color: #f8ae2e;
  box-shadow: 0 0 0 3px rgba(248, 174, 46, 0.18);
}

.aulas-filter-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.aulas-filter-actions__label {
  display: none;
}

@media (min-width: 992px) {
  .aulas-filter-actions__label {
    display: block;
  }
}

.aulas-btn-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border: none;
  border-radius: 12px;
  background: #f8ae2e;
  color: #222322 !important;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font_family_heading);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
}

.aulas-btn-filter:hover {
  background: #222322;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(34, 35, 34, 0.18);
}

.aulas-btn-clear {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #6b6b6b !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.aulas-btn-clear:hover {
  color: #222322 !important;
}

/* --- Section heads --- */
.aulas-catalog {
  background: #f5f5f5;
}

.aulas-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 12px 0 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34, 35, 34, 0.08);
}

.aulas-section-head--livres {
  margin-top: 40px;
}

.aulas-section-head__title {
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
  color: #222322;
  font-family: var(--font_family_heading);
}

.aulas-section-head__text {
  margin: 0;
  font-size: 14px;
  color: #6b6b6b;
}

.aulas-section-head__count {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(248, 174, 46, 0.18);
  color: #222322;
  font-size: 12px;
  font-weight: 700;
}

/* --- Course cards --- */
.page-aulas .aulas-card-link {
  display: block;
  color: inherit;
  text-decoration: none !important;
  margin-bottom: 24px;
}

.page-aulas .aulas-card.course-box.style-1 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(34, 35, 34, 0.06);
  box-shadow: 0 4px 16px rgba(34, 35, 34, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-aulas .aulas-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(34, 35, 34, 0.12);
  border-color: rgba(248, 174, 46, 0.35);
}

.page-aulas .aulas-card .figure-box {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0;
}

.page-aulas .aulas-card .figure-box img {
  width: 100%;
  display: block;
  border-radius: 0;
  transition: transform 0.35s ease;
}

.page-aulas .aulas-card:hover .figure-box img {
  transform: scale(1.04);
}

.page-aulas .aulas-card .aulas-card__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(34, 35, 34, 0.88);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.page-aulas .aulas-card .content-box {
  padding: 16px 16px 18px;
}

.page-aulas .aulas-card .category-name {
  color: #f8ae2e !important;
  font-weight: 600;
  font-size: 12px;
}

.page-aulas .aulas-card .title {
  font-size: 16px !important;
  line-height: 1.35 !important;
  min-height: 0;
  margin-bottom: 6px;
  color: #222322;
}

.page-aulas .aulas-card .sub-title {
  font-size: 13px !important;
  color: #6b6b6b !important;
  margin-bottom: 8px;
}

.page-aulas .aulas-card .course-fee {
  font-weight: 700;
  color: #222322;
}

.page-aulas .course-fee.is-free {
  color: #03b265;
}

.aulas-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #222322;
  opacity: 0.75;
  transition: opacity 0.2s ease, gap 0.2s ease;
}

.page-aulas .aulas-card:hover .aulas-card__cta,
.page-aulas .aulas-list-card:hover .aulas-card__cta {
  opacity: 1;
  gap: 10px;
  color: #f8ae2e;
}

/* --- List cards (cursos livres) --- */
.page-aulas .aulas-list-link {
  display: block;
  margin-bottom: 16px;
  text-decoration: none !important;
  color: inherit;
}

.page-aulas .aulas-list-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(34, 35, 34, 0.06);
  box-shadow: 0 4px 16px rgba(34, 35, 34, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-aulas .aulas-list-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(34, 35, 34, 0.1);
  border-color: rgba(248, 174, 46, 0.35);
}

.page-aulas .aulas-list-card .figure-box {
  flex: 0 0 220px;
  max-width: 220px;
  overflow: hidden;
}

.page-aulas .aulas-list-card .figure-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-aulas .aulas-list-card .content-box {
  flex: 1;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-aulas .aulas-list-card .category-name {
  color: #f8ae2e !important;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 6px;
}

.page-aulas .aulas-list-card .title {
  margin-bottom: 10px;
  font-size: 18px !important;
  color: #222322;
}

.page-aulas .aulas-list-card .course-feature {
  gap: 14px;
  margin-bottom: 10px;
}

.page-aulas .aulas-list-card .course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.page-aulas .aulas-list-card .aulas-card__cta {
  margin-top: 0;
}

/* --- Empty / CTA / pagination --- */
.aulas-empty {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 48px 24px;
  border: 1px solid rgba(34, 35, 34, 0.06);
  margin: 20px 0 40px;
}

.aulas-empty__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(248, 174, 46, 0.18);
  color: #222322;
  font-size: 20px;
}

.aulas-empty h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #222322;
}

.aulas-empty p {
  margin: 0 0 20px;
  color: #6b6b6b;
}

.aulas-empty .aulas-btn-filter {
  width: auto;
  padding: 0 24px;
  display: inline-flex;
}

.aulas-cta {
  padding: 20px 0 70px;
  background: #f5f5f5;
}

.aulas-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 32px 36px;
  border-radius: 20px;
  background: #222322;
  background-image: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(248, 174, 46, 0.25), transparent 55%);
}

.aulas-cta__copy h2 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.aulas-cta__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.aulas-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: #f8ae2e;
  color: #222322 !important;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.aulas-cta__btn:hover {
  background: #fff;
  transform: translateY(-1px);
}

.page-aulas .aulas-pagination {
  margin-top: 12px;
  margin-bottom: 20px;
}

.page-aulas .aulas-pagination .page-link {
  border-radius: 8px !important;
  margin: 0 3px;
  color: #222322;
  border-color: #e8e8e8;
}

.page-aulas .aulas-pagination .page-item.disabled .page-link {
  background: #f8ae2e;
  border-color: #f8ae2e;
  color: #222322;
}

@media (max-width: 767px) {
  .aulas-hero {
    padding: 40px 0 64px;
  }

  .aulas-filter-card {
    padding: 20px 16px 12px;
    border-radius: 16px;
  }

  .aulas-filter-wrap {
    margin-top: -28px;
  }

  .page-aulas .aulas-list-card {
    flex-direction: column;
  }

  .page-aulas .aulas-list-card .figure-box {
    flex: none;
    max-width: none;
    width: 100%;
    height: 180px;
  }

  .aulas-cta__box {
    padding: 24px;
    text-align: center;
    justify-content: center;
  }

  .aulas-hero__proof {
    flex-direction: column;
    gap: 8px;
  }
}

.course-box.style-5{
  margin-left: 0;
}
.course-box.style-5 .figure-box {
  margin-left: 10px;
  margin-right: 20px; 
}

/* =========================================================
   Detalhe da aula (venda)
   ========================================================= */

.page-aula-item #wrapper {
  background: #f5f5f5;
}

.page-aula-item .course-type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  width: auto;
  background: rgba(248, 174, 46, 0.18);
  color: #8a5f00;
}

.page-aula-item .course-type.is-digital {
  background: rgba(248, 174, 46, 0.18);
  color: #8a5f00;
}

.aula-media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(34, 35, 34, 0.06);
  box-shadow: 0 12px 32px rgba(34, 35, 34, 0.1);
  min-height: 280px;
}

.aula-media__video,
.aula-media__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  background: #111;
}

.aula-media .livro-gallery__badge {
  left: 14px;
  top: 14px;
}

.aula-buy__resumo {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #6b6b6b;
}

.aula-bf {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #111;
  color: #fff;
}

.aula-bf__title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 4px;
}

.aula-bf__title span {
  font-weight: 600;
  color: #f8ae2e;
  margin-right: 4px;
}

.aula-bf__old {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.aula-bf__old em {
  font-style: normal;
  color: #03b265;
  margin-left: 6px;
}

.aula-buy__meta-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
  padding: 16px 0 0;
  list-style: none;
  border-top: 1px solid rgba(34, 35, 34, 0.08);
}

.aula-buy__meta-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #222322;
  font-weight: 600;
}

.aula-buy__meta-list i {
  width: 18px;
  text-align: center;
  color: #f8ae2e;
}

.aula-buy__meta-list span {
  color: #6b6b6b;
  font-weight: 500;
  min-width: 70px;
}

.aula-conteudo__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aula-conteudo__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fafafa;
  border: 1px solid rgba(34, 35, 34, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.aula-conteudo__list li:hover {
  border-color: rgba(248, 174, 46, 0.35);
  box-shadow: 0 4px 14px rgba(34, 35, 34, 0.05);
}

.aula-conteudo__left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #222322;
}

.aula-conteudo__left i {
  color: #f8ae2e;
}

.aula-conteudo__right {
  font-size: 12px;
  font-weight: 600;
  color: #6b6b6b;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(34, 35, 34, 0.06);
}

.page-aula-item .aula-sticky-buy.footerpromoFixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  height: auto;
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(34, 35, 34, 0.96);
  background-image: radial-gradient(ellipse 50% 120% at 100% 0%, rgba(248, 174, 46, 0.22), transparent 55%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.page-aula-item .aula-sticky-buy.footerpromoFixed.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.page-aula-item .aula-sticky-buy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  min-height: 64px;
}

.page-aula-item .aula-sticky-buy__info {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1;
  color: #fff;
}

.page-aula-item .aula-sticky-buy__thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  background: #111;
}

.page-aula-item .aula-sticky-buy__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
}

.page-aula-item .aula-sticky-buy__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-aula-item .aula-sticky-buy__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f8ae2e;
  line-height: 1.2;
}

.page-aula-item .aula-sticky-buy__name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 420px;
  font-family: var(--font_family_heading);
}

.page-aula-item .aula-sticky-buy__cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-shrink: 0;
}

.page-aula-item .aula-sticky-buy__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  margin: 0;
  width: auto;
}

.page-aula-item .aula-sticky-buy__price-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
}

.page-aula-item .aula-sticky-buy__price-value {
  font-size: 18px;
  font-weight: 600;
  color: #03b265;
  line-height: 1.15;
  letter-spacing: -0.01em;
  white-space: nowrap;
  font-family: var(--font_family_heading);
}

.page-aula-item .aula-sticky-buy__action form {
  margin: 0;
}

.page-aula-item .aula-sticky-buy .cart-btn-add,
.page-aula-item .aula-sticky-buy .cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  width: auto;
  height: 40px;
  padding: 5px 10px !important;
  border: none;
  border-radius: 10px;
  background: #222322;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 500;
  font-family: var(--font_family_heading);
  text-decoration: none !important;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.page-aula-item .aula-sticky-buy .cart-btn-add:hover,
.page-aula-item .aula-sticky-buy .cart-btn:hover {
  background: #f8ae2e;
  color: #222322 !important;
  border-color: #f8ae2e;
  transform: translateY(-1px);
  box-shadow: none;
}

.page-aula-item .aula-sticky-buy__off {
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
}

.page-aula-item:has(.aula-sticky-buy) .aula-detail {
  padding-bottom: 120px;
}

.page-aula-item:has(.aula-sticky-buy) #footer,
.page-aula-item:has(.aula-sticky-buy) .footer-wrap {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .page-aula-item .aula-sticky-buy.footerpromoFixed {
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .page-aula-item .aula-sticky-buy__inner {
    gap: 12px;
    min-height: 56px;
  }

  .page-aula-item .aula-sticky-buy__thumb {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .page-aula-item .aula-sticky-buy__label {
    display: none;
  }

  .page-aula-item .aula-sticky-buy__name {
    font-size: 13px;
    max-width: 140px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .page-aula-item .aula-sticky-buy__cta {
    gap: 10px;
  }

  .page-aula-item .aula-sticky-buy__price-label {
    display: none;
  }

  .page-aula-item .aula-sticky-buy__price-value {
    font-size: 15px;
  }

  .page-aula-item .aula-sticky-buy .cart-btn-add,
  .page-aula-item .aula-sticky-buy .cart-btn {
    min-width: 0;
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 9px;
  }
}

@media (max-width: 767px) {
  .aula-media {
    margin-bottom: 8px;
  }

  .aula-buy__meta-list {
    gap: 8px;
  }

  .aula-conteudo__list li {
    flex-direction: column;
    align-items: flex-start;
  }
}