@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 .sac-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .sac-editorial-wrap .sac-section{
  position: relative;
}.tc-wp-content-root .sac-editorial-wrap .sac-section-white{
  background: #ffffff;
}.tc-wp-content-root .sac-editorial-wrap .sac-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fb 100%);
}.tc-wp-content-root .sac-editorial-wrap .sac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sac-editorial-wrap .sac-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sac-editorial-wrap .sac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(59, 130, 246, 0.1));
  color: #0f766e;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .sac-editorial-wrap .sac-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .sac-editorial-wrap .sac-heading p{
  margin: 16px auto 0;
  color: #536175;
  line-height: 1.75;
}.tc-wp-content-root .sac-editorial-wrap .sac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sac-editorial-wrap .sac-card, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sac-editorial-wrap .sac-card::before, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(59, 130, 246, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .sac-editorial-wrap .sac-card:hover, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .sac-editorial-wrap .sac-card:hover::before, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sac-editorial-wrap .sac-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sac-editorial-wrap .sac-card p, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card p{
  position: relative;
  margin: 12px 0 0;
  color: #596779;
  line-height: 1.7;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #3b82f6);
  box-shadow: 0 12px 28px rgba(20, 184, 166, 0.24);
}.tc-wp-content-root .sac-editorial-wrap .sac-icon::before, .tc-wp-content-root .sac-editorial-wrap .sac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon::before{
  width: 22px;
  height: 3px;
  top: 21px;
  left: 12px;
  border-radius: 99px;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon::after{
  width: 8px;
  height: 8px;
  top: 18px;
  right: 10px;
  border-radius: 50%;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-b::after, .tc-wp-content-root .sac-editorial-wrap .sac-icon-d::after, .tc-wp-content-root .sac-editorial-wrap .sac-icon-f::after{
  left: 10px;
  right: auto;
}.tc-wp-content-root .sac-editorial-wrap .sac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}.tc-wp-content-root .sac-editorial-wrap .sac-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  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 .sac-editorial-wrap .sac-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.2);
}.tc-wp-content-root .sac-editorial-wrap .sac-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-content-root .sac-editorial-wrap .sac-step-content p{
  margin: 10px 0 0;
  color: #596779;
  line-height: 1.7;
}.tc-wp-content-root .sac-editorial-wrap .sac-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sac-editorial-wrap .sac-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #3b82f6);
}.tc-wp-content-root .sac-editorial-wrap .sac-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .sac-editorial-wrap .sac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .sac-editorial-wrap .sac-reveal.sac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 52px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 16px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-kicker{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card p, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-badge{
    padding: 8px 10px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 58px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-kicker{
    padding: 8px 13px;
    font-size: 12px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card p, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 64px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 22px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-kicker{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card p, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-badge{
    padding: 9px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 76px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 28px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-kicker{
    padding: 9px 15px;
    font-size: 13px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid-three, .tc-wp-content-root .sac-editorial-wrap .sac-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card p, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-badge{
    padding: 9px 13px;
    font-size: 13px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 92px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 32px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-heading p{
    font-size: 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-kicker{
    padding: 10px 16px;
    font-size: 13px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid-three, .tc-wp-content-root .sac-editorial-wrap .sac-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card p, .tc-wp-content-root .sac-editorial-wrap .sac-benefit-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-badge{
    padding: 9px 14px;
    font-size: 13px;
  }}

.tc-wp-content-root .sac-icon-a {}
.tc-wp-content-root .sac-icon-c {}
.tc-wp-content-root .sac-icon-e {}