@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 .imc-editorial-sections, .tc-wp-content-root .imc-editorial-sections *{
  box-sizing: border-box;
}.tc-wp-content-root .imc-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .imc-editorial-sections .imc-section{
  position: relative;
}.tc-wp-content-root .imc-editorial-sections .imc-section-white{
  background: #ffffff;
}.tc-wp-content-root .imc-editorial-sections .imc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .imc-editorial-sections .imc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .imc-editorial-sections .imc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .imc-editorial-sections .imc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(45, 118, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 118, 255, 0.1), rgba(18, 191, 167, 0.1));
  color: #245ed6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .imc-editorial-sections h2, .tc-wp-content-root .imc-editorial-sections h3, .tc-wp-content-root .imc-editorial-sections p{
  margin-top: 0;
}.tc-wp-content-root .imc-editorial-sections h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .imc-editorial-sections .imc-heading-block p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 700px;
  color: #5b6475;
  line-height: 1.75;
}.tc-wp-content-root .imc-editorial-sections .imc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .imc-editorial-sections .imc-card, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 36, 56, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(20, 36, 64, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .imc-editorial-sections .imc-card::before, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(45, 118, 255, 0.36), rgba(18, 191, 167, 0.24), rgba(255, 255, 255, 0));
  opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 240ms ease;
}.tc-wp-content-root .imc-editorial-sections .imc-card:hover, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(45, 118, 255, 0.18);
  box-shadow: 0 24px 60px rgba(20, 36, 64, 0.13);
}.tc-wp-content-root .imc-editorial-sections .imc-card:hover::before, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .imc-editorial-sections .imc-card h3, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card h3, .tc-wp-content-root .imc-editorial-sections .imc-step-card h3{
  margin-bottom: 10px;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .imc-editorial-sections .imc-card p, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card p, .tc-wp-content-root .imc-editorial-sections .imc-step-card p{
  margin-bottom: 0;
  color: #5b6475;
  line-height: 1.7;
}.tc-wp-content-root .imc-editorial-sections .imc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2d76ff, #12bfa7);
  box-shadow: 0 12px 24px rgba(45, 118, 255, 0.22);
}.tc-wp-content-root .imc-editorial-sections .imc-icon::before, .tc-wp-content-root .imc-editorial-sections .imc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-grid::before{
  inset: 13px;
  background:
    linear-gradient(#ffffff, #ffffff) 50% 0 / 2px 100% no-repeat,
    linear-gradient(#ffffff, #ffffff) 0 50% / 100% 2px no-repeat;
  opacity: 0.95;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .imc-editorial-sections .imc-icon-steps::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-alert::before{
  width: 4px;
  height: 17px;
  left: 21px;
  top: 11px;
  border-radius: 99px;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-alert::after{
  width: 5px;
  height: 5px;
  left: 20.5px;
  bottom: 10px;
  border-radius: 50%;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-book::before{
  width: 22px;
  height: 24px;
  left: 12px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-book::after{
  width: 2px;
  height: 20px;
  left: 23px;
  top: 13px;
  border-radius: 99px;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-precision::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .imc-editorial-sections .imc-icon-precision::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .imc-editorial-sections .imc-mini-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(45, 118, 255, 0.12), rgba(18, 191, 167, 0.12));
  color: #245ed6;
  font-size: 15px;
  font-weight: 900;
}.tc-wp-content-root .imc-editorial-sections .imc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .imc-editorial-sections .imc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(24, 36, 56, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(45, 118, 255, 0.12), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(20, 36, 64, 0.08);
}.tc-wp-content-root .imc-editorial-sections .imc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2d76ff, #12bfa7);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(45, 118, 255, 0.24);
}.tc-wp-content-root .imc-editorial-sections .imc-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(18, 191, 167, 0.16), transparent 38%);
}.tc-wp-content-root .imc-editorial-sections .imc-benefit-card::after{
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2d76ff, #12bfa7);
  opacity: 0.7;
}.tc-wp-content-root .imc-editorial-sections .imc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .imc-editorial-sections .imc-reveal.imc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .imc-editorial-sections .imc-section{
    padding: 48px 0;
  }.tc-wp-content-root .imc-editorial-sections .imc-container{
    padding: 0 14px;
  }.tc-wp-content-root .imc-editorial-sections h2{
    font-size: 25px;
  }.tc-wp-content-root .imc-editorial-sections .imc-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .imc-editorial-sections .imc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card h3, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card h3, .tc-wp-content-root .imc-editorial-sections .imc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card p, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card p, .tc-wp-content-root .imc-editorial-sections .imc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .imc-editorial-sections .imc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .imc-editorial-sections .imc-section{
    padding: 54px 0;
  }.tc-wp-content-root .imc-editorial-sections .imc-container{
    padding: 0 18px;
  }.tc-wp-content-root .imc-editorial-sections h2{
    font-size: 28px;
  }.tc-wp-content-root .imc-editorial-sections .imc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .imc-editorial-sections .imc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card h3, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card h3, .tc-wp-content-root .imc-editorial-sections .imc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card p, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card p, .tc-wp-content-root .imc-editorial-sections .imc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .imc-editorial-sections .imc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .imc-editorial-sections .imc-section{
    padding: 62px 0;
  }.tc-wp-content-root .imc-editorial-sections .imc-container{
    padding: 0 22px;
  }.tc-wp-content-root .imc-editorial-sections h2{
    font-size: 32px;
  }.tc-wp-content-root .imc-editorial-sections .imc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .imc-editorial-sections .imc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card h3, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card h3, .tc-wp-content-root .imc-editorial-sections .imc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card p, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card p, .tc-wp-content-root .imc-editorial-sections .imc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .imc-editorial-sections .imc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .imc-editorial-sections .imc-section{
    padding: 76px 0;
  }.tc-wp-content-root .imc-editorial-sections .imc-container{
    padding: 0 32px;
  }.tc-wp-content-root .imc-editorial-sections h2{
    font-size: 38px;
  }.tc-wp-content-root .imc-editorial-sections .imc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .imc-editorial-sections .imc-grid-three, .tc-wp-content-root .imc-editorial-sections .imc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card h3, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card h3, .tc-wp-content-root .imc-editorial-sections .imc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card p, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card p, .tc-wp-content-root .imc-editorial-sections .imc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .imc-editorial-sections .imc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .imc-editorial-sections .imc-section{
    padding: 92px 0;
  }.tc-wp-content-root .imc-editorial-sections .imc-container{
    padding: 0 36px;
  }.tc-wp-content-root .imc-editorial-sections h2{
    font-size: 44px;
  }.tc-wp-content-root .imc-editorial-sections .imc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .imc-editorial-sections .imc-grid-three, .tc-wp-content-root .imc-editorial-sections .imc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card h3, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card h3, .tc-wp-content-root .imc-editorial-sections .imc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .imc-editorial-sections .imc-card p, .tc-wp-content-root .imc-editorial-sections .imc-benefit-card p, .tc-wp-content-root .imc-editorial-sections .imc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .imc-editorial-sections .imc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .imc-editorial-sections .imc-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}

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