.ejrNu9eR6lGYXQeAm7G1 {
  position: relative;
  padding: 0;
  color: var(--text-primary, #111111);
  line-height: 1.4;
  overflow: hidden;
  --slide-gap: 20px;
  --accent: var(--brand-accent-light, #4f6bff);
  --accent-soft: var(--brand-accent-light-soft, rgba(79,107,255,0.16));
  --accent-strong: var(--brand-accent-light-strong, rgba(79,107,255,0.42));
  --accent-glow: var(--brand-accent-light-glow, rgba(120,236,255,0.12));
  --surface: #ffffff;
  --surface-subtle: #f8f8f8;
  --surface-strong: #111111;
  --text-primary: #111111;
  --text-muted: rgba(0,0,0,0.72);
  --border-subtle: rgba(0,0,0,0.12);
  --border-strong: rgba(0,0,0,0.2);
  --shadow-strong: rgba(0,0,0,0.35);
  --focus-ring: #111111;
  box-sizing: border-box;
}

.ejrNu9eR6lGYXQeAm7G1[data-theme="light"] {
  color-scheme: light;
  --surface: #ffffff;
  --surface-subtle: #f8f8f8;
  --surface-strong: #111111;
  --text-primary: #111111;
  --text-muted: rgba(0,0,0,0.72);
  --border-subtle: rgba(0,0,0,0.12);
  --border-strong: rgba(0,0,0,0.2);
  --shadow-strong: rgba(0,0,0,0.35);
  --focus-ring: #111111;
  --accent: var(--brand-accent-light, #4f6bff);
  --accent-soft: var(--brand-accent-light-soft, rgba(79,107,255,0.16));
  --accent-strong: var(--brand-accent-light-strong, rgba(79,107,255,0.42));
  --accent-glow: var(--brand-accent-light-glow, rgba(120,236,255,0.12));
}

.ejrNu9eR6lGYXQeAm7G1[data-theme="dark"] {
  color-scheme: dark;
  --surface: #141414;
  --surface-subtle: #1b1b1b;
  --surface-strong: #0f0f0f;
  --text-primary: #f5f5f5;
  --text-muted: rgba(255,255,255,0.72);
  --border-subtle: rgba(255,255,255,0.16);
  --border-strong: rgba(255,255,255,0.28);
  --shadow-strong: rgba(0,0,0,0.7);
  --focus-ring: #f5f5f5;
  --accent: var(--brand-accent-dark, #9db0ff);
  --accent-soft: var(--brand-accent-dark-soft, rgba(157,176,255,0.25));
  --accent-strong: var(--brand-accent-dark-strong, rgba(157,176,255,0.45));
  --accent-glow: var(--brand-accent-dark-glow, rgba(157,176,255,0.22));
}

.ejrNu9eR6lGYXQeAm7G1[data-accent-tone="silver"] {
  --accent: var(--brand-accent-silver-light, #8d96a6);
  --accent-soft: var(--brand-accent-silver-light-soft, rgba(141,150,166,0.2));
  --accent-strong: var(--brand-accent-silver-light-strong, rgba(141,150,166,0.36));
  --accent-glow: var(--brand-accent-silver-light-glow, rgba(195,201,210,0.2));
}

.ejrNu9eR6lGYXQeAm7G1[data-theme="dark"][data-accent-tone="silver"] {
  --accent: var(--brand-accent-silver-dark, #c2c9d4);
  --accent-soft: var(--brand-accent-silver-dark-soft, rgba(194,201,212,0.24));
  --accent-strong: var(--brand-accent-silver-dark-strong, rgba(194,201,212,0.4));
  --accent-glow: var(--brand-accent-silver-dark-glow, rgba(219,224,232,0.24));
}

html[data-theme="dark"] .ejrNu9eR6lGYXQeAm7G1:not([data-theme]) {
  --surface: #141414;
  --surface-subtle: #1b1b1b;
  --surface-strong: #0f0f0f;
  --text-primary: #f5f5f5;
  --text-muted: rgba(255,255,255,0.72);
  --border-subtle: rgba(255,255,255,0.16);
  --border-strong: rgba(255,255,255,0.28);
  --shadow-strong: rgba(0,0,0,0.7);
  --focus-ring: #f5f5f5;
  --accent: var(--brand-accent-dark, #9db0ff);
  --accent-soft: var(--brand-accent-dark-soft, rgba(157,176,255,0.25));
  --accent-strong: var(--brand-accent-dark-strong, rgba(157,176,255,0.45));
  --accent-glow: var(--brand-accent-dark-glow, rgba(157,176,255,0.22));
}

html[data-theme="dark"] .ejrNu9eR6lGYXQeAm7G1:not([data-theme])[data-accent-tone="silver"] {
  --accent: var(--brand-accent-silver-dark, #c2c9d4);
  --accent-soft: var(--brand-accent-silver-dark-soft, rgba(194,201,212,0.24));
  --accent-strong: var(--brand-accent-silver-dark-strong, rgba(194,201,212,0.4));
  --accent-glow: var(--brand-accent-silver-dark-glow, rgba(219,224,232,0.24));
}

.ejrNu9eR6lGYXQeAm7G1[style*="--testimonial-accent"] {
  --accent: var(--testimonial-accent);
}

@supports (color: color-mix(in srgb, #000 0%, #000 100%)) {
  .ejrNu9eR6lGYXQeAm7G1[style*="--testimonial-accent"] {
    --accent-soft: color-mix(in srgb, var(--testimonial-accent) 20%, transparent);
    --accent-strong: color-mix(in srgb, var(--testimonial-accent) 40%, transparent);
    --accent-glow: color-mix(in srgb, var(--testimonial-accent) 26%, transparent);
  }
}

.udEFGGaNZwGgudUn0yFQ {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 32px);
  border-radius: 24px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  background: linear-gradient(145deg, var(--surface, #ffffff), var(--surface-subtle, #f8f8f8));
  box-shadow: 0 24px 48px rgba(0,0,0,0.12);
  overflow: hidden;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-active: 0;
  --pointer-ambient: 0;
  --glass-ring: rgba(255,255,255,0.85);
  --glass-ring-soft: var(--accent-soft, rgba(79,107,255,0.2));
}

@supports (color: color-mix(in srgb, #000 0%, #000 100%)) {
  .udEFGGaNZwGgudUn0yFQ {
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--surface-strong, #111111) 22%, var(--surface, #ffffff) 78%) 0%,
      color-mix(in srgb, var(--surface, #ffffff) 74%, var(--accent, #4f6bff) 26%) 100%
    );
  }

  .ejrNu9eR6lGYXQeAm7G1[data-theme="dark"] .udEFGGaNZwGgudUn0yFQ,
  html[data-theme="dark"] .ejrNu9eR6lGYXQeAm7G1:not([data-theme]) .udEFGGaNZwGgudUn0yFQ {
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--surface-strong, #0f0f0f) 94%, var(--accent, #9db0ff) 6%) 0%,
      color-mix(in srgb, var(--surface, #141414) 76%, var(--accent, #9db0ff) 24%) 100%
    );
  }
}

.udEFGGaNZwGgudUn0yFQ::before,
.udEFGGaNZwGgudUn0yFQ::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  z-index: 2;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.udEFGGaNZwGgudUn0yFQ::before {
  background: radial-gradient(
    360px 360px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.8)) 0%,
    var(--glass-ring-soft, rgba(79,107,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-ambient, 0);
  transition: opacity 180ms ease;
}

.udEFGGaNZwGgudUn0yFQ::after {
  background: radial-gradient(
    150px 150px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.8)) 0%,
    var(--glass-ring-soft, rgba(79,107,255,0.2)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-active, 0);
  transition: opacity 180ms ease;
}

.MyUwiewprABJydfRJBT7,
.DVoeonGkQoc5VpJhu2gf,
.GUAaUMK20rLXc9wNymv0 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  color: rgba(255,255,255,0.48);
  --hex-line-strong: color-mix(in srgb, var(--accent, #4f6bff) 62%, white 38%);
  --hex-mask: radial-gradient(
    circle 340px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    rgba(0,0,0,0.98) 0%,
    rgba(0,0,0,0.84) 38%,
    rgba(0,0,0,0.34) 64%,
    transparent 82%
  );
  --hex-base-mask: radial-gradient(
    circle 830px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    rgba(0,0,0,0.94) 0%,
    rgba(0,0,0,0.8) 34%,
    rgba(0,0,0,0.48) 54%,
    rgba(0,0,0,0.18) 72%,
    transparent 86%
  );
  fill: currentColor;
  opacity: 0;
  transition: opacity 180ms ease;
}

.MyUwiewprABJydfRJBT7 {
  opacity: calc(var(--pointer-active, 0) * 0.12);
  -webkit-mask-image: var(--hex-base-mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: var(--hex-base-mask);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.DVoeonGkQoc5VpJhu2gf,
.GUAaUMK20rLXc9wNymv0 {
  -webkit-mask-image: var(--hex-mask);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: var(--hex-mask);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.DVoeonGkQoc5VpJhu2gf {
  opacity: calc(var(--pointer-active, 0) * 0.35);
}

.GUAaUMK20rLXc9wNymv0 {
  color: var(--hex-line-strong);
  opacity: calc(var(--pointer-active, 0) * 0.20);
  filter: blur(2px);
}

.ejrNu9eR6lGYXQeAm7G1[data-theme="dark"] .MyUwiewprABJydfRJBT7,
.ejrNu9eR6lGYXQeAm7G1[data-theme="dark"] .DVoeonGkQoc5VpJhu2gf,
html[data-theme="dark"] .ejrNu9eR6lGYXQeAm7G1:not([data-theme]) .MyUwiewprABJydfRJBT7,
html[data-theme="dark"] .ejrNu9eR6lGYXQeAm7G1:not([data-theme]) .DVoeonGkQoc5VpJhu2gf {
  color: rgba(255,255,255,0.44);
}

.wXM1N3dr9xED9xy6bXMF {
  display: grid;
  gap: 12px;
  max-width: 720px;
  position: relative;
  z-index: 3;
}

.CoM9lHgBlhXQ9L_IIBLx {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
}

.J_xdpMgYRvh1v1bWT6Sy {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-primary, #111111);
}

.Hy7G35lIA3z7JVk9GrFB {
  color: var(--text-muted, rgba(0,0,0,0.72));
  font-size: 15px;
  line-height: 1.55;
}

.Hy7G35lIA3z7JVk9GrFB p {
  margin: 0 0 12px;
}

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

.nT1bkUW6I22TQu6_OBXh {
  display: grid;
  gap: 18px;
  position: relative;
  z-index: 3;
}

.kk5kqrafjc6cYWmSUG_0 {
  display: flex;
  gap: var(--slide-gap);
  width: 100%;
  overflow-x: auto;
  padding: 10px 2px 34px;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  min-width: 0;
}

.kk5kqrafjc6cYWmSUG_0::-webkit-scrollbar {
  display: none;
}

.kk5kqrafjc6cYWmSUG_0 slot[name="children"] {
  display: contents;
}

.kk5kqrafjc6cYWmSUG_0 slot[name="children"]::slotted(*) {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.kk5kqrafjc6cYWmSUG_0 > [slot="children"] {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--slide-gap);
  align-items: stretch;
  width: 100%;
  min-width: 100%;
}

.kk5kqrafjc6cYWmSUG_0 > [slot="children"] > * {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.kk5kqrafjc6cYWmSUG_0 > [slot="children"] > code-island {
  display: block !important;
}

.kk5kqrafjc6cYWmSUG_0 > [slot="children"] .w-dyn-list,
.kk5kqrafjc6cYWmSUG_0 > [slot="children"] .w-dyn-items {
  display: contents;
}

.kk5kqrafjc6cYWmSUG_0 > [slot="children"] .w-dyn-item {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.GQU1xN7rHtAu9bTbON9M {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: block;
}

.GQU1xN7rHtAu9bTbON9M > * {
  height: 100%;
}

.qfS9UhE4tbjSzjDl0Uew {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: 420px;
  padding: clamp(16px, 2vw, 24px) clamp(8px, 1.5vw, 12px) 0;
}

.F8ccoOsY7xZXWqtC6rAT {
  display: flex;
  justify-content: center;
}

.XygXtqSkUyxsq_THq3UM {
  position: relative;
  width: min(100%, 330px);
  aspect-ratio: 0.9 / 1;
  overflow: visible;
}

.jG0VzLBLEPssxyfhTBIv {
  position: relative;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 12px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  background: linear-gradient(
    160deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.04)
  );
  box-shadow: 0 18px 28px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-active: 0;
  --pointer-ambient: 0;
  --glass-ring: rgba(255,255,255,0.9);
  --glass-ring-soft: var(--accent-soft, rgba(79,107,255,0.22));
}

.jG0VzLBLEPssxyfhTBIv::before,
.jG0VzLBLEPssxyfhTBIv::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.jG0VzLBLEPssxyfhTBIv::before {
  background: radial-gradient(
    180px 180px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.85)) 0%,
    var(--glass-ring-soft, rgba(79,107,255,0.22)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-ambient, 0);
  transition: opacity 180ms ease;
}

.jG0VzLBLEPssxyfhTBIv::after {
  background: radial-gradient(
    100px 100px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.85)) 0%,
    var(--glass-ring-soft, rgba(79,107,255,0.22)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-active, 0);
  transition: opacity 180ms ease;
}

.JosS9EnKwuSTOPPsEF58 {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--accent-strong, rgba(79,107,255,0.42)), var(--accent-soft, rgba(79,107,255,0.2)));
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.JosS9EnKwuSTOPPsEF58[data-has-image="false"] {
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
}

.lc1fKjVjvWJ8P0GVbYwU {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.Jm25t9ahq1P6vq2mYwHw {
  color: var(--text-primary, #111111);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.YqvONBUFxAUVxYveuupA {
  display: grid;
  gap: 26px;
  align-content: center;
  min-width: 0;
}

.UzPvhlc0wjj4t1G5vJOn {
  position: relative;
  margin: 0;
  padding-left: 26px;
  color: var(--text-primary, #111111);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.42;
  letter-spacing: -0.02em;
  font-weight: 430;
}

.UzPvhlc0wjj4t1G5vJOn::before {
  content: '“';
  position: absolute;
  top: -0.22em;
  left: 0;
  color: var(--accent-strong, rgba(79,107,255,0.42));
  font-size: 2.2em;
  line-height: 1;
}

.UzPvhlc0wjj4t1G5vJOn p {
  margin: 0 0 14px;
}

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

.UzPvhlc0wjj4t1G5vJOn strong,
.UzPvhlc0wjj4t1G5vJOn strong {
  font-weight: 700;
}

.fo4dy_pIpkLLWGlOVapu {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.VEEXlAF0rYNncqDa8R3w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 16px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  background: var(--surface, #ffffff);
  background: color-mix(in srgb, var(--surface, #ffffff) 92%, transparent);
  box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}

.wRV6Fy6HPmKRz7jcXZ3K {
  display: block;
  max-width: 132px;
  max-height: 22px;
  width: auto;
  height: auto;
}

.xXC2q3MSkhlptYVHlheF {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nMRE_Mz491qShc5uyRfP {
  display: grid;
  gap: 4px;
}

.EHh7T1FDmQXbNedLmepw {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.YMdVCB2ZyLzNN3wzQYz0 {
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-muted, rgba(0,0,0,0.72));
}

.E62EfM4mSNalyMTC0Rcn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

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

._0AtPoYa0G8c6O6rAucUp {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: var(--border-strong, rgba(0,0,0,0.2));
  cursor: pointer;
  transition: width 150ms ease, background 150ms ease;
}

._0AtPoYa0G8c6O6rAucUp[data-active="true"] {
  width: 28px;
  background: var(--accent, #4f6bff);
}

.OMqkLmPIqUdkd4cuiPMw {
  display: flex;
  align-items: center;
  gap: 12px;
}

.uhHyp697BDs0ddotwq1P {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  background: var(--surface, #ffffff);
  color: inherit;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
  transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.uhHyp697BDs0ddotwq1P:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(0,0,0,0.16);
}

.uhHyp697BDs0ddotwq1P:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.nmKqChvdGygTlhwNq9Gy {
  min-height: 320px;
  padding: 32px;
  border-radius: 24px;
  border: 1px dashed var(--border-strong, rgba(0,0,0,0.2));
  background: linear-gradient(140deg, var(--surface, #ffffff), var(--surface-subtle, #f8f8f8));
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--text-muted, rgba(0,0,0,0.72));
}

.ejrNu9eR6lGYXQeAm7G1 a:focus-visible,
.ejrNu9eR6lGYXQeAm7G1 button:focus-visible,
.ejrNu9eR6lGYXQeAm7G1 [role="button"]:focus-visible {
  outline: 2px solid var(--focus-ring, #111111);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .qfS9UhE4tbjSzjDl0Uew {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
  }

  .F8ccoOsY7xZXWqtC6rAT {
    justify-content: flex-start;
  }

  .XygXtqSkUyxsq_THq3UM {
    width: min(100%, 280px);
  }

  .UzPvhlc0wjj4t1G5vJOn {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}

@media (max-width: 640px) {
  .ejrNu9eR6lGYXQeAm7G1 {
    padding-inline: 16px;
  }

  .udEFGGaNZwGgudUn0yFQ {
    padding: 20px;
    border-radius: 24px;
  }

  .qfS9UhE4tbjSzjDl0Uew {
    padding: 10px 0 0;
  }

  .UzPvhlc0wjj4t1G5vJOn {
    padding-left: 20px;
    font-size: 18px;
  }

  .E62EfM4mSNalyMTC0Rcn {
    flex-direction: column;
    align-items: center;
  }

  .fo4dy_pIpkLLWGlOVapu {
    align-items: flex-start;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .udEFGGaNZwGgudUn0yFQ::before,
  .udEFGGaNZwGgudUn0yFQ::after,
  .MyUwiewprABJydfRJBT7,
  .DVoeonGkQoc5VpJhu2gf,
  .GUAaUMK20rLXc9wNymv0,
  .jG0VzLBLEPssxyfhTBIv::before,
  .jG0VzLBLEPssxyfhTBIv::after,
  ._0AtPoYa0G8c6O6rAucUp,
  .uhHyp697BDs0ddotwq1P {
    transition: none;
  }

  .kk5kqrafjc6cYWmSUG_0 {
    scroll-behavior: auto;
  }
}

.y43AHDh_VWyACd2VYNK3 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  min-height: 420px;
  padding: clamp(16px, 2vw, 24px) clamp(8px, 1.5vw, 12px) 0;
  color: var(--text-primary, #111111);
}

.NUQFCKxCEnlY3iXwWibP {
  display: flex;
  justify-content: center;
}

.YF11yHuP8wxPgWWWC1In {
  position: relative;
  width: min(100%, 232px);
  aspect-ratio: 0.9 / 1;
  overflow: visible;
}

.Ynk6HibTEbdPoc3blH4G {
  position: relative;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 12px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  background: linear-gradient(160deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  box-shadow: 0 18px 28px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  --pointer-x: 50%;
  --pointer-y: 50%;
  --pointer-active: 0;
  --pointer-ambient: 0;
  --glass-ring: rgba(255,255,255,0.9);
  --glass-ring-soft: var(--accent-soft, rgba(79,107,255,0.22));
}

.Ynk6HibTEbdPoc3blH4G::before,
.Ynk6HibTEbdPoc3blH4G::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.Ynk6HibTEbdPoc3blH4G::before {
  background: radial-gradient(
    180px 180px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.85)) 0%,
    var(--glass-ring-soft, rgba(79,107,255,0.22)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-ambient, 0);
  transition: opacity 180ms ease;
}

.Ynk6HibTEbdPoc3blH4G::after {
  background: radial-gradient(
    100px 100px at var(--pointer-x, 50%) var(--pointer-y, 50%),
    var(--glass-ring, rgba(255,255,255,0.85)) 0%,
    var(--glass-ring-soft, rgba(79,107,255,0.22)) 45%,
    rgba(255,255,255,0) 70%
  );
  opacity: var(--pointer-active, 0);
  transition: opacity 180ms ease;
}

.QPcmkRHslD231GgGDtwg {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--accent-strong, rgba(79,107,255,0.42)), var(--accent-soft, rgba(79,107,255,0.2)));
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.QPcmkRHslD231GgGDtwg[data-has-image='false'] {
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
}

.jO0bWH3S2gJGp7aU2cBm {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.USX3PAeaBNn_oXLomdnb {
  color: var(--text-primary, #111111);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.Tz979UTXQ2HTjNmlEihA {
  display: grid;
  gap: 26px;
  align-content: center;
  min-width: 0;
}

.bSJkIUPKjruGrmddTQMR {
  position: relative;
  margin: 0;
  border: 0;
  padding-left: 26px;
  color: var(--text-primary, #111111);
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.42;
  letter-spacing: -0.02em;
  font-weight: 430;
  text-align: left !important;
}

.bSJkIUPKjruGrmddTQMR::before {
  content: '“';
  position: absolute;
  top: -0.42em;
  left: -0.08em;
  color: var(--accent-strong, rgba(79,107,255,0.42));
  font-size: 6em;
  line-height: 1;
}

.bSJkIUPKjruGrmddTQMR p {
  margin: 0 0 14px;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit !important;
}

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

.bSJkIUPKjruGrmddTQMR blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit !important;
}

.bSJkIUPKjruGrmddTQMR * {
  text-align: inherit !important;
}

.bSJkIUPKjruGrmddTQMR strong,
.bSJkIUPKjruGrmddTQMR strong {
  font-weight: 700;
}

.xxfwzMn08QVxRN52sJRZ {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.XKDB2BLEISkVgAZRVCuA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 16px;
  border: 1px solid var(--border-subtle, rgba(0,0,0,0.12));
  background: var(--surface, #ffffff);
  background: color-mix(in srgb, var(--surface, #ffffff) 92%, transparent);
  box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}

.TTviSlNtA3tlccLKVjkD {
  display: block;
  max-width: 132px;
  max-height: 22px;
  width: auto;
  height: auto;
}

.E3ITtZyr8TlgcmQBXaAa {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.iMbGMjADXstt704KIApw {
  display: grid;
  gap: 4px;
}

.GI6jBT25YNvhnckFGIlQ {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.ZcMxA7VHj0Y1HIvW601J {
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-muted, rgba(0,0,0,0.72));
}

@media (max-width: 900px) {
  .y43AHDh_VWyACd2VYNK3 {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
  }

  .NUQFCKxCEnlY3iXwWibP {
    justify-content: flex-start;
  }

  .YF11yHuP8wxPgWWWC1In {
    width: min(100%, 232px);
  }

  .bSJkIUPKjruGrmddTQMR {
    font-size: clamp(16px, 4.2vw, 22px);
  }
}

@media (max-width: 640px) {
  .y43AHDh_VWyACd2VYNK3 {
    padding: 10px 0 0;
  }

  .bSJkIUPKjruGrmddTQMR {
    padding-left: 20px;
    font-size: 16px;
  }

  .xxfwzMn08QVxRN52sJRZ {
    align-items: flex-start;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Ynk6HibTEbdPoc3blH4G::before,
  .Ynk6HibTEbdPoc3blH4G::after {
    transition: none;
  }
}

