@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 .loafcalc-editorial-block, .tc-wp-content-root .loafcalc-editorial-block *{
  box-sizing: border-box;
}.tc-wp-content-root .loafcalc-editorial-block{
  --loafcalc-primary: #2878d8;
  --loafcalc-secondary: #00a7b5;
  --loafcalc-ink: #172033;
  --loafcalc-muted: #5d6b82;
  --loafcalc-soft: #f0f7ff;
  --loafcalc-line: rgba(40, 120, 216, 0.14);
  --loafcalc-shadow: 0 18px 50px rgba(20, 54, 96, 0.12);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--loafcalc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-container, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section{
  position: relative;
  padding: 92px 20px;
  overflow: hidden;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section-intro, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-section-process{
  background: #fff;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section-benefits{
  background: #f0f7ff;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-container{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1240px;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap h2{
  margin: 0;
  color: var(--loafcalc-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap h2 span{
  display: inline;
  color: transparent;
  background: linear-gradient(115deg, #2878d8 0%, #00a7b5 55%, #53c79f 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--loafcalc-muted);
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid{
  display: grid;
  gap: 22px;
  align-items: stretch;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --card-accent: #2878d8;
  --card-accent-2: #00a7b5;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 236px;
  padding: 26px;
  border: 1px solid var(--loafcalc-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0)),
    #f0f7ff;
  box-shadow: 0 14px 38px rgba(31, 80, 135, 0.09);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section-benefits .loafcalc-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(240, 247, 255, 0.95), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)),
    #fff;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(1){ --card-accent: #2878d8; --card-accent-2: #00a7b5; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(2){ --card-accent: #2c9f88; --card-accent-2: #53c79f; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(3){ --card-accent: #6d69d8; --card-accent-2: #3aa7ff; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(4){ --card-accent: #d57b31; --card-accent-2: #f0b14b; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(5){ --card-accent: #c7476b; --card-accent-2: #ff8aa5; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(6){ --card-accent: #0d8aa1; --card-accent-2: #5ed0d8; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(7){ --card-accent: #4f8d38; --card-accent-2: #93c95c; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:nth-child(8){ --card-accent: #7557c9; --card-accent-2: #a891ff; }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--card-accent) 20%, transparent), transparent 38%);
  opacity: 0;
  transition: opacity 0.3s ease;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card::after{
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
  opacity: 0.64;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:hover{
  border-color: color-mix(in srgb, var(--card-accent) 42%, transparent);
  box-shadow: var(--loafcalc-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 17px;
  color: var(--card-accent);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), color-mix(in srgb, var(--card-accent) 12%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 12px 24px rgba(27, 76, 130, 0.1);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:hover .loafcalc-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  color: var(--loafcalc-ink);
  font-size: 1.04rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card p{
  margin: 0;
  color: var(--loafcalc-muted);
  font-size: 0.94rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--card-accent);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:hover .loafcalc-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-benefit-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-benefit-card .loafcalc-icon, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-benefit-card h3, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-benefit-card p, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-benefit-card .loafcalc-cta{
  transform: translateZ(12px);
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-process-card{
  padding-top: 56px;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: -1;
  color: color-mix(in srgb, var(--card-accent) 12%, transparent);
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 900;
  transition: transform 0.3s ease, color 0.3s ease;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-process-card:hover::before{
  color: color-mix(in srgb, var(--card-accent) 20%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-step-text{
  position: absolute;
  top: 24px;
  left: 26px;
  max-width: calc(100% - 52px);
  color: var(--card-accent);
  font-size: 0.75rem;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .loafcalc-editorial-block .loafcalc-process-card:hover .loafcalc-step-text{
  color: var(--card-accent-2);
  transform: translateX(3px);
}@media (min-width: 1200px) {.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section{
    padding: 96px 28px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-container{
    max-width: 1240px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section{
    padding: 82px 22px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-container{
    max-width: 1080px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid{
    gap: 18px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card{
    padding: 22px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap p{
    font-size: 0.97rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section{
    padding: 68px 20px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-four, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card{
    padding: 23px;
    min-height: 220px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section{
    padding: 54px 16px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap p{
    font-size: 0.93rem;
    line-height: 1.58;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-four, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card{
    padding: 22px;
    min-height: auto;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section{
    padding: 46px 14px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.55;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-four, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .loafcalc-editorial-block .loafcalc-section{
    padding: 40px 12px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.5;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-four, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card p, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-process-card{
    padding-top: 52px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-process-card::before{
    font-size: 3.5rem;
    right: 12px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-step-text{
    left: 18px;
    top: 20px;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-cta{
    opacity: 1;
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-card::before, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-card::after, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-icon, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-cta, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-card h3::after, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-process-card::before, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-step-text{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .loafcalc-editorial-block .loafcalc-card, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-card.is-visible, .tc-wp-content-root .loafcalc-editorial-block .loafcalc-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .loafcalc-reveal {}