@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;
}.wpc-scope-16 .tc-wp-content-root img, .wpc-scope-16 .tc-wp-content-root video, .wpc-scope-16 .tc-wp-content-root svg, .wpc-scope-16 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap div, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap section, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap article, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap span, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap h2, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap h3, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap p{
  box-sizing: border-box;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-section{
  position: relative;
  width: 100%;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-section-white{
  background: #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-section-soft{
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 69, 0, 0.08), transparent 30%),
    linear-gradient(180deg, #fff8f4 0%, #f8fafc 100%);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.10), rgba(255, 139, 66, 0.10));
  color: #c43b00;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.1;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.7;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card{
  height: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card::after, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card::after, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), transparent 34%, rgba(255, 145, 77, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card:hover, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card:hover, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card:hover, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card:hover::after, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card:hover::after, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card h3, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card h3, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card h3, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151b2a;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-card p, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card p, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card p, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5e6879;
  line-height: 1.65;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon::before, .wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-frame::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-frame::after{
  width: 7px;
  height: 7px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-speed::before{
  width: 22px;
  height: 3px;
  left: 11px;
  top: 14px;
  border-radius: 10px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.8), 0 14px 0 rgba(255, 255, 255, 0.55);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 10px;
  top: 14px;
  border-radius: 999px / 70%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-steps::after{
  width: 13px;
  height: 2px;
  right: 11px;
  top: 14px;
  border-radius: 10px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 10px;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 16px;
  top: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.8);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 69, 0, 0.09), rgba(255, 255, 255, 0.88)),
    #ffffff;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4500, #ff9b5a);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.18);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-use-card{
  overflow: hidden;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.10), 0 0 28px rgba(255, 69, 0, 0.26);
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-weight: 760;
  line-height: 1.2;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-16 .tc-wp-content-root .riv-editorial-wrap .riv-reveal.riv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .riv-editorial-wrap .riv-section{
    padding: 54px 0;
  }.tc-wp-content-root .riv-editorial-wrap .riv-container{
    padding: 0 14px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .riv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card-grid, .tc-wp-content-root .riv-editorial-wrap .riv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card, .tc-wp-content-root .riv-editorial-wrap .riv-use-card, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .riv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card p, .tc-wp-content-root .riv-editorial-wrap .riv-use-card p, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card p, .tc-wp-content-root .riv-editorial-wrap .riv-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .riv-editorial-wrap .riv-section{
    padding: 60px 0;
  }.tc-wp-content-root .riv-editorial-wrap .riv-container{
    padding: 0 18px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .riv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card-grid, .tc-wp-content-root .riv-editorial-wrap .riv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card, .tc-wp-content-root .riv-editorial-wrap .riv-use-card, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .riv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card p, .tc-wp-content-root .riv-editorial-wrap .riv-use-card p, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card p, .tc-wp-content-root .riv-editorial-wrap .riv-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .riv-editorial-wrap .riv-section{
    padding: 66px 0;
  }.tc-wp-content-root .riv-editorial-wrap .riv-container{
    padding: 0 22px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .riv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card-grid, .tc-wp-content-root .riv-editorial-wrap .riv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card, .tc-wp-content-root .riv-editorial-wrap .riv-use-card, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .riv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card p, .tc-wp-content-root .riv-editorial-wrap .riv-use-card p, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card p, .tc-wp-content-root .riv-editorial-wrap .riv-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .riv-editorial-wrap .riv-section{
    padding: 78px 0;
  }.tc-wp-content-root .riv-editorial-wrap .riv-container{
    padding: 0 30px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .riv-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-steps{
    gap: 20px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card, .tc-wp-content-root .riv-editorial-wrap .riv-use-card, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .riv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card p, .tc-wp-content-root .riv-editorial-wrap .riv-use-card p, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card p, .tc-wp-content-root .riv-editorial-wrap .riv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .riv-editorial-wrap .riv-section{
    padding: 92px 0;
  }.tc-wp-content-root .riv-editorial-wrap .riv-container{
    padding: 0 32px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .riv-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-steps{
    gap: 22px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card, .tc-wp-content-root .riv-editorial-wrap .riv-use-card, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-card{
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .riv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .riv-editorial-wrap .riv-card p, .tc-wp-content-root .riv-editorial-wrap .riv-use-card p, .tc-wp-content-root .riv-editorial-wrap .riv-benefit-card p, .tc-wp-content-root .riv-editorial-wrap .riv-step-card p{
    font-size: 16px;
  }}.wpc-scope-16 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .riv-step-content{}