*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background-color: #050506;
  color: #f5f5f7;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

body.is-loading {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #15151b 0, #050506 55%, #000 100%);
  z-index: 9999;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.page-loader::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle at 0 0, #ff7a18, #ff3d81 40%, #b624ff 75%);
  filter: blur(40px);
  opacity: 0.75;
}

.page-loader-inner {
  position: relative;
  text-align: center;
  transform: translateY(0);
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.85));
}

.page-loader-logo {
  width: 56px;
  height: auto;
}

.page-loader-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.loader-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  filter: blur(3px);
  transform: scale(0.6);
}

#wrapper {
  min-height: 100vh;
  overflow: hidden;
  background-color: #050506;
  width: 100%;
}

.page-wrapper {
  min-height: 100vh;
  background: radial-gradient(circle at top, #14141a 0, #050506 45%, #000 100%);
  color: inherit;
  overflow-x: hidden;
  position: relative;
  isolation: isolate;
}

.page-wrapper > *:not(#rainbow-bg):not(.light-leak-bg) {
  position: relative;
  z-index: 2;
}

#rainbow-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  background: #050506;
  opacity: 0.9;
}

.rainbow-circle {
  width: 20px;
  height: 20px;
  border-radius: 40%;
  opacity: 0;
  z-index: 100;
  margin: -19px auto;
  transition: transform 1s cubic-bezier(0.14, 0.15, 0.13, 0.99);
  mix-blend-mode: screen;
  will-change: opacity, transform;
}

.light-leak-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.light-leak-blob {
  position: absolute;
  width: clamp(320px, 40vw, 520px);
  height: clamp(320px, 48vw, 620px);
  border-radius: 40%;
  filter: blur(22px);
  opacity: 0.35;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.light-leak-blob-1 {
  top: -2%;
  left: -6%;
  background: radial-gradient(
    circle at 10% 0%,
    rgba(255, 122, 24, 0.7),
    rgba(255, 61, 129, 0.26) 42%,
    rgba(11, 11, 20, 0) 75%
  );
  transform: rotate(8deg);
}

.light-leak-blob-2 {
  top: 50%;
  right: -11%;
  width: clamp(280px, 34vw, 460px);
  height: clamp(360px, 52vw, 660px);
  background: radial-gradient(
    circle at 90% 10%,
    rgba(182, 36, 255, 0.8),
    rgba(255, 61, 129, 0.28) 38%,
    rgba(5, 5, 6, 0) 78%
  );
  transform: rotate(-14deg);
}

.light-leak-blob-3 {
  bottom: -10%;
  left: 12%;
  width: clamp(320px, 40vw, 520px);
  height: clamp(320px, 40vw, 520px);
  background: radial-gradient(
    circle at 50% 100%,
    rgba(255, 122, 24, 0.6),
    rgba(255, 61, 129, 0.24) 40%,
    rgba(5, 5, 6, 0) 78%
  );
  transform: rotate(4deg);
}

.light-leak-blob-4 {
  top: 20%;
  left: -10%;
  width: clamp(260px, 34vw, 440px);
  height: clamp(260px, 40vw, 520px);
  background: radial-gradient(
    circle at 0% 30%,
    rgba(255, 122, 24, 0.72),
    rgba(255, 61, 129, 0.32) 42%,
    rgba(5, 5, 6, 0) 78%
  );
  transform: rotate(-6deg);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Utility */
.gradient-text {
  background: linear-gradient(90deg, #ff7a18, #ff3d81, #b624ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 96px 20px;
  text-align: center;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-label {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ff3d81;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 32px;
}

.section-copy {
  max-width: 720px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #c6c6d0;
}

.section-footnote {
  margin-top: 40px;
  font-size: 0.8rem;
  color: #8a8a96;
}

/* Header / Hero */
.site-header {
  padding-top: 24px;
  text-align: center;
}

.tagline {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d0d0db;
}

.hero {
  padding: 72px 20px 32px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 56px;
  font-weight: bold !important;

}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 56px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}

.nav-link {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  position: relative;
  padding-bottom: 4px;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: linear-gradient(90deg, #ff7a18, #ff3d81, #b624ff);
  transition: width 0.25s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.hero-logo {
  position: relative;
  top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-mark {
  width: 45px;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.7));
}

/* Intro */
.intro {
  padding: 40px 20px 80px;
  position: relative;
  min-height: 100vh;
  bottom: 70px;
  display: flex;
  align-items: center;
}

.intro-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.intro-text {
  position: relative;
  font-size: 2rem;
  line-height: 1.7;
  max-width: 620px;
  font-weight: bold !important;
  z-index: 100;
  margin: 0 auto 40px;
}

.intro-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.intro-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f5f5f7;
}

.intro-orb {
  position: absolute;
  width: clamp(160px, 24vw, 220px);
  height: clamp(160px, 24vw, 220px);
  border-radius: 50%;
  background: radial-gradient(circle at 0 0, #ff7a18, #ff3d81 40%, #b624ff 75%);
  filter: blur(0.2px);
  opacity: 0.9;
}

.intro-orb-right {
  right: -50%;
  top: 40%;
}

/* Capabilities */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 56px;
}

.cap-card {
  position: relative;
  padding: 40px 28px 32px;
  border-radius: 26px;
  background: radial-gradient(circle at top, #171720 0, #0c0c12 55%, #050506 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.02);
  text-align: left;
}

.cap-orb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: radial-gradient(circle at 0 0, #ff7a18, #ff3d81 40%, #b624ff 80%);
}

.cap-orb-center {
  margin-inline: auto;
}

.cap-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.cap-sub {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffb6df;
  margin-bottom: 16px;
}

.cap-copy {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #c3c3cf;
}

/* Story */
.story {
  padding-top: 120px;
  position: relative;
  bottom: 110px;
}

.story-orb {
  position: absolute;
  width: clamp(180px, 28vw, 260px);
  height: clamp(180px, 28vw, 260px);
  border-radius: 50%;
  background: radial-gradient(circle at 0 0, #ff7a18, #ff3d81 40%, #b624ff 75%);
  filter: blur(0.2px);
  opacity: 0.95;
}

.story-orb-left {
  left: -16%;
  top: 15%;
  filter: blur(2px);
}

.section-chevron {
  width: 30px;
  height: auto;
  margin: 40px auto 0;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
}

/* Portfolio */
.portfolio {
  padding-bottom: 96px;
  position: relative;
  bottom: 200px;
}

.portfolio-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.portfolio-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #f5f5f7;
  margin: 0;
}

.portfolio-video-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0071e3;
  font-size: 0.9rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.portfolio-video-link:hover {
  opacity: 0.8;
}

.portfolio-video-link svg {
  width: 20px;
  height: 20px;
}

.portfolio-slider-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.portfolio-slider-wrapper {
  background: #000000;
  border-radius: 24px;
  padding: 60px 60px;
  position: relative;
  overflow: hidden;
}

.portfolio-description {
  text-align: center;
  color: #f5f5f7;
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}

.portfolio-slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.portfolio-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-image-placeholder {
  /* width: 100%; */
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-img-1 {
  background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 100%);
}

.portfolio-img-2 {
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}

.portfolio-img-3 {
  background: linear-gradient(135deg, #1a3a5f 0%, #0d1f33 100%);
}

.portfolio-img-4 {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
}

.portfolio-img-5 {
  background: linear-gradient(135deg, #805ad5 0%, #553c9a 100%);
}

.portfolio-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.portfolio-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.portfolio-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.portfolio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}

.portfolio-dot.active {
  width: 32px;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
}

.portfolio-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.portfolio-dot.active:hover {
  background: #ffffff;
}

.portfolio-play-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

.portfolio-play-btn:hover {
  opacity: 0.7;
}

.portfolio-play-btn {
  position: relative;
}

.portfolio-play-btn svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-play-btn .pause-icon {
  display: none;
}

.portfolio-play-btn.playing .play-icon {
  display: none;
}

.portfolio-play-btn.playing .pause-icon {
  display: block;
}

/* Clients */
.clients {
  padding-bottom: 96px;
  position: relative;
  bottom: 220px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.logo-card {
  border-radius: 12px;
  background: #f9f9fb;
  color: #050506;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  font-size: 0.8rem;
}

.logo-card-a {
  border-radius: 12px;
  color: #050506;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  font-size: 0.8rem;
}

.invert-img {
  filter: brightness(0) invert(1) !important;
}

.logo-placeholder {
  opacity: 0.65;
}

.site-footer {
  padding: 24px 20px 40px;
  text-align: center;
  font-size: 0.8rem;
  color: #7b7b88;
}

/* ABOUT PAGE */
.about-hero .hero-title {
  text-transform: uppercase;
  /* font-weight: bolder !important; */
}

.about-quote {
  justify-content: center;
}

.quote-text {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 24px;
  font-weight: 600;
}

.quote-author {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a9ab0;
  margin-top: 8px;
}

.about-story {
  padding-top: 140px;
}

.chiefs-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.chiefs-group {
  max-width: 720px;
  margin: 32px auto 40px;
}

.chiefs-group-photo {
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.85);
}

.chiefs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 16px;
}

/* Tweak hero nav, portfolio and chiefs grid for better responsiveness */
@media (max-width: 900px) {
  .chiefs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .chiefs-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.chief-card {
  background: #f5f5f7;
  color: #050506;
  border-radius: 26px;
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.85);
}

.chief-photo {
  border-radius: 20px;
  margin-bottom: 16px;
}

.chief-info {
  text-align: left;
}

.chief-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.chief-role {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6d6d7a;
  margin-bottom: 10px;
}

.chief-bio {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #3a3a45;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .cap-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cap-card {
    text-align: center;
  }

  .cap-orb {
    margin-inline: auto;
  }

  .story-orb-left {
    left: -22%;
  }

  .client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .portfolio-slider-wrapper {
    padding: 40px 28px;
  }

}

@media (max-width: 640px) {
  .hero {
    padding-top: 56px;
  }

  .hero-title {
    letter-spacing: 0.05em;
  }

  .main-nav {
    gap: 28px;
    font-size: 0.8rem;
  }

  .intro {
    padding-bottom: 60px;
  }

  .intro-orb-right {
    right: -35%;
    top: 70%;
    filter: blur(5px);
  }

  .section {
    padding-inline: 20px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .client-logos {
    grid-template-columns: minmax(0, 1fr);
  }

  .logo-card {
    letter-spacing: 0.18em;
  }

  .portfolio-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .portfolio-slider-wrapper {
    padding: 32px 20px;
  }

  .portfolio-description {
    font-size: 0.85rem;
    margin-bottom: 32px;
  }

}

/* CONTACT PAGE */
.contact-hero .hero-title {
  text-transform: uppercase;
}

.contact-section {
  padding-top: 120px;
  position: relative;
}

.contact-orb {
  position: absolute;
  width: clamp(180px, 28vw, 260px);
  height: clamp(180px, 28vw, 260px);
  border-radius: 50%;
  background: radial-gradient(circle at 0 0, #ff7a18, #ff3d81 40%, #b624ff 75%);
  filter: blur(0.2px);
  opacity: 0.95;
  z-index: 0;
}

.contact-orb-left {
  left: -16%;
  top: 15%;
  filter: blur(2px);
}

.contact-form-container {
  max-width: 50rem;
  width: 100%;
  margin: 56px auto 0;
  position: relative;
  z-index: 1;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d0d0db;
  font-weight: 600;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 16px 20px;
  background: radial-gradient(circle at top, #171720 0, #0c0c12 55%, #050506 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #f5f5f7;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 400;
  transition: all 0.3s ease;
  outline: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #6a6a75;
}

.form-input:focus,
.form-textarea:focus {
  border-color: rgba(255, 61, 129, 0.4);
  box-shadow: 0 0 0 3px rgba(255, 61, 129, 0.1);
  background: radial-gradient(circle at top, #1a1a25 0, #0f0f18 55%, #080808 100%);
}

.form-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  background: linear-gradient(90deg, #ff7a18, #ff3d81, #b624ff);
  border: none;
  border-radius: 16px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.form-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ff8a28, #ff4d91, #c634ff);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-submit-btn:hover::before {
  opacity: 1;
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 61, 129, 0.3);
}

.form-submit-btn:active {
  transform: translateY(0);
}

.form-submit-btn span,
.form-submit-btn svg {
  position: relative;
  z-index: 1;
}

.form-submit-btn svg {
  transition: transform 0.3s ease;
}

.form-submit-btn:hover svg {
  transform: translateX(4px);
}

.contact-info-section {
  padding-top: 80px;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 56px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-card {
  padding: 32px 24px;
  border-radius: 20px;
  background: radial-gradient(circle at top, #171720 0, #0c0c12 55%, #050506 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.02);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3d81;
}

.contact-info-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-info-text {
  font-size: 0.9rem;
  color: #c6c6d0;
  line-height: 1.6;
}

/* Responsive Contact */
@media (max-width: 900px) {
  .contact-orb-left {
    left: -22%;
  }

  .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .contact-section {
    padding-top: 80px;
  }

  .contact-form-container {
    margin-top: 40px;
  }

  .contact-form {
    gap: 24px;
  }

  .form-input,
  .form-textarea {
    padding: 14px 18px;
    font-size: 0.9rem;
  }

  .form-submit-btn {
    padding: 16px 28px;
    font-size: 0.85rem;
  }

  .contact-info-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 40px;
  }

  .contact-info-card {
    padding: 28px 20px;
  }
}


