@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 .gwc-editorial-wrap, .tc-wp-content-root .gwc-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .gwc-editorial-wrap{
  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.6;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-section{
  position: relative;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(20, 120, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(43, 125, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #1167d8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.02em;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5c6678;
  line-height: 1.75;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-card, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 50, 82, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(20, 35, 65, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-card::before, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(41, 121, 255, 0.12), rgba(0, 196, 170, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-card:hover, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(27, 118, 255, 0.28);
  box-shadow: 0 24px 60px rgba(20, 35, 65, 0.13);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-card:hover::before, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card h3{
  position: relative;
  margin: 0;
  color: #151f32;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6b7d;
  line-height: 1.72;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2577ff, #00bfa6);
  box-shadow: 0 14px 30px rgba(37, 119, 255, 0.22);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-icon::before, .tc-wp-content-root .gwc-editorial-wrap .gwc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-icon-lines::before, .tc-wp-content-root .gwc-editorial-wrap .gwc-icon-doc::before, .tc-wp-content-root .gwc-editorial-wrap .gwc-icon-read::before, .tc-wp-content-root .gwc-editorial-wrap .gwc-icon-copy::before{
  left: 13px;
  top: 14px;
  width: 20px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255,255,255,0.9), 0 14px 0 rgba(255,255,255,0.72);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-icon-char::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-icon-seo::before{
  left: 11px;
  top: 11px;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-icon-seo::after{
  left: 27px;
  top: 27px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  transform: rotate(45deg);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-steps{
  position: relative;
  display: grid;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(31, 50, 82, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(20, 35, 65, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, #2577ff, #00bfa6);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card:hover{
  transform: translateX(4px);
  border-color: rgba(27, 118, 255, 0.25);
  box-shadow: 0 22px 56px rgba(20, 35, 65, 0.11);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #2577ff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(37, 119, 255, 0.22);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 119, 255, 0.09);
  color: #1167d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00bfa6, #2577ff);
  box-shadow: 0 14px 28px rgba(0, 191, 166, 0.2);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 16px;
  height: 9px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .gwc-editorial-wrap .gwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .gwc-editorial-wrap .gwc-reveal.gwc-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .gwc-editorial-wrap .gwc-section{
    padding: 48px 0;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .gwc-editorial-wrap .gwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .gwc-editorial-wrap .gwc-section{
    padding: 62px 0;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .gwc-editorial-wrap .gwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-grid-six, .tc-wp-content-root .gwc-editorial-wrap .gwc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .gwc-editorial-wrap .gwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-container{
    padding: 0 36px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-grid-six, .tc-wp-content-root .gwc-editorial-wrap .gwc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card h3, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-benefit-card p, .tc-wp-content-root .gwc-editorial-wrap .gwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-steps{
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .gwc-editorial-wrap .gwc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}

.tc-wp-content-root .gwc-step-content {}
.tc-wp-content-root .gwc-use-card {}