@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-193 .tc-wp-content-root img, .wpc-scope-193 .tc-wp-content-root video, .wpc-scope-193 .tc-wp-content-root svg, .wpc-scope-193 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial, .wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial *{
  box-sizing: border-box;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial{
  --rbgp-ink: #17201d;
  --rbgp-muted: #65716c;
  --rbgp-line: rgba(23, 32, 29, 0.12);
  --rbgp-soft: #fff7ed;
  --rbgp-card: rgba(255, 255, 255, 0.88);
  --rbgp-shadow: 0 18px 45px rgba(26, 32, 44, 0.1);
  --rbgp-shadow-hover: 0 26px 70px rgba(26, 32, 44, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--rbgp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  isolation: isolate;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial section, .wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-container, .wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
  max-width: 100%;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-section{
  position: relative;
  width: 100%;
  padding: 88px 22px;
  overflow: hidden;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-section-white{
  background: #fff;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-section-warm{
  background:
    radial-gradient(circle at 12% 16%, rgba(244, 132, 78, 0.16), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(42, 157, 143, 0.13), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #fff5e8 100%);
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-container{
  width: min(1180px, 100%);
  margin: 0 auto;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap{
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-kicker{
  display: inline-block;
  margin-bottom: 10px;
  color: #b45d34;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial h2{
  margin: 0;
  color: var(--rbgp-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap p{
  margin: 14px auto 0;
  max-width: 660px;
  color: var(--rbgp-muted);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
  display: grid;
  width: 100%;
  gap: 22px;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rbgp-accent: #e86f3a;
  --rbgp-accent-2: #2a9d8f;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--rbgp-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rbgp-accent) 24%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), color-mix(in srgb, var(--rbgp-accent-2) 9%, #ffffff));
  box-shadow: var(--rbgp-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    transform 360ms ease,
    opacity 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card.rbgp-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:hover{
  border-color: color-mix(in srgb, var(--rbgp-accent) 48%, transparent);
  box-shadow: var(--rbgp-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:nth-child(1){ --rbgp-accent: #e86f3a; --rbgp-accent-2: #2a9d8f; }.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:nth-child(2){ --rbgp-accent: #6c63ff; --rbgp-accent-2: #f4a261; }.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:nth-child(3){ --rbgp-accent: #0f8b8d; --rbgp-accent-2: #f25f5c; }.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:nth-child(4){ --rbgp-accent: #c8553d; --rbgp-accent-2: #3a86ff; }.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:nth-child(5){ --rbgp-accent: #4d908e; --rbgp-accent-2: #f9c74f; }.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:nth-child(6){ --rbgp-accent: #7b2cbf; --rbgp-accent-2: #43aa8b; }.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--rbgp-accent) 13%, #ffffff);
  color: var(--rbgp-accent);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rbgp-accent) 16%, transparent);
  transition: transform 320ms ease, background 320ms ease, color 320ms ease;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:hover .rbgp-icon{
  background: var(--rbgp-accent);
  color: #fff;
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  color: var(--rbgp-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--rbgp-accent);
  transition: width 320ms ease;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:hover h3::after{
  width: 78px;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card p{
  margin: 0;
  color: var(--rbgp-muted);
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rbgp-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-card:hover .rbgp-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-process-card{
  padding-top: 62px;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rbgp-accent), var(--rbgp-accent-2));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--rbgp-accent) 22%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.wpc-scope-193 .tc-wp-content-root .rbg-premium-editorial .rbgp-process-card:hover .rbgp-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--rbgp-accent) 32%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .rbg-premium-editorial .rbgp-section{
    padding: 96px 28px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-container{
    width: min(1220px, 100%);
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .rbg-premium-editorial .rbgp-section{
    padding: 82px 24px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .rbg-premium-editorial .rbgp-section{
    padding: 68px 20px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap p{
    font-size: 0.95rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card{
    padding: 23px;
  }.tc-wp-content-root .rbg-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .rbg-premium-editorial .rbgp-section{
    padding: 56px 16px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap p{
    font-size: 0.92rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card{
    padding: 22px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .rbg-premium-editorial .rbgp-section{
    padding: 48px 14px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap p{
    font-size: 0.9rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    font-size: 1.08rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-badge{
    width: 40px;
    height: 40px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .rbg-premium-editorial .rbgp-section{
    padding: 42px 12px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-kicker{
    font-size: 0.68rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-heading-wrap p{
    font-size: 0.86rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    font-size: 1rem;
  }.tc-wp-content-root .rbg-premium-editorial h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card p, .tc-wp-content-root .rbg-premium-editorial .rbgp-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-process-card{
    padding-top: 56px;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-badge{
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    font-size: 0.74rem;
  }}@media (max-width: 319px){.tc-wp-content-root .rbg-premium-editorial .rbgp-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .rbg-premium-editorial .rbgp-card, .tc-wp-content-root .rbg-premium-editorial .rbgp-icon, .tc-wp-content-root .rbg-premium-editorial h3::after, .tc-wp-content-root .rbg-premium-editorial .rbgp-cta, .tc-wp-content-root .rbg-premium-editorial .rbgp-badge{
    transition: none !important;
  }.tc-wp-content-root .rbg-premium-editorial .rbgp-card, .tc-wp-content-root .rbg-premium-editorial .rbgp-card.rbgp-visible, .tc-wp-content-root .rbg-premium-editorial .rbgp-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-193 .tc-wp-content-root .rbgp-card-cta{}.wpc-scope-193 .tc-wp-content-root .rbgp-grid-intro{}.wpc-scope-193 .tc-wp-content-root .rbgp-grid-process{}.wpc-scope-193 .tc-wp-content-root .rbgp-grid-tilt{}.wpc-scope-193 .tc-wp-content-root .rbgp-tilt-card{}