@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 .trc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .trc-editorial-content, .tc-wp-content-root .trc-editorial-content div, .tc-wp-content-root .trc-editorial-content section, .tc-wp-content-root .trc-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .trc-editorial-content .trc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .trc-editorial-content .trc-section-white{
  background: #ffffff;
}.tc-wp-content-root .trc-editorial-content .trc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(50, 132, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .trc-editorial-content .trc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .trc-editorial-content .trc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .trc-editorial-content .trc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(20, 117, 255, 0.18);
  border-radius: 999px;
  background: rgba(20, 117, 255, 0.08);
  color: #1261c9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .trc-editorial-content .trc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .trc-editorial-content .trc-section-head p{
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.72;
}.tc-wp-content-root .trc-editorial-content .trc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .trc-editorial-content .trc-card, .tc-wp-content-root .trc-editorial-content .trc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 34, 55, 0.09);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .trc-editorial-content .trc-card::before, .tc-wp-content-root .trc-editorial-content .trc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(20, 117, 255, 0.36), rgba(21, 201, 173, 0.18), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 260ms ease;
}.tc-wp-content-root .trc-editorial-content .trc-card:hover, .tc-wp-content-root .trc-editorial-content .trc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 117, 255, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .trc-editorial-content .trc-card:hover::before, .tc-wp-content-root .trc-editorial-content .trc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .trc-editorial-content .trc-card h3, .tc-wp-content-root .trc-editorial-content .trc-benefit-card h3, .tc-wp-content-root .trc-editorial-content .trc-step-content h3{
  margin: 0;
  color: #121b2c;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .trc-editorial-content .trc-card p, .tc-wp-content-root .trc-editorial-content .trc-benefit-card p, .tc-wp-content-root .trc-editorial-content .trc-step-content p{
  margin: 12px 0 0;
  color: #5a6878;
  line-height: 1.68;
}.tc-wp-content-root .trc-editorial-content .trc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1475ff 0%, #15c9ad 100%);
  box-shadow: 0 14px 28px rgba(20, 117, 255, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .trc-editorial-content .trc-card:hover .trc-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .trc-editorial-content .trc-icon::before, .tc-wp-content-root .trc-editorial-content .trc-icon::after{
  content: "";
  position: absolute;
  border-color: #ffffff;
}.tc-wp-content-root .trc-editorial-content .trc-icon-clock::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .trc-editorial-content .trc-icon-clock::after{
  width: 8px;
  height: 7px;
  top: 18px;
  left: 23px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .trc-editorial-content .trc-icon-pace::before{
  width: 22px;
  height: 14px;
  top: 17px;
  left: 13px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}.tc-wp-content-root .trc-editorial-content .trc-icon-pace::after{
  width: 10px;
  height: 2px;
  top: 20px;
  left: 23px;
  background: #ffffff;
  transform: rotate(-28deg);
}.tc-wp-content-root .trc-editorial-content .trc-icon-copy::before{
  width: 18px;
  height: 22px;
  top: 13px;
  left: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .trc-editorial-content .trc-icon-copy::after{
  width: 14px;
  height: 18px;
  top: 10px;
  left: 12px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
}.tc-wp-content-root .trc-editorial-content .trc-icon-target::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .trc-editorial-content .trc-icon-target::after{
  width: 8px;
  height: 8px;
  top: 20px;
  left: 20px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .trc-editorial-content .trc-icon-speed::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .trc-editorial-content .trc-icon-speed::after{
  width: 12px;
  height: 2px;
  top: 24px;
  left: 23px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .trc-editorial-content .trc-icon-check::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .trc-editorial-content .trc-icon-check::after{
  width: 13px;
  height: 7px;
  top: 20px;
  left: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .trc-editorial-content .trc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .trc-editorial-content .trc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 34, 55, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .trc-editorial-content .trc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #1475ff 0%, #15c9ad 100%);
}.tc-wp-content-root .trc-editorial-content .trc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .trc-editorial-content .trc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #1475ff 0%, #15c9ad 100%);
  box-shadow: 0 16px 34px rgba(20, 117, 255, 0.24);
}.tc-wp-content-root .trc-editorial-content .trc-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1261c9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .trc-editorial-content .trc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 100% 0%, rgba(21, 201, 173, 0.13), transparent 32%);
}.tc-wp-content-root .trc-editorial-content .trc-benefit-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .trc-editorial-content .trc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20, 117, 255, 0.13), rgba(21, 201, 173, 0.16));
  position: relative;
}.tc-wp-content-root .trc-editorial-content .trc-benefit-mark::after{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  top: 15px;
  left: 13px;
  border-left: 3px solid #1475ff;
  border-bottom: 3px solid #1475ff;
  transform: rotate(-45deg);
}.tc-wp-content-root .trc-editorial-content .trc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .trc-editorial-content .trc-reveal.trc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .trc-editorial-content .trc-section{
    padding: 54px 0;
  }.tc-wp-content-root .trc-editorial-content .trc-container{
    padding: 0 16px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .trc-editorial-content .trc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .trc-editorial-content .trc-card, .tc-wp-content-root .trc-editorial-content .trc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .trc-editorial-content .trc-card h3, .tc-wp-content-root .trc-editorial-content .trc-benefit-card h3, .tc-wp-content-root .trc-editorial-content .trc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .trc-editorial-content .trc-card p, .tc-wp-content-root .trc-editorial-content .trc-benefit-card p, .tc-wp-content-root .trc-editorial-content .trc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .trc-editorial-content .trc-steps{
    gap: 16px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 24px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-number{
    width: 50px;
    height: 50px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .trc-editorial-content .trc-section{
    padding: 60px 0;
  }.tc-wp-content-root .trc-editorial-content .trc-container{
    padding: 0 18px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .trc-editorial-content .trc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .trc-editorial-content .trc-card, .tc-wp-content-root .trc-editorial-content .trc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .trc-editorial-content .trc-card h3, .tc-wp-content-root .trc-editorial-content .trc-benefit-card h3, .tc-wp-content-root .trc-editorial-content .trc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .trc-editorial-content .trc-card p, .tc-wp-content-root .trc-editorial-content .trc-benefit-card p, .tc-wp-content-root .trc-editorial-content .trc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .trc-editorial-content .trc-steps{
    gap: 18px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 26px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .trc-editorial-content .trc-section{
    padding: 68px 0;
  }.tc-wp-content-root .trc-editorial-content .trc-container{
    padding: 0 22px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .trc-editorial-content .trc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .trc-editorial-content .trc-card, .tc-wp-content-root .trc-editorial-content .trc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .trc-editorial-content .trc-card h3, .tc-wp-content-root .trc-editorial-content .trc-benefit-card h3, .tc-wp-content-root .trc-editorial-content .trc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .trc-editorial-content .trc-card p, .tc-wp-content-root .trc-editorial-content .trc-benefit-card p, .tc-wp-content-root .trc-editorial-content .trc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .trc-editorial-content .trc-steps{
    gap: 20px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 26px 26px 28px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .trc-editorial-content .trc-section{
    padding: 82px 0;
  }.tc-wp-content-root .trc-editorial-content .trc-container{
    padding: 0 32px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .trc-editorial-content .trc-grid-six, .tc-wp-content-root .trc-editorial-content .trc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .trc-editorial-content .trc-card, .tc-wp-content-root .trc-editorial-content .trc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .trc-editorial-content .trc-card h3, .tc-wp-content-root .trc-editorial-content .trc-benefit-card h3, .tc-wp-content-root .trc-editorial-content .trc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .trc-editorial-content .trc-card p, .tc-wp-content-root .trc-editorial-content .trc-benefit-card p, .tc-wp-content-root .trc-editorial-content .trc-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .trc-editorial-content .trc-steps{
    gap: 22px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .trc-editorial-content .trc-section{
    padding: 96px 0;
  }.tc-wp-content-root .trc-editorial-content .trc-container{
    padding: 0 34px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .trc-editorial-content .trc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .trc-editorial-content .trc-grid-six, .tc-wp-content-root .trc-editorial-content .trc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .trc-editorial-content .trc-card, .tc-wp-content-root .trc-editorial-content .trc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .trc-editorial-content .trc-card h3, .tc-wp-content-root .trc-editorial-content .trc-benefit-card h3, .tc-wp-content-root .trc-editorial-content .trc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .trc-editorial-content .trc-card p, .tc-wp-content-root .trc-editorial-content .trc-benefit-card p, .tc-wp-content-root .trc-editorial-content .trc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .trc-editorial-content .trc-steps{
    gap: 24px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .trc-editorial-content .trc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}