@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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 .ttbc-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttbc-editorial, .tc-wp-content-root .ttbc-editorial section, .tc-wp-content-root .ttbc-editorial div, .tc-wp-content-root .ttbc-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .ttbc-editorial .ttbc-section{
  position: relative;
}.tc-wp-content-root .ttbc-editorial .ttbc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttbc-editorial .ttbc-section-soft{
  background: linear-gradient(180deg, #fbf7f2 0%, #fffaf4 100%);
}.tc-wp-content-root .ttbc-editorial .ttbc-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttbc-editorial .ttbc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttbc-editorial .ttbc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(242, 103, 34, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 125, 54, 0.12), rgba(255, 193, 84, 0.16));
  color: #b94710;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ttbc-editorial .ttbc-section-head h2{
  margin: 0;
  color: #151b2d;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ttbc-editorial .ttbc-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5f6878;
  line-height: 1.72;
}.tc-wp-content-root .ttbc-editorial .ttbc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttbc-editorial .ttbc-card, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 121, 54, 0.26), rgba(255, 198, 92, 0.06), rgba(24, 32, 51, 0.04)) border-box;
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttbc-editorial .ttbc-card:hover, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(242, 103, 34, 0.28);
  box-shadow: 0 24px 60px rgba(31, 42, 68, 0.13);
}.tc-wp-content-root .ttbc-editorial .ttbc-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-step-card h3{
  margin: 0;
  color: #172033;
  font-weight: 790;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttbc-editorial .ttbc-card p, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card p, .tc-wp-content-root .ttbc-editorial .ttbc-step-card p{
  margin: 10px 0 0;
  color: #626b7a;
  line-height: 1.68;
}.tc-wp-content-root .ttbc-editorial .ttbc-icon{
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6f31, #ffb744);
  box-shadow: 0 12px 26px rgba(255, 111, 49, 0.28);
}.tc-wp-content-root .ttbc-editorial .ttbc-icon::before, .tc-wp-content-root .ttbc-editorial .ttbc-icon::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-flame::before{
  width: 15px;
  height: 21px;
  border-radius: 13px 13px 13px 3px;
  background: #ffffff;
  transform: rotate(38deg);
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-clock::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-clock::after{
  width: 9px;
  height: 9px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(3px, -2px);
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-chart::before{
  width: 24px;
  height: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-chart::after{
  width: 20px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(-18deg) translate(1px, 2px);
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-target::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-target::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-bolt::before{
  width: 12px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 58% 44%, 95% 44%, 28% 100%, 42% 58%, 5% 58%);
}.tc-wp-content-root .ttbc-editorial .ttbc-icon-shield::before{
  width: 22px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(50% 0, 92% 16%, 84% 68%, 50% 100%, 16% 68%, 8% 16%);
}.tc-wp-content-root .ttbc-editorial .ttbc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttbc-editorial .ttbc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(242, 103, 34, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 52px rgba(31, 42, 68, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .ttbc-editorial .ttbc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 66px rgba(31, 42, 68, 0.13);
}.tc-wp-content-root .ttbc-editorial .ttbc-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 72px;
  bottom: -22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 111, 49, 0.42), rgba(255, 111, 49, 0));
}.tc-wp-content-root .ttbc-editorial .ttbc-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .ttbc-editorial .ttbc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6f31, #ffc155);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(255, 111, 49, 0.28);
}.tc-wp-content-root .ttbc-editorial .ttbc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 111, 49, 0.1);
  color: #b94710;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .ttbc-editorial .ttbc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .ttbc-editorial .ttbc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff6f31, #ffc155);
}.tc-wp-content-root .ttbc-editorial .ttbc-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 111, 49, 0.15), rgba(255, 193, 85, 0.22));
}.tc-wp-content-root .ttbc-editorial .ttbc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #f26722;
  border-bottom: 3px solid #f26722;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttbc-editorial .ttbc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .ttbc-editorial .ttbc-reveal.ttbc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttbc-editorial .ttbc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttbc-editorial .ttbc-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid, .tc-wp-content-root .ttbc-editorial .ttbc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid-three, .tc-wp-content-root .ttbc-editorial .ttbc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card p, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card p, .tc-wp-content-root .ttbc-editorial .ttbc-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttbc-editorial .ttbc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttbc-editorial .ttbc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid, .tc-wp-content-root .ttbc-editorial .ttbc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid-three, .tc-wp-content-root .ttbc-editorial .ttbc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card p, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card p, .tc-wp-content-root .ttbc-editorial .ttbc-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttbc-editorial .ttbc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttbc-editorial .ttbc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid, .tc-wp-content-root .ttbc-editorial .ttbc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid-three, .tc-wp-content-root .ttbc-editorial .ttbc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card p, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card p, .tc-wp-content-root .ttbc-editorial .ttbc-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttbc-editorial .ttbc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttbc-editorial .ttbc-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid, .tc-wp-content-root .ttbc-editorial .ttbc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid-three, .tc-wp-content-root .ttbc-editorial .ttbc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttbc-editorial .ttbc-card, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card p, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card p, .tc-wp-content-root .ttbc-editorial .ttbc-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttbc-editorial .ttbc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttbc-editorial .ttbc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid, .tc-wp-content-root .ttbc-editorial .ttbc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-grid-three, .tc-wp-content-root .ttbc-editorial .ttbc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttbc-editorial .ttbc-card, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-step-card{
    gap: 24px;
    padding: 32px 34px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card h3, .tc-wp-content-root .ttbc-editorial .ttbc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttbc-editorial .ttbc-card p, .tc-wp-content-root .ttbc-editorial .ttbc-benefit-card p, .tc-wp-content-root .ttbc-editorial .ttbc-step-card p{
    font-size: 15.5px;
  }}

.tc-wp-content-root .ttbc-step-content {}