.elementor-3741 .elementor-element.elementor-element-6c46c6b7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3741 .elementor-element.elementor-element-1603b411{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3741 .elementor-element.elementor-element-7948485e > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3741 .elementor-element.elementor-element-4b055591{--display:flex;--margin-top:-94px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:97px;--padding-left:0px;--padding-right:0px;}body.elementor-page-3741:not(.elementor-motion-effects-element-type-background), body.elementor-page-3741 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#272727;}@media(max-width:767px){.elementor-3741 .elementor-element.elementor-element-1b023b4d > .elementor-widget-container{padding:0px 010px 0px 10px;}.elementor-3741 .elementor-element.elementor-element-1603b411{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3741 .elementor-element.elementor-element-4b055591{--margin-top:-36px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:019px;--padding-right:019px;}}/* Start custom CSS for html, class: .elementor-element-1b023b4d *//* =========================
EDITORIAL ARTICLE HEADER
REFINED COMPOSITION
========================= */

.tw-article-header {

  position: relative;

  display: flex;

  flex-direction: row;

  align-items: center;

  gap: clamp(32px, 3vw, 48px);

  padding: 56px 70px 18px;

  font-family: 'Poppins', sans-serif;

  overflow: hidden;

  max-width: 1720px;

  margin: 0 auto;
}

/* =========================
AMBIENT GLOW
========================= */

.tw-article-header::before {

  content: "";

  position: absolute;

  top: -340px;
  right: -260px;

  width: 760px;
  height: 760px;

  background:
    radial-gradient(
      circle,
      rgba(255,79,139,.05) 0%,
      rgba(255,79,139,.018) 32%,
      rgba(255,79,139,0) 72%
    );

  filter: blur(150px);

  pointer-events: none;

  z-index: 0;
}

/* =========================
LEFT CONTENT
========================= */

.tw-header-content {

  position: relative;

  z-index: 5;

  flex: 0 0 46%;

  max-width: 760px;

  min-width: 0;
}

/* =========================
CATEGORY
========================= */

.tw-category {

  display: inline-flex;

  align-items: center;

  padding: 8px 15px;

  background:
    linear-gradient(
      180deg,
      rgba(255,79,139,.055),
      rgba(255,79,139,.018)
    );

  border: 1px solid rgba(255,79,139,.11);

  backdrop-filter: blur(12px);

  color: #ff4f8b;

  border-radius: 999px;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: 2px;

  text-transform: uppercase;

  margin-bottom: 20px;
}

/* =========================
TITLE
========================= */

.tw-title {

  font-size: clamp(2.8rem, 4vw, 4.6rem);

  line-height: .9;

  letter-spacing: -0.08em;

  color: #ffffff;

  font-weight: 520;

  margin: 0 0 4px;

  text-wrap: balance;

  text-rendering: optimizeLegibility;

  max-width: 720px;

  /* ── ONLY CHANGE: center the heading lines ── */
  text-align: center;
}

/* =========================
TOP LINE
========================= */

.tw-title-top {

  display: inline-block;

  white-space: nowrap;

  color: #ffffff;
}

/* =========================
SEPARATORS
========================= */

.tw-title-top span {

  opacity: .2;

  font-weight: 300;

  margin: 0 .24em;
}

/* =========================
META WRAP
========================= */

.tw-meta-wrap {

  margin-top: 18px;

  /* Re-anchor the author block to the left after title is centred */
  text-align: left;
}

/* =========================
META LINE
========================= */

.tw-meta-line {

  width: 28px;
  height: 1px;

  margin-bottom: 12px;

  background:
    linear-gradient(
      to right,
      rgba(255,79,139,.45),
      rgba(255,255,255,0)
    );
}

/* =========================
AUTHOR ROW
========================= */

.tw-author-row {

  display: flex;

  align-items: center;

  gap: 14px;
}

.tw-author-image {

  width: 54px !important;

  height: 54px !important;

  min-width: 54px;

  border-radius: 999px !important;

  display: block;

  object-fit: cover;

  object-position: center top;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,.08);

  box-shadow:
    0 6px 18px rgba(0,0,0,.22),
    0 0 18px rgba(255,79,139,.06);

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.tw-author-image:hover {

  transform: scale(1.03);

  box-shadow:
    0 10px 24px rgba(0,0,0,.28),
    0 0 20px rgba(255,79,139,.08);
}

.tw-author-meta {

  display: flex;

  flex-direction: column;
}

/* =========================
META
========================= */

.tw-meta {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 10px;

  color: #d8d8de;

  font-size: 12px;

  letter-spacing: -0.01em;

  margin-bottom: 4px;
}

.tw-author {

  font-weight: 500;

  color: #f4f4f6;
}

.tw-dot {

  width: 4px;
  height: 4px;

  background: #66666e;

  border-radius: 50%;
}

.tw-role {

  color: #a8a8b0;
}

/* =========================
SUB META
========================= */

.tw-sub-meta {

  color: #787880;

  font-size: 11px;

  line-height: 1.5;

  letter-spacing: -0.01em;

  max-width: 460px;
}

/* =========================
VISUAL SIDE
========================= */

.tw-header-visual {

  position: relative;

  height: 460px;

  flex: 0 0 54%;

  max-width: 1060px;

  width: 100%;

  min-width: 0;

  border-radius: 26px;

  overflow: hidden;

  isolation: isolate;

  background: #111;

  border: 1px solid rgba(255,255,255,.045);

  box-shadow:
    0 28px 90px rgba(0,0,0,.2);
}

/* =========================
IMAGE
========================= */

.tw-header-visual img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  filter:
    brightness(.98)
    contrast(1.02)
    saturate(.96);

  transform: scale(1.01);

  transition:
    transform 1.2s cubic-bezier(.16,1,.3,1),
    filter .6s ease;
}

.tw-header-visual:hover img {

  transform: scale(1.025);

  filter:
    brightness(1)
    contrast(1.03)
    saturate(1);
}

/* =========================
EDITORIAL FADE
========================= */

.tw-header-visual::before {

  content: "";

  position: absolute;

  inset: 0;

  z-index: 2;

  background:
    linear-gradient(
      to left,
      rgba(39,39,39,0) 0%,
      rgba(39,39,39,.03) 24%,
      rgba(39,39,39,.08) 48%,
      rgba(39,39,39,.24) 72%,
      rgba(39,39,39,.72) 100%
    );
}

/* =========================
CINEMATIC TONE
========================= */

.tw-visual-overlay {

  position: absolute;

  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      to top,
      rgba(8,8,8,.18) 0%,
      rgba(8,8,8,.03) 40%,
      rgba(8,8,8,0) 100%
    );
}

/* =========================
SUBTLE TEXTURE
========================= */

.tw-visual-noise {

  position: absolute;

  inset: 0;

  z-index: 3;

  opacity: .01;

  mix-blend-mode: soft-light;

  background-image:
    radial-gradient(rgba(255,255,255,.8) .6px, transparent .6px);

  background-size: 5px 5px;

  pointer-events: none;
}

/* =========================
TABLET
========================= */

@media (max-width: 1200px) {

  .tw-article-header {

    flex-direction: column;

    gap: 40px;

    padding: 72px 36px 32px;
  }

  .tw-header-content {

    width: 100%;

    max-width: 100%;

    flex: none;
  }

  .tw-title-top {

    white-space: normal;
  }

  .tw-title {

    max-width: 100%;
  }

  .tw-header-visual {

    flex: none;

    width: 100%;

    max-width: 100%;

    height: 500px;
  }
}

/* =========================
MOBILE
========================= */

@media (max-width: 768px) {

  .tw-article-header {

    padding: 72px 20px 28px;

    gap: 28px;
  }

  .tw-category {

    margin-bottom: 16px;
  }

  .tw-title {

    font-size: 2.2rem;

    line-height: .92;

    letter-spacing: -0.075em;

    margin-bottom: 8px;

    max-width: 100%;
  }

  .tw-title-top {

    white-space: normal;
  }

  .tw-meta-wrap {

    margin-top: 16px;
  }

  .tw-meta-line {

    width: 22px;

    margin-bottom: 10px;
  }

  .tw-author-row {

    align-items: flex-start;

    gap: 12px;
  }

  .tw-author-image {

    width: 48px !important;

    height: 48px !important;

    min-width: 48px;
  }

  .tw-meta {

    gap: 8px;

    font-size: 11px;
  }

  .tw-sub-meta {

    font-size: 10px;

    line-height: 1.55;
  }

  .tw-header-visual {

    height: 340px;

    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7948485e *//* ============================================================
   ARTICLE SHELL
============================================================ */

.tw-article {
  width: 100%;
  padding: 0 0 56px;
  font-family: 'Poppins', sans-serif;
}

/* ============================================================
   ARTICLE GRID
============================================================ */

.tw-article-inner {
  display: grid;
  grid-template-columns:
    220px
    minmax(0,760px)
    220px;
  column-gap: 32px;
  row-gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  align-items: start;
}

.tw-article-inner > * {
  grid-column: 2;
}

/* ============================================================
   ROW SYSTEM
============================================================ */

.tw-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns:
    220px
    minmax(0,760px)
    220px;
  column-gap: 32px;
  row-gap: 0;
  align-items: start;
  position: relative;
}

.tw-row > * {
  grid-column: 2;
}

/* ============================================================
   CONTENT WRAPPER
============================================================ */

.tw-content {
  grid-column: 2;
  grid-row: 1;
  padding-top: 32px;
  padding-bottom: 24px;
}

/* ============================================================
   BODY COPY
============================================================ */

.tw-article p {
  font-size: 1.025rem;
  line-height: 1.82;
  color: #9a9aa2;
  margin-bottom: 20px;
  letter-spacing: -0.012em;
  font-weight: 400;
}

/* ============================================================
   LEAD
============================================================ */

.tw-lead {
  font-size: 1.78rem !important;
  line-height: 1.48 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em;
  margin-bottom: 36px !important;
  padding-top: 32px;
  max-width: 720px;
}

/* ============================================================
   HEADINGS
============================================================ */

.tw-article h3 {
  position: relative;
  font-size: 1.84rem;
  line-height: 1.12;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  padding-bottom: 12px;
}

.tw-article h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background:
    linear-gradient(
      to right,
      rgba(255,79,139,.75),
      transparent
    );
}

/* ============================================================
   BREAK
============================================================ */

.tw-break {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

.tw-break span {
  width: 58px;
  height: 1px;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255,79,139,.7),
      transparent
    );
}

/* ============================================================
   LEFT STICKY QUOTE
============================================================ */

.tw-pull-quote {
  grid-column: 1;
  position: sticky;
  top: 40px;
  align-self: start;
  padding-right: 24px;
  padding-top: 32px;
  margin-top: 0;
}

.tw-quote-line {
  position: absolute;
  right: 24px;
  top: 36px;
  width: 1px;
  height: calc(100% - 40px);
  background:
    linear-gradient(
      to bottom,
      rgba(255,79,139,.9),
      rgba(255,79,139,0)
    );
}

.tw-pull-quote blockquote {
  font-size: .875rem;
  line-height: 1.78;
  color: rgba(245,245,245,.68);
  font-style: italic;
  font-weight: 300;
  letter-spacing: -.01em;
}

/* ============================================================
   INLINE INSIGHT CARD
============================================================ */

.tw-insight-inline {
  grid-column: 2;
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 20px 0 24px;
}

.tw-insight-inline-label {
  color: rgba(255,79,139,.65);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.tw-insight-inline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tw-insight-inline-item {
  padding-right: 12px;
}

.tw-insight-inline-item:last-child {
  padding-right: 0;
}

.tw-insight-inline-item span {
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -.06em;
  line-height: 1;
  margin-bottom: 12px;
}

.tw-insight-inline-item p {
  margin: 0 !important;
  font-size: .72rem;
  line-height: 1.56;
  color: rgba(225,225,232,.48);
}

/* ============================================================
   RIGHT STICKY CONSTRAINTS
============================================================ */

.tw-sequence-wrap {
  grid-column: 3;
  grid-row: 1;
  position: sticky;
  top: 40px;
  align-self: start;
  padding-left: 20px;
  padding-top: 32px;
}

.tw-sequence-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  width: 1px;
  height: calc(100% - 32px);
  background:
    linear-gradient(
      to bottom,
      rgba(255,79,139,.55),
      rgba(255,79,139,0)
    );
}

.tw-sequence-step {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0 9px 16px;
  border-top: 1px solid rgba(255,255,255,.045);
}

.tw-sequence-step:last-child {
  border-bottom: 1px solid rgba(255,255,255,.045);
}

.tw-sequence-step .c-num {
  color: rgba(255,79,139,.52);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.tw-sequence-step .c-label {
  color: rgba(225,225,232,.72);
  font-size: .78rem;
  line-height: 1.4;
}

/* ============================================================
   RESPONSIVE — TABLET
============================================================ */

@media (max-width: 1240px) {

  .tw-article-inner,
  .tw-row {
    grid-template-columns: 1fr;
    max-width: 760px;
    padding: 0 40px;
  }

  .tw-row > *,
  .tw-article-inner > *,
  .tw-content,
  .tw-insight-inline {
    grid-column: 1;
  }

  .tw-article-inner > *:not(.tw-row) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tw-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tw-article h3 {
    margin-top: 52px;
  }

  .tw-insight-inline {
    padding: 28px 0 32px;
  }

  .tw-insight-inline-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tw-insight-inline-item {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .tw-insight-inline-item:nth-child(even) {
    padding-left: 20px;
    padding-right: 0;
    border-right: none;
  }

  .tw-insight-inline-item:last-child,
  .tw-insight-inline-item:nth-last-child(2) {
    border-bottom: none;
  }

  .tw-pull-quote,
  .tw-sequence-wrap {
    display: none;
  }
}

/* ============================================================
   RESPONSIVE — MOBILE
============================================================ */

@media (max-width: 768px) {

  .tw-article-inner,
  .tw-row {
    padding: 0 24px;
  }

  .tw-article-inner > *:not(.tw-row) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tw-insight-inline-item:nth-child(even) {
    padding-left: 0;
  }

  .tw-article p {
    font-size: .975rem;
    line-height: 1.76;
  }

  .tw-lead {
    font-size: 1.32rem !important;
    line-height: 1.44 !important;
    padding-top: 40px;
  }

  .tw-article h3 {
    font-size: 1.46rem;
    margin-top: 40px;
  }

  .tw-insight-inline {
    padding: 20px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-354851f2 *//* =========================
   CTA SECTION
========================= */

.tw-cta-section {

  position: relative;

  max-width: 1280px;

  margin: 0 auto;

  padding: 0 0 96px;

  font-family: 'Poppins', sans-serif;
}

/* =========================
   DIVIDER REMOVED
========================= */

.tw-cta-divider {

  display: none;
}

/* =========================
   GRID
========================= */

.tw-cta-grid {

  display: grid;

  grid-template-columns:
    220px
    minmax(0,760px)
    220px;

  column-gap: 32px;

  align-items: start;
}

/* =========================
   LEFT CONTENT
========================= */

.tw-cta-content {

  grid-column: 2;

  padding-top: 32px;

  padding-bottom: 24px;

  min-width: 0;
}

/* =========================
   LABEL
========================= */

.tw-cta-label {

  display: inline-flex;

  align-items: center;

  padding: 7px 14px;

  background: rgba(255,79,139,.05);

  border: 1px solid rgba(255,79,139,.12);

  color: #ff4f8b;

  border-radius: 999px;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .22em;

  text-transform: uppercase;

  margin-bottom: 18px;
}

/* =========================
   TITLE
========================= */

.tw-cta-title {

  font-size: 1.84rem;

  line-height: 1.12;

  letter-spacing: -0.05em;

  color: #ffffff;

  font-weight: 500;

  margin: 0 0 20px;

  padding-bottom: 12px;

  position: relative;
}

.tw-cta-title::after {

  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 40px;
  height: 1px;

  background:
    linear-gradient(
      to right,
      rgba(255,79,139,.75),
      transparent
    );
}

/* =========================
   COPY
========================= */

.tw-cta-copy p {

  font-size: 1.025rem;

  line-height: 1.82;

  color: #9a9aa2;

  margin-bottom: 20px;

  font-weight: 400;

  letter-spacing: -0.012em;
}

.tw-cta-copy strong {

  color: #ffffff;

  font-weight: 500;
}

/* =========================
   BUTTON
========================= */

.tw-cta-button {

  display: inline-flex;

  align-items: center;

  padding: 14px 20px;

  margin-top: 10px;

  border-radius: 14px;

background: linear-gradient(
  135deg,
  #ff4f8b 50%,
  #ff6fa3 100%
);
  border: 1px solid rgba(255,79,139,.4);

  color: #ffffff !important;

  text-decoration: none;

  font-size: .86rem;

  font-weight: 500;

  letter-spacing: -0.01em;

  transition:
    transform .35s cubic-bezier(.16,1,.3,1),
    border-color .3s ease,
    color .3s ease;
}

.tw-cta-button:hover,
.tw-cta-button:focus,
.tw-cta-button:active,
.tw-cta-button:visited {

  color: #ffffff !important;
}

.tw-cta-button:hover {

  transform: translateY(-2px);

  border-color: rgba(255,79,139,.8);
}

/* =========================
   RIGHT CARD
========================= */

.tw-cta-card {

  grid-column: 3;

  position: sticky;

  top: 40px;

  align-self: start;

  padding-top: 32px;

  padding-left: 20px;

  min-width: 0;
}

.tw-cta-card::before {

  content: "";

  position: absolute;

  left: 0;
  top: 32px;

  width: 1px;
  height: calc(100% - 32px);

  background:
    linear-gradient(
      to bottom,
      rgba(255,79,139,.55),
      rgba(255,79,139,0)
    );
}

/* =========================
   CARD CONTENT
========================= */

.tw-cta-card-label {

  color: rgba(255,79,139,.65);

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .22em;

  text-transform: uppercase;

  margin-bottom: 12px;
}

.tw-cta-person {

  color: #ffffff;

  font-size: .78rem;

  font-weight: 500;

  letter-spacing: -0.03em;

  margin-bottom: 4px;
}

.tw-cta-role {

  color: rgba(225,225,232,.48);

  font-size: .72rem;

  line-height: 1.5;

  margin-bottom: 18px;
}

/* =========================
   CONTACT LINKS
========================= */

.tw-cta-contact-list {

  display: flex;

  flex-direction: column;

  gap: 10px;

  width: 100%;

  min-width: 0;
}

.tw-cta-contact-list a {

  display: block;

  width: 100%;

  min-width: 0;

  color: rgba(225,225,232,.6);

  text-decoration: none;

  font-size: .72rem;

  line-height: 1.7;

  overflow-wrap: anywhere;

  word-break: break-word;

  transition:
    color .25s ease,
    transform .25s ease;
}

.tw-cta-contact-list a:hover {

  color: #ffffff;

  transform: translateX(2px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1240px) {

  .tw-cta-section {

    max-width: 760px;

    padding: 0 40px 96px;
  }

  .tw-cta-grid {

    grid-template-columns: 1fr;
  }

  .tw-cta-content {

    grid-column: 1;

    padding-top: 0;
  }

  .tw-cta-card {

    grid-column: 1;

    position: relative;

    top: auto;

    padding-left: 0;

    padding-top: 24px;

    border-top: 1px solid rgba(255,255,255,.07);
  }

  .tw-cta-card::before {

    display: none;
  }
}

@media (max-width: 768px) {

  .tw-cta-section {

    padding: 0 24px 72px;
  }

  .tw-cta-title {

    font-size: 1.46rem;
  }

  .tw-cta-copy p {

    font-size: .975rem;

    line-height: 1.76;
  }
}/* End custom CSS */