@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 .tttc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .tttc-content-wrap .tttc-section{
  position: relative;
}.tc-wp-content-root .tttc-content-wrap .tttc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tttc-content-wrap .tttc-section-soft{
  background: linear-gradient(180deg, #fffaf4 0%, #f8fbff 100%);
}.tc-wp-content-root .tttc-content-wrap .tttc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tttc-content-wrap .tttc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tttc-content-wrap .tttc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(235, 124, 62, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 238, 220, 0.9), rgba(226, 246, 255, 0.9));
  color: #9b4f1f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tttc-content-wrap .tttc-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9f43, #ff5f6d);
  box-shadow: 0 0 0 5px rgba(255, 159, 67, 0.12);
}.tc-wp-content-root .tttc-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .tttc-content-wrap .tttc-section-head p{
  margin: 14px auto 0;
  color: #586174;
  line-height: 1.7;
}.tc-wp-content-root .tttc-content-wrap .tttc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tttc-content-wrap .tttc-card, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card, .tc-wp-content-root .tttc-content-wrap .tttc-step-card{
  position: relative;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(31, 41, 55, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tttc-content-wrap .tttc-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .tttc-content-wrap .tttc-card::after, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 159, 67, 0.16), rgba(27, 188, 155, 0.08), rgba(74, 144, 226, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tttc-content-wrap .tttc-card:hover, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card:hover, .tc-wp-content-root .tttc-content-wrap .tttc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 141, 66, 0.34);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .tttc-content-wrap .tttc-card:hover::after, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ffb15f, #ff6f61);
  box-shadow: 0 12px 26px rgba(255, 111, 97, 0.23);
}.tc-wp-content-root .tttc-content-wrap .tttc-icon::before, .tc-wp-content-root .tttc-content-wrap .tttc-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-sun::before{
  inset: 12px;
  border-radius: 50%;
  background: #fff9ed;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-sun::after{
  left: 20px;
  top: 6px;
  width: 2px;
  height: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(45deg);
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-shield::before{
  left: 12px;
  top: 9px;
  width: 18px;
  height: 22px;
  border-radius: 10px 10px 12px 12px;
  background: #fff9ed;
  clip-path: polygon(50% 0, 100% 18%, 88% 76%, 50% 100%, 12% 76%, 0 18%);
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-clock::before{
  left: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  border: 3px solid #fff9ed;
  border-radius: 50%;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-clock::after{
  left: 21px;
  top: 15px;
  width: 9px;
  height: 11px;
  border-left: 3px solid #fff9ed;
  border-bottom: 3px solid #fff9ed;
  border-radius: 1px;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-wave::before{
  left: 9px;
  top: 20px;
  width: 24px;
  height: 10px;
  border-bottom: 4px solid #fff9ed;
  border-radius: 0 0 18px 18px;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-scale::before{
  left: 10px;
  top: 11px;
  width: 22px;
  height: 20px;
  border: 3px solid #fff9ed;
  border-radius: 8px;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-spark::before{
  left: 18px;
  top: 7px;
  width: 7px;
  height: 28px;
  border-radius: 50%;
  background: #fff9ed;
}.tc-wp-content-root .tttc-content-wrap .tttc-icon-spark::after{
  left: 7px;
  top: 18px;
  width: 28px;
  height: 7px;
  border-radius: 50%;
  background: #fff9ed;
}.tc-wp-content-root .tttc-content-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151b2c;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}.tc-wp-content-root .tttc-content-wrap .tttc-card p, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card p, .tc-wp-content-root .tttc-content-wrap .tttc-step-card p, .tc-wp-content-root .tttc-content-wrap .tttc-note p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.68;
}.tc-wp-content-root .tttc-content-wrap .tttc-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .tttc-content-wrap .tttc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .tttc-content-wrap .tttc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff9f43, #ff5f6d);
}.tc-wp-content-root .tttc-content-wrap .tttc-step-number{
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #172033, #334155);
  color: #fffaf4;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(23, 32, 51, 0.18);
}.tc-wp-content-root .tttc-content-wrap .tttc-step-copy{
  min-width: 0;
}.tc-wp-content-root .tttc-content-wrap .tttc-card-soft-accent{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.tc-wp-content-root .tttc-content-wrap .tttc-mini-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 159, 67, 0.12);
  color: #9b4f1f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tttc-content-wrap .tttc-benefit-card{
  min-height: 100%;
  border-radius: 22px;
  background: #ffffff;
}.tc-wp-content-root .tttc-content-wrap .tttc-benefit-mark{
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1bbc9b, #4a90e2);
  box-shadow: 0 13px 28px rgba(27, 188, 155, 0.22);
}.tc-wp-content-root .tttc-content-wrap .tttc-benefit-mark::after{
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  margin: 15px 0 0 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tttc-content-wrap .tttc-note{
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  border: 1px solid rgba(255, 159, 67, 0.2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 248, 239, 0.96), rgba(242, 251, 255, 0.96));
  box-shadow: 0 18px 44px rgba(31, 41, 55, 0.07);
}.tc-wp-content-root .tttc-content-wrap .tttc-note strong{
  color: #172033;
}.tc-wp-content-root .tttc-content-wrap .tttc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tttc-content-wrap .tttc-reveal.tttc-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tttc-content-wrap .tttc-section{
    padding: 46px 0;
  }.tc-wp-content-root .tttc-content-wrap .tttc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tttc-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card{
    padding: 20px;
  }.tc-wp-content-root .tttc-content-wrap h3{
    font-size: 17px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card p, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card p, .tc-wp-content-root .tttc-content-wrap .tttc-step-card p, .tc-wp-content-root .tttc-content-wrap .tttc-note p{
    font-size: 14px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-steps{
    margin-top: 28px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-note{
    margin-top: 24px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tttc-content-wrap .tttc-section{
    padding: 52px 0;
  }.tc-wp-content-root .tttc-content-wrap .tttc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tttc-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tttc-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card p, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card p, .tc-wp-content-root .tttc-content-wrap .tttc-step-card p, .tc-wp-content-root .tttc-content-wrap .tttc-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-steps{
    margin-top: 30px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-note{
    margin-top: 26px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tttc-content-wrap .tttc-section{
    padding: 60px 0;
  }.tc-wp-content-root .tttc-content-wrap .tttc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tttc-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tttc-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card p, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card p, .tc-wp-content-root .tttc-content-wrap .tttc-step-card p, .tc-wp-content-root .tttc-content-wrap .tttc-note p{
    font-size: 15px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-steps{
    margin-top: 34px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-note{
    margin-top: 30px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tttc-content-wrap .tttc-section{
    padding: 74px 0;
  }.tc-wp-content-root .tttc-content-wrap .tttc-container{
    padding: 0 30px;
  }.tc-wp-content-root .tttc-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-grid-three, .tc-wp-content-root .tttc-content-wrap .tttc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tttc-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card p, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card p, .tc-wp-content-root .tttc-content-wrap .tttc-step-card p, .tc-wp-content-root .tttc-content-wrap .tttc-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-steps{
    margin-top: 42px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-step-card{
    padding: 28px 30px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-note{
    margin-top: 34px;
    padding: 24px 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tttc-content-wrap .tttc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tttc-content-wrap .tttc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tttc-content-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-grid-three, .tc-wp-content-root .tttc-content-wrap .tttc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tttc-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-card p, .tc-wp-content-root .tttc-content-wrap .tttc-benefit-card p, .tc-wp-content-root .tttc-content-wrap .tttc-step-card p, .tc-wp-content-root .tttc-content-wrap .tttc-note p{
    font-size: 15.8px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-steps{
    margin-top: 48px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-step-card{
    padding: 32px 34px;
  }.tc-wp-content-root .tttc-content-wrap .tttc-note{
    margin-top: 38px;
    padding: 26px 30px;
  }}