@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .dtg-premium-editorial, .tc-wp-content-root .dtg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .dtg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #251f2c;
  background: #fff;
}.tc-wp-content-root .dtg-premium-editorial .dtg-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 22px;
  overflow-x: hidden;
}.tc-wp-content-root .dtg-premium-editorial .dtg-section-white{
  background: #fff;
}.tc-wp-content-root .dtg-premium-editorial .dtg-section-warm{
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 174, 92, .28), transparent 34%),
    radial-gradient(circle at 84% 24%, rgba(199, 111, 255, .18), transparent 36%),
    linear-gradient(135deg, #fff7ef 0%, #fff0f4 48%, #f8f1ff 100%);
}.tc-wp-content-root .dtg-premium-editorial .dtg-container{
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap{
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .dtg-premium-editorial h2{
  margin: 0;
  color: #221929;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-editorial h2 span{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f81 44%, #8f5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap p{
  margin: 16px auto 0;
  color: #665d70;
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-editorial .dtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .dtg-premium-editorial .dtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .dtg-premium-editorial .dtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .dtg-premium-editorial .dtg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --dtg-a: #ff8a3d;
  --dtg-b: #ff4f81;
  --dtg-soft: rgba(255, 138, 61, .12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(70, 45, 89, .11);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, .9), transparent 31%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,255,255,.82)),
    linear-gradient(135deg, var(--dtg-soft), rgba(255,255,255,.1));
  box-shadow: 0 16px 42px rgba(39, 24, 53, .08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform .45s ease, opacity .55s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}.tc-wp-content-root .dtg-premium-editorial .dtg-card:nth-child(2){ --dtg-a: #ff5f7e; --dtg-b: #ffb347; --dtg-soft: rgba(255, 95, 126, .12); }.tc-wp-content-root .dtg-premium-editorial .dtg-card:nth-child(3){ --dtg-a: #9b5cff; --dtg-b: #ff78a6; --dtg-soft: rgba(155, 92, 255, .12); }.tc-wp-content-root .dtg-premium-editorial .dtg-card:nth-child(4){ --dtg-a: #f6a623; --dtg-b: #ff5a5f; --dtg-soft: rgba(246, 166, 35, .13); }.tc-wp-content-root .dtg-premium-editorial .dtg-card:nth-child(5){ --dtg-a: #ff7a59; --dtg-b: #7c5cff; --dtg-soft: rgba(255, 122, 89, .12); }.tc-wp-content-root .dtg-premium-editorial .dtg-card:nth-child(6){ --dtg-a: #d866ff; --dtg-b: #ff965c; --dtg-soft: rgba(216, 102, 255, .12); }.tc-wp-content-root .dtg-premium-editorial .dtg-card:nth-child(7){ --dtg-a: #ffb000; --dtg-b: #ff477e; --dtg-soft: rgba(255, 176, 0, .13); }.tc-wp-content-root .dtg-premium-editorial .dtg-card:nth-child(8){ --dtg-a: #ff6a3d; --dtg-b: #b15cff; --dtg-soft: rgba(177, 92, 255, .12); }.tc-wp-content-root .dtg-premium-editorial .dtg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .dtg-premium-editorial .dtg-card:hover{
  border-color: color-mix(in srgb, var(--dtg-a), transparent 42%);
  box-shadow: 0 24px 62px rgba(39, 24, 53, .14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .dtg-premium-editorial .dtg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--dtg-a);
  background: linear-gradient(135deg, var(--dtg-soft), rgba(255,255,255,.78));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
  transition: transform .35s ease, color .35s ease, background .35s ease;
}.tc-wp-content-root .dtg-premium-editorial .dtg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .dtg-premium-editorial .dtg-card:hover .dtg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--dtg-a), var(--dtg-b));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .dtg-premium-editorial h3{
  position: relative;
  margin: 0 0 13px;
  color: #251f2c;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-editorial h3::after{
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dtg-a), var(--dtg-b));
  transition: width .35s ease;
}.tc-wp-content-root .dtg-premium-editorial .dtg-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .dtg-premium-editorial .dtg-card p{
  margin: 0;
  color: #675f6f;
  font-size: .96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-editorial .dtg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--dtg-a);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: .35;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease, color .35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .dtg-premium-editorial .dtg-card:hover .dtg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--dtg-b);
}.tc-wp-content-root .dtg-premium-editorial .dtg-process{
  padding-top: 78px;
}.tc-wp-content-root .dtg-premium-editorial .dtg-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  max-width: 100%;
  border-radius: 15px;
  color: #fff;
  font-size: .88rem;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, var(--dtg-a), var(--dtg-b));
  box-shadow: 0 12px 24px color-mix(in srgb, var(--dtg-a), transparent 72%);
  transition: transform .35s ease, box-shadow .35s ease;
}.tc-wp-content-root .dtg-premium-editorial .dtg-process:hover .dtg-badge{
  transform: translateY(-3px) scale(1.07) rotate(-3deg);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--dtg-a), transparent 62%);
}@media (min-width: 1200px) {.tc-wp-content-root .dtg-premium-editorial .dtg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .dtg-premium-editorial .dtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .dtg-premium-editorial .dtg-section{
    padding: 82px 20px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .dtg-premium-editorial .dtg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card{
    padding: 26px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtg-premium-editorial .dtg-section{
    padding: 70px 18px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap p{
    font-size: .98rem;
    line-height: 1.65;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .dtg-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card p{
    font-size: .94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtg-premium-editorial .dtg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap p{
    font-size: .94rem;
    line-height: 1.62;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtg-premium-editorial .dtg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap p{
    font-size: .9rem;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-badge{
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
  }}@media (max-width: 374px) {.tc-wp-content-root .dtg-premium-editorial .dtg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-heading-wrap p{
    font-size: .86rem;
    line-height: 1.58;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .dtg-premium-editorial h3{
    font-size: .98rem;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card p, .tc-wp-content-root .dtg-premium-editorial .dtg-cta{
    font-size: .86rem;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-icon{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-process{
    padding-top: 68px;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-badge{
    width: 38px;
    height: 38px;
    left: 18px;
    top: 18px;
    font-size: .8rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .dtg-premium-editorial .dtg-card, .tc-wp-content-root .dtg-premium-editorial .dtg-icon, .tc-wp-content-root .dtg-premium-editorial h3::after, .tc-wp-content-root .dtg-premium-editorial .dtg-cta, .tc-wp-content-root .dtg-premium-editorial .dtg-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .dtg-premium-editorial .dtg-card, .tc-wp-content-root .dtg-premium-editorial .dtg-card.is-visible, .tc-wp-content-root .dtg-premium-editorial .dtg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .dtg-reveal {}
.tc-wp-content-root .dtg-tilt {}