@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 .fbtg-editorial-wrap, .tc-wp-content-root .fbtg-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fbtg-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: #241b2d;
  background: #fff;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow: hidden;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section-white{
  background: #fff;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section-warm{
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 196, 122, 0.34), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(220, 116, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff8ef 0%, #fff2f5 46%, #f9f1ff 100%);
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading{
  max-width: 810px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #21172b;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading h2 span{
  background: linear-gradient(135deg, #ff8a3d 0%, #ff4f87 45%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #6b6076;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fbtg-accent: #ff8a3d;
  --fbtg-accent-2: #ff4f87;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(65, 45, 86, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fbtg-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,250,246,0.9));
  box-shadow: 0 18px 42px rgba(49, 31, 63, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 320ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fbtg-accent) 10%, transparent), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:hover{
  border-color: color-mix(in srgb, var(--fbtg-accent) 38%, transparent);
  box-shadow: 0 26px 62px rgba(49, 31, 63, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:nth-child(2n){ --fbtg-accent: #ff5f8f; --fbtg-accent-2: #9b5cff; }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:nth-child(3n){ --fbtg-accent: #f5a524; --fbtg-accent-2: #ff6b6b; }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:nth-child(4n){ --fbtg-accent: #b56cff; --fbtg-accent-2: #ff7a59; }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:nth-child(5n){ --fbtg-accent: #ff7043; --fbtg-accent-2: #f06292; }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  color: var(--fbtg-accent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--fbtg-accent) 16%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fbtg-accent) 16%, transparent), 0 12px 28px rgba(31, 24, 44, 0.08);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:hover .fbtg-icon{
  transform: translateY(-3px) scale(1.05) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--fbtg-accent), var(--fbtg-accent-2));
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card h3{
  position: relative;
  margin: 22px 0 12px;
  color: #241b2d;
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fbtg-accent), var(--fbtg-accent-2));
  transition: width 320ms ease;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card p{
  margin: 0;
  color: #6d6277;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fbtg-accent);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:hover .fbtg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-tilt-card{
  min-height: 285px;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-process-card{
  padding-top: 26px;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-step{
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  max-width: 100%;
  border-radius: 19px;
  color: #fff;
  background: linear-gradient(135deg, var(--fbtg-accent), var(--fbtg-accent-2));
  box-shadow: 0 16px 32px color-mix(in srgb, var(--fbtg-accent) 24%, transparent);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fbtg-editorial-wrap .fbtg-process-card:hover .fbtg-step{
  transform: translateY(-4px) rotate(-4deg) scale(1.05);
  box-shadow: 0 22px 42px color-mix(in srgb, var(--fbtg-accent) 32%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-3, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-4{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card{
    padding: 24px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-3, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card{
    min-height: 235px;
    padding: 22px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-3, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-4{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card{
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-3, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-4{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading p{
    font-size: 0.9rem;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card{
    min-height: auto;
    padding: 19px;
    border-radius: 17px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-icon, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-step{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .fbtg-editorial-wrap .fbtg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-3, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-grid-4{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-heading p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card{
    min-height: auto;
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-icon, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-step{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card h3{
    margin-top: 18px;
    font-size: 0.96rem;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card p, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-card::before, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-icon, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-step, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-cta, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .fbtg-editorial-wrap .fbtg-card, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-card.is-visible, .tc-wp-content-root .fbtg-editorial-wrap .fbtg-card:hover{
    transform: none !important;
    opacity: 1;
  }}