@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.0.0/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 .atg-premium-editorial, .tc-wp-content-root .atg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .atg-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: #241a16;
  background: #fff;
}.tc-wp-content-root .atg-premium-editorial .atg-section, .tc-wp-content-root .atg-premium-editorial .atg-container, .tc-wp-content-root .atg-premium-editorial .atg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .atg-premium-editorial .atg-section{
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .atg-premium-editorial .atg-section-white{
  background: #fff;
}.tc-wp-content-root .atg-premium-editorial .atg-section-warm{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 190, 113, .28), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(205, 121, 255, .18), transparent 34%),
    linear-gradient(135deg, #fff8f0 0%, #fff2ec 42%, #f8f0ff 100%);
}.tc-wp-content-root .atg-premium-editorial .atg-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .atg-premium-editorial h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  color: #221712;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial h2 span{
  background: linear-gradient(110deg, #ff7a45 0%, #f4b436 36%, #ee4f91 68%, #8c52ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #6d5f58;
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .atg-premium-editorial .atg-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .atg-premium-editorial .atg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .atg-premium-editorial .atg-card{
  --atg-accent: #ff8a3d;
  --atg-accent-2: #ee4f91;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(68, 39, 24, .09);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--atg-accent) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 250, 246, .9));
  box-shadow: 0 18px 48px rgba(58, 36, 23, .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, background .35s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(2n){
  --atg-accent: #ee4f91;
  --atg-accent-2: #ffb347;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(3n){
  --atg-accent: #8c52ff;
  --atg-accent-2: #ff7a45;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(4n){
  --atg-accent: #f4b436;
  --atg-accent-2: #ef5d60;
}.tc-wp-content-root .atg-premium-editorial .atg-card:nth-child(5n){
  --atg-accent: #ff6f61;
  --atg-accent-2: #9b5cff;
}.tc-wp-content-root .atg-premium-editorial .atg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--atg-accent) 16%, transparent), transparent 46%);
  opacity: .55;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .atg-premium-editorial .atg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--atg-accent), var(--atg-accent-2));
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .35s ease;
}.tc-wp-content-root .atg-premium-editorial .atg-card.atg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover{
  border-color: color-mix(in srgb, var(--atg-accent) 44%, transparent);
  box-shadow: 0 26px 70px rgba(58, 36, 23, .15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .atg-premium-editorial .atg-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: color-mix(in srgb, var(--atg-accent) 13%, #fff);
  color: var(--atg-accent);
  font-size: 1.22rem;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--atg-accent) 20%, transparent);
  transition: transform .35s ease, background .35s ease, color .35s ease;
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover .atg-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  background: linear-gradient(135deg, var(--atg-accent), var(--atg-accent-2));
  color: #fff;
}.tc-wp-content-root .atg-premium-editorial h3{
  margin: 22px 0 10px;
  color: #241a16;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-card p{
  margin: 0;
  color: #6a5c55;
  font-size: .96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--atg-accent);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.4;
  opacity: .18;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .atg-premium-editorial .atg-card:hover .atg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .atg-premium-editorial .atg-process{
  padding-top: 30px;
}.tc-wp-content-root .atg-premium-editorial .atg-step{
  width: 56px;
  height: 42px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--atg-accent), var(--atg-accent-2));
  color: #fff;
  font-weight: 900;
  font-size: .9rem;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--atg-accent) 28%, transparent);
  transition: transform .35s ease, box-shadow .35s ease;
}.tc-wp-content-root .atg-premium-editorial .atg-process:hover .atg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 42px color-mix(in srgb, var(--atg-accent) 36%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .atg-premium-editorial .atg-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .atg-premium-editorial .atg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .atg-premium-editorial .atg-container{
    max-width: 1040px;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid-4, .tc-wp-content-root .atg-premium-editorial .atg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    padding: 26px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid-4, .tc-wp-content-root .atg-premium-editorial .atg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    min-height: 220px;
    padding: 24px;
  }.tc-wp-content-root .atg-premium-editorial h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-card p{
    font-size: .94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap p{
    font-size: .95rem;
    line-height: 1.65;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid-4, .tc-wp-content-root .atg-premium-editorial .atg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap p{
    font-size: .9rem;
    line-height: 1.6;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid-4, .tc-wp-content-root .atg-premium-editorial .atg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .atg-premium-editorial .atg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.05rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-step{
    width: 50px;
    height: 38px;
  }}@media (max-width: 374px) {.tc-wp-content-root .atg-premium-editorial .atg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .atg-premium-editorial .atg-heading-wrap p{
    font-size: .86rem;
    line-height: 1.58;
  }.tc-wp-content-root .atg-premium-editorial .atg-grid-4, .tc-wp-content-root .atg-premium-editorial .atg-grid-3{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .atg-premium-editorial .atg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-content-root .atg-premium-editorial h3{
    margin-top: 18px;
    font-size: .98rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-card p, .tc-wp-content-root .atg-premium-editorial .atg-cta{
    font-size: .86rem;
  }.tc-wp-content-root .atg-premium-editorial .atg-step{
    width: 46px;
    height: 36px;
    font-size: .82rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .atg-premium-editorial .atg-card, .tc-wp-content-root .atg-premium-editorial .atg-icon, .tc-wp-content-root .atg-premium-editorial .atg-step, .tc-wp-content-root .atg-premium-editorial .atg-cta{
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }.tc-wp-content-root .atg-premium-editorial .atg-card{
    opacity: 1;
  }}

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