:root {
  --bleu-profond: #305A74;
  --bleu-hover: #3F6E91;
  --gris-bleute: #4A5E6A;
  --taupe: #5E524B;
  --ciel: #F0F4F8;
  --gris: #F8F9FA;
  --sable: #D8BBA2;
  --sable-profond: #B99C80;
  --blanc: #FFFFFF;
  --accent: #157DBE;
  --ombre: 0 10px 30px rgba(0, 0, 0, .08);
  --radius: 18px;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--gris-bleute);
  background: linear-gradient(180deg, var(--ciel), var(--gris));
  line-height: 1.5;
}

a {
  color: inherit
}

.wrap {
  max-width: 1050px;
  margin: 0 auto;
  padding: 24px 16px 56px
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  color: var(--taupe);
}

.crumb a {
  text-decoration: none
}

.crumb a:hover {
  text-decoration: underline
}

.regionchips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(48, 90, 116, .18);
  background: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: .92rem;
}

.chip:hover {
  border-color: rgba(48, 90, 116, .35)
}

.chip.active {
  background: rgba(240, 244, 248, .95);
}

.hero {
  background: var(--blanc);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--ombre);
}

.hero-media {
  position: relative;
  min-height: 260px;
  background: #ddd url("/hanka/assets/img/hero-arbre.jpg") center/cover no-repeat;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .55));
}

.hero-topbar {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 18px 16px;
  z-index: 1;
  color: #fff;
}

.kicker {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .3px;
  font-size: .95rem;
  background: rgba(21, 125, 190, .22);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 6px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

h1 {
  margin: 10px 0 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.15;
  color: #fff;
}

.hero-body {
  padding: 18px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  align-items: start;
}

.hero-left-content {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(48, 90, 116, 0.06);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  height: 100%;
}

.btn.sauge {
  background: #4F9A7A;
  /* Vert sauge doux spécifié */
  /* Vert sauge doux (non saturé) */
  color: #fff;
  border: none;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(127, 166, 148, 0.2);
}

.btn.sauge:hover {
  background: #3F8A6B;
  /* Hover spécifié */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(127, 166, 148, 0.3);
}

.transition-card h3 {
  margin: 10px 0 0 0;
  color: var(--bleu-profond);
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media (max-width: 860px) {
  .hero-body {
    grid-template-columns: 1fr;
  }
}

.lead {
  margin: 0;
  font-size: 1.03rem;
  color: var(--taupe);
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #F0F4F8;
  color: #305A74;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.nav-tag:hover {
  background: #E2E8F0;
  border-color: rgba(48, 90, 116, 0.1);
  transform: translateY(-1px);
}

.nav-tag:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* --- Transition Module --- */
.transition-module {
  margin-top: 32px;
  background: rgba(175, 196, 185, 0.15);
  /* Vert sauge pastel substantiel */
  border: 1px solid rgba(175, 196, 185, 0.3);
  border-left: 4px solid #AFBDB9;
  padding: 20px;
  border-radius: var(--radius);
}

.transition-module h4 {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 800;
  color: #4A6359;
  letter-spacing: -0.01em;
}

.transition-module .transition-text {
  font-size: 14px;
  color: #5A7469;
  margin-bottom: 16px;
  line-height: 1.5;
}

.btn.outline-sauge {
  background: transparent;
  border: 1.5px solid #AFBDB9;
  color: #4A6359;
  font-weight: 700;
}

.btn.outline-sauge:hover {
  background: #AFBDB9;
  color: #fff;
}

.cta {
  border: 1px solid rgba(48, 90, 116, .16);
  background: linear-gradient(180deg, #fff, rgba(240, 244, 248, .85));
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
}

.cta h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--bleu-profond);
}

.cta p {
  margin: 0 0 12px;
  color: var(--gris-bleute)
}

.btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: .88rem;
  border: 1px solid rgba(48, 90, 116, .18);
  background: var(--bleu-profond);
  color: #fff;
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.btn i,
.btn svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5px;
  transition: transform 0.3s ease;
}

.btn:hover {
  background: var(--bleu-hover);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn:hover i,
.btn:hover svg {
  transform: translateX(2px);
}

.btn.secondary {
  background: var(--sable);
  color: #2c2c2c;
  border-color: rgba(185, 156, 128, .45);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.btn.secondary:hover {
  background: var(--sable-profond);
  color: #fff;
  border-color: var(--sable-profond);
}

.small {
  font-size: .92rem;
  opacity: .92
}

.section {
  margin-top: 18px
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

.section-title h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--bleu-profond);
}

.highlight {
  background: #fff;
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: var(--radius);
  padding: 14px;
  box-shadow: var(--ombre);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

@media (max-width: 640px) {
  .highlight {
    grid-template-columns: 1fr
  }
}

.badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(216, 187, 162, .35);
  border: 1px solid rgba(185, 156, 128, .45);
  font-weight: 800;
  color: #3b2f2a;
  font-size: .90rem;
  margin-bottom: 8px;
}

.highlight h4 {
  margin: 0 0 6px;
  color: var(--bleu-profond);
  font-size: 1.15rem;
}

.highlight p {
  margin: 0;
  color: var(--gris-bleute)
}

.meta {
  margin-top: 8px;
  color: var(--taupe);
  font-size: .93rem
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.card {
  grid-column: span 6;
  background: #fff;
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--ombre);
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 140px;
}

@media (max-width: 860px) {
  .card {
    grid-column: span 12
  }
}

@media (max-width: 520px) {
  .card {
    grid-template-columns: 1fr
  }
}

.thumb {
  background: #ddd center/cover no-repeat;
  min-height: 140px;
}

.card-body {
  padding: 12px
}

.card-body h5 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--bleu-profond);
  line-height: 1.2;
}

.card-body .tagline {
  margin: 6px 0 8px;
  color: var(--taupe);
  font-weight: 650;
}

.card-body p {
  margin: 0 0 10px
}

.card-body a {
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
}

.card-body a:hover {
  text-decoration: underline
}

.calendar {
  background: #fff;
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: var(--radius);
  box-shadow: var(--ombre);
  padding: 14px;
}

.cal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cal-month {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(240, 244, 248, .75);
  border: 1px solid rgba(48, 90, 116, .10);
  font-weight: 900;
  color: var(--bleu-profond);
  margin-top: 8px;
}

.cal-item {
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.cal-left {
  min-width: 240px
}

.cal-title {
  font-weight: 900;
  color: var(--bleu-profond);
  margin: 0 0 4px
}

.cal-sub {
  color: var(--taupe);
  font-weight: 650;
  font-size: .95rem
}

.cal-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end
}

.btn-group {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(48, 90, 116, .16);
  background: rgba(248, 249, 250, .9);
  font-weight: 700;
  font-size: .78rem;
  color: var(--gris-bleute);
}

/* Formation page: hero image spécifique */
.fhero {
  background: #fff;
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: var(--radius);
  box-shadow: var(--ombre);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 220px;
}

@media (max-width: 860px) {
  .fhero {
    grid-template-columns: 1fr
  }
}

.fhero-img {
  background: #ddd center/cover no-repeat;
  min-height: 220px;
  position: relative;
}

.fhero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .40));
}

.fhero-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.fhero-body h2 {
  margin: 0;
  font-size: 1.55rem;
  color: var(--bleu-profond);
  line-height: 1.15;
}

.fhero-body .ftag {
  font-weight: 800;
  color: var(--taupe);
}

/* Sections JSON */
.fsection {
  background: #fff;
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: var(--radius);
  box-shadow: var(--ombre);
  padding: 14px;
  margin-top: 12px;
}

.fsection h3 {
  margin: 0 0 10px;
  color: var(--bleu-profond);
  font-size: 1.2rem;
}

.ul {
  margin: 0;
  padding-left: 18px;
  color: var(--gris-bleute);
}

.cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 860px) {
  .cards3 {
    grid-template-columns: 1fr
  }
}

.miniCard {
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: 14px;
  padding: 12px;
  background: rgba(248, 249, 250, .8);
}

.miniCard .t {
  font-weight: 900;
  color: var(--bleu-profond);
  margin: 0 0 6px;
}

.miniCard .p {
  margin: 0;
  color: var(--gris-bleute);
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

details {
  border: 1px solid rgba(48, 90, 116, .14);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(248, 249, 250, .8);
}

summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--bleu-profond);
}

details p {
  margin: 8px 0 0;
  color: var(--gris-bleute);
}

/* Modal */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 9999;
}

.modal {
  width: min(700px, 100%);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
  overflow: hidden;
  border: 1px solid rgba(48, 90, 116, .18);
}

.modal-head {
  padding: 14px 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(48, 90, 116, .12);
  background: linear-gradient(180deg, #fff, rgba(240, 244, 248, .75));
}

.modal-head h3 {
  margin: 0;
  color: var(--bleu-profond);
  font-size: 1.15rem;
}

.xbtn {
  border: 1px solid rgba(48, 90, 116, .18);
  background: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 900;
  color: var(--bleu-profond);
}

.modal-body {
  padding: 14px;
}

.formgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 680px) {
  .formgrid {
    grid-template-columns: 1fr
  }
}

label {
  font-weight: 800;
  color: var(--taupe);
  font-size: .95rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(48, 90, 116, .18);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  color: var(--gris-bleute);
  background: #fff;
  outline: none;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.help {
  color: var(--taupe);
  font-size: .92rem;
  margin-top: 8px;
}

.modal-foot {
  padding: 12px 14px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  border-top: 1px solid rgba(48, 90, 116, .12);
  background: linear-gradient(180deg, rgba(240, 244, 248, .75), #fff);
}

.notice {
  display: none;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(48, 90, 116, .14);
  background: rgba(240, 244, 248, .7);
  color: var(--gris-bleute);
  font-weight: 650;
}

footer {
  margin-top: 18px;
  padding: 16px;
  color: var(--taupe);
  font-size: .92rem;
  text-align: center;
  opacity: .95;
}

/* --- Premium Modal Sharing --- */
.modal-backdrop {
  backdrop-filter: blur(8px);
  background: rgba(15, 23, 42, 0.4);
  transition: opacity 0.3s ease;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
  max-width: 440px;
  width: 100%;
  max-height: calc(100vh - 40px);
  animation: modal-enter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@keyframes modal-enter {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-header {
  padding: 28px 28px 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--bleu-profond);
  letter-spacing: -0.03em;
}

#shareClose {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 22px;
  color: var(--gris-bleute);
  padding: 0;
}

#shareClose:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  transform: rotate(90deg);
}

.modal-body {
  padding: 0 28px 36px;
  overflow-y: auto;
  flex-grow: 1;
  scrollbar-width: thin;
}

.share-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px;
  border-radius: 16px;
}

.share-tabs .tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  color: var(--gris-bleute);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.share-tabs .tab-btn.active {
  background: #fff;
  color: var(--bleu-hanka);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.share-preview {
  background: #f8fafc;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

#sharePreviewText {
  font-size: 14px;
  color: var(--bleu-profond);
  line-height: 1.7;
  font-weight: 600;
  opacity: 0.9;
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.share-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.share-action .icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  color: var(--accent);
}

.share-action .icon-circle i,
.share-action .icon-circle svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.2px;
}

.share-action:hover .icon-circle {
  background: #fff;
  color: var(--accent);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 10px 25px rgba(21, 125, 190, 0.12);
  border-color: rgba(21, 125, 190, 0.15);
}

.share-action:hover span {
  color: var(--accent);
  opacity: 1;
}

.share-action span {
  font-size: 11px;
  font-weight: 800;
  color: var(--bleu-profond);
  opacity: 0.75;
  transition: all 0.3s;
}

.divider {
  display: flex;
  align-items: center;
  margin: 28px 0 24px;
  color: var(--gris-bleute);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.4;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.divider span {
  padding: 0 16px;
}

.share-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.social-btn {
  width: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 54px;
  border-radius: 18px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
  transition: all 0.3s;
}

.social-btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.social-btn i {
  width: 20px;
  height: 20px;
}

.social-btn.messenger {
  background: linear-gradient(135deg, #00B2FF, #006AFF);
}

.social-btn.facebook {
  background: linear-gradient(135deg, #1877F2, #0C63D1);
}

.social-btn.linkedin {
  background: linear-gradient(135deg, #0077B5, #005E93);
}

.social-btn.x {
  background: linear-gradient(135deg, #333, #000);
}

.is-highlighted {
  position: relative;
  z-index: 10;
  animation: premium-flash-success 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes premium-flash-success {
  0% {
    background: rgba(74, 222, 128, 0.3);
    box-shadow: 0 0 0 2px #4ade80, 0 0 20px rgba(74, 222, 128, 0.4);
  }

  50% {
    background: rgba(74, 222, 128, 0.15);
    box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.5), 0 0 10px rgba(74, 222, 128, 0.2);
  }

  100% {
    background: rgba(74, 222, 128, 0.08);
    box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.3);
  }
}

/* --- Info site Card & Sage Button --- */
.btn.sauge {
  background: #4F9A7A;
  /* Vert sauge doux spécifié */
  /* Vert sauge doux (non saturé) */
  color: #fff;
  border: none;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(127, 166, 148, 0.2);
}

.btn.sauge:hover {
  background: #3F8A6B;
  /* Hover spécifié */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(127, 166, 148, 0.3);
}

.transition-card h3 {
  margin: 10px 0 0 0;
  color: var(--bleu-profond);
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .highlight.transition-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }

  .highlight.transition-card .btnrow {
    align-items: flex-start;
    width: 100%;
  }

  .highlight.transition-card .btn {
    width: 100%;
    justify-content: center;
  }
}