@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 .rbtg-editorial-wrap, .tc-wp-content-root .rbtg-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .rbtg-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #211a19;
  background: #fff;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-container, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section{
  padding: 96px 22px;
  overflow: hidden;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-white{
  background: #fff;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 180, 98, .22), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(194, 92, 255, .15), transparent 34%),
    linear-gradient(135deg, #fff8ef 0%, #fff0ee 48%, #fbf4ff 100%);
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-container{
  max-width: 1380px;
  margin: 0 auto;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head{
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .rbtg-editorial-wrap h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  color: #1d1718;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rbtg-editorial-wrap h2 span{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f7b 43%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #6f5f5b;
  font-size: 1.05rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-what, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rbtg-a: #ff9b50;
  --rbtg-b: #ff5f88;
  --rbtg-c: #fff7ef;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(115, 76, 60, .12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, .95), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,250,246,.9)),
    linear-gradient(135deg, rgba(255,255,255,.8), var(--rbtg-c));
  box-shadow: 0 18px 42px rgba(55, 34, 27, .08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(24px);
  opacity: 0;
  overflow: hidden;
  transition: transform .42s ease, opacity .55s ease, box-shadow .35s ease, border-color .35s ease;
  will-change: transform;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rbtg-a) 22%, transparent), transparent 34%);
  opacity: .55;
  pointer-events: none;
  transition: opacity .35s ease;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--rbtg-a), var(--rbtg-b));
  opacity: .72;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card.rbtg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:hover{
  border-color: color-mix(in srgb, var(--rbtg-a) 38%, rgba(115,76,60,.14));
  box-shadow: 0 26px 64px rgba(55, 34, 27, .14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--rbtg-a);
  background: linear-gradient(145deg, #fff, var(--rbtg-c));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75), 0 12px 26px rgba(72, 45, 36, .08);
  transition: transform .35s ease, color .35s ease, background .35s ease;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:hover .rbtg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--rbtg-a), var(--rbtg-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .rbtg-editorial-wrap h3{
  margin: 22px 0 0;
  color: #241c1b;
  font-size: 1.14rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rbtg-editorial-wrap h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--rbtg-a), var(--rbtg-b));
  transition: width .35s ease;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card p{
  margin: 16px 0 0;
  color: #6d5d58;
  font-size: .96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: #8b3f23;
  font-size: .88rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: .25;
  transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease, color .35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:hover .rbtg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--rbtg-b);
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-step-badge{
  position: absolute;
  top: 24px;
  right: 24px;
  max-width: calc(100% - 48px);
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--rbtg-a), var(--rbtg-b));
  font-size: .78rem;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--rbtg-a) 24%, transparent);
  transition: transform .35s ease, box-shadow .35s ease;
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-process-card:hover .rbtg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--rbtg-b) 28%, transparent);
}.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(1){ --rbtg-a: #ff914d; --rbtg-b: #ff4d7d; --rbtg-c: #fff4ec; }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(2){ --rbtg-a: #f6b33d; --rbtg-b: #f06449; --rbtg-c: #fff7e8; }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(3){ --rbtg-a: #ec6f9f; --rbtg-b: #8b5cf6; --rbtg-c: #fff0f6; }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(4){ --rbtg-a: #ff7a59; --rbtg-b: #b76cff; --rbtg-c: #fff2ee; }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(5){ --rbtg-a: #d97706; --rbtg-b: #fb7185; --rbtg-c: #fff7e6; }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(6){ --rbtg-a: #fb7185; --rbtg-b: #a855f7; --rbtg-c: #fff1f4; }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(7){ --rbtg-a: #f59e0b; --rbtg-b: #ec4899; --rbtg-c: #fff8df; }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:nth-child(8){ --rbtg-a: #ff6b4a; --rbtg-b: #7c3aed; --rbtg-c: #fff3f0; }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section{
    padding: 82px 20px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-container{
    max-width: 1060px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-what, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-why, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card{
    padding: 28px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section{
    padding: 70px 18px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-what, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-why, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card{
    padding: 26px;
  }.tc-wp-content-root .rbtg-editorial-wrap h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card p{
    font-size: .94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head p{
    font-size: .96rem;
    line-height: 1.62;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-what, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-why, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card{
    padding: 24px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section{
    padding: 50px 14px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head p{
    font-size: .92rem;
    line-height: 1.58;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-what, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-why, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .rbtg-editorial-wrap h3{
    font-size: 1rem;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card p{
    font-size: .9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section{
    padding: 44px 12px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-section-head p{
    font-size: .88rem;
    line-height: 1.55;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-what, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-why, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-grid-how{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card{
    padding: 19px;
    border-radius: 16px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .rbtg-editorial-wrap h3{
    margin-top: 18px;
    font-size: .96rem;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card p{
    font-size: .86rem;
    line-height: 1.55;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-step-badge{
    top: 18px;
    right: 18px;
    padding: 7px 9px;
    font-size: .7rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-card::before, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-icon, .tc-wp-content-root .rbtg-editorial-wrap h3::after, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-cta, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .rbtg-editorial-wrap .rbtg-card, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-card.rbtg-visible, .tc-wp-content-root .rbtg-editorial-wrap .rbtg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .rbtg-tilt-card {}