@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 .romc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .romc-content-wrap, .tc-wp-content-root .romc-content-wrap div, .tc-wp-content-root .romc-content-wrap section, .tc-wp-content-root .romc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .romc-content-wrap .romc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .romc-content-wrap .romc-section-white{
  background: #ffffff;
}.tc-wp-content-root .romc-content-wrap .romc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .romc-content-wrap .romc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .romc-content-wrap .romc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .romc-content-wrap .romc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(45, 108, 223, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 108, 223, 0.1), rgba(18, 184, 134, 0.1));
  color: #2352a6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .romc-content-wrap .romc-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .romc-content-wrap .romc-heading p{
  margin: 16px auto 0;
  color: #536176;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .romc-content-wrap .romc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .romc-content-wrap .romc-card{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(18, 24, 39, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(18, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .romc-content-wrap .romc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2d6cdf, #12b886);
  opacity: 0.9;
}.tc-wp-content-root .romc-content-wrap .romc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(45, 108, 223, 0.28);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}.tc-wp-content-root .romc-content-wrap .romc-card h3, .tc-wp-content-root .romc-content-wrap .romc-step-card h3{
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .romc-content-wrap .romc-card p, .tc-wp-content-root .romc-content-wrap .romc-step-card p{
  margin: 10px 0 0;
  color: #5b687b;
  line-height: 1.68;
}.tc-wp-content-root .romc-content-wrap .romc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(45, 108, 223, 0.12), rgba(18, 184, 134, 0.14));
  box-shadow: inset 0 0 0 1px rgba(45, 108, 223, 0.12);
}.tc-wp-content-root .romc-content-wrap .romc-icon::before, .tc-wp-content-root .romc-content-wrap .romc-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .romc-content-wrap .romc-card:hover .romc-icon::before, .tc-wp-content-root .romc-content-wrap .romc-card:hover .romc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .romc-content-wrap .romc-icon-bars::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 16px;
  border-radius: 4px;
  background: #2d6cdf;
  box-shadow: 9px -6px 0 #12b886, 18px -2px 0 #2d6cdf;
}.tc-wp-content-root .romc-content-wrap .romc-icon-steps::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 20px;
  border-top: 4px solid #2d6cdf;
  border-right: 4px solid #12b886;
  border-bottom: 4px solid #2d6cdf;
}.tc-wp-content-root .romc-content-wrap .romc-icon-pivot::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #2d6cdf;
  border-radius: 8px;
}.tc-wp-content-root .romc-content-wrap .romc-icon-pivot::after{
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #12b886;
}.tc-wp-content-root .romc-content-wrap .romc-icon-check::before{
  left: 13px;
  top: 14px;
  width: 19px;
  height: 11px;
  border-left: 4px solid #12b886;
  border-bottom: 4px solid #12b886;
  transform: rotate(-45deg);
}.tc-wp-content-root .romc-content-wrap .romc-icon-grid::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  background: linear-gradient(90deg, transparent 45%, #2d6cdf 45%, #2d6cdf 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, #12b886 45%, #12b886 55%, transparent 55%);
  border: 2px solid rgba(45, 108, 223, 0.8);
  border-radius: 6px;
}.tc-wp-content-root .romc-content-wrap .romc-icon-light::before{
  left: 16px;
  top: 11px;
  width: 14px;
  height: 18px;
  border-radius: 50% 50% 42% 42%;
  background: linear-gradient(135deg, #2d6cdf, #12b886);
}.tc-wp-content-root .romc-content-wrap .romc-icon-light::after{
  left: 17px;
  top: 31px;
  width: 12px;
  height: 4px;
  border-radius: 8px;
  background: #2d6cdf;
}.tc-wp-content-root .romc-content-wrap .romc-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .romc-content-wrap .romc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(45, 108, 223, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(18, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .romc-content-wrap .romc-step-card::after{
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(45, 108, 223, 0), rgba(45, 108, 223, 0.28), rgba(18, 184, 134, 0));
}.tc-wp-content-root .romc-content-wrap .romc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(18, 184, 134, 0.28);
  box-shadow: 0 24px 58px rgba(18, 24, 39, 0.1);
}.tc-wp-content-root .romc-content-wrap .romc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2d6cdf, #12b886);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(45, 108, 223, 0.22);
}.tc-wp-content-root .romc-content-wrap .romc-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .romc-content-wrap .romc-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18, 184, 134, 0.1);
  color: #087f5b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .romc-content-wrap .romc-use-card::before{
  background: linear-gradient(90deg, #12b886, #2d6cdf);
}.tc-wp-content-root .romc-content-wrap .romc-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .romc-content-wrap .romc-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(45, 108, 223, 0.13), rgba(18, 184, 134, 0.15));
  position: relative;
}.tc-wp-content-root .romc-content-wrap .romc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 15px;
  height: 8px;
  border-left: 3px solid #12b886;
  border-bottom: 3px solid #12b886;
  transform: rotate(-45deg);
}.tc-wp-content-root .romc-content-wrap .romc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .romc-content-wrap .romc-reveal.romc-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 .romc-content-wrap .romc-section{
    padding: 46px 0;
  }.tc-wp-content-root .romc-content-wrap .romc-container{
    padding: 0 14px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .romc-content-wrap .romc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .romc-content-wrap .romc-card{
    padding: 24px 20px;
  }.tc-wp-content-root .romc-content-wrap .romc-card h3, .tc-wp-content-root .romc-content-wrap .romc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .romc-content-wrap .romc-card p, .tc-wp-content-root .romc-content-wrap .romc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .romc-content-wrap .romc-steps{
    margin-top: 28px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card::after{
    display: none;
  }.tc-wp-content-root .romc-content-wrap .romc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .romc-content-wrap .romc-section{
    padding: 52px 0;
  }.tc-wp-content-root .romc-content-wrap .romc-container{
    padding: 0 18px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .romc-content-wrap .romc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .romc-content-wrap .romc-card{
    padding: 26px 22px;
  }.tc-wp-content-root .romc-content-wrap .romc-card h3, .tc-wp-content-root .romc-content-wrap .romc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .romc-content-wrap .romc-card p, .tc-wp-content-root .romc-content-wrap .romc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .romc-content-wrap .romc-steps{
    margin-top: 30px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card::after{
    display: none;
  }.tc-wp-content-root .romc-content-wrap .romc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .romc-content-wrap .romc-section{
    padding: 58px 0;
  }.tc-wp-content-root .romc-content-wrap .romc-container{
    padding: 0 22px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .romc-content-wrap .romc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .romc-content-wrap .romc-card{
    padding: 28px 24px;
  }.tc-wp-content-root .romc-content-wrap .romc-card h3, .tc-wp-content-root .romc-content-wrap .romc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .romc-content-wrap .romc-card p, .tc-wp-content-root .romc-content-wrap .romc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .romc-content-wrap .romc-steps{
    margin-top: 34px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card::after{
    display: none;
  }.tc-wp-content-root .romc-content-wrap .romc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .romc-content-wrap .romc-section{
    padding: 72px 0;
  }.tc-wp-content-root .romc-content-wrap .romc-container{
    padding: 0 30px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .romc-content-wrap .romc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .romc-content-wrap .romc-card{
    padding: 30px 26px;
  }.tc-wp-content-root .romc-content-wrap .romc-card h3, .tc-wp-content-root .romc-content-wrap .romc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .romc-content-wrap .romc-card p, .tc-wp-content-root .romc-content-wrap .romc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .romc-content-wrap .romc-steps{
    margin-top: 42px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card{
    grid-template-columns: 74px 1fr;
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .romc-content-wrap .romc-section{
    padding: 88px 0;
  }.tc-wp-content-root .romc-content-wrap .romc-container{
    padding: 0 32px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .romc-content-wrap .romc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .romc-content-wrap .romc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .romc-content-wrap .romc-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .romc-content-wrap .romc-card{
    padding: 32px 28px;
  }.tc-wp-content-root .romc-content-wrap .romc-card h3, .tc-wp-content-root .romc-content-wrap .romc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .romc-content-wrap .romc-card p, .tc-wp-content-root .romc-content-wrap .romc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .romc-content-wrap .romc-steps{
    margin-top: 46px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-card{
    grid-template-columns: 86px 1fr;
    gap: 30px;
    padding: 34px 36px;
  }.tc-wp-content-root .romc-content-wrap .romc-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}

.tc-wp-content-root .romc-benefits {}