@font-face {
  font-family: bdoFontRegular;
  src: url(BDOGrotesk-Regular.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/* Homepage editorial sections */
.home-sections {
  --home-shell: 1180px;
  --home-red: #82193a;
  --home-red-dark: #65122c;
  --home-bisque: #ffe4c4;
  color: #09091d;
  background: #fff;
}

.home-section-shell {
  width: min(var(--home-shell), calc(100% - 64px));
  margin-inline: auto;
}

.home-kicker {
  margin: 0 0 16px;
  color: var(--bfm-primary, #82193a);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-section-button {
  min-width: 190px;
}

.home-editorial {
  padding: 130px 0;
  background: #fff;
}

.home-editorial__layout {
  width: 100%;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(480px, 680px) minmax(180px, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
}

.home-editorial__portrait {
  margin: 0;
  overflow: hidden;
}

.home-editorial__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  will-change: transform;
}

.home-editorial__portrait--left {
  width: min(300px, 100%);
  height: 410px;
  align-self: end;
  justify-self: start;
  transform: translateY(40px);
}

.home-editorial__portrait--right {
  width: min(300px, 100%);
  height: 330px;
  align-self: start;
  justify-self: end;
  transform: translateY(25px);
}

.home-editorial__copy {
  width: 100%;
  max-width: 680px;
  margin: auto;
  padding-inline: 24px;
  text-align: center;
}

.home-editorial__copy h2,
.home-section-heading h2,
.home-biodata__copy h2 {
  font-family: salerno, Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home-editorial__copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4.7vw, 5.2rem);
  line-height: .98;
}

.home-editorial__copy > p:not(.home-kicker) {
  max-width: 570px;
  margin: 28px auto 34px;
  color: #4e5064;
  font-size: 1.05rem;
  line-height: 1.75;
}

.home-melave {
  padding: 120px 0;
  background: #f7e9e8;
}

.home-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 72px;
  align-items: start;
  margin-bottom: 52px;
}

.home-section-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: .98;
}

.home-section-heading__aside {
  padding-top: 38px;
}

.home-section-heading__aside p {
  margin: 0 0 28px;
  color: #505164;
  font-size: 1rem;
  line-height: 1.7;
}

.home-melave__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-event-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.home-event-card img {
  width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
}

.home-event-card:nth-child(2) img {
  object-position: center 44%;
}

.home-event-card__body {
  padding: 22px 22px 24px;
}

.home-event-card__meta {
  margin: 0 0 6px;
  color: #777789;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-event-card h3 {
  margin: 0 0 18px;
  font-family: salerno, Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.home-event-card__location {
  margin: -8px 0 18px;
  color: #505164;
  font-size: .95rem;
}

.home-event-card a {
  display: inline-flex;
  gap: 8px;
  color: var(--bfm-primary, #82193a);
  font-weight: 700;
  text-decoration: none;
}

.home-melave__empty {
  grid-column: 1 / -1;
  padding: 44px;
  border: 1px solid rgba(130, 25, 58, .2);
  background: #fff;
  text-align: center;
}

.home-melave__empty h3 {
  margin: 0 0 8px;
  font-family: salerno, Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.home-melave__empty p {
  margin: 0;
  color: #505164;
}

.home-stories {
  padding: 130px 0;
  background: #fff;
}

.home-stories .home-section-heading {
  margin-bottom: 46px;
}

.home-stories__swiper {
  width: 100%;
  overflow: hidden;
}

.home-stories__swiper .swiper-wrapper {
  width: 100%;
  align-items: stretch;
}

.home-stories__swiper .swiper-slide {
  height: auto;
}

.home-story-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.home-story-card img {
  width: 100%;
  height: 425px;
  display: block;
  object-fit: cover;
}

.home-story-card__body {
  flex: 1;
  padding: 20px 4px 0;
}

.home-story-card h3 {
  margin: 0 0 10px;
  font-family: salerno, Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.home-story-card p {
  margin: 0;
  color: #4e5064;
  font-size: 1rem;
  line-height: 1.65;
}

.home-stories__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}

.home-stories__pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-stories__pagination .swiper-pagination-bullet {
  width: 28px;
  height: 8px;
  margin: 0 !important;
  border-radius: 999px;
  background: #d4a5b5;
  opacity: 1;
  transform: scaleX(.2857);
  transition: transform .25s ease, background-color .25s ease;
  transform-origin: left center;
}

.home-stories__pagination .swiper-pagination-bullet-active {
  background: var(--home-red);
  transform: scaleX(1);
}

.home-stories__navigation {
  display: flex;
  gap: 10px;
}

.home-stories__nav {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--home-red);
  border-radius: 50%;
  background: #fff;
  color: var(--bfm-primary, #82193a);
  font-size: 1.2rem;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.home-stories__nav:hover,
.home-stories__nav:focus-visible {
  background: var(--home-red);
  color: #fff;
}

.home-stories__nav:focus-visible {
  outline: 3px solid rgba(130, 25, 58, .2);
  outline-offset: 3px;
}

.home-editorial__cta.button--stroke {
  color: var(--home-red);
}

.home-editorial__cta.button--stroke::after {
  border-color: var(--home-red);
}

.home-editorial__cta.button--stroke .button__flair::before {
  background-color: var(--home-red);
}

.home-editorial__cta.button--stroke:not(.has-liquid-motion):hover {
  background: var(--home-red);
}

@media (hover: hover) {
  .home-editorial__cta.button--stroke:hover,
  .home-editorial__cta.button--stroke:hover .button__label {
    color: #fff;
  }
}

.home-journal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 7.5rem) 0;
  background: #171013;
  color: #fff;
}

.home-journal__media,
.home-journal__shade {
  position: absolute;
  inset: 0;
}

.home-journal__media {
  z-index: -2;
}

.home-journal__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-journal__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .46) 42%, rgba(0, 0, 0, .2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .14));
}

.home-journal__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.4fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.home-journal__intro {
  max-width: 430px;
}

.home-journal__intro .home-kicker {
  color: var(--home-bisque);
}

.home-journal__intro h2 {
  margin: 0;
  color: #fff;
  font-family: salerno, Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  line-height: .98;
}

.home-journal__intro > p:not(.home-kicker) {
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.02rem;
  line-height: 1.7;
}

.home-journal__viewport {
  min-width: 0;
}

.home-journal__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-journal-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: #08091e;
  text-decoration: none;
  transition: transform .28s ease, box-shadow .28s ease;
}

.home-journal-card:hover,
.home-journal-card:focus-visible {
  color: #08091e;
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .26);
}

.home-journal-card:focus-visible {
  outline: 3px solid var(--home-bisque);
  outline-offset: 4px;
}

.home-journal-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e7d9d7;
}

.home-journal-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.home-journal-card:hover .home-journal-card__media img,
.home-journal-card:focus-visible .home-journal-card__media img {
  transform: scale(1.035);
}

.home-journal-card__body {
  min-height: 174px;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.home-journal-card time {
  color: #6d6570;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-journal-card h3 {
  margin: 12px 0 24px;
  font-family: salerno, Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  font-weight: 400;
  line-height: 1.08;
}

.home-journal-card__link {
  margin-top: auto;
  color: var(--home-red);
  font-size: .9rem;
  font-weight: 700;
}

@media (min-width: 1100px) and (min-height: 650px) {
  .home-journal {
    height: 100vh;
    min-height: 700px;
    padding: 0;
  }

  .home-journal__shell {
    height: 100%;
    align-items: stretch;
  }

  .home-journal__intro {
    align-self: center;
  }

  .home-journal__viewport {
    height: 100%;
    align-self: stretch;
    overflow: hidden;
  }

  .home-journal__track {
    min-height: 100%;
    align-content: start;
    padding-block: clamp(72px, 9vh, 104px);
    will-change: transform;
  }
}

@media (max-width: 1099.98px) {
  .home-journal__shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 44px;
  }

  .home-journal__intro {
    max-width: 650px;
  }
}

@media (max-width: 767.98px) {
  .home-journal__track {
    grid-template-columns: 1fr;
  }

  .home-journal__intro h2 {
    font-size: clamp(2rem, 9vw, 2.9rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-journal__track {
    transform: none !important;
    will-change: auto;
  }

  .home-journal-card,
  .home-journal-card__media img {
    transition: none;
  }
}

/* About page */
.about-page {
  background: #fff;
  color: #10101a;
  font-family: "bdoFontRegular", sans-serif;
  margin: 0;
}

.about-page .public-navbar {
  background: #fff;
}

.about-shell {
  margin-inline: auto;
  width: min(1180px, calc(100% - 64px));
}

.about-hero__intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(82vh - 78px);
  padding-block: clamp(5.75rem, 10vw, 9rem);
  text-align: center;
}

.about-hero__kicker {
  color: var(--bfm-primary);
  font-family: "bdoFontBold", sans-serif;
  font-size: .78rem;
  letter-spacing: .14em;
  margin: 0 0 1.35rem;
  text-transform: uppercase;
}

.about-hero h1 {
  font-family: "salerno", Georgia, serif;
  font-size: clamp(3.25rem, 6.2vw, 6rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .94;
  margin: 0;
  max-width: 1040px;
  text-wrap: balance;
}

.about-hero__summary {
  color: #4f5060;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
  margin: 2rem auto 0;
  max-width: 680px;
  text-wrap: pretty;
}

.about-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 2.25rem;
}

.about-hero__actions .button {
  font-family: "bdoFontSemiBold", sans-serif;
  min-height: 56px;
  min-width: 210px;
  padding-inline: 2rem;
}

.about-page .about-hero__secondary {
  color: var(--bfm-primary);
}

.about-page .about-hero__secondary::after {
  border-color: var(--bfm-primary);
}

.about-page .about-hero__secondary .button__flair::before {
  background-color: var(--bfm-primary);
}

.about-page .about-hero__secondary:not(.has-liquid-motion):hover {
  background: var(--bfm-primary);
  color: #fff;
}

.about-page .about-hero__secondary:focus-visible {
  outline: 3px solid var(--bfm-primary-focus);
  outline-offset: 3px;
}

@media (hover: hover) {
  .about-page .about-hero__secondary:hover {
    color: #fff;
  }
}

.about-text-link,
.about-melave__link {
  align-items: center;
  color: var(--bfm-primary);
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  gap: .5rem;
  text-decoration: none;
}

.about-text-link span,
.about-melave__link span {
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.about-text-link:hover span,
.about-text-link:focus-visible span,
.about-melave__link:hover span,
.about-melave__link:focus-visible span {
  transform: translateX(.35rem);
}

.about-text-link:focus-visible,
.about-melave__link:focus-visible {
  border-radius: 2px;
  outline: 3px solid var(--bfm-primary-focus);
  outline-offset: 5px;
}

.about-hero__media {
  height: 75vh;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.about-hero__media::after {
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, .5) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.about-hero__media-background {
  background-image: url("marathi-wedding-palace-courtyard.jpg");
  background-image: -webkit-image-set(
    url("marathi-wedding-palace-courtyard-768.webp") 1x,
    url("marathi-wedding-palace-courtyard-1200.webp") 2x
  );
  background-image: image-set(
    url("marathi-wedding-palace-courtyard-768.webp") 1x,
    url("marathi-wedding-palace-courtyard-1200.webp") 2x
  );
  background-position: center 48%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150%;
  left: 0;
  position: absolute;
  top: -25%;
  will-change: transform;
  width: 100%;
}

@media (min-width: 768px) {
  .about-hero__media-background {
    background-image: -webkit-image-set(
      url("marathi-wedding-palace-courtyard-1200.webp") 1x,
      url("marathi-wedding-palace-courtyard-1920.webp") 2x
    );
    background-image: image-set(
      url("marathi-wedding-palace-courtyard-1200.webp") 1x,
      url("marathi-wedding-palace-courtyard-1920.webp") 2x
    );
  }
}

@media (min-width: 1200px) {
  .about-hero__media-background {
    background-image: -webkit-image-set(
      url("marathi-wedding-palace-courtyard-1920.webp") 1x,
      url("marathi-wedding-palace-courtyard-2400.webp") 2x
    );
    background-image: image-set(
      url("marathi-wedding-palace-courtyard-1920.webp") 1x,
      url("marathi-wedding-palace-courtyard-2400.webp") 2x
    );
  }
}

.about-hero__media figcaption {
  bottom: 2rem;
  color: #fff;
  font-size: .88rem;
  letter-spacing: .02em;
  margin: 0;
  position: absolute;
  right: max(2rem, calc((100vw - 1180px) / 2));
  text-shadow: 0 1px 3px rgba(0, 0, 0, .55);
  z-index: 1;
}

.about-belief {
  background: var(--bfm-primary);
  color: #fff;
  padding-block: clamp(6rem, 11vw, 10rem);
}

.about-belief__inner {
  align-items: end;
  display: grid;
  gap: clamp(2.5rem, 7vw, 7.5rem);
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
}

.about-belief h2 {
  font-family: "salerno", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .96;
  margin: 0;
  text-wrap: balance;
}

.about-belief p {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.7;
  margin: 0 0 .35rem;
  max-width: 38ch;
  text-wrap: pretty;
}

.about-story {
  background: #fff;
  padding-block: clamp(6rem, 10vw, 9rem);
}

.about-story--reverse {
  background: #f7eeee;
}

.about-story__grid {
  align-items: center;
  display: grid;
  gap: clamp(3.5rem, 9vw, 9rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-story__copy {
  max-width: 500px;
}

.about-story__copy h2 {
  font-family: "salerno", Georgia, serif;
  font-size: clamp(2.75rem, 4.7vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .98;
  margin: 0 0 2rem;
  text-wrap: balance;
}

.about-story__copy p {
  color: #4f5060;
  font-size: 1.04rem;
  line-height: 1.75;
  margin: 0 0 1.2rem;
  max-width: 58ch;
  text-wrap: pretty;
}

.about-story__copy p:last-child {
  margin-bottom: 0;
}

.about-story__image {
  margin: 0;
  overflow: hidden;
}

.about-story__image--portrait {
  height: clamp(520px, 60vw, 760px);
}

.about-story__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  width: 100%;
}

.about-story--reverse .about-story__image img {
  object-position: center 30%;
}

.about-trust {
  background: #00002e;
  color: #fff;
  padding-block: clamp(6rem, 11vw, 10rem);
}

.about-trust__heading {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 7vw, 8rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
}

.about-trust__heading h2 {
  font-family: "salerno", Georgia, serif;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .95;
  margin: 0;
}

.about-trust__heading > p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 44ch;
}

.about-trust__principles {
  display: grid;
  gap: 0 3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(5rem, 9vw, 8rem);
}

.about-trust__principles article {
  border-top: 1px solid rgba(255, 255, 255, .28);
  padding-top: 1.75rem;
}

.about-trust__principles h3 {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.05rem;
  margin: 0 0 1rem;
}

.about-trust__principles p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
  margin: 0;
}

.about-melave {
  align-items: center;
  color: #fff;
  display: flex;
  min-height: clamp(620px, 84vh, 850px);
  overflow: hidden;
  position: relative;
}

.about-melave__media,
.about-melave__shade {
  inset: 0;
  position: absolute;
}

.about-melave__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  width: 100%;
}

.about-melave__shade {
  background: linear-gradient(90deg, rgba(10, 5, 9, .88) 0%, rgba(10, 5, 9, .66) 43%, rgba(10, 5, 9, .12) 80%);
}

.about-melave__inner {
  position: relative;
  z-index: 1;
}

.about-melave__copy {
  max-width: 620px;
}

.about-melave__copy h2 {
  font-family: "salerno", Georgia, serif;
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .95;
  margin: 0 0 2rem;
  text-wrap: balance;
}

.about-melave__copy p {
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.72;
  margin: 0 0 2rem;
  max-width: 54ch;
  text-wrap: pretty;
}

.about-melave__link {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .35rem;
}

.about-melave__button {
  min-width: 230px;
}

.about-next-step {
  background: #f2e7e5;
  padding-block: clamp(6rem, 10vw, 9rem);
}

.about-next-step__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.about-next-step__inner > p {
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  margin: 0 0 1.15rem;
}

.about-next-step h2 {
  font-family: "salerno", Georgia, serif;
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: .96;
  margin: 0 0 2.25rem;
  max-width: 800px;
  text-wrap: balance;
}

@media only screen and (max-width: 900px) {
  .about-belief__inner,
  .about-trust__heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .about-belief p,
  .about-trust__heading > p {
    max-width: 58ch;
  }

  .about-story__grid {
    gap: 3.5rem;
  }

  .about-trust__principles {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 720px) {
  .about-page .public-navbar {
    padding-block: 0;
  }

  .about-shell {
    width: min(100% - 36px, 1180px);
  }

  .about-hero__intro {
    min-height: calc(100svh - 62px);
    padding-block: 5.5rem 4.75rem;
  }

  .about-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.25rem);
  }

  .about-hero__summary {
    font-size: 1rem;
  }

  .about-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }

  .about-hero__actions .button {
    width: 100%;
  }

  .about-text-link {
    justify-content: center;
  }

  .about-hero__media {
    height: 75vh;
  }

  .about-hero__media-background {
    background-position: center center;
  }

  .about-hero__media figcaption {
    bottom: 1.25rem;
    left: 1.125rem;
    right: 1.125rem;
    text-align: center;
  }

  .about-story__grid {
    grid-template-columns: 1fr;
  }

  .about-story__copy {
    max-width: none;
  }

  .about-story__image--portrait {
    height: min(132vw, 680px);
  }

  .about-story--reverse .about-story__image {
    grid-row: 2;
  }

  .about-melave {
    min-height: 720px;
  }

  .about-melave__media img {
    object-position: 56% center;
  }

  .about-melave__shade {
    background: linear-gradient(180deg, rgba(10, 5, 9, .22) 0%, rgba(10, 5, 9, .78) 48%, rgba(10, 5, 9, .95) 100%);
  }

  .about-melave {
    align-items: flex-end;
    padding-bottom: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-text-link span,
  .about-melave__link span {
    transition: none;
  }
}

.home-biodata {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #f7e9e8;
}

.home-biodata__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-biodata__inner {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
}

.home-biodata__copy {
  width: min(540px, 43%);
  padding: 50px 0;
}

.home-biodata__copy h2 {
  margin: 0;
  color: var(--home-red);
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: .98;
}

.home-biodata__copy > p:not(.home-kicker) {
  margin: 26px 0 34px;
  color: #4f3540;
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-faq {
  padding: clamp(88px, 10vw, 140px) 0;
  background: #fff;
}

.home-faq__header {
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  text-align: center;
}

.home-faq__header h2 {
  margin: 0;
  color: #09091d;
  font-family: salerno, Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 400;
  line-height: .98;
  text-wrap: balance;
}

.home-faq__header p {
  max-width: 650px;
  margin: 24px auto 0;
  color: #505164;
  font-size: 1.05rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.home-faq__list {
  max-width: 960px;
  margin-inline: auto;
  border-bottom: 1px solid rgba(9, 9, 29, .18);
}

.home-faq__item {
  border-top: 1px solid rgba(9, 9, 29, .18);
}

.home-faq__item summary {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 4px;
  color: #09091d;
  cursor: pointer;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary:hover {
  color: var(--home-red);
}

.home-faq__item summary:focus-visible {
  outline: 2px solid var(--home-red);
  outline-offset: 5px;
}

.home-faq__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(130, 25, 58, .55);
  border-radius: 50%;
  color: var(--home-red);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1), color 180ms ease, background-color 180ms ease;
}

.home-faq__item[open] .home-faq__icon {
  background: var(--home-red);
  color: #fff;
  transform: rotate(45deg);
}

.home-faq__answer {
  max-width: 760px;
  padding: 0 64px 30px 4px;
}

.home-faq__answer p {
  margin: 0;
  color: #505164;
  font-size: 1rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.home-register {
  position: relative;
  min-height: max(700px, 92vh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #241117;
}

.home-register__media,
.home-register__shade {
  position: absolute;
  inset: 0;
}

.home-register__media {
  z-index: -2;
  overflow: hidden;
}

.home-register__media img {
  width: 100%;
  height: 116%;
  margin-top: -8%;
  display: block;
  object-fit: cover;
  object-position: center 45%;
  will-change: transform;
}

.home-register__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 7, 10, .88) 0%, rgba(15, 7, 10, .68) 50%, rgba(15, 7, 10, .26) 78%, rgba(15, 7, 10, .38) 100%),
    linear-gradient(0deg, rgba(15, 7, 10, .58) 0%, transparent 44%);
}

.home-register__inner {
  min-height: max(680px, calc(92vh - 92px));
  display: flex;
  align-items: center;
  padding-block: 100px;
}

.home-register__copy {
  width: min(900px, 78%);
  margin-inline: auto;
  text-align: center;
}

.home-register__eyebrow {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-register__copy h2 {
  max-width: 920px;
  margin: 0 auto;
  font-family: salerno, Georgia, serif;
  font-size: clamp(2.7rem, 4.1vw, 4.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
  text-transform: none;
  text-wrap: balance;
}

.home-register__copy h2 span {
  display: block;
}

@media (min-width: 1100px) and (min-height: 700px) {
  .home-register {
    height: 100vh;
    min-height: 700px;
  }

  .home-register__inner {
    flex: 1;
    min-height: 0;
    padding-block: clamp(56px, 7vh, 84px);
  }
}

.home-register__supporting {
  max-width: 680px;
  margin: 30px auto 34px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.08rem;
  line-height: 1.65;
}

.home-register__primary {
  min-width: 220px;
}

.home-register__help {
  margin: 26px auto 0;
  color: rgba(255, 255, 255, .76);
  font-size: .94rem;
  line-height: 1.5;
}

.home-register__help a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.home-action-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px clamp(20px, 3vw, 48px);
  border-top: 1px solid rgba(130, 25, 58, .18);
  background: #f2e7e5;
  color: var(--bfm-primary, #82193a);
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 240ms cubic-bezier(.22, 1, .36, 1), visibility 0s linear 240ms;
}

.home-action-bar.is-visible {
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.home-action-bar__heading {
  min-width: 0;
  margin: 0;
  color: var(--bfm-primary, #82193a);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-action-bar__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-action-bar__login,
.home-action-bar__register {
  color: var(--bfm-primary, #82193a);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.home-action-bar__login {
  padding: 9px 0;
}

.home-action-bar__register {
  padding: 9px 14px;
  border: 1px solid var(--bfm-primary, #82193a);
  border-radius: 999px;
  background: var(--bfm-primary, #82193a);
  color: #fff;
}

.home-action-bar__login:hover,
.home-action-bar__login:focus-visible {
  color: var(--bfm-primary-dark, #65122c);
}

.home-action-bar__register:hover,
.home-action-bar__register:focus-visible {
  border-color: var(--bfm-primary-dark, #65122c);
  background: var(--bfm-primary-dark, #65122c);
  color: #fff;
}

.home-action-bar__login:focus-visible,
.home-action-bar__register:focus-visible {
  outline: 2px solid var(--bfm-primary, #82193a);
  outline-offset: 3px;
}

@media (hover: hover) {
  .home-event-card img,
  .home-story-card img {
    transition: transform .45s ease;
  }

  .home-event-card:hover img,
  .home-story-card:hover img {
    transform: scale(1.015);
  }
}

@media (max-width: 991.98px) {
  .home-section-shell {
    width: min(var(--home-shell), calc(100% - 40px));
  }

  .home-editorial {
    padding: 90px 0;
  }

  .home-editorial__layout {
    min-height: auto;
    grid-template-columns: minmax(150px, .8fr) minmax(400px, 1.5fr) minmax(150px, .8fr);
    gap: 24px;
  }

  .home-editorial__portrait--left,
  .home-editorial__portrait--right {
    transform: none;
  }

  .home-editorial__portrait--left {
    width: 100%;
    height: 340px;
  }

  .home-editorial__portrait--right {
    width: 100%;
    height: 280px;
  }

  .home-editorial__copy {
    grid-column: auto;
    grid-row: auto;
    text-align: center;
  }

  .home-editorial__copy > p:not(.home-kicker) {
    margin-inline: auto;
  }

  .home-section-heading--split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-section-heading__aside {
    padding-top: 0;
  }

  .home-melave__grid {
    gap: 16px;
  }

  .home-event-card img {
    height: 280px;
  }

  .home-biodata__image {
    object-position: 62% center;
  }

  .home-biodata__copy {
    width: 50%;
  }

  .home-register__copy {
    width: min(780px, 88%);
  }
}

@media (max-width: 767.98px) {
  .home-section-shell {
    width: calc(100% - 32px);
  }

  .home-editorial,
  .home-melave,
  .home-stories {
    padding: 76px 0;
  }

  .home-editorial__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-editorial__copy {
    grid-column: 1 / -1;
    grid-row: 1;
    width: calc(100% - 32px);
    margin: 0 auto 26px;
    padding-inline: 0;
  }

  .home-editorial__portrait--left,
  .home-editorial__portrait--right {
    height: 280px;
  }

  .home-editorial__portrait--left {
    grid-column: 1;
    grid-row: 2;
  }

  .home-editorial__portrait--right {
    grid-column: 2;
    grid-row: 2;
  }

  .home-editorial__copy h2,
  .home-biodata__copy h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .home-section-heading h2 {
    font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .home-melave__grid {
    grid-template-columns: 1fr;
  }

  .home-event-card img {
    height: 320px;
  }

  .home-story-card img {
    height: 357px;
  }

  .home-biodata {
    min-height: 0;
  }

  .home-biodata__image {
    position: relative;
    height: 420px;
    object-position: 68% center;
  }

  .home-biodata__inner {
    min-height: auto;
  }

  .home-biodata__copy {
    width: 100%;
    padding: 64px 0 76px;
  }

  .home-register {
    min-height: 760px;
  }

  .home-register__media img {
    height: 100%;
    margin-top: 0;
    object-position: 60% center;
  }

  .home-register__shade {
    background: linear-gradient(90deg, rgba(15, 7, 10, .9) 0%, rgba(15, 7, 10, .62) 100%);
  }

  .home-register__inner {
    min-height: 668px;
    align-items: flex-end;
    padding-block: 90px 58px;
  }

  .home-register__copy {
    width: 100%;
  }

  .home-register__copy h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
    line-height: 1;
  }

  .home-register__supporting {
    font-size: 1rem;
  }

  .home-faq__header {
    margin-bottom: 44px;
  }

  .home-faq__item summary {
    min-height: 78px;
    gap: 18px;
    padding-block: 20px;
  }

  .home-faq__answer {
    padding: 0 52px 26px 0;
  }

  .home-action-bar {
    min-height: 54px;
    gap: 12px;
    padding: 8px 16px;
  }

  .home-action-bar__heading {
    overflow: hidden;
    font-size: .7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-action-bar__actions {
    gap: 12px;
  }

  .home-action-bar__login,
  .home-action-bar__register {
    font-size: .82rem;
  }

  .home-action-bar__register {
    padding: 9px 12px;
  }
}

@media (max-width: 479.98px) {
  .home-editorial__portrait--left,
  .home-editorial__portrait--right {
    height: 220px;
  }

  .home-event-card img {
    height: 260px;
  }

  .home-story-card img {
    height: 306px;
  }

  .home-biodata__image {
    height: 300px;
  }

  .home-register__eyebrow {
    font-size: .72rem;
  }

  .home-register__copy h2 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-action-bar {
    transition: none;
  }

  .home-faq__icon {
    transition: none;
  }

  .home-editorial__portrait--left,
  .home-editorial__portrait--right {
    transform: none;
  }

  .home-event-card img,
  .home-story-card img,
  .home-stories__pagination .swiper-pagination-bullet,
  .home-stories__nav {
    transition: none;
  }

  .home-editorial__portrait img,
  .home-register__media img {
    transform: none !important;
    will-change: auto;
  }
}

:root {
  --bfm-primary: #82193a;
  --bfm-primary-dark: #65122c;
  --bfm-primary-soft: #ffe4c4;
  --bfm-primary-softest: #fff7ee;
  --bfm-primary-border: #e2ae91;
  --bfm-primary-focus: rgba(130, 25, 58, .2);
}

@font-face {
  font-family: bdoFontSemiBold;
  src: url(BDOGrotesk-DemiBold.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: bdoFontBold;
  src: url(BDOGrotesk-Bold.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: salerno;
  src: url(9SALERNO.TTF);
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: bdoFontRegular;
}

/* locomotive scroll div */

/* header */
.wrapper {
  width: 100%;
  height: 185vh;
}

.head {
  width: 100%;
  background-color: white;
  height: 85vh;
  z-index: 1;
  position: absolute;
}

.mybackground {
  width: 100%;
  background-size: cover;
  position: absolute;
  background-image: url("marathi-matrimony-journal-cover.jpg");
  background-image: -webkit-image-set(
    url("marathi-matrimony-journal-cover-768.webp") 1x,
    url("marathi-matrimony-journal-cover-1280.webp") 2x
  );
  background-image: image-set(
    url("marathi-matrimony-journal-cover-768.webp") 1x,
    url("marathi-matrimony-journal-cover-1280.webp") 2x
  );
  height: 100vh;
}

@media (min-width: 768px) {
  .mybackground {
    background-image: -webkit-image-set(
      url("marathi-matrimony-journal-cover-1280.webp") 1x,
      url("marathi-matrimony-journal-cover-1920.webp") 2x
    );
    background-image: image-set(
      url("marathi-matrimony-journal-cover-1280.webp") 1x,
      url("marathi-matrimony-journal-cover-1920.webp") 2x
    );
  }
}

.myabout {
  width: 100%;
  background-color: pink;
  height: 100vh;
}

/* //header */

.logo {
  width: 72px;
}

.container-fluid {
  width: 95% !important;
}

.nav-link {
  font-family: "bdoFontRegular" !important;
  text-transform: uppercase;
  font-size: 14px !important;
  color: black;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.heading {
  font-size: clamp(3.4rem, 5.8vw, 6rem);
  font-family: "salerno" !important;
  color: black;
  line-height: .98;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 94rem;
  text-align: center;
  text-wrap: balance;
}

.subheading {
  font-size: 14px;
  font-family: "bdoFontSemiBold" !important;
  color: #00002E;
  letter-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
}

.headerContent {
  margin-bottom: 0;
  width: 100%;
}

.headerContent>.container-fluid {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.loginBtn {
  color: #00002E !important;
  font-weight: 700;
}

.nav-link.public-nav-login {
  align-items: center;
  background: var(--bfm-primary);
  border: 1px solid var(--bfm-primary);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  margin-left: .5rem;
  padding: .68rem 1.25rem !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nav-link.public-nav-login:hover,
.nav-link.public-nav-login:focus-visible {
  background: #fff;
  border-color: var(--bfm-primary);
  color: var(--bfm-primary) !important;
  outline: 0;
}

.public-account-menu {
  margin-left: .5rem;
  position: relative;
}

.public-account-menu .public-nav-account {
  margin-left: 0;
}

.public-account-menu .dropdown-toggle::after {
  margin-left: .55rem;
  vertical-align: .14em;
}

.public-account-dropdown {
  background: #fff;
  border: 1px solid var(--bfm-primary-border);
  border-radius: 8px;
  box-shadow: 0 6px 8px rgba(52, 8, 22, .08);
  margin-top: .55rem !important;
  min-width: 10.5rem;
  overflow: hidden;
  padding: .35rem;
}

.public-account-dropdown .dropdown-item {
  border: 0;
  border-radius: 5px;
  color: #00002e;
  font-family: "bdoFontRegular";
  font-size: .9rem;
  padding: .7rem .8rem;
  text-transform: none;
}

.public-account-dropdown .dropdown-item:hover,
.public-account-dropdown .dropdown-item:focus {
  background: var(--bfm-primary-soft);
  color: var(--bfm-primary);
}

.public-account-dropdown form {
  margin: 0;
}

.public-navbar {
  min-height: 78px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.public-navbar-overlay {
  left: 0;
  position: absolute;
  top: 0;
}

.head>.headerContent {
  margin: auto 0;
  padding: 92px 0 76px;
}

.hero-marquee {
  background: #f2e7e5;
  bottom: 0;
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold";
  font-size: 1rem;
  left: 0;
  overflow: hidden;
  padding: 1.05rem 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 2;
}

.hero-marquee__track {
  animation: hero-marquee-left-to-right 34s linear infinite both;
  display: flex;
  width: max-content;
  will-change: transform;
}

.hero-marquee__group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: .65rem;
  padding-right: .65rem;
}

.hero-marquee__icon {
  flex: 0 0 auto;
  height: 1.35rem;
  width: 1.35rem;
}

@keyframes hero-marquee-left-to-right {
  from {
    transform: translate3d(-33.333333%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 991px) {
  .head>.headerContent {
    padding: 78px 0 68px;
  }

  .public-navbar>.container-fluid {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 62px;
    justify-content: space-between;
    min-height: 62px;
    position: relative;
  }

  .public-navbar .navbar-collapse {
    background: #fff;
    border: 1px solid var(--bfm-primary-border);
    border-radius: 8px;
    grid-column: 1 / -1;
    left: 0;
    margin-top: 0;
    padding: .8rem;
    position: absolute;
    right: 0;
    top: 62px;
    width: 100%;
  }

  .public-navbar .navbar-nav {
    align-items: flex-start;
  }

  .public-navbar .nav-link:not(.public-nav-login) {
    padding-bottom: .65rem !important;
    padding-top: .65rem !important;
  }

  .navbar-brand,
  .navbar-toggler {
    align-self: center;
    flex: 0 0 auto;
    grid-row: 1;
    margin: 0;
  }

  .navbar-brand {
    grid-column: 1;
    padding: .3125rem 0;
  }

  .navbar-toggler {
    grid-column: 2;
  }

  .navbar-brand .logo {
    display: block;
  }

  .nav-link.public-nav-login {
    margin-left: 0;
    margin-top: .5rem;
    width: fit-content;
  }

  .public-account-menu {
    margin-left: 0;
    margin-top: .5rem;
    width: 100%;
  }

  .public-account-menu .public-nav-account {
    margin-top: 0;
  }

  .public-account-dropdown {
    box-shadow: none;
    margin-top: .35rem !important;
    max-width: 15rem;
    position: static !important;
    transform: none !important;
  }
}

.cta {
  color: #000000;
  background-color: #FDB3D4;
  font-family: "bdoFontSemiBold" !important;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  letter-spacing: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 300ms ease;
}

.cta:hover {
  letter-spacing: 3px;
  background-color: #00002E;
  color: #ffffff;
  transition: all 300ms ease;

}

.nav-link:hover {
  text-decoration: line-through !important;
  transition: 300ms var(--ease-in-out-quart);
  transition: all 500ms ease-out;
}

/* button */
.button {
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 6.25rem;
  color: black;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.363636em;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1.04545;
  overflow: hidden;
  padding: 0.9375rem 1.5rem;
  position: relative;
  text-decoration: none;
  word-break: break-word;
  text-decoration: none;
}

@media (hover: hover) {
  .button.button--stroke:hover {
    color: white;
    text-decoration: none;
  }
}

.button--stroke:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button--stroke:after {
  border: 0.125rem solid #00002E;
  border-radius: 6.25rem;
  content: "";
  pointer-events: none;
}

.button__label {
  position: relative;
  text-align: center;
  transition: color 50ms var(--ease-in-out-quart);
}

.button--stroke:hover .button__label {
  transition: color 0.15s var(--ease-in-out-quart);
}

.button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button__flair:before {
  aspect-ratio: 1/1;
  background-color: #00002E;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 170%;
}

.button--primary {
  background: var(--bfm-primary);
  border: 1px solid var(--bfm-primary);
  color: #fff;
  font-family: "bdoFontSemiBold";
  min-height: 54px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.button--primary::after {
  border: 1px solid var(--bfm-primary);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.button--primary .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button--primary .button__flair::before {
  background: #fff;
}

.button--primary .button__label {
  color: currentColor;
  position: relative;
  z-index: 3;
}

.button--primary:hover,
.button--primary:focus-visible {
  background: #fff;
  color: var(--bfm-primary);
  outline: 0;
}

.button--primary.has-liquid-motion:hover {
  background: var(--bfm-primary);
  color: var(--bfm-primary);
}

.button--primary:focus-visible {
  box-shadow: 0 0 0 4px rgba(130, 25, 58, .2);
}

/* navbar */
.navbar-toggler-icon {
  background-image: none !important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  border: none !important;
  position: relative;
  outline: none !important;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;
  /*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}



.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-90deg) translateX(7px);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar-toggler {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.statContainer {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: end;
  opacity: 0;
}

.innerStatContainer {
  align-items: end;
  width: 100%;
}

.secondaryHeading {
  font-size: 3.4rem;
  font-family: "salerno" !important;
  color: white;
  margin-bottom: 10vh;
}

.statblock {
  width: 100%;
  margin-bottom: 5vh;
}

.statContent {}

.stat {
  color: white;
}

.statSubheading {
  font-weight: 400;
  color: white;
  font-family: "bdoFontRegular";
}

.about {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutParagraph {
  width: 100%;
  font-family: "bdoFontRegular";
  color: #000000;
  line-height: 32px;
  font-size: 20px;

}

.aboutInnerContainer {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionHeading {
  font-size: 3rem;
  font-family: "salerno" !important;
  color: black;
}

.callDiv {
  align-items: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: .75rem;
}

.headerContent .callDiv .button {
  font-family: "bdoFontSemiBold";
  font-size: 1rem;
  font-weight: 600;
  height: 56px;
  min-height: 56px;
  min-width: 168px;
  padding: 0 2.25rem;
}

.headerContent .callDiv .button--stroke {
  color: var(--bfm-primary);
}

.headerContent .callDiv .button--stroke::after {
  border-color: var(--bfm-primary);
}

@media (hover: hover) {
  .headerContent .callDiv .button--stroke:hover {
    color: #fff;
  }
}

.headerContent .callDiv .button--stroke:focus-visible {
  outline: 3px solid var(--bfm-primary-focus);
  outline-offset: 3px;
}

.headerContent .button--stroke .button__flair::before {
  background-color: var(--bfm-primary);
}

.headerContent .button--stroke:not(.has-liquid-motion):hover {
  background: var(--bfm-primary);
}

@media (max-width: 767.98px) {
  .headerContent .callDiv {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .headerContent .callDiv .button {
    width: 100%;
    min-width: 0;
  }
}

.callBtn {
  padding: 12px;
  color: #00002E;
}

.success {
  width: 100%;
  /* height: 50vh; */
}

.swiper-slide {}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  right: 10px;
  border-radius: 100px;
  padding: 24px;
  padding: 30px;
  color: #000 !important;
  fill: black !important;
  font-size: 12px;
  stroke: black !important;
  font-weight: 700;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-wrapper {
  width: 50%;
}

.success-image {
  margin-bottom: 10px;
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.stat {
  font-weight: 700;
}

.success-name {
  font-size: 24px;
  font-family: "bdoFontSemiBold" !important;
  color: #00002E;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.success-para {
  color: #000;
}


@media only screen and (min-width : 320px) and (max-width : 480px) {

  /*--- Mobile portrait ---*/
  .heading {
    font-size: clamp(2.85rem, 13vw, 3.4rem);
    line-height: 1;
  }

  .subheading {
    font-size: .72rem;
    letter-spacing: 2.5px;
  }

  .hero-marquee {
    font-size: .86rem;
    padding: .82rem 0;
  }

  .hero-marquee__icon {
    height: 1.1rem;
    width: 1.1rem;
  }

  .secondaryHeading {
    font-size: 3rem;
  }

  .statContent {
    padding: 12px;
  }

  .breaking {
    display: none;
  }

  .stat {
    font-weight: 700;
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero-marquee__track {
    animation: none;
    transform: none;
  }

  .hero-marquee__group[aria-hidden="true"] {
    display: none;
  }
}

@media only screen and (min-width : 480px) and (max-width : 595px) {
  /*--- Mobile landscape ---*/
}

@media only screen and (min-width : 595px) and (max-width : 690px) {
  /*--- Small tablet portrait ---*/
}

@media only screen and (min-width : 690px) and (max-width : 800px) {
  /*--- Tablet portrait ---*/
}

@media only screen and (min-width : 800px) and (max-width : 1024px) {
  /*--- Small tablet landscape ---*/
}

@media only screen and (min-width : 1024px) and (max-width : 1224px) {
  /*--- Tablet landscape --- */
}

/* Public profile search */
.public-body {
  background: #fff;
  color: #05050f;
}

.profile-search-shell {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.public-nav-button {
  background: transparent;
  border: 0;
  padding-top: 8px;
}

.public-wallet-pill {
  background: #f3f5ff;
  border: 1px solid #dce4ff;
  border-radius: 999px;
  color: #00002E !important;
  font-family: "bdoFontSemiBold" !important;
  margin-left: 10px;
  padding: 8px 14px !important;
}

.profile-search-hero {
  background: #fff;
  border-bottom: 0;
  padding: 6rem 0 1.75rem;
}

.profile-search-intro {
  display: block;
  text-align: center;
}

.profile-search-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.profile-search-heading {
  color: #000;
  font-size: 4.7rem;
  line-height: .98;
  max-width: 720px;
  text-wrap: balance;
}

.profile-search-lead {
  color: #000;
  font-size: 1rem;
  line-height: 1.25;
  margin: 1.55rem auto 0;
  max-width: 610px;
  text-wrap: pretty;
}

.profile-search-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.profile-quiet-link {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  text-decoration: none;
}

.profile-quiet-link:hover {
  color: #00002E;
  text-decoration: line-through;
}

.profile-search-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
  max-width: 360px;
}

.profile-search-meta span {
  background: #fff;
  border: 1px solid #e4e8f2;
  border-radius: 999px;
  color: #00002E;
  font-family: "bdoFontSemiBold";
  font-size: .86rem;
  padding: .5rem .8rem;
}

.profile-search-stats {
  display: none;
}

.profile-search-section,
.profile-detail-shell {
  padding: 0 0 6rem;
}

.profile-filter-card,
.profile-detail-hero,
.profile-detail-card,
.profile-empty-state {
  background: #fff;
  border: 1px solid #e4e8f2;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .08);
}

.profile-filter-card {
  background: #f2f2f2;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 835px;
  padding: 2.55rem 2.65rem;
  position: relative;
  z-index: 2;
}

.profile-filter-grid {
  display: grid;
  gap: 1.5rem 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile-filter-title,
.profile-result-header,
.profile-card-top,
.profile-card-actions,
.profile-back-row,
.profile-wallet-line {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.profile-filter-title {
  align-items: flex-start;
  border-bottom: 1px solid #edf0f6;
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
}

.profile-filter-title h2,
.profile-result-header h2,
.profile-contact-panel h2,
.profile-detail-card h2 {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  margin-bottom: .25rem;
}

.profile-filter-title h2 {
  font-size: 1.35rem;
}

.profile-filter-title p,
.profile-result-header p,
.profile-contact-panel p,
.profile-detail-card p {
  color: #667085;
  margin-bottom: 0;
}

.profile-filter-card label {
  color: #101828;
  font-family: "bdoFontSemiBold";
  font-size: .9rem;
  margin-bottom: .45rem;
}

.profile-control {
  background-color: #e9e9e9;
  border: 0;
  border-radius: 999px;
  color: #000;
  min-height: 52px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.profile-control:focus {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 .16rem rgba(82, 45, 255, .18);
}

.profile-primary-btn,
.profile-outline-btn,
.profile-reset-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: "bdoFontSemiBold";
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1.25rem;
  text-decoration: none;
}

.profile-primary-btn {
  background: var(--bfm-primary);
  border: 1px solid var(--bfm-primary);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.profile-primary-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.profile-search-submit {
  min-height: 52px;
  width: 100%;
}

.profile-outline-btn,
.profile-reset-link {
  background: #fff;
  border: 1px solid #00002E;
  color: #00002E;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.profile-outline-btn:hover,
.profile-reset-link:hover,
.profile-text-link:hover {
  color: #00002E;
  text-decoration: line-through;
}

.profile-result-header {
  align-items: flex-start;
  margin: 2.75rem 0 1.25rem;
}

.profile-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
  max-width: 620px;
}

.profile-active-filters span {
  background: #fff;
  border: 1px solid #dfe6ff;
  border-radius: 999px;
  color: #00002E;
  font-size: .86rem;
  padding: .45rem .75rem;
}

.profile-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-card {
  background: #fff;
  border: 1px solid #e4e8f2;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 218px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.profile-card:hover {
  box-shadow: 0 8px 14px rgba(16, 24, 40, .08);
  transform: translateY(-2px);
}

.profile-card-media {
  background: #f2f4fb;
  height: 100%;
  min-height: 218px;
  overflow: hidden;
  position: relative;
}

.profile-card-media img,
.profile-detail-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.profile-card-media>span {
  background: rgba(255, 255, 255, .9);
  border-radius: 999px;
  color: #00002E;
  font-family: "bdoFontSemiBold";
  left: 1rem;
  padding: .45rem .8rem;
  position: absolute;
  top: 1rem;
}

.profile-premium-badges {
  bottom: .75rem;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  left: .75rem;
  position: absolute;
  right: .75rem;
}

.profile-premium-badges b {
  align-items: center;
  backdrop-filter: blur(10px);
  background: #00002E;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  gap: .35rem;
  font-family: "bdoFontSemiBold";
  font-size: .75rem;
  font-weight: 400;
  padding: .35rem .55rem;
}

.profile-premium-badges b span,
.profile-mark-chip b {
  line-height: 1;
}

.profile-premium-badges b.profile-mark-special,
.profile-chip-row span.profile-mark-special {
  background: #fff1f3;
  border-color: #ffc9d1;
  color: #b4233a;
}

.profile-premium-badges b.profile-mark-high-value,
.profile-chip-row span.profile-mark-high-value {
  background: #fff8e6;
  border-color: #f3cf6d;
  color: #9a5b08;
}

.profile-mark-chip {
  align-items: center;
  display: inline-flex;
  gap: .4rem;
}

.profile-mark-chip b {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .85rem;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.profile-mark-chip.profile-mark-special b {
  background: #e0314f;
}

.profile-mark-chip.profile-mark-high-value b {
  background: #d99a00;
}

.profile-card-placeholder,
.profile-detail-placeholder {
  align-items: center;
  background: linear-gradient(145deg, #00002E, #243c8f);
  color: #fff;
  display: flex;
  font-family: "salerno";
  height: 100%;
  justify-content: center;
  width: 100%;
}

.profile-card-placeholder {
  font-size: 6rem;
}

.profile-detail-placeholder {
  font-size: 9rem;
}

.profile-card-body {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.1rem;
}

.profile-card-body h3 {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  font-size: 1.22rem;
  margin-bottom: 0;
}

.profile-card-body small,
.profile-text-muted {
  color: #667085;
}

.profile-card-facts,
.profile-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: .9rem 0;
}

.profile-card-facts span,
.profile-chip-row span {
  background: #f5f7ff;
  border: 1px solid #dfe6ff;
  border-radius: 999px;
  color: #00002E;
  padding: .42rem .72rem;
}

.profile-card-body p {
  color: #344054;
  line-height: 1.6;
  margin-bottom: .75rem;
  min-height: 0;
}

.profile-card-actions {
  margin-top: auto;
}

.profile-text-link {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  text-decoration: none;
}

.profile-pagination {
  margin-top: 2rem;
}

.profile-empty-state {
  grid-column: 1 / -1;
  border-radius: 16px;
  box-shadow: none;
  padding: 3rem;
  text-align: center;
}

.profile-alert {
  border-radius: 18px;
  margin-bottom: 1rem;
  padding: 1rem 1.2rem;
}

.profile-alert-error {
  background: #fff1f1;
  border: 1px solid #ffd1d1;
  color: #a11212;
}

.profile-alert-success {
  background: #ecfff5;
  border: 1px solid #b9f2d0;
  color: #087443;
}

.profile-back-row {
  margin-bottom: 1.25rem;
}

.profile-detail-hero {
  display: grid;
  gap: 2rem;
  grid-template-columns: 320px minmax(0, 1fr) 360px;
  padding: 1.25rem;
}

.profile-detail-photo {
  background: #f2f4fb;
  border-radius: 24px;
  min-height: 420px;
  overflow: hidden;
}

.profile-detail-main {
  align-self: center;
  padding: 1rem 0;
}

.profile-detail-kicker {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  letter-spacing: 4px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.profile-detail-main h1 {
  color: #000;
  font-family: "salerno";
  font-size: 4.1rem;
  line-height: .95;
}

.profile-detail-main p {
  color: #344054;
  font-size: 1.1rem;
  line-height: 1.8;
}

.profile-chip-row.large span {
  font-size: 1rem;
  padding: .6rem .9rem;
}

.profile-contact-panel {
  background: #f6f8ff;
  border: 1px solid #dfe6ff;
  border-radius: 24px;
  padding: 1.5rem;
}

.profile-wallet-line,
.profile-contact-box {
  background: #fff;
  border: 1px solid #e4e8f2;
  border-radius: 18px;
  margin: 1rem 0;
  padding: 1rem;
}

.profile-contact-box label {
  color: #667085;
  display: block;
  font-size: .86rem;
  text-transform: uppercase;
}

.profile-contact-box strong {
  color: #00002E;
  font-size: 1.2rem;
}

.profile-contact-note {
  color: #087443 !important;
  font-family: "bdoFontSemiBold";
}

.profile-detail-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.profile-detail-card {
  padding: 2rem;
}

.profile-field-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.profile-field-grid label {
  color: #667085;
  display: block;
  font-size: .82rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.profile-field-grid strong {
  color: #05050f;
  font-size: 1.08rem;
}

.profile-safe-card {
  background: #00002E;
  color: #fff;
}

.profile-safe-card h2,
.profile-safe-card p {
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  .profile-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-detail-hero {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .profile-contact-panel {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 960px) {
  .profile-search-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-search-meta {
    justify-content: flex-start;
    max-width: none;
  }

  .profile-card-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 760px) {
  .profile-search-hero {
    min-height: auto;
    padding: 3.5rem 0 1.5rem;
  }

  .profile-search-heading,
  .profile-detail-main h1 {
    font-size: 3rem;
  }

  .profile-filter-card {
    margin-top: 0;
    padding: 1.25rem;
  }

  .profile-filter-grid {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-card-grid,
  .profile-detail-grid,
  .profile-field-grid,
  .profile-detail-hero {
    grid-template-columns: 1fr;
  }

  .profile-detail-photo {
    min-height: 320px;
  }

  .profile-card {
    display: block;
  }

  .profile-card-media {
    height: 260px;
  }

  .profile-filter-title,
  .profile-result-header,
  .profile-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-active-filters {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 520px) {
  .profile-search-heading {
    font-size: 2.65rem;
  }

  .profile-filter-grid {
    grid-template-columns: 1fr;
  }
}

/* Public legal pages */
.legal-page {
  background: #fff;
  color: #00002e;
}

.legal-page .legalcontent {
  max-width: 1180px;
  padding-bottom: clamp(5rem, 9vw, 8.5rem);
  padding-top: clamp(4.75rem, 8vw, 7.5rem);
}

.legalcontent__header {
  margin: 0 auto;
  max-width: 900px;
}

.legalcontent .legalcontent__section-label {
  color: var(--bfm-primary, #82193a);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .82rem;
  letter-spacing: .12em;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}

.legal-page .legalcontent .searchtitle {
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  letter-spacing: -.025em;
  margin-bottom: 1.5rem;
}

.legal-page .legalcontent .searchdesc {
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
  max-width: 700px;
}

.legalcontent__updated {
  color: #626379;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .9rem;
  margin: 1.25rem 0 0;
}

.legalcontent__layout {
  align-items: start;
  border-top: 1px solid #d9d9e2;
  display: grid;
  gap: clamp(3rem, 7vw, 7.5rem);
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  margin-top: clamp(4rem, 7vw, 6.5rem);
  padding-top: 2rem;
}

.legalcontent__contents {
  position: sticky;
  top: 1.5rem;
}

.legalcontent__contents > p {
  color: #00002e;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .9rem;
  margin: 0 0 1rem;
}

.legalcontent__contents nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: .72rem;
}

.legalcontent__contents a {
  color: #55566c;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .91rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 180ms ease;
}

.legalcontent__contents a:hover,
.legalcontent__contents a:focus-visible {
  color: var(--bfm-primary, #82193a);
  outline: 0;
}

.legalcontent__document {
  color: #333449;
  font-family: "bdoFontRegular", sans-serif;
  max-width: 760px;
  min-width: 0;
}

.legalcontent__document section {
  border-top: 1px solid #e4e3e8;
  padding: clamp(2.6rem, 5vw, 4.4rem) 0;
  scroll-margin-top: 2rem;
}

.legalcontent__document section:first-child {
  border-top: 0;
  padding-top: .5rem;
}

.legalcontent__document h2 {
  color: #00002e;
  font-family: "salerno", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.08;
  margin: 0 0 1.5rem;
  text-wrap: balance;
}

.legalcontent__document h3 {
  color: #00002e;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.03rem;
  line-height: 1.4;
  margin: 2rem 0 .7rem;
}

.legalcontent__document p,
.legalcontent__document li {
  font-size: 1rem;
  line-height: 1.78;
  text-wrap: pretty;
}

.legalcontent__document p {
  margin: 0 0 1.15rem;
}

.legalcontent__document ul {
  margin: .35rem 0 1.4rem;
  padding-left: 1.35rem;
}

.legalcontent__document li {
  margin-bottom: .58rem;
  padding-left: .32rem;
}

.legalcontent__document a {
  color: var(--bfm-primary, #82193a);
  text-decoration-color: rgba(130, 25, 58, .45);
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.legalcontent__document a:hover,
.legalcontent__document a:focus-visible {
  color: var(--bfm-primary-dark, #65122c);
  text-decoration-color: currentColor;
}

.legalcontent__contact {
  background: #f7e9e8;
  border-top: 0 !important;
  margin-top: 1.5rem;
  padding: clamp(2rem, 4vw, 3.25rem) !important;
}

.legalcontent__contact p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .legal-page .legalcontent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .legal-page .legalcontent .searchtitle {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .legalcontent__layout {
    gap: 3.5rem;
    grid-template-columns: 1fr;
    margin-top: 3.75rem;
  }

  .legalcontent__contents {
    border-bottom: 1px solid #e4e3e8;
    padding-bottom: 2rem;
    position: static;
  }

  .legalcontent__contents nav {
    display: grid;
    gap: .75rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legalcontent__document section {
    scroll-margin-top: 5rem;
  }
}

@media (max-width: 420px) {
  .legalcontent__contents nav {
    grid-template-columns: 1fr;
  }

  .legalcontent__contact {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .legalcontent__contents a {
    transition: none;
  }
}

/* Public blog: Samarth card motion adapted to the BFM content measure. */
.blogcontent {
  max-width: 1044px;
  padding-bottom: 6rem;
  padding-top: 8rem;
}

.blog-page-heading {
  margin: 0 auto 4.5rem;
  max-width: 900px;
  text-align: center;
}

.blog-page-heading>p {
  color: var(--bfm-primary, #82193a);
  font-family: "bdoFontSemiBold";
  font-size: .92rem;
  letter-spacing: .16em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.blog-page-heading h1 {
  color: #050514;
  font-family: "salernoFont";
  font-size: clamp(3.8rem, 7vw, 6rem);
  font-weight: 400;
  line-height: .95;
  margin: 0;
}

.blog-page-heading>span {
  color: #515a70;
  display: block;
  font-family: "bdoFont";
  font-size: 1.08rem;
  line-height: 1.55;
  margin: 1.4rem auto 0;
  max-width: 670px;
}

.bfm-blog-list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.bfm-blog-card {
  background-color: #fff;
  border: 1px solid #e4e4e8;
  border-radius: .25rem;
  color: #050514;
  display: block;
  min-height: 224px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(.409, .047, .474, 1.001);
  width: 100%;
}

.bfm-blog-card:hover,
.bfm-blog-card:focus,
.bfm-blog-card:focus-within {
  color: #050514;
  text-decoration: none;
}

.bfm-blog-card-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  max-width: calc(100% - 17rem);
  min-height: 158px;
  position: relative;
  z-index: 3;
}

.bfm-blog-card-kicker {
  color: var(--bfm-primary, #82193a);
  font-family: "bdoFontSemiBold";
  font-size: .78rem;
  letter-spacing: .12em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.bfm-blog-card h2 {
  color: #050514;
  font-family: "salernoFont";
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  max-width: 18ch;
}

.bfm-blog-card-excerpt {
  color: #60667a;
  display: -webkit-box;
  font-family: "bdoFont";
  font-size: .96rem;
  line-height: 1.5;
  margin: 0;
  max-width: 58ch;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bfm-blog-card-meta {
  align-items: center;
  color: #737272;
  display: flex;
  font-family: "bdoFontSemiBold";
  font-size: .82rem;
  gap: 1rem;
}

.bfm-blog-card-meta span {
  color: var(--bfm-primary, #82193a);
}

.bfm-blog-card-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0 0 0 auto;
  position: absolute;
  transition: width 250ms cubic-bezier(.409, .047, .474, 1.001);
  width: 8rem;
}

.bfm-blog-card-overlay {
  background-color: rgba(0, 0, 0, .25);
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 250ms cubic-bezier(.409, .047, .474, 1.001);
  z-index: 2;
}

.bfm-blog-card.is-hovered {
  background-color: #f6f6f6;
}

.bfm-blog-card.is-hovered .bfm-blog-card-image {
  width: 15rem;
}

.bfm-blog-card.is-hovered .bfm-blog-card-overlay {
  opacity: 0;
}

.bfm-blog-card.is-left {
  background-color: #fff;
}

.bfm-blog-card.is-left .bfm-blog-card-image {
  width: 5rem;
}

.bfm-blog-card.is-left .bfm-blog-card-overlay {
  opacity: 1;
}

.bfm-blog-empty {
  background: #f6f6f6;
  border: 1px solid #e4e4e8;
  border-radius: .25rem;
  padding: 4rem 2rem;
  text-align: center;
}

.bfm-blog-empty h2 {
  font-family: "salernoFont";
  font-size: 2.5rem;
  font-weight: 400;
}

.bfm-blog-empty p {
  color: #60667a;
  margin-bottom: 0;
}

.bfm-blog-pagination {
  align-items: center;
  display: flex;
  font-size: .9rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.bfm-blog-pagination>span {
  color: #60667a;
}

.bfm-blog-pagination>div {
  align-items: center;
  display: flex;
  gap: .5rem;
}

.bfm-blog-pagination a,
.bfm-blog-pagination strong,
.bfm-blog-pagination .is-disabled {
  align-items: center;
  border: 1px solid #d8d9df;
  border-radius: 999px;
  color: #050514;
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: .5rem .9rem;
  text-decoration: none;
}

.bfm-blog-pagination strong {
  background: var(--bfm-primary, #82193a);
  border-color: var(--bfm-primary, #82193a);
  color: #fff;
}

.bfm-blog-pagination .is-disabled {
  color: #a0a3ad;
}

.bfm-blog-article {
  margin: 0;
}

.bfm-blog-breadcrumb {
  align-items: center;
  color: #515a70;
  display: flex;
  font-family: "bdoFont";
  font-size: .92rem;
  gap: .65rem;
  margin-bottom: 1.75rem;
  min-width: 0;
  justify-content: center;
}

.bfm-blog-breadcrumb a {
  color: var(--bfm-primary, #82193a);
  flex: 0 0 auto;
  font-family: "bdoFontSemiBold";
  text-decoration: none;
}

.bfm-blog-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: .2em;
}

.bfm-blog-breadcrumb [aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bfm-blog-detail-header {
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  max-width: 940px;
  text-align: center;
}

.bfm-blog-detail-header h1 {
  color: #050514;
  font-family: "salernoFont";
  font-size: clamp(3rem, 6vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .98;
  margin: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.bfm-blog-detail-byline {
  align-items: center;
  color: #3f4658;
  display: flex;
  font-family: "bdoFont";
  font-size: .98rem;
  gap: .55rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.bfm-blog-feature {
  aspect-ratio: 16 / 8.6;
  border-radius: .5rem;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.bfm-blog-feature img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bfm-blog-article-body {
  color: #24283a;
  font-family: "bdoFont";
  font-size: 1.12rem;
  line-height: 1.85;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  max-width: 760px;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.bfm-blog-article-lead {
  color: #050514;
  font-family: "bdoFontSemiBold";
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.bfm-blog-article-footer {
  border-top: 1px solid #dedfe4;
  margin: 3rem auto 0;
  max-width: 760px;
  padding-top: 1.25rem;
}

.bfm-blog-article-footer a {
  color: var(--bfm-primary, #82193a);
  font-family: "bdoFontSemiBold";
  text-decoration: none;
}

.bfm-blog-article-footer a:hover {
  text-decoration: underline;
  text-underline-offset: .2em;
}

@media (max-width: 767px) {
  .blogcontent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 5rem;
  }

  .blog-page-heading {
    margin-bottom: 3rem;
  }

  .blog-page-heading h1 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  .blogdetailcontent {
    padding-top: 4.5rem;
  }

  .bfm-blog-breadcrumb {
    margin-bottom: 1.4rem;
  }

  .bfm-blog-detail-header h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .bfm-blog-detail-byline {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .bfm-blog-feature {
    aspect-ratio: 4 / 3;
  }

  .bfm-blog-article-body {
    font-size: 1.03rem;
    line-height: 1.75;
  }

  .bfm-blog-article-lead {
    font-size: 1.15rem;
  }

  .bfm-blog-card {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .bfm-blog-card-image,
  .bfm-blog-card.is-hovered .bfm-blog-card-image,
  .bfm-blog-card.is-left .bfm-blog-card-image {
    height: 230px;
    inset: auto;
    order: 1;
    position: relative;
    width: 100%;
  }

  .bfm-blog-card-overlay,
  .bfm-blog-card.is-hovered .bfm-blog-card-overlay,
  .bfm-blog-card.is-left .bfm-blog-card-overlay {
    opacity: .12;
  }

  .bfm-blog-card-content {
    max-width: none;
    min-height: 0;
    order: 2;
    padding: 1.5rem;
  }

  .bfm-blog-card h2 {
    font-size: 2.2rem;
  }

  .bfm-blog-pagination {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .bfm-blog-card,
  .bfm-blog-card-image,
  .bfm-blog-card-overlay {
    transition: none;
  }
}

/* Public contact */
.contactcontent {
  color: #050514;
  font-family: "bdoFont", sans-serif;
  max-width: 1044px;
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
}

.bfm-contact-split {
  border: 1px solid #dedfe4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 650px;
  overflow: hidden;
}

.bfm-contact-visual {
  margin: 0;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.bfm-contact-visual::after {
  background: linear-gradient(180deg, transparent 58%, rgba(23, 5, 13, .68));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bfm-contact-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bfm-contact-visual figcaption {
  bottom: clamp(1.5rem, 4vw, 2.5rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  left: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 26rem;
  position: absolute;
  right: clamp(1.5rem, 4vw, 2.5rem);
  z-index: 1;
}

.bfm-contact-visual figcaption span {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bfm-contact-visual figcaption strong {
  font-family: "salernoFont", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1;
  text-wrap: balance;
}

.bfm-contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
}

.bfm-contact-heading>p {
  color: var(--bfm-primary, #82193a);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .82rem;
  letter-spacing: .14em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.bfm-contact-heading h1 {
  color: #050514;
  font-family: "salernoFont", serif;
  font-size: clamp(2.6rem, 4.25vw, 3.75rem);
  font-weight: 400;
  line-height: .95;
  margin: 0;
  text-wrap: balance;
}

.bfm-contact-heading>span {
  color: #515a70;
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.35rem;
  text-wrap: pretty;
}

.bfm-contact-details {
  border-top: 1px solid #dedfe4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.bfm-contact-detail {
  border-bottom: 1px solid #dedfe4;
  color: #050514;
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: .4rem;
  margin: 0;
  min-width: 0;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none;
}

.bfm-contact-detail:nth-child(even) {
  padding-left: 1rem;
  padding-right: 0;
}

a.bfm-contact-detail:hover strong,
a.bfm-contact-detail:focus-visible strong {
  color: var(--bfm-primary, #82193a);
}

.bfm-contact-detail span {
  color: #6d7280;
  font-size: .8rem;
}

.bfm-contact-detail strong {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
  transition: color 160ms ease;
}

.bfm-contact-actions {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.bfm-contact-button {
  align-items: center;
  border: 1px solid var(--bfm-primary, #82193a);
  border-radius: 999px;
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  justify-content: center;
  min-height: 54px;
  padding: .8rem 1.4rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.bfm-contact-button.is-primary {
  background: var(--bfm-primary, #82193a);
  color: #fff;
}

.bfm-contact-button.is-secondary {
  background: #fff;
  color: var(--bfm-primary, #82193a);
}

.bfm-contact-button.is-primary:hover,
.bfm-contact-button.is-primary:focus-visible {
  background: #fff;
  color: var(--bfm-primary, #82193a);
}

.bfm-contact-button.is-secondary:hover,
.bfm-contact-button.is-secondary:focus-visible {
  background: var(--bfm-primary, #82193a);
  color: #fff;
}

.bfm-contact-button:focus-visible {
  box-shadow: 0 0 0 4px var(--bfm-primary-focus, rgba(130, 25, 58, .16));
  outline: 0;
}

.bfm-contact-note {
  color: #747986;
  font-size: .8rem;
  line-height: 1.5;
  margin: 1.25rem 0 0;
}

@media (max-width: 900px) {
  .bfm-contact-split {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .bfm-contact-details {
    grid-template-columns: 1fr;
  }

  .bfm-contact-detail,
  .bfm-contact-detail:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .contactcontent {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 5rem;
  }

  .bfm-contact-split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bfm-contact-visual {
    min-height: 310px;
  }

  .bfm-contact-panel {
    padding: 2rem 1.5rem 2.25rem;
  }

  .bfm-contact-heading h1 {
    font-size: clamp(2.6rem, 11vw, 3.4rem);
  }
}

@media (max-width: 480px) {
  .bfm-contact-actions {
    grid-template-columns: 1fr;
  }

  .bfm-contact-visual {
    min-height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bfm-contact-button,
  .bfm-contact-detail strong {
    transition: none;
  }
}

/* Public Melave */
.melavacontent {
  color: #00002e;
  font-family: "bdoFontRegular", sans-serif;
  max-width: 1044px;
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
}

.melava-page-heading {
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  max-width: 760px;
  text-align: center;
}

.melava-kicker {
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .9rem;
  margin: 0 0 .8rem;
}

.melava-page-heading h1,
.melava-detail-intro h1,
.melava-registration-heading h2,
.melava-confirmation h2,
.melava-empty h2 {
  color: #05020a;
  font-family: "salernoFont", serif;
  font-weight: 400;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.melava-page-heading h1 {
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: .98;
  margin: 0 0 1.35rem;
}

.melava-page-heading>p:last-child {
  color: #4f5262;
  font-size: 1.06rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 68ch;
  text-wrap: pretty;
}

.melava-list-heading {
  align-items: flex-end;
  border-bottom: 1px solid #dedee5;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.melava-list-heading span {
  color: #686d7a;
  display: block;
  font-size: .86rem;
  margin-bottom: .25rem;
}

.melava-list-heading h2 {
  color: #05020a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 0;
}

.melava-list-heading>strong {
  border: 1px solid var(--bfm-primary-border);
  border-radius: 999px;
  color: var(--bfm-primary-dark);
  font-size: .85rem;
  padding: .55rem .9rem;
  white-space: nowrap;
}

.melava-card-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.melava-card {
  background: #fff;
  border: 1px solid #dedee5;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  min-height: 390px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}

.melava-card:focus-within {
  border-color: var(--bfm-primary);
  box-shadow: 0 0 0 4px var(--bfm-primary-focus);
}

.melava-card-media {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.melava-card-media::after,
.melava-detail-image::after {
  background: linear-gradient(180deg, transparent 55%, rgba(9, 3, 8, .42));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.melava-card-media img,
.melava-detail-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  width: 100%;
}

.melava-card-media>span,
.melava-detail-image>span {
  background: #fff;
  border-radius: 999px;
  color: #00002e;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .76rem;
  left: .9rem;
  padding: .45rem .7rem;
  position: absolute;
  top: .9rem;
  z-index: 1;
}

.melava-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.25rem;
}

.melava-card-date {
  align-items: baseline;
  color: var(--bfm-primary);
  display: flex;
  gap: .35rem;
  margin-bottom: .75rem;
}

.melava-card-date span {
  font-family: "salernoFont", serif;
  font-size: 2rem;
  line-height: 1;
}

.melava-card-date strong {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .78rem;
  text-transform: uppercase;
}

.melava-card h3 {
  color: #05020a;
  display: -webkit-box;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
  margin: 0 0 .55rem;
  overflow: hidden;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.melava-card-body>p {
  color: #5c6070;
  display: -webkit-box;
  font-size: .88rem;
  line-height: 1.45;
  margin: 0 0 1rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.melava-card-facts {
  display: grid;
  gap: .75rem .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1.15rem;
}

.melava-card-facts div,
.melava-detail-facts div {
  min-width: 0;
}

.melava-card-facts dt,
.melava-detail-facts dt {
  color: #737786;
  font-size: .72rem;
  font-weight: 400;
  margin-bottom: .18rem;
}

.melava-card-facts dd,
.melava-detail-facts dd {
  color: #10101a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .84rem;
  line-height: 1.3;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.melavacontent .melava-card-action,
.melavacontent .melava-submit,
.melavacontent .melava-hero-register {
  align-items: center;
  background: var(--bfm-primary);
  border: 1px solid var(--bfm-primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .88rem;
  height: 50px;
  justify-content: center;
  margin-top: auto;
  min-height: 50px;
  overflow: hidden;
  padding: 0 1.25rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.melavacontent .profile-search-submit .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.melavacontent .profile-search-submit .button__flair::before {
  background: #fff;
}

.melavacontent .profile-search-submit .button__label {
  color: currentColor;
  position: relative;
  z-index: 2;
}

.melavacontent .profile-search-submit:hover,
.melavacontent .profile-search-submit:focus-visible {
  color: var(--bfm-primary);
  outline: 0;
}

.melavacontent .profile-search-submit:focus-visible {
  box-shadow: 0 0 0 4px var(--bfm-primary-focus);
}

.melava-empty {
  border: 1px solid #dedee5;
  border-radius: 8px;
  grid-column: 1 / -1;
  padding: clamp(3rem, 8vw, 6rem) 2rem;
  text-align: center;
}

.melava-empty h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  margin: 0 0 .75rem;
}

.melava-empty p {
  color: #5c6070;
  margin: 0 auto;
  max-width: 55ch;
}

.melava-pagination {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.melava-pagination>span {
  color: #5c6070;
  font-size: .86rem;
}

.melava-pagination div {
  align-items: center;
  display: flex;
  gap: .5rem;
}

.melava-pagination a,
.melava-pagination div>span,
.melava-pagination div>strong {
  align-items: center;
  border: 1px solid var(--bfm-primary-border);
  border-radius: 999px;
  color: var(--bfm-primary-dark);
  display: inline-flex;
  font-size: .82rem;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: .4rem .75rem;
  text-decoration: none;
}

.melava-pagination div>strong {
  background: var(--bfm-primary);
  border-color: var(--bfm-primary);
  color: #fff;
}

.melava-pagination .is-disabled {
  color: #9397a3;
  cursor: not-allowed;
  opacity: .7;
}

.melava-detail-content {
  padding-top: clamp(2.8rem, 6vw, 5.5rem);
}

.melava-back {
  color: #00002e;
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  gap: .5rem;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.melava-back:hover {
  color: var(--bfm-primary);
}

.melava-detail-hero {
  border-bottom: 1px solid #dedee5;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.melava-detail-image {
  border-radius: 8px;
  height: 520px;
  overflow: hidden;
  position: relative;
}

.melava-detail-intro {
  align-self: center;
}

.melava-detail-intro h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
  line-height: .98;
  margin: 0 0 1.25rem;
}

.melava-detail-description {
  color: #535766;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 2rem;
  max-width: 65ch;
  white-space: pre-line;
}

.melava-detail-facts {
  border-top: 1px solid #dedee5;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding-top: 1.5rem;
}

.melava-detail-facts dd {
  font-size: .95rem;
  overflow: visible;
  text-overflow: clip;
}

.melavacontent .melava-hero-register {
  margin-top: 1.65rem;
  max-width: 260px;
  width: 100%;
}

.melava-detail-wide {
  grid-column: 1 / -1;
}

.melava-registration,
.melava-confirmation {
  background: #f7f6f8;
  border-radius: 8px;
  margin-top: clamp(3rem, 7vw, 5.5rem);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.melava-registration-heading {
  align-items: flex-start;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.melava-registration-heading h2 {
  font-size: clamp(2.4rem, 5vw, 3.9rem);
  line-height: 1;
  margin: 0 0 .75rem;
}

.melava-registration-heading>div>p:last-child {
  color: #5c6070;
  margin: 0;
}

.melava-registration-heading>span {
  background: #fff;
  border: 1px solid var(--bfm-primary-border);
  border-radius: 999px;
  color: var(--bfm-primary-dark);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .86rem;
  padding: .65rem 1rem;
  white-space: nowrap;
}

.melava-registration-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.melava-form-grid {
  display: grid;
  gap: 1.15rem 1.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.melava-form-wide {
  grid-column: 1 / -1;
}

.melava-payment-choice {
  border: 0;
  margin: 0;
  padding: 0;
}

.melava-payment-choice legend {
  color: #171722;
  float: none;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .84rem;
  margin-bottom: .65rem;
  width: auto;
}

.melava-payment-choice legend span {
  color: #b42318;
}

.melava-payment-options {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.melava-payment-option {
  background: #fff;
  border: 1px solid #c9ccd5;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: .85rem;
  min-height: 112px;
  padding: 1rem;
}

.melava-payment-option:has(input:checked) {
  background: var(--bfm-primary-softest);
  border-color: var(--bfm-primary);
}

.melava-payment-option:focus-within {
  box-shadow: 0 0 0 3px var(--bfm-primary-focus);
}

.melava-payment-option input {
  accent-color: var(--bfm-primary);
  flex: 0 0 auto;
  margin-top: .2rem;
}

.melava-payment-option strong,
.melava-payment-option small {
  display: block;
}

.melava-payment-option strong {
  color: #10101a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .94rem;
  margin-bottom: .35rem;
}

.melava-payment-option small {
  color: #5c6070;
  font-size: .78rem;
  line-height: 1.45;
}

.melava-payment-option.is-unavailable {
  cursor: not-allowed;
  opacity: .58;
}

.melava-payment-choice.has-error .melava-payment-options,
.melava-confirm-check.has-error {
  outline: 1px solid #b42318;
  outline-offset: 4px;
}

.melava-field-error {
  color: #b42318;
  display: block;
  font-size: .78rem;
  margin-top: .55rem;
}

.melava-confirm-check {
  align-items: center;
  color: #30313c;
  display: flex;
  font-size: .88rem;
  gap: .65rem;
}

.melava-confirm-check input {
  accent-color: var(--bfm-primary);
  height: 18px;
  width: 18px;
}

.melavacontent .melava-submit {
  align-self: flex-end;
  margin-top: .25rem;
  min-width: 250px;
  width: auto;
}

.melava-error-summary {
  background: #fff4f3;
  border: 1px solid #f1a9a3;
  border-radius: 8px;
  color: #7f0e0e;
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
}

.melava-error-summary strong {
  font-family: "bdoFontSemiBold", sans-serif;
}

.melava-error-summary ul {
  margin: .55rem 0 0;
  padding-left: 1.2rem;
}

.melava-confirmation {
  align-items: flex-start;
  background: var(--bfm-primary-softest);
  border: 1px solid var(--bfm-primary-border);
  display: flex;
  gap: 1.2rem;
}

.melava-confirmation-icon {
  align-items: center;
  background: var(--bfm-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
}

.melava-confirmation p {
  color: #5c3240;
  margin: 0;
}

.melava-confirmation div>p:first-child {
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .84rem;
  margin-bottom: .35rem;
}

.melava-confirmation h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 .6rem;
}

/* Embedded account-first Melava registration journey. */
.melava-journey {
  background: #f7f6f8;
  border: 1px solid #e2dce0;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr);
  margin-top: clamp(3rem, 7vw, 5.5rem);
  min-height: 680px;
  overflow: hidden;
}

.melava-journey-visual {
  background: #261217;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.melava-journey-visual::after {
  background: linear-gradient(180deg, rgba(20, 7, 11, .03) 35%, rgba(20, 7, 11, .88) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.melava-journey-visual img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.melava-journey-visual>div {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  position: absolute;
  right: 0;
  z-index: 1;
}

.melava-journey-visual p {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .76rem;
  letter-spacing: .1em;
  margin: 0 0 .7rem;
  text-transform: uppercase;
}

.melava-journey-visual h2 {
  color: #fff;
  font-family: "salerno", serif;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0 0 .8rem;
}

.melava-journey-visual span {
  color: rgba(255, 255, 255, .84);
  display: block;
  font-size: .84rem;
  line-height: 1.55;
  max-width: 42ch;
}

.melava-journey-panel {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.melava-member-heading,
.melava-progress-head {
  margin-bottom: 1.5rem;
}

.melava-member-heading h2,
.melava-progress-head h2 {
  color: #10101a;
  font-family: "salerno", serif;
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.02;
  margin: .35rem 0 .75rem;
}

.melava-member-heading>p:last-child,
.melava-progress-head>div>span {
  color: #626674;
  font-size: .88rem;
  line-height: 1.55;
}

.melava-kicker {
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .78rem;
  margin: 0;
}

.melava-journey .registration-progress {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 1.8rem;
}

.melava-journey .registration-field select {
  padding-left: 1rem;
  padding-right: 2.5rem;
}

.melava-member-card {
  align-items: center;
  background: #fff;
  border: 1px solid #ded9dd;
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.melava-member-avatar {
  align-items: center;
  background: var(--bfm-primary-softest);
  border: 1px solid var(--bfm-primary-border);
  border-radius: 50%;
  color: var(--bfm-primary);
  display: flex;
  flex: 0 0 58px;
  font-family: "salerno", serif;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  overflow: hidden;
}

.melava-member-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.melava-member-card span,
.melava-member-card h3,
.melava-member-card p {
  display: block;
  margin: 0;
}

.melava-member-card span {
  color: #737784;
  font-size: .72rem;
  margin-bottom: .18rem;
}

.melava-member-card h3 {
  color: #10101a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1rem;
}

.melava-member-card p {
  color: #616572;
  font-size: .8rem;
  margin-top: .25rem;
}

.melava-member-form,
.melava-payment-member {
  margin-top: 1.25rem;
}

.melava-no-biodata {
  border-top: 1px solid #ded9dd;
  padding-top: 1.5rem;
}

.melava-no-biodata h3 {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.05rem;
}

.melava-no-biodata p {
  color: #626674;
  font-size: .86rem;
  line-height: 1.55;
}

.melava-no-biodata .button {
  margin-top: .5rem;
  max-width: 280px;
}

.melava-fee-total {
  align-items: center;
  border-bottom: 1px solid #ded9dd;
  border-top: 1px solid #ded9dd;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.melava-fee-total span {
  color: #666a77;
  font-size: .82rem;
}

.melava-fee-total strong {
  color: var(--bfm-primary);
  font-family: "salerno", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.melava-journey .melava-submit:disabled {
  cursor: wait;
  opacity: .7;
}

@media only screen and (max-width: 940px) {
  .melava-card-grid {
    grid-template-columns: 1fr;
  }

  .melava-card {
    grid-template-columns: minmax(0, 38%) minmax(0, 62%);
    min-height: 340px;
  }

  .melava-detail-hero {
    gap: 2rem;
  }

  .melava-detail-image {
    height: 460px;
  }

  .melava-journey {
    grid-template-columns: 1fr;
  }

  .melava-journey-visual {
    min-height: 320px;
  }
}

@media only screen and (max-width: 700px) {
  .melavacontent {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 4rem;
  }

  .melava-page-heading {
    text-align: left;
  }

  .melava-page-heading h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .melava-list-heading,
  .melava-registration-heading,
  .melava-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .melava-detail-hero {
    grid-template-columns: 1fr;
  }

  .melava-detail-image {
    height: 440px;
  }

  .melava-form-grid,
  .melava-payment-options {
    grid-template-columns: 1fr;
  }

  .melava-form-wide {
    grid-column: auto;
  }

  .melavacontent .melava-submit {
    align-self: stretch;
    width: 100%;
  }

  .melavacontent .melava-hero-register {
    max-width: none;
  }

  .melava-journey-panel {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 540px) {
  .melava-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .melava-card-media {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .melava-card-body {
    min-height: 360px;
  }

  .melava-card-facts,
  .melava-detail-facts {
    grid-template-columns: 1fr;
  }

  .melava-detail-wide {
    grid-column: auto;
  }

  .melava-detail-image {
    height: 400px;
  }

  .melava-confirmation {
    flex-direction: column;
  }

  .melava-journey-visual {
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .melava-card,
  .melava-card img,
  .melavacontent .profile-search-submit .button__flair,
  .melava-journey-visual,
  .melava-journey-panel {
    transition: none !important;
  }
}

/* Index footer */
.bfm-footer {
  background: #F2E7E5;
  color: #10101a;
  min-height: 110vh;
  overflow: hidden;
  padding: 5rem 0 1.5rem;
}

.bfm-footer__inner {
  display: flex;
  flex-direction: column;
  min-height: calc(110vh - 6.5rem);
}

.bfm-footer__directory {
  display: grid;
  gap: 3.5rem 2.5rem;
  grid-template-columns: 0.9fr 0.9fr 1.45fr 0.75fr;
}

.bfm-footer__column {
  min-width: 0;
}

.bfm-footer__title {
  font-family: "salerno", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.35rem;
}

.bfm-footer__links,
.bfm-footer__contact {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.bfm-footer__links a,
.bfm-footer__contact a,
.bfm-footer__contact address {
  color: inherit;
  font-family: "bdoFontRegular", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.35;
  margin: 0;
  text-decoration: none;
}

.bfm-footer__links a,
.bfm-footer__contact a {
  position: relative;
  width: fit-content;
}

.bfm-footer__links a::after,
.bfm-footer__contact a::after {
  background: currentColor;
  bottom: -0.15rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

.bfm-footer__links a:hover::after,
.bfm-footer__links a:focus-visible::after,
.bfm-footer__contact a:hover::after,
.bfm-footer__contact a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bfm-footer__closing {
  margin-top: auto;
  padding-top: 8rem;
}

.bfm-footer__statement {
  align-items: center;
  display: flex;
  font-family: "bdoFontRegular", sans-serif;
  font-size: 1rem;
  gap: 0.7rem;
  justify-content: center;
  margin: 0 0 3rem;
  text-align: center;
}

.bfm-footer__status-dot {
  background: #10101a;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 0.55rem;
  height: 0.55rem;
  width: 0.55rem;
}

.bfm-footer__wordmark {
  font-family: "salerno", serif;
  font-size: 15rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.78;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.bfm-footer__legal {
  border-top: 1px solid rgba(16, 16, 26, 0.2);
  display: flex;
  font-family: "bdoFontRegular", sans-serif;
  font-size: 0.82rem;
  justify-content: space-between;
  margin-top: 2.75rem;
  padding-top: 1rem;
}

@media only screen and (min-width: 1400px) {
  .bfm-footer__wordmark {
    font-size: 19.5rem;
  }
}

@media only screen and (max-width: 1100px) {
  .bfm-footer__directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfm-footer__wordmark {
    font-size: 11.25rem;
  }
}

@media only screen and (max-width: 760px) {
  .bfm-footer {
    min-height: 105vh;
    padding-top: 3.5rem;
  }

  .bfm-footer__inner {
    min-height: calc(105vh - 5rem);
  }

  .bfm-footer__directory {
    gap: 2.75rem 1.5rem;
  }

  .bfm-footer__closing {
    padding-top: 6rem;
  }

  .bfm-footer__statement {
    margin-bottom: 2.25rem;
  }

  .bfm-footer__wordmark {
    font-size: 7.5rem;
  }
}

@media only screen and (max-width: 520px) {
  .bfm-footer__directory {
    grid-template-columns: 1fr;
  }

  .bfm-footer__wordmark {
    font-size: 5.55rem;
  }

  .bfm-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
}

@media only screen and (max-width: 380px) {
  .bfm-footer__wordmark {
    font-size: 4.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .bfm-footer__links a::after,
  .bfm-footer__contact a::after {
    transition: none;
  }
}

/* Public member login */
.user-login-page {
  background: #f1f1f5;
  color: #10101a;
  display: flex;
  flex-direction: column;
  font-family: "bdoFontRegular", sans-serif;
  height: 100vh;
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
}

.user-login-navbar {
  background: transparent;
  flex: 0 0 auto;
  left: 0;
  position: absolute;
  top: 0;
}

.user-login-navbar .navbar-brand .logo {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 991px) {
  .user-login-navbar .navbar-collapse {
    padding: 1rem;
  }
}

.user-login-shell {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  height: auto;
  justify-content: center;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.user-login-layout {
  background: #fff;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(400px, .82fr);
  height: 100%;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.user-login-visual {
  background: #1c1727;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.user-login-visual::after {
  background: rgba(7, 4, 20, .25);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.user-login-visual>img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  width: 100%;
}

.user-login-visual-copy {
  bottom: 2.75rem;
  color: #fff;
  left: 2.5rem;
  max-width: 520px;
  position: absolute;
  right: 2.5rem;
  z-index: 1;
}

.user-login-visual-copy p {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .85rem;
  margin: 0 0 1rem;
}

.user-login-visual-copy h2 {
  color: #fff;
  font-family: "salerno", serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: .98;
  margin: 0;
  text-wrap: balance;
}

.user-login-visual-copy span {
  display: block;
  font-size: .95rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.user-login-form-panel {
  align-items: center;
  display: flex;
  overflow-y: auto;
  padding: 1.5rem 3.5rem;
}

.user-login-form-wrap {
  margin: auto;
  max-width: 390px;
  width: 100%;
}

.user-login-heading {
  margin-bottom: 1.5rem;
}

.user-login-heading .user-login-eyebrow {
  align-items: center;
  color: var(--bfm-primary);
  display: flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .82rem;
  gap: .45rem;
  margin: 0 0 .75rem;
}

.user-login-eyebrow-star {
  background: var(--bfm-primary);
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
  display: inline-block;
  flex: 0 0 1.15rem;
  height: 1.15rem;
  width: 1.15rem;
}

.user-login-heading h1 {
  color: #090910;
  font-family: "salerno", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .95;
  margin: 0;
  text-wrap: balance;
}

.user-login-heading>p:last-child {
  color: #5b6070;
  line-height: 1.55;
  margin: 1rem 0 0;
}

.user-login-alert {
  border-radius: 6px;
  font-size: .9rem;
  margin-bottom: 1.25rem;
  padding: .85rem 1rem;
}

.user-login-alert-success {
  background: #ecfff5;
  color: #087443;
}

.user-login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.user-login-field label {
  color: #171722;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .88rem;
}

.user-login-field input[type="text"],
.user-login-field input[type="password"] {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #bfc2cc;
  border-radius: 0;
  color: #10101a;
  display: block;
  font-family: "bdoFontRegular", sans-serif;
  font-size: 1rem;
  min-height: 48px;
  outline: none;
  padding: .65rem 0;
  transition: border-color 180ms ease;
  width: 100%;
}

.user-login-field input::placeholder {
  color: #696e7c;
}

.user-login-field input:focus {
  border-bottom-color: var(--bfm-primary);
  border-bottom-width: 2px;
}

.user-login-field input.is-invalid {
  border-bottom-color: #b42318;
}

.user-login-help,
.user-login-error {
  display: block;
  font-size: .8rem;
  line-height: 1.4;
  margin-top: .45rem;
}

.user-login-help {
  color: #676d7c;
}

.user-login-error {
  color: #b42318;
}

.user-login-support a {
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .84rem;
  text-decoration: none;
}

.user-login-support a:hover {
  text-decoration: underline;
}

.user-login-submit {
  background: var(--bfm-primary);
  color: #fff;
  font-family: "bdoFontSemiBold", sans-serif;
  min-height: 54px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.user-login-submit::after {
  border: 2px solid var(--bfm-primary);
  border-radius: 6.25rem;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.user-login-submit .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
  z-index: 1;
}

.user-login-submit .button__flair::before {
  background: #fff;
}

.user-login-submit .button__label {
  color: #fff;
  position: relative;
  z-index: 3;
}

@media (hover: hover) {
  .user-login-submit:hover {
    color: var(--bfm-primary);
  }

  .user-login-submit:hover .button__label {
    color: var(--bfm-primary);
  }
}

.user-login-submit:focus-visible {
  outline: 3px solid rgba(130, 25, 58, .3);
  outline-offset: 3px;
}

.user-login-register {
  margin-top: 1.1rem;
}

.user-login-register p {
  color: #676d7c;
  font-size: .84rem;
  margin: 0 0 .55rem;
  text-align: center;
}

.user-login-register-button {
  background: #fff;
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  min-height: 54px;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.user-login-register-button::after {
  border: 2px solid var(--bfm-primary);
  border-radius: 6.25rem;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.user-login-register-button .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
  z-index: 1;
}

.user-login-register-button .button__flair::before {
  background: var(--bfm-primary);
}

.user-login-register-button .button__label {
  color: var(--bfm-primary);
  position: relative;
  z-index: 3;
}

@media (hover: hover) {
  .user-login-register-button:hover {
    color: #fff;
    text-decoration: none;
  }

  .user-login-register-button:hover .button__label {
    color: #fff;
  }
}

.user-login-register-button:focus-visible {
  outline: 3px solid rgba(130, 25, 58, .3);
  outline-offset: 3px;
}

.user-login-support {
  color: #676d7c;
  font-size: .84rem;
  line-height: 1.5;
  margin: 1.1rem 0 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .user-login-shell {
    padding: 0;
  }

  .user-login-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    height: 100%;
    min-height: 0;
  }

  .user-login-form-panel {
    padding: 2.5rem;
  }

  .user-login-visual-copy h2 {
    font-size: 2.75rem;
  }
}

@media only screen and (max-width: 760px) {
  .user-login-page {
    height: auto;
    overflow: auto;
  }

  .user-login-shell {
    align-items: flex-start;
    flex: 0 0 auto;
    min-height: calc(100vh - 78px);
    padding: 0;
  }

  .user-login-layout {
    border-radius: 0;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
  }

  .user-login-visual {
    min-height: 250px;
  }

  .user-login-visual-copy {
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .user-login-visual-copy p,
  .user-login-visual-copy span {
    display: none;
  }

  .user-login-visual-copy h2 {
    font-size: 2.25rem;
    max-width: 440px;
  }

  .user-login-form-panel {
    overflow: visible;
    padding: 2.75rem 1.5rem 3.5rem;
  }

}

@media only screen and (max-width: 420px) {
  .user-login-visual {
    min-height: 220px;
  }

  .user-login-visual-copy h2 {
    font-size: 1.95rem;
  }

  .user-login-form-panel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .user-login-heading h1 {
    font-size: 2.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .user-login-submit .button__flair,
  .user-login-register-button .button__flair,
  .user-login-field input {
    transition: none;
  }
}

/* Public account-first registration */
.registration-layout {
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
}

.registration-panel {
  align-items: flex-start;
  padding: 6.75rem 3.5rem 3rem;
}

.registration-wrap {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}

.registration-progress-head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: .8rem;
}

.registration-progress-head>div {
  display: flex;
  flex-direction: column;
  gap: .18rem;
}

.registration-progress-head span,
.registration-progress-head strong {
  color: #5f6472;
  font-size: .78rem;
}

.registration-progress-head strong {
  color: #10101a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .9rem;
}

.registration-saved-state {
  background: #ecfff5;
  border-radius: 999px;
  color: #087443 !important;
  font-family: "bdoFontSemiBold", sans-serif;
  padding: .42rem .75rem;
}

.registration-progress {
  display: grid;
  gap: .45rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 2rem;
}

.registration-progress a,
.registration-progress span {
  background: #dedfe6;
  border-radius: 999px;
  display: block;
  height: 4px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.registration-progress .is-complete,
.registration-progress .is-current {
  background: var(--bfm-primary);
}

.registration-progress .is-current {
  transform: scaleY(1.75);
  transform-origin: left center;
  animation: registration-progress-current 220ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes registration-progress-current {
  from {
    opacity: .55;
    transform: scaleX(.18) scaleY(1.75);
  }

  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1.75);
  }
}

.registration-step-body {
  animation: registration-step-enter 220ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes registration-step-enter {
  from {
    opacity: .72;
    transform: translateY(8px);
  }

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

.registration-heading {
  margin-bottom: 1.75rem;
}

.registration-heading h1 {
  font-size: 3.15rem;
}

.registration-alert-error {
  background: #fff1f1;
  border: 1px solid #f2b8b8;
  border-radius: 6px;
  color: #a11212;
  display: flex;
  flex-direction: column;
  font-size: .88rem;
  gap: .2rem;
  margin-bottom: 1.25rem;
  padding: .85rem 1rem;
}

.registration-account-created {
  align-items: flex-start;
  background: #f1fff7;
  border: 1px solid #b8e8cc;
  border-radius: 8px;
  color: #174c31;
  display: flex;
  gap: .8rem;
  margin-bottom: 1.25rem;
  padding: .9rem 1rem;
}

.registration-account-created-mark {
  align-items: center;
  background: #087443;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "bdoFontSemiBold", sans-serif;
  height: 1.65rem;
  justify-content: center;
  margin-top: .05rem;
  width: 1.65rem;
}

.registration-account-created strong {
  color: #0d472b;
  display: block;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .9rem;
  margin-bottom: .2rem;
}

.registration-account-created p {
  color: #285e43;
  font-size: .82rem;
  line-height: 1.45;
  margin: 0;
  max-width: 62ch;
}

.registration-alert-error strong {
  color: #7f0e0e;
  font-family: "bdoFontSemiBold", sans-serif;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.registration-grid {
  display: grid;
  gap: 1.15rem 1.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.registration-span-2 {
  grid-column: span 2;
}

.registration-field {
  min-width: 0;
}

.registration-field label,
.registration-repeatable-heading label {
  color: #171722;
  display: block;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .84rem;
  margin-bottom: .42rem;
}

.registration-field label span {
  color: #b42318;
}

.registration-field label em,
.registration-repeatable-heading label em {
  color: #717684;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .76rem;
  font-style: normal;
  margin-left: .25rem;
}

.registration-field input,
.registration-field select {
  background: #fff;
  border: 1px solid #c9ccd5;
  border-radius: 7px;
  color: #10101a;
  display: block;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .94rem;
  min-height: 48px;
  outline: 0;
  padding: .72rem .85rem;
  transition: border-color 170ms ease, box-shadow 170ms ease;
  width: 100%;
}

.registration-page .registration-field select {
  padding-left: 1rem;
  padding-right: 2.5rem;
}

.registration-field input::placeholder {
  color: #686d7a;
}

.registration-field input:focus,
.registration-field select:focus {
  border-color: var(--bfm-primary);
  box-shadow: 0 0 0 3px rgba(130, 25, 58, .14);
}

.registration-field input[readonly] {
  background: #f3f3f6;
  color: #555a68;
}

.registration-field input.is-invalid,
.registration-field select.is-invalid {
  border-color: #b42318;
}

/* Login fields deliberately match the registration form controls. */
.user-login-field.registration-field input[type="text"],
.user-login-field.registration-field input[type="password"] {
  background: #fff;
  border: 1px solid #c9ccd5;
  border-radius: 7px;
  color: #10101a;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .94rem;
  min-height: 48px;
  outline: 0;
  padding: .72rem .85rem;
  transition: border-color 170ms ease, box-shadow 170ms ease;
  width: 100%;
}

.user-login-field.registration-field input[type="text"]:focus,
.user-login-field.registration-field input[type="password"]:focus {
  border-color: var(--bfm-primary);
  border-bottom-width: 1px;
  box-shadow: 0 0 0 3px rgba(130, 25, 58, .14);
}

.user-login-field.registration-field input.is-invalid {
  border-color: #b42318;
}

.registration-field:has(> small) input,
.registration-field:has(> small) select {
  border-color: #b42318;
}

.registration-field small,
.registration-standalone-error {
  color: #b42318;
  display: block;
  font-size: .78rem;
  line-height: 1.4;
  margin-top: .35rem;
}

.registration-helper {
  color: #686d7a;
  font-size: .78rem;
  line-height: 1.4;
  margin: .35rem 0 0;
}

.registration-form-actions {
  align-items: center;
  border-top: 1px solid #e2e3e8;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: .35rem;
  padding-top: 1.35rem;
}

.registration-submit {
  max-width: 285px;
}

.registration-submit:disabled {
  cursor: wait;
  opacity: .7;
}

.registration-back,
.registration-support a,
.registration-complete-link {
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .88rem;
  text-decoration: none;
}

.registration-back:hover,
.registration-support a:hover,
.registration-complete-link:hover {
  text-decoration: underline;
}

.registration-support {
  color: #666b78;
  font-size: .84rem;
  margin: 1.35rem 0 0;
  text-align: center;
}

.registration-account-actions .registration-support {
  margin: 0;
  text-align: left;
}

.registration-repeatable-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.registration-repeatable-heading button,
.registration-property-row button {
  background: transparent;
  border: 0;
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .8rem;
  padding: .25rem 0;
}

.registration-properties {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin-top: .75rem;
}

.registration-property-row {
  align-items: center;
  display: grid;
  gap: .75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.registration-property-row input {
  background: #fff;
  border: 1px solid #c9ccd5;
  border-radius: 7px;
  color: #10101a;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .94rem;
  min-height: 48px;
  outline: 0;
  padding: .72rem .85rem;
  transition: border-color 170ms ease, box-shadow 170ms ease;
  width: 100%;
}

.registration-property-row input:focus {
  border-color: var(--bfm-primary);
  box-shadow: 0 0 0 3px rgba(130, 25, 58, .14);
}

.registration-property-row button {
  color: #a11212;
}

.registration-address-block h3 {
  color: #10101a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1rem;
  margin: 0 0 1rem;
}

.registration-check {
  align-items: flex-start;
  background: #f4f3f8;
  border-radius: 7px;
  color: #242431;
  display: flex;
  font-size: .86rem;
  gap: .7rem;
  line-height: 1.4;
  padding: .85rem 1rem;
}

.registration-check input {
  accent-color: var(--bfm-primary);
  flex: 0 0 auto;
  height: 1rem;
  margin-top: .1rem;
  width: 1rem;
}

.registration-check.has-error {
  border: 1px solid #b42318;
  color: #8f1515;
}

.registration-review {
  border-bottom: 1px solid #e2e3e8;
  display: grid;
  gap: 1rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 1.35rem;
}

.registration-review div {
  min-width: 0;
}

.registration-review span,
.registration-review strong {
  display: block;
}

.registration-review span {
  color: #707582;
  font-size: .76rem;
  margin-bottom: .25rem;
}

.registration-review strong {
  color: #10101a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.registration-upload-grid input[type="file"] {
  font-size: .82rem;
  padding: .55rem;
}

.registration-upload-grid input[type="file"]::file-selector-button {
  background: #f0edff;
  border: 0;
  border-radius: 5px;
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  margin-right: .75rem;
  padding: .55rem .7rem;
}

.biodata-template-picker {
  border: 0;
  margin: 0;
  padding: 0;
}

.biodata-template-picker legend {
  color: #171722;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .9rem;
  margin-bottom: .25rem;
}

.biodata-template-picker legend span {
  color: #b42318;
}

.biodata-template-picker>p {
  color: #686d7a;
  font-size: .8rem;
  margin: 0 0 1rem;
}

.biodata-template-grid {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.biodata-template-option {
  cursor: pointer;
  display: grid;
  gap: .65rem;
  grid-template-columns: 22px 70px minmax(0, 1fr);
  align-items: center;
  border: 1px solid #c9ccd5;
  border-radius: 10px;
  padding: .75rem;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.biodata-template-option:hover {
  border-color: var(--bfm-primary);
  transform: translateY(-2px);
}

.biodata-template-option:has(input:checked) {
  background: #fff7f3;
  border-color: var(--bfm-primary);
}

.biodata-template-option input {
  accent-color: var(--bfm-primary);
  height: 1rem;
  margin: 0;
  width: 1rem;
}

.biodata-template-option>strong {
  color: #171722;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .82rem;
  line-height: 1.25;
}

.biodata-template-swatch {
  align-items: center;
  background: #ffe4c4;
  border: 2px solid #82193a;
  color: #82193a;
  display: flex;
  flex-direction: column;
  height: 88px;
  justify-content: center;
  overflow: hidden;
  padding: .35rem;
  position: relative;
  text-align: center;
  width: 62px;
}

.biodata-template-swatch:before {
  border: 1px solid currentColor;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
}

.biodata-template-swatch b,
.biodata-template-swatch small {
  position: relative;
  z-index: 1;
}

.biodata-template-swatch b {
  font-size: .72rem;
}

.biodata-template-swatch small {
  font-size: .42rem;
  letter-spacing: .06em;
}

.biodata-template-option--shubh-mangal .biodata-template-swatch {
  background: #fff0cf;
  border-color: #b33a1b;
  color: #b33a1b;
}

.biodata-template-option--royal-traditional .biodata-template-swatch {
  background: #18385f;
  border-color: #f4d793;
  color: #f4d793;
}

.biodata-template-option--classic-marathi .biodata-template-swatch {
  background: #f5eee9;
  border-color: #5d3828;
  color: #5d3828;
}

.generated-biodata-complete {
  margin: auto;
  max-width: 580px;
}

.generated-biodata-complete h1 {
  color: #10101a;
  font-family: "salerno", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.02;
  margin: .65rem 0 1rem;
}

.generated-biodata-complete>p:not(.user-login-eyebrow) {
  color: #5f6472;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 58ch;
}

.generated-biodata-actions {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.generated-biodata-actions .button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  max-width: none;
  min-height: 52px;
  text-decoration: none;
  width: 100%;
}


.registration-complete-card {
  margin: auto;
  max-width: 480px;
  text-align: left;
}

.registration-complete-mark {
  align-items: center;
  background: var(--bfm-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.4rem;
  height: 3.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 3.5rem;
}

.registration-complete-card h1 {
  color: #10101a;
  font-family: "salerno", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin: .5rem 0 1rem;
}

.registration-complete-card>p:not(.user-login-eyebrow) {
  color: #5f6472;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.registration-complete-card .button {
  margin-right: 1rem;
}

@media only screen and (max-width: 1100px) {
  .registration-layout {
    grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  }

  .registration-panel {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 760px) {
  .registration-layout {
    grid-template-columns: 1fr;
  }

  .registration-visual {
    min-height: 220px;
  }

  .registration-panel {
    padding: 2.5rem 1.25rem 3.5rem;
  }

  .registration-heading h1,
  .registration-complete-card h1 {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 520px) {

  .registration-grid,
  .registration-review {
    grid-template-columns: 1fr;
  }

  .registration-span-2 {
    grid-column: span 1;
  }

  .registration-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .registration-form-actions>span {
    display: none;
  }

  .registration-submit {
    max-width: none;
  }

  .registration-back {
    text-align: center;
  }

  .biodata-template-grid,
  .generated-biodata-actions {
    grid-template-columns: 1fr;
  }

  .generated-biodata-complete h1 {
    font-size: 2.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .registration-progress .is-current,
  .registration-step-body {
    animation: none;
  }

  .registration-progress a,
  .registration-progress span,
  .registration-field input,
  .registration-field select {
    transition: none;
  }

  .biodata-template-option {
    transition: none;
  }
}

/* Authenticated user account home, aligned to the public search scaffold. */
.accountcontent {
  color: #00002e;
  margin-left: auto;
  margin-right: auto;
  max-width: 1044px;
  padding-bottom: 6rem;
  padding-top: 4.5rem;
}

.account-nav-link.is-active {
  color: var(--bfm-primary) !important;
  font-family: "bdoFontSemiBold", sans-serif;
}

.account-nav-logout {
  align-items: center;
  display: flex;
  margin: 0;
}

.account-nav-logout button {
  background: transparent;
  border: 0;
  color: #000;
  font-family: "bdoFontRegular", sans-serif;
  text-transform: uppercase;
}

.account-alert {
  border-radius: 8px;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .88rem;
  margin-bottom: 1rem;
  padding: .85rem 1rem;
}

.account-alert-success {
  background: #f1fff7;
  border: 1px solid #b8e8cc;
  color: #174c31;
}

.account-alert-error {
  background: #fff1f1;
  border: 1px solid #f2b8b8;
  color: #8f1515;
}

.account-hero {
  align-items: flex-end;
  border-bottom: 1px solid #e4e8f2;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0 0 2.25rem;
}

.account-identity {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  min-width: 0;
}

.account-avatar {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 104px;
  object-fit: cover;
  width: 104px;
}

.account-avatar-fallback {
  align-items: center;
  background: var(--bfm-primary-soft);
  color: var(--bfm-primary);
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.65rem;
  justify-content: center;
}

.account-overline {
  color: #686d7a;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .78rem;
  margin: 0 0 .35rem;
}

.account-identity h1 {
  color: #000;
  font-family: "salernomi", serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 .75rem;
  overflow-wrap: anywhere;
}

.account-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .7rem;
}

.account-meta span {
  border-right: 1px solid #ced3df;
  color: #4d5363;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .82rem;
  padding-right: .7rem;
}

.account-meta span:last-child {
  border-right: 0;
  padding-right: 0;
}

.account-hero-actions,
.account-wallet-actions,
.account-row-actions {
  align-items: center;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: .65rem;
}

.account-button i,
.account-row-actions i,
.account-back-link i {
  font-size: 1.08rem;
  line-height: 1;
}

.account-button {
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--bfm-primary);
  border-radius: 999px;
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .86rem;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1.35rem;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.account-button-primary {
  background: var(--bfm-primary);
  color: #fff;
}

.account-button-secondary {
  background: #fff;
  color: #00002e;
}

.account-button:hover,
.account-button:focus-visible {
  background: #00002e;
  border-color: #00002e;
  color: #fff;
  transform: translateY(-1px);
}

.account-button:focus-visible,
.account-section-nav a:focus-visible,
.account-row-actions a:focus-visible,
.account-support-links a:focus-visible,
.account-saved-profile a:focus-visible {
  outline: 3px solid rgba(130, 25, 58, .25);
  outline-offset: 3px;
}

.account-section-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  padding: 1.25rem 0 2.25rem;
}

.account-section-nav a {
  border: 1px solid #dce1ec;
  border-radius: 999px;
  color: #313747;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .8rem;
  padding: .5rem .85rem;
  text-decoration: none;
}

.account-section-nav a:hover {
  border-color: var(--bfm-primary);
  color: var(--bfm-primary);
}

.account-draft {
  align-items: center;
  background: var(--bfm-primary-softest);
  border: 1px solid var(--bfm-primary-border);
  border-radius: 8px;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) auto;
  margin-bottom: 3.5rem;
  padding: 1.4rem 1.5rem;
}

.account-draft h2,
.account-section-heading h2 {
  color: #000;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0;
}

.account-draft-copy p,
.account-wallet>p,
.account-support>p,
.account-empty p {
  color: #565d6e;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .86rem;
  line-height: 1.55;
  margin: .5rem 0 0;
  max-width: 62ch;
}

.account-status {
  border-radius: 999px;
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .72rem;
  line-height: 1;
  padding: .42rem .65rem;
  white-space: nowrap;
}

.account-status-progress,
.account-status-pending {
  background: #fff7e5;
  color: #8a5700;
}

.account-status-approved {
  background: #eaf9f0;
  color: #087443;
}

.account-status-rejected,
.account-status-married {
  background: #fff0f1;
  color: #a11212;
}

.account-draft-progress {
  align-items: center;
  display: flex;
  gap: .7rem;
}

.account-draft-progress>div {
  background: var(--bfm-primary-border);
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
  width: 100%;
}

.account-draft-progress>div span {
  background: var(--bfm-primary);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.account-draft-progress strong {
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .8rem;
}

.account-section {
  scroll-margin-top: 1.5rem;
}

.account-section+.account-section,
.account-two-column,
.account-watchlist {
  margin-top: 3.5rem;
}

.account-section-heading {
  align-items: flex-end;
  border-bottom: 1px solid #e4e8f2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.15rem;
  padding-bottom: .9rem;
}

.account-section-heading>span {
  color: #687083;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .78rem;
}

.account-biodata-row {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1rem 0;
}

.account-biodata-row+.account-biodata-row {
  border-top: 1px solid #edf0f5;
}

.account-biodata-main {
  align-items: center;
  display: flex;
  gap: 1rem;
  min-width: 0;
}

.account-biodata-main img,
.account-biodata-placeholder {
  border-radius: 8px;
  flex: 0 0 auto;
  height: 72px;
  object-fit: cover;
  width: 62px;
}

.account-biodata-placeholder {
  align-items: center;
  background: var(--bfm-primary-soft);
  color: var(--bfm-primary);
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  justify-content: center;
}

.account-biodata-titleline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.account-biodata-titleline h3,
.account-saved-profile h3,
.account-empty h3 {
  color: #000;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1rem;
  margin: 0;
}

.account-biodata-main p,
.account-saved-profile p {
  color: #656c7c;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .8rem;
  margin: .3rem 0 0;
}

.account-row-actions a,
.account-saved-profile a {
  align-items: center;
  color: var(--bfm-primary);
  display: inline-flex;
  gap: .3rem;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.account-row-actions a:hover,
.account-saved-profile a:hover {
  text-decoration: underline;
}

.account-biodata-download {
  background: var(--bfm-primary-softest);
  border: 1px solid var(--bfm-primary-border);
  border-radius: 8px;
  margin-top: 3.5rem;
  padding: 1.5rem;
}

.account-biodata-download-copy {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.account-biodata-download-copy h2 {
  color: #000;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.35rem;
  margin: 0;
}

.account-biodata-download-copy>div>p:last-child,
.account-biodata-download-empty p {
  color: #565d6e;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .86rem;
  line-height: 1.55;
  margin: .45rem 0 0;
  max-width: 66ch;
}

.account-biodata-download-form {
  border-top: 1px solid var(--bfm-primary-border);
  display: grid;
  gap: 1.25rem;
  padding-top: 1.35rem;
}

.account-biodata-download-field label,
.account-template-options legend {
  color: #171720;
  display: block;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .8rem;
  margin-bottom: .55rem;
}

.account-biodata-download-field select {
  appearance: auto;
  background: #fff;
  border: 1px solid #cfd5e1;
  border-radius: 8px;
  color: #171720;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .9rem;
  min-height: 48px;
  padding: .7rem .85rem;
  width: min(100%, 520px);
}

.account-biodata-download-field select:focus-visible {
  border-color: var(--bfm-primary);
  box-shadow: 0 0 0 4px var(--bfm-primary-focus);
  outline: 0;
}

.account-template-options {
  border: 0;
  margin: 0;
  padding: 0;
}

.account-template-options {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-template-options legend {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.account-template-option {
  align-items: center;
  background: #fff;
  border: 1px solid #d8ddea;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: .7rem;
  min-width: 0;
  padding: .65rem;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.account-template-option:hover {
  border-color: var(--bfm-primary);
  transform: translateY(-1px);
}

.account-template-option:has(input:checked) {
  background: var(--bfm-primary-soft);
  border-color: var(--bfm-primary);
}

.account-template-option:has(input:focus-visible) {
  box-shadow: 0 0 0 4px var(--bfm-primary-focus);
}

.account-template-option input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.account-template-option>strong {
  color: #23232c;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .75rem;
  line-height: 1.25;
}

.account-template-swatch {
  align-items: center;
  background: #ffe4c4;
  border: 1px solid #82193a;
  color: #82193a;
  display: grid;
  flex: 0 0 auto;
  height: 44px;
  justify-items: center;
  overflow: hidden;
  padding: .25rem;
  position: relative;
  width: 34px;
}

.account-template-swatch i {
  background: currentColor;
  display: block;
  height: 2px;
  opacity: .8;
  width: 100%;
}

.account-template-swatch b {
  font-size: .54rem;
}

.account-template-swatch small {
  font-size: .42rem;
}

.account-template-option-shubh-mangal .account-template-swatch {
  background: #fff0cf;
  border-color: #b33a1b;
  color: #b33a1b;
}

.account-template-option-royal-traditional .account-template-swatch {
  background: #18385f;
  border-color: #f4d793;
  color: #f4d793;
}

.account-template-option-classic-marathi .account-template-swatch {
  background: #f5eee9;
  border-color: #5d3828;
  color: #5d3828;
}

.account-biodata-download-button {
  justify-self: end;
}

.account-biodata-download-button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.account-biodata-download-empty {
  align-items: center;
  border-top: 1px solid var(--bfm-primary-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.25rem;
}

.account-two-column {
  align-items: stretch;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.account-two-column>.account-section {
  border: 1px solid #e4e8f2;
  border-radius: 8px;
  height: 100%;
  margin-top: 0;
  padding: 1.4rem;
}

.account-two-column>.account-support {
  display: flex;
  flex-direction: column;
}

.account-two-column>.account-support .account-support-links {
  margin-top: auto;
  padding-top: 1.25rem;
}

.account-wallet-balance {
  align-items: baseline;
  display: flex;
  gap: .65rem;
  margin: 1.3rem 0 .65rem;
}

.account-wallet-balance strong {
  color: var(--bfm-primary);
  font-family: "salernomi", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: .9;
}

.account-wallet-balance span {
  color: #555d6e;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .82rem;
}

.account-wallet-featured {
  background: var(--bfm-primary);
  border-color: var(--bfm-primary) !important;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.account-wallet-featured .account-section-heading {
  border-color: rgba(255, 255, 255, .26);
}

.account-wallet-featured .account-section-heading h2,
.account-wallet-featured .account-overline,
.account-wallet-featured .account-wallet-balance strong,
.account-wallet-featured .account-wallet-balance span,
.account-wallet-featured>p,
.account-wallet-featured .account-payment-list span,
.account-wallet-featured .account-payment-list strong {
  color: #fff;
}

.account-wallet-featured .account-overline,
.account-wallet-featured .account-wallet-balance span,
.account-wallet-featured>p,
.account-wallet-featured .account-payment-list span {
  opacity: .8;
}

.account-wallet-featured .account-payment-list {
  border-color: rgba(255, 255, 255, .24);
}

.account-wallet-heading,
.account-support-heading {
  align-items: center;
  display: flex;
  gap: .8rem;
}

.account-feature-icon {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: var(--bfm-primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-feature-icon-muted {
  background: var(--bfm-primary-softest);
}

.account-wallet-member-type {
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  color: #fff !important;
  padding: .42rem .65rem;
}

.account-button-wallet {
  background: #fff;
  border-color: #fff;
  color: var(--bfm-primary-dark);
}

.account-button-wallet:hover,
.account-button-wallet:focus-visible {
  background: #00002e;
  border-color: #00002e;
  color: #fff;
}

.account-wallet-actions {
  margin-top: 1.2rem;
}

.account-payment-list {
  border-top: 1px solid #edf0f5;
  margin-top: 1.25rem;
  padding-top: .7rem;
}

.account-payment-list div {
  align-items: center;
  display: flex;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .78rem;
  justify-content: space-between;
  padding: .4rem 0;
}

.account-payment-list span {
  color: #72798a;
}

.account-payment-list strong {
  color: #087443;
  font-family: "bdoFontSemiBold", sans-serif;
}

.account-support-links {
  display: grid;
  gap: .65rem;
  margin-top: 1.25rem;
}

.account-support-links a {
  align-items: center;
  border-top: 1px solid #edf0f5;
  color: #00002e;
  display: flex;
  font-family: "bdoFontRegular", sans-serif;
  gap: 1rem;
  justify-content: space-between;
  padding: .8rem 0 .2rem;
  text-decoration: none;
}

.account-support-links span {
  color: #71788a;
  font-size: .78rem;
}

.account-support-links strong {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .82rem;
  text-align: right;
}

/* Account wallet request and owner biodata editor. */
.account-action-page,
.account-edit-page {
  padding-top: 3rem;
}

.account-back-link {
  align-items: center;
  color: #00002e;
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .84rem;
  gap: .35rem;
  margin-bottom: 2rem;
  text-decoration: none;
}

.account-back-link:hover {
  color: var(--bfm-primary);
}

.account-action-header,
.account-edit-header {
  align-items: flex-end;
  border-bottom: 1px solid #e4e8f2;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1.8rem;
}

.account-action-header h1,
.account-edit-header h1 {
  color: #000;
  font-family: "salernomi", serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.account-action-header>div:first-child>p:last-child,
.account-edit-header>div:first-child>p:last-child {
  color: #565d6e;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .9rem;
  line-height: 1.55;
  margin: .8rem 0 0;
  max-width: 64ch;
}

.account-credit-balance {
  align-items: center;
  background: var(--bfm-primary);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  gap: .85rem;
  min-width: 210px;
  padding: 1rem 1.15rem;
}

.account-credit-balance .account-feature-icon {
  height: 46px;
  width: 46px;
}

.account-credit-balance>div {
  display: flex;
  flex-direction: column;
}

.account-credit-balance strong {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.account-credit-balance span:last-child {
  font-family: "bdoFontRegular", sans-serif;
  font-size: .73rem;
  margin-top: .28rem;
  opacity: .78;
}

.account-credit-form,
.account-edit-form {
  border: 1px solid #e1e5ef;
  border-radius: 8px;
}

.account-choice-section,
.account-edit-section {
  padding: 1.75rem;
}

.account-choice-section+.account-choice-section,
.account-edit-section+.account-edit-section {
  border-top: 1px solid #e7eaf1;
}

.account-choice-heading,
.account-edit-section-heading {
  align-items: flex-start;
  display: flex;
  gap: .85rem;
  margin-bottom: 1.35rem;
}

.account-choice-heading>span,
.account-edit-section-heading>span {
  align-items: center;
  background: var(--bfm-primary-softest);
  border-radius: 8px;
  color: var(--bfm-primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .92rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.account-edit-section-heading>span {
  font-size: 1.2rem;
}

.account-choice-heading h2,
.account-edit-section-heading h2 {
  color: #000;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.08rem;
  margin: 0;
}

.account-choice-heading p,
.account-edit-section-heading p {
  color: #687083;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .8rem;
  margin: .25rem 0 0;
}

.account-credit-options {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-credit-option,
.account-method-option {
  cursor: pointer;
  margin: 0;
  position: relative;
}

.account-credit-option input,
.account-method-option input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.account-credit-option>span {
  align-items: baseline;
  border: 1px solid #dce1ec;
  border-radius: 8px;
  display: flex;
  gap: .45rem;
  justify-content: center;
  padding: 1.1rem .75rem;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.account-credit-option strong {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: 1.45rem;
}

.account-credit-option small {
  color: #687083;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .76rem;
}

.account-credit-option input:checked+span {
  background: var(--bfm-primary-softest);
  border-color: var(--bfm-primary);
  color: var(--bfm-primary-dark);
}

.account-credit-option input:focus-visible+span,
.account-method-option input:focus-visible~span {
  outline: 3px solid rgba(130, 25, 58, .25);
  outline-offset: 3px;
}

.account-method-options {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-method-option {
  align-items: center;
  border: 1px solid #dce1ec;
  border-radius: 8px;
  display: grid;
  gap: .85rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1rem;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.account-method-option:has(input:checked) {
  background: var(--bfm-primary-softest);
  border-color: var(--bfm-primary);
}

.account-method-option.is-disabled {
  cursor: not-allowed;
  opacity: .56;
}

.account-method-icon {
  align-items: center;
  background: var(--bfm-primary-softest);
  border-radius: 8px;
  color: var(--bfm-primary);
  display: inline-flex;
  font-size: 1.25rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-method-whatsapp {
  background: #eaf9f0;
  color: #087443;
}

.account-method-option>span:last-child {
  display: flex;
  flex-direction: column;
}

.account-method-option strong {
  color: #00002e;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .88rem;
}

.account-method-option small {
  color: #626a7b;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .76rem;
  line-height: 1.4;
  margin-top: .25rem;
}

.account-field-error,
.account-form-field>small,
.account-image-field>em {
  color: #a11212;
  display: block;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .75rem;
  font-style: normal;
  margin-top: .35rem;
}

.account-credit-submit,
.account-edit-actions {
  align-items: center;
  background: #f7f8fb;
  border-top: 1px solid #e7eaf1;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.15rem 1.75rem;
}

.account-credit-submit>div {
  align-items: center;
  color: #5f6677;
  display: flex;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .78rem;
  gap: .4rem;
}

.account-credit-support {
  color: #656c7c;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .8rem;
  margin: 1.2rem 0 0;
  text-align: center;
}

.account-credit-support strong {
  color: #00002e;
  font-family: "bdoFontSemiBold", sans-serif;
}

.account-moderation-note {
  align-items: flex-start;
  background: var(--bfm-primary-softest);
  border: 1px solid var(--bfm-primary-border);
  border-radius: 8px;
  color: var(--bfm-primary-dark);
  display: flex;
  gap: .8rem;
  margin-bottom: 1.2rem;
  padding: 1rem 1.1rem;
}

.account-moderation-note>i {
  font-size: 1.3rem;
}

.account-moderation-note strong {
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .84rem;
}

.account-moderation-note p {
  color: #55527a;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .77rem;
  line-height: 1.45;
  margin: .25rem 0 0;
}

.account-form-grid {
  display: grid;
  gap: 1rem 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-form-span-2 {
  grid-column: 1 / -1;
}

.account-form-field label,
.account-image-field>span,
.account-repeat-heading label {
  color: #00002e;
  display: block;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .79rem;
  margin-bottom: .42rem;
}

.account-form-field label span {
  color: #a11212;
}

.account-form-field label em,
.account-repeat-heading label em {
  color: #737a8b;
  font-family: "bdoFontRegular", sans-serif;
  font-style: normal;
}

.account-form-field input,
.account-form-field select,
.account-property-row input,
.account-image-field input[type="file"] {
  background: #fff;
  border: 1px solid #cfd5e1;
  border-radius: 8px;
  color: #00002e;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .86rem;
  min-height: 48px;
  padding: .72rem .85rem;
  width: 100%;
}

.account-form-field select {
  padding-right: 2.3rem;
}

.account-form-field input:focus,
.account-form-field select:focus,
.account-property-row input:focus,
.account-image-field input[type="file"]:focus {
  border-color: var(--bfm-primary);
  box-shadow: 0 0 0 3px rgba(130, 25, 58, .14);
  outline: 0;
}

.account-form-field input[readonly] {
  background: #f3f4f7;
  color: #5f6677;
}

.account-form-field .is-invalid,
.account-image-field .is-invalid,
.account-form-field:has(> small) input,
.account-form-field:has(> small) select {
  border-color: #b42318;
}

.account-form-helper {
  color: #737a8b;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .74rem;
  line-height: 1.4;
  margin: .35rem 0 0;
}

.account-repeat-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.account-repeat-heading button,
.account-property-row button {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd5e1;
  border-radius: 999px;
  color: var(--bfm-primary-dark);
  display: inline-flex;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .75rem;
  gap: .25rem;
  min-height: 34px;
  padding: .35rem .7rem;
}

.account-property-list {
  display: grid;
  gap: .6rem;
  margin-top: .8rem;
}

.account-property-row {
  align-items: center;
  display: grid;
  gap: .65rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.account-property-row button {
  border-radius: 8px;
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.account-address-group+.account-address-group {
  margin-top: 1.35rem;
}

.account-address-group h3 {
  color: #00002e;
  font-family: "bdoFontSemiBold", sans-serif;
  font-size: .88rem;
  margin: 0 0 .8rem;
}

.account-same-address {
  align-items: center;
  color: #00002e;
  display: flex;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .8rem;
  gap: .5rem;
  margin: 1.25rem 0;
}

.account-same-address input {
  accent-color: var(--bfm-primary);
  height: 17px;
  width: 17px;
}

.account-image-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-image-field {
  border: 1px solid #dce1ec;
  border-radius: 8px;
  margin: 0;
  padding: 1rem;
}

.account-image-field img {
  border-radius: 8px;
  display: block;
  height: 180px;
  margin-bottom: .8rem;
  object-fit: cover;
  width: 100%;
}

.account-image-field small {
  color: #737a8b;
  display: block;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .72rem;
  margin-top: .35rem;
}

.account-edit-actions {
  justify-content: flex-end;
}

.account-edit-actions button:disabled {
  cursor: wait;
  opacity: .7;
}

.account-saved-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-saved-profile {
  border: 1px solid #e4e8f2;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms cubic-bezier(.22, 1, .36, 1);
}

.account-saved-profile>img {
  aspect-ratio: 16 / 11;
  display: block;
  object-fit: cover;
  width: 100%;
}

.account-saved-profile>div {
  padding: 1rem;
}

.account-saved-profile>div>span {
  color: #737a8b;
  display: block;
  font-family: "bdoFontRegular", sans-serif;
  font-size: .7rem;
  margin-bottom: .35rem;
}

.account-saved-profile a {
  display: inline-block;
  margin-top: .8rem;
}

.account-saved-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  justify-content: space-between;
}

.account-saved-actions form {
  margin: .8rem 0 0;
}

.account-saved-actions button {
  background: transparent;
  border: 0;
  color: var(--bfm-primary);
  font-family: "bdoFontSemiBold";
  font-size: .88rem;
  padding: 0;
}

.account-saved-actions button:hover,
.account-saved-actions button:focus-visible {
  text-decoration: underline;
}

.account-empty {
  padding: 1.5rem 0;
}

.account-saved-empty {
  grid-column: 1 / -1;
  text-align: center;
}

.account-saved-empty p {
  margin-left: auto;
  margin-right: auto;
}

.account-saved-empty .account-button {
  margin-top: 1rem;
}

@media (hover: hover) and (pointer: fine) {

  .account-saved-profile:hover,
  .account-saved-profile:focus-within {
    border-color: var(--bfm-primary-border);
    transform: translateY(-3px);
  }
}

@media only screen and (max-width: 900px) {
  .account-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-draft {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  }

  .account-draft .account-button {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

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

  .account-action-header,
  .account-edit-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media only screen and (max-width: 680px) {
  .accountcontent {
    padding-top: 2.75rem;
  }

  .account-identity {
    align-items: flex-start;
  }

  .account-avatar {
    height: 78px;
    width: 78px;
  }

  .account-identity h1 {
    font-size: 2.65rem;
  }

  .account-draft,
  .account-two-column {
    grid-template-columns: 1fr;
  }

  .account-credit-options,
  .account-method-options,
  .account-form-grid,
  .account-image-grid {
    grid-template-columns: 1fr;
  }

  .account-form-span-2 {
    grid-column: auto;
  }

  .account-draft .account-button {
    grid-column: auto;
  }

  .account-biodata-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-biodata-download-button {
    justify-self: stretch;
  }
}

@media only screen and (max-width: 480px) {
  .account-identity {
    flex-direction: column;
  }

  .account-hero-actions,
  .account-wallet-actions,
  .account-button {
    width: 100%;
  }

  .account-credit-submit,
  .account-edit-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .account-credit-submit>div {
    justify-content: center;
    text-align: center;
  }

  .account-choice-section,
  .account-edit-section {
    padding: 1.2rem;
  }

  .account-action-header h1,
  .account-edit-header h1 {
    font-size: 2.65rem;
  }

  .account-credit-balance {
    min-width: 0;
    width: 100%;
  }

  .account-saved-grid {
    grid-template-columns: 1fr;
  }

  .account-template-options {
    grid-template-columns: 1fr;
  }

  .account-biodata-download-empty {
    align-items: stretch;
    flex-direction: column;
  }

  .account-meta span {
    border-right: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .account-button,
  .account-saved-profile {
    transition: none;
  }

  .account-button:hover,
  .account-button:focus-visible,
  .account-saved-profile:hover,
  .account-saved-profile:focus-within {
    transform: none;
  }
}

/* Public profile detail scaffold from search page */
.profiledetailcontent {
  color: #05050f;
  margin-left: auto;
  margin-right: auto;
  max-width: 1044px;
  padding-bottom: 6rem;
  padding-top: 2.75rem;
}

.profiledetail-toolbar,
.profiledetail-actions,
.profiledetail-contact-layout,
.profiledetail-section-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.profiledetail-toolbar {
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.profiledetail-save-form {
  margin: 0;
}

.profiledetail-save-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bfm-primary);
  border-radius: 999px;
  color: var(--bfm-primary);
  display: inline-flex;
  font-family: "bdoFontSemiBold";
  gap: .55rem;
  min-height: 54px;
  padding: .75rem 1.25rem;
}

.profiledetail-save-button span {
  font-size: 1.2rem;
  line-height: 1;
}

.profiledetail-save-button:hover,
.profiledetail-save-button:focus-visible,
.profiledetail-save-button.is-saved {
  background: var(--bfm-primary-soft);
  border-color: var(--bfm-primary);
  color: var(--bfm-primary);
}

.profiledetail-back,
.profiledetail-share {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  font-size: .92rem;
  text-decoration: none;
}

.profiledetail-back {
  align-items: center;
  display: inline-flex;
  gap: .55rem;
}

.profiledetail-share {
  border-bottom: 1px solid #00002E;
  padding-bottom: .15rem;
}

.profiledetail-back:hover,
.profiledetail-share:hover {
  color: var(--bfm-primary);
}

.profiledetailcontent>.profile-alert {
  border-radius: 8px;
  margin-bottom: 1.4rem;
}

.profiledetail-hero {
  align-items: stretch;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
  min-height: 0;
}

.profiledetail-photo {
  align-self: start;
  background: #ededed;
  border-radius: 14px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.profiledetail-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.profiledetail-placeholder {
  align-items: center;
  background: #00002E;
  color: #fff;
  display: flex;
  font-family: "salernomi";
  font-size: 9rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.profiledetail-id {
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  color: #00002E;
  font-family: "bdoFontSemiBold";
  left: 1rem;
  padding: .55rem .9rem;
  position: absolute;
  top: 1rem;
}

.profiledetail-intro {
  align-self: center;
  min-width: 0;
}

.profiledetail-overline,
.profiledetail-section-heading p {
  color: #58637a;
  font-family: "bdoFontSemiBold";
  font-size: .9rem;
  margin: 0 0 .6rem;
}

.profiledetail-intro h1 {
  color: #000;
  font-family: "salernomi";
  font-size: 4.35rem;
  line-height: .96;
  margin: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.profiledetail-lead {
  color: #29344c;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 1.25rem 0 0;
  max-width: 52ch;
}

.profiledetail-keyfacts {
  border-bottom: 1px solid #dce1ec;
  border-top: 1px solid #dce1ec;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
}

.profiledetail-keyfacts div {
  padding: 1rem 1rem 1rem 0;
}

.profiledetail-keyfacts dt,
.profiledetail-details dt {
  color: #667085;
  font-family: "bdoFontRegular";
  font-size: .82rem;
  font-weight: 400;
  margin-bottom: .25rem;
}

.profiledetail-keyfacts dd,
.profiledetail-details dd {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  margin: 0;
}

.profiledetail-actions {
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: flex-start;
}

.profiledetailcontent .button {
  min-height: 52px;
}

.profiledetailcontent .button--stroke:hover .button__flair {
  transform: scale(1);
}

.profiledetail-contact,
.profiledetail-section {
  border-top: 1px solid #cfd6e5;
  margin-top: 4.5rem;
  padding-top: 2.25rem;
}

.profiledetail-contact {
  background: #f7f3f1;
  border: 0;
  border-radius: 8px;
  isolation: isolate;
  overflow: hidden;
  padding: 2.25rem 2.5rem;
  position: relative;
}

.profiledetail-contact::before {
  animation: profiledetail-contact-shimmer 3.8s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, .72) 50%, transparent 64%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(-115%, 0, 0);
  width: 70%;
  z-index: 0;
}

.profiledetail-contact::after {
  background: var(--bfm-primary-soft);
  content: "";
  height: 3px;
  inset: 0 0 auto;
  position: absolute;
}

.profiledetail-contact.is-unlocked {
  background: #f2f8f4;
}

.profiledetail-contact.is-unlocked::after {
  background: #087443;
}

@keyframes profiledetail-contact-shimmer {

  0%,
  22% {
    transform: translate3d(-115%, 0, 0);
  }

  62%,
  100% {
    transform: translate3d(235%, 0, 0);
  }
}

.profiledetail-guest-lock {
  align-items: center;
  background: #f2f2f2;
  border-radius: 8px;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  isolation: isolate;
  margin-top: 4.5rem;
  overflow: hidden;
  padding: 3rem;
  position: relative;
}

.profiledetail-guest-lock::before {
  animation: profiledetail-contact-shimmer 3.8s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, .72) 50%, transparent 64%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(-115%, 0, 0);
  width: 70%;
  z-index: 0;
}

.profiledetail-guest-lock>* {
  position: relative;
  z-index: 1;
}

.profiledetail-guest-lock h2 {
  color: #000;
  font-family: "salernomi";
  font-size: 2.8rem;
  line-height: 1;
  margin: 1.25rem 0 1rem;
  text-wrap: balance;
}

.profiledetail-guest-lock p {
  color: #29344c;
  line-height: 1.6;
  margin: 0;
  max-width: 58ch;
}

.profiledetail-guest-lock-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.profiledetail-guest-lock-actions p {
  color: #58637a;
  font-size: .88rem;
}

.profiledetail-section-heading {
  gap: 1rem;
}

.profiledetail-section-heading h2,
.profiledetail-privacy-note h2 {
  color: #000;
  font-family: "salernomi";
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
}

.profiledetail-lock,
.profiledetail-privacy {
  border: 1px solid #b8c7f4;
  border-radius: 999px;
  color: #00002E;
  font-size: .82rem;
  padding: .5rem .85rem;
  text-align: center;
}

.profiledetail-contact-status {
  align-items: center;
  background: #fff;
  border-color: var(--bfm-primary-border);
  color: var(--bfm-primary);
  display: inline-flex;
  font-family: "bdoFontSemiBold";
  gap: .45rem;
  position: relative;
  z-index: 1;
}

.profiledetail-contact-status svg {
  fill: none;
  height: 1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1rem;
}

.profiledetail-contact.is-unlocked .profiledetail-contact-status {
  border-color: #9bcfb2;
  color: #087443;
}

.profiledetail-contact>* {
  position: relative;
  z-index: 1;
}

.profiledetail-contact-layout {
  gap: 2rem;
  margin-top: 2rem;
}

.profiledetail-contact-layout>p,
.profiledetail-contact-layout>div>p {
  color: #29344c;
  line-height: 1.55;
  margin: 0;
  max-width: 58ch;
}

.profiledetail-contact-layout form {
  flex: 0 0 auto;
}

.profiledetail-topup {
  max-width: 460px;
}

.profiledetail-topup .profiledetail-topup-title {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  font-size: 1.05rem;
  margin-bottom: .35rem;
}

.profiledetail-topup-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  margin-top: 1.1rem;
}

.profiledetail-support-link {
  border-bottom: 1px solid #00002E;
  color: #00002E;
  font-family: "bdoFontSemiBold";
  padding-bottom: .15rem;
  text-decoration: none;
}

.profiledetail-support-link:hover {
  color: var(--bfm-primary);
}

.profiledetail-topup small {
  color: #667085;
  display: block;
  margin-top: 1rem;
}

.profiledetail-wallet {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.profiledetail-wallet span {
  color: #667085;
}

.profiledetail-wallet strong {
  color: #00002E;
}

.profiledetail-contact-values {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(0, 1.25fr);
  margin-top: 2rem;
}

.profiledetail-contact-values div {
  border-top: 1px solid #bfc8da;
  padding-top: 1rem;
}

.profiledetail-contact-values span {
  color: #667085;
  display: block;
  font-size: .82rem;
  margin-bottom: .25rem;
}

.profiledetail-contact-values strong {
  color: #00002E;
  font-family: "bdoFontSemiBold";
  font-size: 1.2rem;
}

.profiledetail-contact-values p {
  align-self: center;
  color: #087443;
  margin: 0;
}

.profiledetail-credit-footer {
  align-items: center;
  border-top: 1px solid rgba(130, 25, 58, .16);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.profiledetail-contact.is-unlocked .profiledetail-credit-footer {
  border-top-color: rgba(8, 116, 67, .2);
}

.profiledetail-credit-footer>div {
  display: flex;
  flex-direction: column;
  gap: .18rem;
}

.profiledetail-credit-footer>div span {
  color: #667085;
  font-size: .8rem;
}

.profiledetail-credit-footer>div strong {
  color: #00002e;
  font-family: "bdoFontSemiBold";
  font-size: 1.05rem;
}

.profiledetailcontent .profiledetail-add-credits {
  flex: 0 0 auto;
  height: 60px;
  min-height: 60px;
  min-width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.profiledetail-add-icon {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  line-height: .7;
  margin-right: .35rem;
  transform: translateY(.06rem);
}

.profiledetail-details {
  display: grid;
  gap: 0 2.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.75rem 0 0;
}

.profiledetail-details div {
  border-top: 1px solid #e1e5ee;
  min-width: 0;
  padding: 1.1rem 0 1.25rem;
}

.profiledetail-details dd {
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.profiledetail-details .profiledetail-wide {
  grid-column: span 2;
}

.profiledetail-location {
  border-bottom: 1px solid #cfd6e5;
  padding-bottom: 2.25rem;
}

.profiledetail-location-details {
  margin-bottom: 0;
}

.profiledetail-privacy-note {
  align-items: end;
  background: #00002E;
  border-radius: 14px;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  margin-top: 4.5rem;
  padding: 2.5rem;
}

.profiledetail-privacy-note h2,
.profiledetail-privacy-note p {
  color: #fff;
}

.profiledetail-privacy-note p {
  line-height: 1.6;
  margin: 0;
  max-width: 60ch;
}

@media only screen and (max-width: 900px) {
  .profiledetail-hero {
    gap: 2.25rem;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    min-height: 0;
  }

  .profiledetail-photo {
    height: 460px;
  }

  .profiledetail-intro h1 {
    font-size: 3.35rem;
  }

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

@media only screen and (max-width: 700px) {
  .profiledetailcontent {
    padding-bottom: 4.5rem;
    padding-top: 1.6rem;
  }

  .profiledetail-toolbar,
  .profiledetail-contact-layout,
  .profiledetail-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .profiledetail-toolbar {
    align-items: center;
    flex-direction: row;
  }

  .profiledetail-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .profiledetail-photo {
    aspect-ratio: auto;
    height: 440px;
    min-height: 0;
  }

  .profiledetail-intro h1 {
    font-size: 3rem;
  }

  .profiledetail-contact,
  .profiledetail-section {
    margin-top: 3rem;
  }

  .profiledetail-contact {
    padding: 1.5rem;
  }

  .profiledetail-contact-values,
  .profiledetail-details,
  .profiledetail-privacy-note,
  .profiledetail-guest-lock {
    grid-template-columns: 1fr;
  }

  .profiledetail-credit-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .profiledetailcontent .profiledetail-add-credits {
    width: 100%;
  }

  .profiledetail-guest-lock {
    gap: 2rem;
    margin-top: 3rem;
    padding: 2rem;
  }

  .profiledetail-details .profiledetail-wide {
    grid-column: auto;
  }

  .profiledetail-privacy-note {
    margin-top: 3rem;
    padding: 1.75rem;
  }
}

@media only screen and (max-width: 420px) {
  .profiledetail-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .profiledetail-intro h1 {
    font-size: 2.65rem;
  }

  .profiledetail-photo {
    height: 400px;
  }

  .profiledetail-keyfacts {
    grid-template-columns: 1fr;
  }

  .profiledetail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .profiledetail-actions .button,
  .profiledetail-contact-layout .button,
  .profiledetail-contact-layout form,
  .profiledetail-guest-lock-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .profiledetail-contact::before,
  .profiledetail-guest-lock::before {
    animation: none;
    display: none;
  }

  .profiledetailcontent .button__flair {
    transition: none;
  }
}

/* Public search scaffold from index page */
.searchcontent {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  padding-top: 6.25rem;
}

.searchcontent .row:first-child {
  text-align: center;
}

.searchcontent .searchtitle {
  color: #000;
  font-family: "salernomi";
  font-size: 4.15rem;
  line-height: 1;
  margin-bottom: 1.1rem;
  text-wrap: balance;
}

.searchcontent .searchtitle-name {
  color: var(--bfm-primary);
}

.searchcontent .searchdesc {
  color: #000;
  font-family: "bdoFontRegular";
  font-size: 1rem;
  line-height: 1.32;
  margin: 0 auto;
  max-width: 640px;
  text-wrap: pretty;
}

.searchcontent .profile-alert {
  margin: 1.75rem auto 0;
  max-width: 1044px;
  width: 100%;
}

.searchcontent .profile-filter-card {
  background: #f5f4f7;
  border: 1px solid #e8e5ed;
  border-radius: 8px;
  box-shadow: none;
  margin: 2.15rem auto 0;
  max-width: 1044px;
  padding: 2.45rem 3rem 2.7rem;
}

.searchcontent .profile-search-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  justify-content: center;
  margin-bottom: 2.25rem;
}

.searchcontent .profile-search-tab {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #000;
  font-family: "bdoFontRegular";
  font-size: 1rem;
  line-height: 1;
  min-height: 34px;
  padding: 0 .25rem .7rem;
  transition: border-color 180ms ease, color 180ms ease;
}

.searchcontent .profile-search-tab:hover,
.searchcontent .profile-search-tab:focus {
  color: var(--bfm-primary);
  outline: 0;
}

.searchcontent .profile-search-tab.is-active {
  border-bottom-color: var(--bfm-primary);
  color: #00002E;
  font-family: "bdoFontSemiBold";
}

.searchcontent .profile-search-panel[hidden] {
  display: none !important;
}

.searchcontent .profile-filter-grid {
  align-items: center;
  display: grid;
  gap: 1.25rem 1.15rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.searchcontent .profile-filter-item {
  margin: 0;
  min-width: 0;
}

.searchcontent .profile-control,
.searchcontent .profile-text-control,
.searchcontent .profile-search-submit,
.profiledetailcontent .profile-search-submit {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  font-family: "bdoFontRegular";
  font-size: 1rem;
  height: 54px;
  justify-content: flex-start;
  line-height: 1;
  margin: 0;
  min-height: 54px;
  width: 100%;
}

.searchcontent .profile-control {
  appearance: none;
  -webkit-appearance: none;
  background-color: #eae9ed;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  color: #000;
  padding: 0 3.2rem 0 1.45rem;
  text-overflow: ellipsis;
  transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.searchcontent .profile-text-control {
  background-color: #eae9ed;
  color: #000;
  padding: 0 1.45rem;
  transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.searchcontent .profile-text-control::placeholder {
  color: #000;
  opacity: 1;
}

.searchcontent .profile-control:focus,
.searchcontent .profile-text-control:focus {
  background-color: #fff;
  border-color: var(--bfm-primary);
  box-shadow: 0 0 0 .16rem var(--bfm-primary-focus);
  outline: 0;
}

@media (hover: hover) {

  .searchcontent .profile-control:hover,
  .searchcontent .profile-text-control:hover {
    background-color: #fff;
    border-color: #d8d2e5;
  }
}

.searchcontent .profile-search-submit,
.profiledetailcontent .profile-search-submit {
  background: var(--bfm-primary);
  border: 1px solid var(--bfm-primary);
  color: #fff;
  font-family: "bdoFontSemiBold";
  justify-content: center;
  overflow: hidden;
  padding: 0 1.45rem;
  position: relative;
}

.searchcontent .profile-search-submit::after,
.profiledetailcontent .profile-search-submit::after {
  border: 1px solid var(--bfm-primary);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.searchcontent .profile-search-submit .button__flair,
.profiledetailcontent .profile-search-submit .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.searchcontent .profile-search-submit .button__flair::before,
.profiledetailcontent .profile-search-submit .button__flair::before {
  background: #fff;
}

.searchcontent .profile-search-submit .button__label,
.profiledetailcontent .profile-search-submit .button__label {
  color: currentColor;
  position: relative;
  transition: color 120ms ease;
  z-index: 3;
}

.searchcontent .profile-search-submit:hover,
.searchcontent .profile-search-submit:focus-visible,
.profiledetailcontent .profile-search-submit:hover,
.profiledetailcontent .profile-search-submit:focus-visible {
  background: var(--bfm-primary-dark);
  color: #fff;
  outline: 0;
  transform: none;
}

.searchcontent .profile-search-submit:focus-visible,
.profiledetailcontent .profile-search-submit:focus-visible {
  background: #fff;
  box-shadow: 0 0 0 4px var(--bfm-primary-focus);
  color: var(--bfm-primary);
}

.searchcontent .profile-search-submit.has-liquid-motion:hover,
.profiledetailcontent .profile-search-submit.has-liquid-motion:hover {
  background: var(--bfm-primary);
  color: var(--bfm-primary);
}

.profiledetailcontent .profile-search-submit {
  display: inline-flex;
  min-width: 15.5rem;
  width: auto;
}

.searchcontent .profile-exact-panel {
  padding-bottom: 1.95rem;
  padding-top: .65rem;
}

.searchcontent .profile-exact-grid {
  align-items: center;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(260px, 315px) minmax(180px, 210px);
  justify-content: center;
}

.searchcontent .profile-result-header {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .65rem 1rem;
  margin: 1.45rem auto 1.15rem;
  max-width: 1044px;
  padding-top: .35rem;
}

.searchcontent .profile-result-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
  justify-self: end;
  min-width: 0;
  order: 2;
}

.searchcontent .profile-result-header h2 {
  color: #00002E;
  flex: 0 0 auto;
  font-size: 1.16rem;
  line-height: 1.12;
  margin-bottom: 0;
  order: 1;
  text-align: left;
}

.searchcontent .profile-reset-pill {
  align-self: center;
  background: #fff;
  border: 1px solid #b8c7f4;
  border-radius: 999px;
  color: #00002E;
  font-family: "bdoFontSemiBold";
  font-size: .88rem;
  line-height: 1.2;
  padding: .52rem 1rem;
  text-align: right;
  text-decoration: none;
  transition: border-color 170ms ease, color 170ms ease, background 170ms ease, transform 170ms ease;
}

.searchcontent .profile-reset-pill:hover,
.searchcontent .profile-reset-pill:focus {
  background: #f8faff;
  border-color: #00002E;
  color: #00002E;
  text-decoration: none;
  transform: translateY(-1px);
}

.searchcontent .profile-active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: flex-end;
  text-align: right;
}

.searchcontent .profile-active-filters span {
  background: #fff;
  border-color: #b8c7f4;
  color: #00002E;
  font-size: .88rem;
  padding: .52rem 1rem;
  white-space: nowrap;
}

.searchcontent .profile-card-grid {
  gap: 1.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1044px;
}

.searchcontent .profile-card {
  background: #05070a;
  border: 0;
  border-radius: 18px;
  contain: layout paint style;
  content-visibility: auto;
  display: block;
  height: 650px;
  contain-intrinsic-size: 520px 650px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}

.searchcontent .profile-card-media {
  background: #05070a;
  contain: paint;
  height: 100%;
  min-height: 0;
  position: relative;
}

.searchcontent .profile-card-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 46, 0) 38%, rgba(0, 0, 46, .62) 66%, rgba(0, 0, 20, .94) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.searchcontent .profile-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0) scale(1.001);
  transition: filter 240ms ease, transform 320ms cubic-bezier(.22, .61, .36, 1);
  width: 100%;
}

.searchcontent .profile-card-id {
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  color: #00002E;
  font-family: "bdoFontSemiBold";
  font-size: .9rem;
  left: 1rem;
  padding: .48rem .8rem;
  position: absolute;
  top: 1rem;
  z-index: 2;
}

.searchcontent .profile-save-form {
  margin: 0;
}

.searchcontent .profile-save-btn {
  align-items: center;
  background: rgba(5, 7, 10, .62);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: 1rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 44px;
  z-index: 3;
}

.searchcontent .profile-save-btn span {
  font-size: 1.35rem;
  transform: translateY(-1px);
}

.searchcontent .profile-save-btn:hover,
.searchcontent .profile-save-btn:focus {
  background: #fff;
  border-color: #fff;
  color: #00002E;
  outline: 0;
  transform: scale(1.06);
}

.searchcontent .profile-save-btn.is-saved {
  background: var(--bfm-primary-soft);
  border-color: var(--bfm-primary-soft);
  color: var(--bfm-primary);
}

.searchcontent .profile-save-btn:disabled,
.profiledetail-save-button:disabled,
.account-saved-actions button:disabled {
  cursor: wait;
  opacity: .65;
}

.searchcontent .profile-card .profile-premium-badges {
  left: 1rem;
  right: 1rem;
  top: 4.3rem;
  bottom: auto;
  z-index: 2;
}

.searchcontent .profile-card-body {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 1.4rem;
  position: absolute;
  right: 0;
  z-index: 2;
}

.searchcontent .profile-card-top {
  align-items: flex-end;
  display: flex;
  gap: .8rem;
  justify-content: space-between;
}

.searchcontent .profile-card-body h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  display: -webkit-box;
  font-family: "bdoFontSemiBold";
  font-size: 1.38rem;
  line-height: 1.12;
  margin: 0;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .32);
}

.searchcontent .profile-card-body small {
  color: rgba(255, 255, 255, .82);
  flex: 0 0 auto;
}

.searchcontent .profile-card-body p {
  color: rgba(255, 255, 255, .86);
  font-size: .96rem;
  line-height: 1.45;
  margin: .75rem 0 1rem;
  min-height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchcontent .profile-card-stats {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.05rem;
}

.searchcontent .profile-card-stats div {
  border-right: 1px solid rgba(255, 255, 255, .28);
  min-width: 0;
  padding-right: .8rem;
}

.searchcontent .profile-card-stats div:last-child {
  border-right: 0;
  padding-right: 0;
}

.searchcontent .profile-card-stats strong,
.searchcontent .profile-card-stats span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchcontent .profile-card-stats strong {
  color: #fff;
  font-family: "bdoFontSemiBold";
  font-size: 1rem;
}

.searchcontent .profile-card-stats span {
  color: rgba(255, 255, 255, .74);
  font-size: .82rem;
  margin-top: .25rem;
}

.searchcontent .profile-card-actions {
  align-items: center;
  display: grid;
  gap: .7rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  margin-top: 0;
}

.searchcontent .profile-card-actions .profile-outline-btn,
.searchcontent .profile-card-actions .profile-primary-btn {
  border-radius: 999px;
  font-size: .92rem;
  min-height: 48px;
  padding: .7rem .95rem;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 100%;
}

.searchcontent .profile-card-actions .profile-outline-btn {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
}

.searchcontent .profile-card-actions .profile-whatsapp-btn {
  background: rgba(37, 211, 102, .12);
  border-color: rgba(37, 211, 102, .65);
  color: #f5fff8;
}

.searchcontent .profile-card-actions .profile-primary-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #05070a;
}

.searchcontent .profile-card-actions .profile-outline-btn:hover,
.searchcontent .profile-card-actions .profile-primary-btn:hover {
  color: #05070a;
  text-decoration: none;
  transform: translateY(-1px);
}

.searchcontent .profile-card-actions .profile-primary-btn:hover {
  background: var(--bfm-primary);
  border-color: var(--bfm-primary);
  color: #fff;
}

.searchcontent .profile-card-actions .profile-whatsapp-btn:hover {
  background: #25d366;
  border-color: #25d366;
  color: #06240f;
}

@media (hover: hover) and (pointer: fine) {
  .searchcontent .profile-card {
    transition: box-shadow 240ms ease, transform 240ms cubic-bezier(.22, .61, .36, 1);
  }

  .searchcontent .profile-card:hover,
  .searchcontent .profile-card:focus-within {
    box-shadow: 0 18px 34px rgba(0, 0, 46, .14);
    transform: translate3d(0, -6px, 0);
  }

  .searchcontent .profile-card:hover .profile-card-media img,
  .searchcontent .profile-card:focus-within .profile-card-media img {
    filter: saturate(1.03) contrast(1.02);
    transform: translateZ(0) scale(1.025);
  }
}

@media (prefers-reduced-motion: reduce) {

  .searchcontent .profile-card,
  .searchcontent .profile-card-media img,
  .searchcontent .profile-save-btn,
  .searchcontent .profile-search-submit,
  .searchcontent .profile-reset-pill {
    transition: none;
  }
}

.searchcontent .profile-pagination {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 2rem auto 0;
  max-width: 1044px;
}

.searchcontent .profile-pagination p {
  color: #58637a;
  font-size: .92rem;
  margin: 0;
}

.searchcontent .profile-pagination nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: flex-end;
}

.searchcontent .profile-page-link {
  align-items: center;
  background: #fff;
  border: 1px solid #dce4ff;
  border-radius: 999px;
  color: #00002E;
  display: inline-flex;
  font-family: "bdoFontSemiBold";
  font-size: .9rem;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: .45rem .85rem;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.searchcontent .profile-page-link:hover {
  background: var(--bfm-primary-softest);
  border-color: var(--bfm-primary);
  color: var(--bfm-primary);
  transform: translateY(-1px);
}

.searchcontent .profile-page-link:focus-visible,
.searchcontent .profile-reset-pill:focus-visible,
.searchcontent .profile-save-btn:focus-visible,
.searchcontent .profile-card-actions a:focus-visible,
.searchcontent .profile-search-tab:focus-visible {
  box-shadow: 0 0 0 4px var(--bfm-primary-focus);
  outline: 0;
}

.searchcontent .profile-page-link.is-active {
  background: var(--bfm-primary);
  border-color: var(--bfm-primary);
  color: #fff;
}

.searchcontent .profile-page-link.is-disabled {
  color: #9aa3b6;
  cursor: not-allowed;
  opacity: .72;
}

@media only screen and (max-width: 760px) {
  .searchcontent {
    padding-bottom: 4.5rem;
    padding-top: 4.25rem;
  }

  .searchcontent .searchtitle {
    font-size: 3.15rem;
  }

  .searchcontent .profile-filter-card {
    padding: 1.4rem;
  }

  .searchcontent .profile-search-tabs {
    gap: 1.25rem;
    margin-bottom: 1.6rem;
  }

  .searchcontent .profile-filter-grid {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .searchcontent .profile-exact-grid {
    grid-template-columns: 1fr;
  }

  .searchcontent .profile-card-grid {
    grid-template-columns: 1fr;
  }

  .searchcontent .profile-card,
  .searchcontent .profile-card-media {
    height: clamp(560px, 78vw, 660px);
  }

  .searchcontent .profile-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .searchcontent .profile-result-header {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .searchcontent .profile-result-header h2,
  .searchcontent .profile-result-actions {
    margin-left: 0;
    width: auto;
  }

  .searchcontent .profile-result-header h2 {
    text-align: left;
  }

  .searchcontent .profile-reset-pill {
    text-align: center;
  }

  .searchcontent .profile-active-filters {
    justify-content: flex-start;
  }

  .searchcontent .profile-pagination nav {
    justify-content: flex-start;
  }

  .profiledetail-actions .profile-search-submit {
    width: 100%;
  }
}

@media only screen and (max-width: 520px) {
  .searchcontent .searchtitle {
    font-size: 2.75rem;
  }

  .searchcontent .profile-filter-grid {
    grid-template-columns: 1fr;
  }

  .searchcontent .profile-card-actions {
    grid-template-columns: 1fr;
  }

  .searchcontent .profile-card,
  .searchcontent .profile-card-media {
    height: clamp(500px, 132vw, 620px);
  }
}
