:root {
  --pme-ab-dark: #17130f;
  --pme-ab-text: #2c2620;
  --pme-ab-muted: #756b62;
  --pme-ab-cream: #fbf4ea;
  --pme-ab-cream-2: #fffaf3;
  --pme-ab-cream-3: #f7ead8;
  --pme-ab-gold: #c49a5a;
  --pme-ab-gold-dark: #9f7538;
  --pme-ab-border: rgba(30, 22, 14, .11);
  --pme-ab-shadow: 0 22px 70px rgba(35, 26, 16, .12);
  --pme-ab-shadow-soft: 0 14px 38px rgba(35, 26, 16, .075);
  --pme-ab-radius: 28px;
  --pme-ab-radius-sm: 18px;
}

/* ============================= */
/* RESET PAGE / PLEINE LARGEUR */
/* ============================= */

.pme-ab-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--pme-ab-text);
  background: #fff;
  overflow: hidden;
}

.pme-ab-page * {
  box-sizing: border-box;
}

.pme-ab-page a {
  text-decoration: none;
}

.pme-ab-page img {
  max-width: 100%;
  height: auto;
}

/* Conteneur plus large et plus respirant */
.pme-ab-container {
  width: min(1320px, calc(100vw - 72px));
  margin-inline: auto;
}

/* Conteneur plus confortable pour certains blocs texte */
.pme-ab-section-head,
.pme-ab-story__panel,
.pme-ab-faq details {
  width: min(960px, 100%);
}

/* ============================= */
/* TYPOGRAPHIE */
/* ============================= */

.pme-ab-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--pme-ab-gold-dark);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
  line-height: 1.35;
}

.pme-ab-hero h1,
.pme-ab-section-head h2,
.pme-ab-split h2,
.pme-ab-story h2,
.pme-ab-local h2,
.pme-ab-final h2 {
  margin: 0;
  color: var(--pme-ab-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  letter-spacing: -.03em;
}

.pme-ab-hero h1 {
  max-width: 650px;
  font-size: clamp(2.75rem, 4.8vw, 5.1rem);
  line-height: 1.02;
}

.pme-ab-section-head h2,
.pme-ab-split h2,
.pme-ab-story h2,
.pme-ab-local h2,
.pme-ab-final h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.08;
}

.pme-ab-lead {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.72;
  color: var(--pme-ab-muted);
}

.pme-ab-lead strong {
  color: var(--pme-ab-dark);
  font-weight: 850;
}

.pme-ab-section-head p:not(.pme-ab-kicker),
.pme-ab-split p,
.pme-ab-story p,
.pme-ab-local p,
.pme-ab-final p {
  color: var(--pme-ab-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

/* ============================= */
/* BOUTONS */
/* ============================= */

.pme-ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  text-decoration: none !important;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.pme-ab-btn:hover {
  transform: translateY(-2px);
}

.pme-ab-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--pme-ab-gold), var(--pme-ab-gold-dark));
  box-shadow: 0 16px 32px rgba(159, 117, 56, .24);
}

.pme-ab-btn--secondary {
  color: var(--pme-ab-dark) !important;
  background: rgba(255, 255, 255, .76);
  border: 1px solid var(--pme-ab-border);
}

.pme-ab-btn--dark {
  color: #fff !important;
  background: var(--pme-ab-dark);
}

.pme-ab-btn--large {
  min-height: 58px;
  padding: 18px 30px;
  font-size: 1.05rem;
}

/* ============================= */
/* HERO */
/* ============================= */

.pme-ab-hero {
  position: relative;
  padding: clamp(78px, 8vw, 120px) 0 clamp(70px, 7vw, 104px);
  background:
    radial-gradient(circle at 8% 12%, rgba(196, 154, 90, .20), transparent 34%),
    linear-gradient(135deg, #fff8ef 0%, #f8ebdc 50%, #fff 100%);
}

.pme-ab-hero--soft {
  background:
    radial-gradient(circle at 86% 10%, rgba(196, 154, 90, .22), transparent 34%),
    linear-gradient(135deg, #fffaf4 0%, #f5eadb 54%, #fff 100%);
}

.pme-ab-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 19, 15, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 19, 15, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
  pointer-events: none;
}

.pme-ab-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: clamp(46px, 6vw, 96px);
  align-items: center;
}

.pme-ab-hero__content {
  min-width: 0;
}

.pme-ab-hero__actions,
.pme-ab-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.pme-ab-center {
  justify-content: center;
}

.pme-ab-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pme-ab-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--pme-ab-border);
  color: var(--pme-ab-text);
  font-size: .9rem;
  font-weight: 750;
}

/* Visuel hero */
.pme-ab-hero__visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.pme-ab-phone-card,
.pme-ab-memory-card {
  position: relative;
  width: min(100%, 430px);
  border-radius: 34px;
  padding: 16px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(255, 255, 255, .85);
  box-shadow: var(--pme-ab-shadow);
  backdrop-filter: blur(14px);
}

.pme-ab-phone-card img,
.pme-ab-memory-card img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
}

.pme-ab-phone-card__badge {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--pme-ab-dark);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

.pme-ab-phone-card__caption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 17px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .12);
}

.pme-ab-phone-card__caption strong,
.pme-ab-phone-card__caption span {
  display: block;
}

.pme-ab-phone-card__caption strong {
  color: var(--pme-ab-dark);
  font-size: .98rem;
}

.pme-ab-phone-card__caption span {
  margin-top: 5px;
  color: var(--pme-ab-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.pme-ab-memory-card__note {
  position: relative;
  margin: -50px 18px 0;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .12);
  text-align: center;
}

.pme-ab-memory-card__note span {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  color: var(--pme-ab-dark);
  line-height: 1.1;
}

.pme-ab-memory-card__note small {
  display: block;
  margin-top: 7px;
  color: var(--pme-ab-muted);
  line-height: 1.45;
}

/* ============================= */
/* SECTIONS */
/* ============================= */

.pme-ab-intro,
.pme-ab-moments,
.pme-ab-pricing,
.pme-ab-faq,
.pme-ab-story {
  padding: clamp(74px, 8vw, 118px) 0;
}

.pme-ab-section-head {
  margin: 0 auto 48px;
  text-align: center;
}

.pme-ab-section-head .pme-ab-kicker {
  justify-content: center;
}

/* ============================= */
/* CARTES */
/* ============================= */

.pme-ab-cards {
  display: grid;
  gap: 24px;
}

.pme-ab-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pme-ab-cards--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pme-ab-card {
  min-height: 100%;
  padding: 32px;
  border: 1px solid var(--pme-ab-border);
  border-radius: var(--pme-ab-radius);
  background: #fff;
  box-shadow: var(--pme-ab-shadow-soft);
  transition: transform .22s ease, box-shadow .22s ease;
}

.pme-ab-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(35, 26, 16, .12);
}

.pme-ab-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: var(--pme-ab-cream);
  font-size: 1.5rem;
}

.pme-ab-card h3 {
  margin: 0 0 12px;
  color: var(--pme-ab-dark);
  font-size: 1.2rem;
  line-height: 1.25;
}

.pme-ab-card p {
  margin: 0;
  color: var(--pme-ab-muted);
  line-height: 1.68;
}

/* ============================= */
/* BANDE FONCÉE / ÉTAPES */
/* ============================= */

.pme-ab-band {
  padding: clamp(76px, 8vw, 118px) 0;
  background: var(--pme-ab-dark);
  color: #fff;
}

.pme-ab-band--brioude {
  background:
    linear-gradient(135deg, rgba(23, 19, 15, .94), rgba(77, 57, 35, .94)),
    radial-gradient(circle at top right, rgba(196, 154, 90, .32), transparent 35%);
}

.pme-ab-band .pme-ab-kicker,
.pme-ab-band h2,
.pme-ab-band p {
  color: #fff;
}

.pme-ab-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
}

.pme-ab-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pme-ab-step {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}

.pme-ab-step span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--pme-ab-gold);
  color: var(--pme-ab-dark);
  font-weight: 900;
}

.pme-ab-step strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.25;
}

.pme-ab-step p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.58;
  font-size: .96rem;
}

/* ============================= */
/* TARIFS CLERMONT */
/* ============================= */

.pme-ab-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.pme-ab-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--pme-ab-border);
  box-shadow: var(--pme-ab-shadow-soft);
}

.pme-ab-price-card--featured {
  background: linear-gradient(180deg, #fff, #fff8ec);
  border: 2px solid rgba(196, 154, 90, .55);
  transform: translateY(-10px);
}

.pme-ab-price-card__badge,
.pme-ab-price-card__label,
.pme-ab-offer__tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--pme-ab-cream);
  color: var(--pme-ab-gold-dark);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.pme-ab-price-card h3 {
  margin: 18px 0 0;
  color: var(--pme-ab-dark);
  font-size: 1.55rem;
  line-height: 1.18;
}

.pme-ab-price {
  margin: 12px 0 14px;
  color: var(--pme-ab-dark);
  font-size: clamp(2.15rem, 3vw, 2.8rem);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1;
}

.pme-ab-price-card__text {
  color: var(--pme-ab-muted);
  line-height: 1.65;
}

.pme-ab-price-card ul,
.pme-ab-local-box ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.pme-ab-price-card li,
.pme-ab-local-box li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
  color: var(--pme-ab-text);
  line-height: 1.5;
}

.pme-ab-price-card li::before,
.pme-ab-local-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pme-ab-gold-dark);
  font-weight: 900;
}

.pme-ab-price-card .pme-ab-btn {
  margin-top: auto;
  width: fit-content;
}

/* ============================= */
/* TARIFS BRIOUDE */
/* ============================= */

.pme-ab-offer-list {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.pme-ab-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--pme-ab-border);
  box-shadow: var(--pme-ab-shadow-soft);
}

.pme-ab-offer--featured {
  border-color: rgba(196, 154, 90, .5);
  background: linear-gradient(135deg, #fff, #fff6e6);
}

.pme-ab-offer h3 {
  margin: 12px 0 6px;
  color: var(--pme-ab-dark);
  font-size: 1.35rem;
}

.pme-ab-offer p {
  margin: 0;
  color: var(--pme-ab-muted);
  line-height: 1.6;
}

.pme-ab-offer strong {
  white-space: nowrap;
  color: var(--pme-ab-dark);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
  letter-spacing: -.04em;
}

/* ============================= */
/* ZONE LOCALE */
/* ============================= */

.pme-ab-local {
  padding: clamp(76px, 8vw, 118px) 0;
  background: var(--pme-ab-cream-2);
}

.pme-ab-local--brioude {
  background: linear-gradient(135deg, #fffaf4, #f6ead8);
}

.pme-ab-local__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
}

.pme-ab-local-box {
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--pme-ab-border);
  box-shadow: var(--pme-ab-shadow);
}

.pme-ab-local-box h3 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.2;
  color: var(--pme-ab-dark);
}

/* ============================= */
/* STORY BRIOUDE */
/* ============================= */

.pme-ab-story {
  background: #fff;
}

.pme-ab-story__panel {
  margin: 0 auto;
  padding: clamp(38px, 6vw, 70px);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 248, 236, .92)),
    radial-gradient(circle at top left, rgba(196, 154, 90, .18), transparent 36%);
  border: 1px solid var(--pme-ab-border);
  box-shadow: var(--pme-ab-shadow);
}

/* ============================= */
/* TIMELINE BRIOUDE */
/* ============================= */

.pme-ab-timeline .pme-ab-section-head {
  margin-bottom: 42px;
}

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

.pme-ab-timeline article {
  padding: 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.pme-ab-timeline article span {
  color: var(--pme-ab-gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
}

.pme-ab-timeline article h3 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 1.26rem;
}

.pme-ab-timeline article p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.62;
}

/* ============================= */
/* FAQ */
/* ============================= */

.pme-ab-faq details {
  margin: 14px auto;
  padding: 0;
  border-radius: 20px;
  border: 1px solid var(--pme-ab-border);
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 26, 16, .06);
  overflow: hidden;
}

.pme-ab-faq summary {
  cursor: pointer;
  padding: 23px 26px;
  color: var(--pme-ab-dark);
  font-weight: 850;
  list-style: none;
}

.pme-ab-faq summary::-webkit-details-marker {
  display: none;
}

.pme-ab-faq summary::after {
  content: "+";
  float: right;
  color: var(--pme-ab-gold-dark);
  font-size: 1.4rem;
  line-height: 1;
}

.pme-ab-faq details[open] summary::after {
  content: "–";
}

.pme-ab-faq details p {
  margin: 0;
  padding: 0 26px 26px;
  color: var(--pme-ab-muted);
  line-height: 1.75;
}

/* ============================= */
/* CTA FINAL */
/* ============================= */

.pme-ab-final {
  padding: clamp(78px, 9vw, 124px) 0;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 19, 15, .94), rgba(23, 19, 15, .82)),
    radial-gradient(circle at top, rgba(196, 154, 90, .3), transparent 42%);
}

.pme-ab-final--brioude {
  background:
    linear-gradient(135deg, rgba(55, 38, 23, .94), rgba(23, 19, 15, .9)),
    radial-gradient(circle at top right, rgba(196, 154, 90, .35), transparent 42%);
}

.pme-ab-final h2,
.pme-ab-final p,
.pme-ab-final .pme-ab-kicker {
  color: #fff;
}

.pme-ab-final p {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, .78);
}

/* ============================= */
/* CTA STICKY */
/* ============================= */

.pme-ab-sticky {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pme-ab-gold), var(--pme-ab-gold-dark));
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

/* ============================= */
/* RESPONSIVE TABLETTE */
/* ============================= */

@media (max-width: 1100px) {
  .pme-ab-container {
    width: min(100% - 48px, 1120px);
  }

  .pme-ab-hero__grid,
  .pme-ab-split,
  .pme-ab-local__grid {
    grid-template-columns: 1fr;
  }

  .pme-ab-hero__visual {
    justify-content: center;
  }

  .pme-ab-phone-card,
  .pme-ab-memory-card {
    width: min(100%, 460px);
  }

  .pme-ab-cards--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pme-ab-cards--3,
  .pme-ab-price-grid,
  .pme-ab-timeline__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pme-ab-price-card--featured {
    transform: none;
  }
}

/* ============================= */
/* RESPONSIVE MOBILE */
/* ============================= */

@media (max-width: 700px) {
  .pme-ab-container {
    width: min(100% - 30px, 100%);
  }

  .pme-ab-hero {
    padding: 54px 0 62px;
  }

  .pme-ab-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10.5vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -.025em;
  }

  .pme-ab-section-head h2,
  .pme-ab-split h2,
  .pme-ab-story h2,
  .pme-ab-local h2,
  .pme-ab-final h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.12;
    letter-spacing: -.02em;
  }

  .pme-ab-lead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .pme-ab-hero__actions {
    align-items: stretch;
  }

  .pme-ab-hero__actions .pme-ab-btn {
    width: 100%;
  }

  .pme-ab-proof {
    gap: 8px;
  }

  .pme-ab-proof span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pme-ab-intro,
  .pme-ab-moments,
  .pme-ab-pricing,
  .pme-ab-faq,
  .pme-ab-story,
  .pme-ab-local,
  .pme-ab-band {
    padding: 58px 0;
  }

  .pme-ab-section-head {
    margin-bottom: 34px;
  }

  .pme-ab-cards--3,
  .pme-ab-cards--4,
  .pme-ab-price-grid,
  .pme-ab-timeline__grid,
  .pme-ab-steps {
    grid-template-columns: 1fr;
  }

  .pme-ab-card,
  .pme-ab-price-card,
  .pme-ab-local-box,
  .pme-ab-timeline article,
  .pme-ab-step,
  .pme-ab-offer {
    padding: 24px;
    border-radius: 22px;
  }

  .pme-ab-phone-card,
  .pme-ab-memory-card {
    width: 100%;
    border-radius: 26px;
    padding: 12px;
  }

  .pme-ab-phone-card img,
  .pme-ab-memory-card img {
    border-radius: 20px;
  }

  .pme-ab-phone-card__caption {
    position: static;
    margin-top: 12px;
  }

  .pme-ab-phone-card__badge {
    top: 24px;
    right: 24px;
  }

  .pme-ab-memory-card__note {
    margin: 12px 0 0;
  }

  .pme-ab-offer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .pme-ab-offer strong {
    white-space: normal;
  }

  .pme-ab-price-card .pme-ab-btn,
  .pme-ab-btn {
    width: 100%;
  }

  .pme-ab-faq summary {
    padding: 20px;
  }

  .pme-ab-faq details p {
    padding: 0 20px 22px;
  }

  .pme-ab-sticky {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }
}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow .2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:.2;background:rgba(0,0,0,.5);transition:opacity .35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform .35s,opacity .35s ease-in-out;transform:translate3d(0, 24px, 0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform .4s,opacity .4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform .45s,opacity .45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform .35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform .35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}.uagb-block-2ca30c59.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2ca30c59.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-2ca30c59.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-2ca30c59.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-2ca30c59.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-2ca30c59.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-2ca30c59.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-2ca30c59.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-2ca30c59.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}