@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 .slaspan-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .slaspan-editorial, .tc-wp-content-root .slaspan-editorial section, .tc-wp-content-root .slaspan-editorial div, .tc-wp-content-root .slaspan-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .slaspan-editorial .slaspan-section{
  position: relative;
}.tc-wp-content-root .slaspan-editorial .slaspan-white{
  background: #ffffff;
}.tc-wp-content-root .slaspan-editorial .slaspan-offwhite{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .slaspan-editorial .slaspan-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .slaspan-editorial .slaspan-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .slaspan-editorial .slaspan-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(59, 130, 246, 0.12));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .slaspan-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .slaspan-editorial .slaspan-heading p{
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.75;
}.tc-wp-content-root .slaspan-editorial .slaspan-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .slaspan-editorial .slaspan-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .slaspan-editorial .slaspan-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(59, 130, 246, 0.12), rgba(139, 92, 246, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .slaspan-editorial .slaspan-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.34);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .slaspan-editorial .slaspan-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .slaspan-editorial .slaspan-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .slaspan-editorial .slaspan-card p{
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #5b6676;
  line-height: 1.7;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #3b82f6);
  box-shadow: 0 14px 30px rgba(20, 184, 166, 0.24);
}.tc-wp-content-root .slaspan-editorial .slaspan-icon::before, .tc-wp-content-root .slaspan-editorial .slaspan-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-a::before{
  width: 20px;
  height: 2px;
  left: 13px;
  top: 22px;
  transform: rotate(35deg);
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-a::after{
  width: 7px;
  height: 7px;
  right: 12px;
  top: 15px;
  border-radius: 50%;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-b::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border-radius: 50%;
  opacity: 0.95;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-b::after{
  width: 26px;
  height: 2px;
  left: 10px;
  top: 24px;
  transform: rotate(-22deg);
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-c::before{
  width: 22px;
  height: 2px;
  left: 12px;
  top: 16px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-c::after{
  width: 7px;
  height: 7px;
  right: 11px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-d::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 7px;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-d::after{
  width: 2px;
  height: 26px;
  left: 22px;
  top: 10px;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-e::before{
  width: 25px;
  height: 2px;
  left: 11px;
  top: 23px;
  transform: rotate(-35deg);
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-e::after{
  width: 9px;
  height: 9px;
  left: 26px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-f::before{
  width: 8px;
  height: 8px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 13px 7px 0 #ffffff, 5px 20px 0 #ffffff;
}.tc-wp-content-root .slaspan-editorial .slaspan-icon-f::after{
  width: 24px;
  height: 2px;
  left: 11px;
  top: 25px;
  transform: rotate(24deg);
}.tc-wp-content-root .slaspan-editorial .slaspan-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .slaspan-editorial .slaspan-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fdfefe 52%, #f3fbff 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .slaspan-editorial .slaspan-step::after{
  content: "";
  position: absolute;
  left: 42px;
  top: 100%;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.4), rgba(59, 130, 246, 0));
}.tc-wp-content-root .slaspan-editorial .slaspan-step:last-child::after{
  display: none;
}.tc-wp-content-root .slaspan-editorial .slaspan-step:hover{
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.28);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .slaspan-editorial .slaspan-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .slaspan-editorial .slaspan-step h3{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .slaspan-editorial .slaspan-step p{
  margin: 9px 0 0;
  color: #5b6676;
  line-height: 1.72;
}.tc-wp-content-root .slaspan-editorial .slaspan-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.11);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .slaspan-editorial .slaspan-benefit{
  overflow: hidden;
}.tc-wp-content-root .slaspan-editorial .slaspan-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ecfeff, #dbeafe);
  border: 1px solid rgba(20, 184, 166, 0.28);
}.tc-wp-content-root .slaspan-editorial .slaspan-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .slaspan-editorial .slaspan-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .slaspan-editorial .slaspan-reveal.slaspan-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .slaspan-editorial .slaspan-section{
    padding: 46px 0;
  }.tc-wp-content-root .slaspan-editorial .slaspan-container{
    padding: 0 16px;
  }.tc-wp-content-root .slaspan-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-heading p{
    font-size: 14px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card{
    padding: 22px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card h3, .tc-wp-content-root .slaspan-editorial .slaspan-step h3{
    font-size: 18px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card p, .tc-wp-content-root .slaspan-editorial .slaspan-step p{
    font-size: 14px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .slaspan-editorial .slaspan-section{
    padding: 52px 0;
  }.tc-wp-content-root .slaspan-editorial .slaspan-container{
    padding: 0 18px;
  }.tc-wp-content-root .slaspan-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-heading p{
    font-size: 15px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card{
    padding: 24px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card h3, .tc-wp-content-root .slaspan-editorial .slaspan-step h3{
    font-size: 19px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card p, .tc-wp-content-root .slaspan-editorial .slaspan-step p{
    font-size: 15px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .slaspan-editorial .slaspan-section{
    padding: 58px 0;
  }.tc-wp-content-root .slaspan-editorial .slaspan-container{
    padding: 0 22px;
  }.tc-wp-content-root .slaspan-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-heading p{
    font-size: 16px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card{
    padding: 26px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card h3, .tc-wp-content-root .slaspan-editorial .slaspan-step h3{
    font-size: 20px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card p, .tc-wp-content-root .slaspan-editorial .slaspan-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .slaspan-editorial .slaspan-section{
    padding: 76px 0;
  }.tc-wp-content-root .slaspan-editorial .slaspan-container{
    padding: 0 32px;
  }.tc-wp-content-root .slaspan-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-heading p{
    font-size: 17px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .slaspan-editorial .slaspan-card{
    padding: 28px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card h3, .tc-wp-content-root .slaspan-editorial .slaspan-step h3{
    font-size: 21px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card p, .tc-wp-content-root .slaspan-editorial .slaspan-step p{
    font-size: 16px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step{
    grid-template-columns: 72px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .slaspan-editorial .slaspan-section{
    padding: 92px 0;
  }.tc-wp-content-root .slaspan-editorial .slaspan-container{
    padding: 0 32px;
  }.tc-wp-content-root .slaspan-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-heading p{
    font-size: 18px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-grid-three, .tc-wp-content-root .slaspan-editorial .slaspan-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .slaspan-editorial .slaspan-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card{
    padding: 30px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card h3, .tc-wp-content-root .slaspan-editorial .slaspan-step h3{
    font-size: 22px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-card p, .tc-wp-content-root .slaspan-editorial .slaspan-step p{
    font-size: 16px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step{
    grid-template-columns: 82px 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .slaspan-editorial .slaspan-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}

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