@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 .l10mcc-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}.tc-wp-content-root .l10mcc-editorial, .tc-wp-content-root .l10mcc-editorial section, .tc-wp-content-root .l10mcc-editorial div, .tc-wp-content-root .l10mcc-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-section{
  position: relative;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-section-white{
  background: #ffffff;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 13px;
  border: 1px solid rgba(42, 111, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 111, 255, 0.1), rgba(31, 197, 167, 0.1));
  color: #245bd8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #556070;
  font-weight: 450;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-card, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(42, 111, 255, 0.34), rgba(31, 197, 167, 0.18), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-card::before, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(42, 111, 255, 0.1), transparent 34%);
  opacity: 0.9;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-card:hover, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card:hover, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.11);
  border-color: rgba(42, 111, 255, 0.24);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content h3{
  position: relative;
  margin: 0;
  color: #131b2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 450;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2a6fff, #1fc5a7);
  box-shadow: 0 14px 30px rgba(42, 111, 255, 0.22);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon::before, .tc-wp-content-root .l10mcc-editorial .l10mcc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-calc::before{
  width: 20px;
  height: 14px;
  top: 10px;
  left: 13px;
  border-radius: 4px;
  opacity: 0.95;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-calc::after{
  width: 21px;
  height: 4px;
  left: 13px;
  bottom: 12px;
  border-radius: 999px;
  box-shadow: 0 -7px 0 rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-route::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-route::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 11px;
  border-radius: 50%;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-budget::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-budget::after{
  width: 6px;
  height: 6px;
  right: 13px;
  top: 20px;
  border-radius: 50%;
  background: #1fc5a7;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-speed::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-value::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  transform: rotate(45deg);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-icon-value::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
  background: #2a6fff;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(42, 111, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 56px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card::after{
  content: "";
  position: absolute;
  left: 37px;
  top: 72px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(42, 111, 255, 0.28), rgba(31, 197, 167, 0));
}.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #172033, #2a6fff);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(42, 111, 255, 0.24);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(31, 197, 167, 0.11);
  color: #087967;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
}.tc-wp-content-root .l10mcc-editorial .l10mcc-trust-mark{
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(42, 111, 255, 0.14), rgba(31, 197, 167, 0.14));
}.tc-wp-content-root .l10mcc-editorial .l10mcc-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 11px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #1fc5a7;
  border-bottom: 4px solid #1fc5a7;
  transform: rotate(-45deg);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .l10mcc-editorial .l10mcc-reveal.l10mcc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .l10mcc-editorial .l10mcc-section{
    padding: 48px 0;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-container{
    padding: 0 15px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-grid, .tc-wp-content-root .l10mcc-editorial .l10mcc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .l10mcc-editorial .l10mcc-section{
    padding: 54px 0;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-container{
    padding: 0 18px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-grid, .tc-wp-content-root .l10mcc-editorial .l10mcc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .l10mcc-editorial .l10mcc-section{
    padding: 62px 0;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-container{
    padding: 0 22px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-grid, .tc-wp-content-root .l10mcc-editorial .l10mcc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card{
    padding: 27px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 25px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .l10mcc-editorial .l10mcc-section{
    padding: 76px 0;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-container{
    padding: 0 32px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card{
    padding: 29px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .l10mcc-editorial .l10mcc-section{
    padding: 92px 0;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-container{
    padding: 0 34px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-grid-six, .tc-wp-content-root .l10mcc-editorial .l10mcc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card{
    padding: 32px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card h3, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-trust-card p, .tc-wp-content-root .l10mcc-editorial .l10mcc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .l10mcc-editorial .l10mcc-step-card{
    gap: 26px;
    padding: 34px;
  }}