/* =========================================================================
   SOMOS INSURANCE — faithful rebuild (clean / crisp / smooth)
   White · navy #183153 · blue #3578c2 · Outfit + Inter
   ========================================================================= */
:root {
  --navy:   #183153;
  --navy-2: #21426b;
  --blue:   #3578c2;
  --blue-d: #2a63a6;
  --ink:    #0d141a;
  --muted:  #56657a;
  --white:  #ffffff;
  --paper:  #f4f7fb;
  --paper-2:#eaf1fa;
  --line:   #e4eaf2;

  --display: 'Outfit', system-ui, sans-serif;
  --body:    'Inter', system-ui, sans-serif;

  --wrap: 1160px;
  --gut: clamp(1.15rem, 4vw, 2.5rem);
  --radius: 18px;
  --radius-lg: 26px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 10px 30px -12px rgba(24,49,83,.18);
  --shadow-lg: 0 30px 70px -28px rgba(24,49,83,.35);

  --step-0: clamp(1rem, .96rem + .2vw, 1.1rem);
  --step-1: clamp(1.12rem, 1rem + .5vw, 1.35rem);
  --step-2: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  --step-3: clamp(2rem, 1.5rem + 2.4vw, 3.2rem);
  --step-4: clamp(2.6rem, 1.8rem + 4vw, 4.6rem);
}

*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }
body {
  font-family: var(--body); font-size: var(--step-0); line-height: 1.6;
  color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display:block; max-width:100%; height:auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
h1,h2,h3 { font-family: var(--display); font-weight: 600; line-height: 1.06; letter-spacing: -.02em; color: var(--navy); text-wrap: balance; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 2.5px solid var(--blue); outline-offset: 3px; border-radius: 5px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }
.skip { position:fixed; top:-60px; left:1rem; z-index:200; background:var(--navy); color:#fff; padding:.7em 1.1em; border-radius:0 0 12px 12px; font-weight:600; transition:top .25s var(--ease); }
.skip:focus { top:0; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); width: 100%; }
.eyebrow { font-family: var(--display); font-weight: 600; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }

/* ----------------------------- BUTTONS -------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--display); font-weight: 600; font-size: var(--step-0); line-height: 1;
  padding: .85em 1.4em; border-radius: 12px; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
}
.btn--solid { background: var(--blue); color: #fff; box-shadow: 0 8px 20px -10px rgba(53,120,194,.8); }
.btn--solid:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(53,120,194,.85); }
.btn--ghost { color: var(--navy); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--ghost:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1.5px var(--blue); color: var(--blue); }

/* ----------------------------- HEADER --------------------------------- */
.hdr { position: sticky; top: 0; z-index: 100; background: color-mix(in oklab, var(--white) 86%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.hdr.is-stuck { border-color: var(--line); box-shadow: 0 6px 20px -16px rgba(24,49,83,.5); }
.hdr__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .85rem; }
.brand { display: inline-flex; align-items: baseline; gap: .45rem; }
.brand__word { font-family: var(--display); font-weight: 700; font-size: 1.4rem; letter-spacing: .12em; color: var(--navy); }
.brand__sub { font-family: var(--body); font-weight: 500; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); }
.hdr__right { display: flex; align-items: center; gap: 1rem; }
.hdr__phone { display: inline-flex; align-items: center; gap: .4rem; color: var(--navy); font-weight: 600; font-family: var(--display); font-size: .92rem; }
.hdr__phone:hover { color: var(--blue); }
.hdr__phone svg { color: var(--blue); }
.hdr__login { display: inline-flex; align-items: center; gap: .4rem; color: var(--navy); font-family: var(--display); font-weight: 600; font-size: .9rem; padding: .5rem .2rem; transition: color .2s; }
.hdr__login svg { color: var(--blue); }
.hdr__login:hover { color: var(--blue); }

/* toast */
.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(20px); z-index: 300;
  background: var(--navy); color: #fff; font-family: var(--display); font-weight: 500; font-size: .92rem;
  padding: .8em 1.2em; border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease); }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.lang { display: inline-flex; align-items: center; gap: .2rem; padding: .2rem; border-radius: 100px; box-shadow: inset 0 0 0 1px var(--line); }
.lang__btn { font-family: var(--display); font-weight: 600; font-size: .76rem; letter-spacing: .04em; padding: .42rem .7rem; min-height: 38px; display: inline-flex; align-items: center; border-radius: 100px; color: var(--muted); transition: color .2s, background .2s; }
.lang__btn.is-active { background: var(--navy); color: #fff; }

/* ----------------------------- HERO ----------------------------------- */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding-block: clamp(2.5rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem); }
.hero__title { font-size: var(--step-4); font-weight: 700; }
.hero__title .accent { color: var(--blue); }
.hero__sub { font-size: var(--step-1); color: var(--muted); margin-top: 1.1rem; max-width: 30ch; }
.hero__cta { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.8rem; }
/* "quick-pick shelf" — one labeled, framed control instead of three floating icons */
.cover-shelf { margin-top: 1.4rem; }
.cover-shelf__lead { display: inline-block; margin-bottom: .55rem; }
.cover { list-style: none; padding: .4rem; margin: 0; display: inline-flex; gap: .35rem; flex-wrap: wrap; border-radius: 14px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); }
.cover li { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .85rem .45rem .45rem; border-radius: 10px; background: transparent; font-family: var(--display); font-weight: 600; color: var(--navy); font-size: .95rem; transition: background .18s var(--ease), color .18s var(--ease), box-shadow .18s var(--ease); }
.cover__ic { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: transparent; color: var(--blue); box-shadow: none; }
.cover__ic svg { width: 24px; height: 22px; }

/* 2.5D parallax illustration */
.scene { position: relative; perspective: 1100px; }
.scene__glow { position: absolute; inset: 6% 2% 10%; z-index: 0; border-radius: 50%;
  background: radial-gradient(60% 60% at 55% 40%, color-mix(in oklab, var(--blue) 26%, transparent), transparent 70%);
  filter: blur(28px); transform: translate3d(var(--gx,0), var(--gy,0), 0); }
.scene__img { position: relative; z-index: 1; width: 100%;
  transform: rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) translateY(var(--sy,0px));
  transform-style: preserve-3d; transition: transform .35s var(--ease);
  filter: drop-shadow(0 24px 30px rgba(24,49,83,.16)); }

/* ----------------------------- PROMISE / WHY -------------------------- */
.band { padding-block: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.band__photo { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.band__photo img { width: 100%; }
.band__cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.4rem, 3vw, 2.6rem); }
.col__h { font-size: var(--step-2); margin-bottom: .7rem; }
.col__h::after { content: ""; display: block; width: 38px; height: 3px; border-radius: 3px; background: var(--blue); margin-top: .6rem; }
.col__p { color: var(--muted); font-size: var(--step-0); }

/* ----------------------------- BACK TO BASICS ------------------------- */
.basics { padding-block: clamp(2.5rem, 6vw, 5rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.basics__title { font-size: var(--step-4); font-weight: 700; }
.basics__story { display: grid; gap: 1rem; max-width: 60ch; }
.basics__story p { color: var(--muted); font-size: var(--step-1); line-height: 1.55; }
.basics__kick { color: var(--navy) !important; font-weight: 600; font-family: var(--display); }

/* ----------------------------- WHAT WE COVER, EXPLAINED --------------- */
.explain { padding-block: clamp(2.5rem, 6vw, 5rem); }
.explain__head { max-width: 680px; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.explain__h { font-size: var(--step-3); margin: .5rem 0 .7rem; }
.explain__sub { color: var(--muted); font-size: var(--step-1); }
.ecards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2.4vw, 1.6rem); max-width: 1000px; margin: 0 auto; }
.ecard { background: var(--white); border-radius: var(--radius-lg); padding: clamp(1.4rem, 2.6vw, 1.9rem); box-shadow: inset 0 0 0 1px var(--line), var(--shadow); }
.ecard__head { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.2rem; }
.ecard__ic { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: var(--blue); background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); }
.ecard__ic svg { width: 26px; height: 24px; }
.ecard__name { font-size: var(--step-2); color: var(--navy); line-height: 1.1; }
.ecard__tag { color: var(--muted); font-size: .92rem; margin-top: .25rem; }
.ecard__list { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.ecard__list li { position: relative; padding-left: 1.3rem; font-size: .95rem; line-height: 1.45; color: var(--muted); }
.ecard__list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.ecard__label { font-family: var(--display); font-weight: 600; color: var(--navy); }
.explain__cta { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin-top: clamp(1.8rem, 3vw, 2.6rem); }

/* ----------------------------- CARRIERS ------------------------------- */
.carriers { padding-block: clamp(2rem, 4vw, 3rem); background: var(--paper); border-block: 1px solid var(--line); }
.carriers__label { text-align: center; font-family: var(--display); font-weight: 600; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.6rem; }
.marquee { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee__track { display: flex; align-items: center; gap: clamp(2.4rem, 5vw, 4.5rem); width: max-content; animation: scroll var(--dur, 48s) linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes scroll { to { transform: translate3d(-50%, 0, 0); } }
.logo { height: 30px; width: var(--lw, 90px); flex: none; background: var(--navy);
  -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  opacity: .48; transition: opacity .3s var(--ease); }
.logo:hover { opacity: .9; }

/* ----------------------------- STAY PROTECTED ------------------------- */
.protect { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; }
.protect__inner { padding-block: clamp(2.6rem, 6vw, 4.5rem); display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.protect .eyebrow { color: color-mix(in oklab, var(--blue) 60%, #fff); }
.protect__h { color: #fff; font-size: var(--step-3); margin: .4rem 0 .6rem; }
.protect__sub { color: color-mix(in oklab, #fff 78%, var(--blue)); max-width: 40ch; }
.protect__inner { align-items: start; }
.protect__trust { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .55rem; }
.protect__trust li { position: relative; padding-left: 1.5rem; color: color-mix(in oklab, #fff 82%, var(--blue)); font-size: .95rem; }
.protect__trust li::before { content: ""; position: absolute; left: 0; top: .42em; width: 9px; height: 9px; border-radius: 50%; background: color-mix(in oklab, var(--blue) 50%, #fff); box-shadow: 0 0 0 3px color-mix(in oklab, var(--blue) 30%, transparent); }

/* honeypot */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* the white quote card (bottom) */
.protect__card { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: clamp(1.4rem, 3vw, 2rem); box-shadow: var(--shadow-lg); }
.qform__req { font-size: .85rem; color: var(--muted); margin-bottom: 1.1rem; }
.qform__cov { border: 0; padding: 0; margin: 0 0 1.1rem; }
.qform__cov legend { font-family: var(--display); font-weight: 600; color: var(--navy); font-size: .92rem; margin-bottom: .6rem; padding: 0; }

/* chips */
.qchips { display: flex; flex-wrap: wrap; gap: .5rem; }
.qchip { font-family: var(--display); font-weight: 600; font-size: .9rem; padding: .5rem .9rem; min-height: 40px; border-radius: 100px; background: var(--paper); color: var(--navy); box-shadow: inset 0 0 0 1.5px var(--line); transition: all .2s var(--ease); }
.qchip:hover { box-shadow: inset 0 0 0 1.5px var(--blue); color: var(--blue); }
.qchip.is-on { background: var(--blue); color: #fff; box-shadow: none; }
.qchips--lg .qchip { padding: .6rem 1.1rem; min-height: 44px; }

/* form grid + inputs */
.qform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.qfield-wrap--full { grid-column: 1 / -1; }
.qfield-wrap label { display: block; font-family: var(--display); font-weight: 600; font-size: .8rem; color: var(--navy); margin-bottom: .35rem; }
.qfield-wrap input, .qfield-wrap textarea { width: 100%; font-family: var(--body); font-size: 1rem; padding: .8em 1em; border-radius: 12px; background: var(--paper); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); transition: box-shadow .2s; }
.qfield-wrap input::placeholder, .qfield-wrap textarea::placeholder { color: var(--muted); opacity: .8; }
.qfield-wrap input:focus, .qfield-wrap textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--blue); }
.qfield-wrap input[aria-invalid="true"] { box-shadow: inset 0 0 0 2px #c8473f; }
.qform__err { color: #c8473f; font-size: .82rem; margin-top: .35rem; }
.qform__err--contact { margin-top: .6rem; }
.qform__hint { font-size: .82rem; color: var(--muted); margin-top: .7rem; }
.qform__submit { width: 100%; margin-top: 1.1rem; padding: 1em 1.4em; }
.qform__consent { font-size: .78rem; color: var(--muted); margin-top: .9rem; line-height: 1.45; }

/* success panel */
.qsuccess { text-align: center; padding: 1.5rem .5rem; }
.qsuccess__check { width: 60px; height: 60px; margin: 0 auto 1.1rem; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--blue); }
.qsuccess__h { font-size: var(--step-2); color: var(--navy); margin-bottom: .5rem; }
.qsuccess__sub { color: var(--muted); margin-bottom: 1.2rem; }
.qsuccess__call { display: inline-flex; }
.qsuccess__fallback { font-size: .82rem; color: var(--muted); margin-top: 1rem; }
.qsuccess__again { display: inline-block; margin-top: 1rem; font-family: var(--display); font-weight: 600; color: var(--blue); font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }

/* header divider + login chip */
.hdr__div { width: 1px; height: 22px; background: var(--line); }
.hdr__login { box-shadow: inset 0 0 0 1.5px var(--line); padding: .5rem .85rem; border-radius: 10px; }
.hdr__login:hover { box-shadow: inset 0 0 0 1.5px var(--blue); }

/* clickable coverage trio */
.cover__item { cursor: pointer; }
.cover__item:hover, .cover__item:focus-visible { background: #fff; color: var(--blue); box-shadow: inset 0 0 0 1px var(--line); }
.cover__item:hover .cover__ic, .cover__item:focus-visible .cover__ic { color: var(--blue); }

/* hero quick-quote card (desktop) */
.qcard { margin-top: 1.5rem; background: #fff; border-radius: var(--radius-lg); padding: clamp(1.2rem, 2.4vw, 1.6rem); box-shadow: var(--shadow-lg); display: grid; gap: .7rem; }
.qcard__eyebrow { font-family: var(--display); font-weight: 600; font-size: .78rem; letter-spacing: .04em; color: var(--blue); }
.qcard .qchips { margin-bottom: .1rem; }
.qcard__submit { width: 100%; margin-top: .2rem; }
.qcard__reassure { font-size: .8rem; color: var(--muted); text-align: center; }
.qfield { width: 100%; font-family: var(--body); font-size: 1rem; padding: .78em 1em; border-radius: 12px; background: var(--paper); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); transition: box-shadow .2s; }
.qfield::placeholder { color: var(--muted); opacity: .85; }
.qfield:focus { outline: none; box-shadow: inset 0 0 0 2px var(--blue); }
.qfield[aria-invalid="true"] { box-shadow: inset 0 0 0 2px #c8473f; }
.qcard__done { display: grid; gap: .8rem; place-items: center; text-align: center; padding: .9rem 0; }
.qcard__done .qsuccess__check { width: 48px; height: 48px; margin: 0; }
.qcard__doneh { font-family: var(--display); font-weight: 600; color: var(--navy); font-size: 1.05rem; }

/* ----------------------------- FOOTER --------------------------------- */
.foot { background: var(--navy); color: color-mix(in oklab, #fff 80%, var(--navy)); padding-block: clamp(2.6rem, 6vw, 4.5rem) 1.6rem; }
.foot__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; padding-bottom: 2.4rem; border-bottom: 1px solid color-mix(in oklab, #fff 14%, transparent); }
.foot__eyebrow { font-family: var(--display); font-weight: 500; color: color-mix(in oklab, var(--blue) 55%, #fff); font-size: .92rem; margin-bottom: .4rem; }
.foot__phone { display: inline-block; font-family: var(--display); font-weight: 700; font-size: clamp(2.4rem, 6vw, 3.6rem); letter-spacing: -.02em; color: #fff; line-height: 1; }
.foot__phone:hover { color: color-mix(in oklab, var(--blue) 50%, #fff); }
.foot__email { display: inline-block; margin-top: .8rem; color: color-mix(in oklab, var(--blue) 45%, #fff); font-size: var(--step-1); }
.foot__email:hover { color: #fff; }
.foot__es { margin-top: 1rem; color: color-mix(in oklab, #fff 60%, var(--navy)); font-size: .92rem; }
.foot__side { display: flex; flex-direction: column; align-items: flex-start; gap: .9rem; }
.foot .brand__word { color: #fff; }
.foot .brand__sub { color: color-mix(in oklab, var(--blue) 55%, #fff); }
.foot__tag { color: color-mix(in oklab, #fff 65%, var(--navy)); max-width: 26ch; }
.social { display: flex; gap: .55rem; }
.social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #fff; box-shadow: inset 0 0 0 1px color-mix(in oklab, #fff 22%, transparent); transition: all .25s var(--ease); }
.social a:hover { background: var(--blue); transform: translateY(-2px); box-shadow: none; }
.lang--foot { box-shadow: none; padding: 0; gap: 1rem; }
.lang--foot .lang__btn { padding: .4rem .1rem; min-height: 40px; border-radius: 0; color: color-mix(in oklab, #fff 60%, var(--navy)); }
.lang--foot .lang__btn.is-active { background: transparent; color: #fff; box-shadow: 0 2px 0 var(--blue); }
.foot__base { padding-top: 1.4rem; font-size: .86rem; color: color-mix(in oklab, #fff 50%, var(--navy)); }

/* ----------------------------- REVEALS -------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .reveal { opacity:1 !important; transform:none !important; transition:none !important; }
  .marquee { -webkit-mask: none; mask: none; }
  .marquee__track { animation: none !important; flex-wrap: wrap; width: auto; justify-content: center; row-gap: 1.2rem; }
  .scene__img, .scene__glow { transform: none !important; }
}

/* ----------------------------- RESPONSIVE ----------------------------- */
@media (max-width: 920px){
  .hero { grid-template-columns: 1fr; }
  .scene { order: -1; max-width: 540px; margin-inline: auto; }
  .qcard { display: none; } /* hero card is desktop-only; mobile uses the CTAs -> #quote */
  .band { grid-template-columns: 1fr; }
  .band__photo { max-width: 560px; }
  .basics { grid-template-columns: 1fr; gap: 1rem; }
  .protect__inner { grid-template-columns: 1fr; }
  .foot__inner { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 620px){
  /* keep the primary CTA on phones; trim everything else to fit */
  .hdr__phone { display: none; }
  .hdr__div { display: none; }
  .brand__sub { display: none; }            /* just "SOMOS" on phones */
  .hdr__login { display: none; }            /* placeholder — hidden on phones to fit the full-word toggle */
  .hdr__cta { padding: .58em .85em; font-size: .86rem; }
  .hdr__right { gap: .45rem; }
  .lang { padding: .12rem; }
  .lang__btn { min-height: 34px; padding: .3rem .55rem; font-size: .7rem; }
  .band__cols { grid-template-columns: 1fr; }
  .qform__grid { grid-template-columns: 1fr; }
  .ecards { grid-template-columns: 1fr; }
}
