@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 .tdc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tdc-editorial-content, .tc-wp-content-root .tdc-editorial-content div, .tc-wp-content-root .tdc-editorial-content section, .tc-wp-content-root .tdc-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .tdc-editorial-content .tdc-section{
  position: relative;
}.tc-wp-content-root .tdc-editorial-content .tdc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tdc-editorial-content .tdc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(35, 137, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .tdc-editorial-content .tdc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tdc-editorial-content .tdc-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tdc-editorial-content .tdc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(35, 137, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(35, 137, 255, 0.10), rgba(20, 184, 166, 0.10));
  color: #0b6bc8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tdc-editorial-content h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}.tc-wp-content-root .tdc-editorial-content .tdc-section-header p{
  margin: 16px auto 0;
  color: #596579;
  line-height: 1.75;
  font-weight: 450;
}.tc-wp-content-root .tdc-editorial-content .tdc-card-grid, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tdc-editorial-content .tdc-info-card, .tc-wp-content-root .tdc-editorial-content .tdc-use-card, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(111, 126, 151, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(24, 39, 75, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tdc-editorial-content .tdc-info-card::before, .tc-wp-content-root .tdc-editorial-content .tdc-use-card::before, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2389ff, #14b8a6, #f59e0b);
  opacity: 0.9;
}.tc-wp-content-root .tdc-editorial-content .tdc-info-card:hover, .tc-wp-content-root .tdc-editorial-content .tdc-use-card:hover, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(35, 137, 255, 0.28);
  box-shadow: 0 24px 65px rgba(24, 39, 75, 0.13);
}.tc-wp-content-root .tdc-editorial-content .tdc-card-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2389ff, #14b8a6);
  box-shadow: 0 12px 24px rgba(35, 137, 255, 0.22);
}.tc-wp-content-root .tdc-editorial-content .tdc-card-icon::before, .tc-wp-content-root .tdc-editorial-content .tdc-card-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-route::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 22px;
  border-radius: 99px;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-route::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 18px;
  border-radius: 50%;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-clock::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-clock::after{
  width: 3px;
  height: 11px;
  left: 23px;
  top: 17px;
  border-radius: 99px;
  transform: rotate(-35deg);
  transform-origin: bottom;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-speed::before{
  width: 24px;
  height: 12px;
  left: 11px;
  top: 20px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: transparent;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 23px;
  top: 25px;
  border-radius: 99px;
  transform: rotate(-32deg);
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-map::before{
  width: 22px;
  height: 24px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-map::after{
  width: 3px;
  height: 24px;
  left: 22px;
  top: 11px;
  opacity: 0.9;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-calendar::before{
  width: 24px;
  height: 22px;
  left: 11px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-calendar::after{
  width: 18px;
  height: 3px;
  left: 14px;
  top: 21px;
  border-radius: 99px;
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-radius: 2px;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .tdc-editorial-content .tdc-icon-check::after{
  display: none;
}.tc-wp-content-root .tdc-editorial-content .tdc-info-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-use-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .tdc-editorial-content .tdc-info-card p, .tc-wp-content-root .tdc-editorial-content .tdc-use-card p, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card p, .tc-wp-content-root .tdc-editorial-content .tdc-step-card p{
  margin: 12px 0 0;
  color: #5a6577;
  line-height: 1.68;
  font-weight: 430;
}.tc-wp-content-root .tdc-editorial-content .tdc-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .tdc-editorial-content .tdc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(35, 137, 255, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(24, 39, 75, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tdc-editorial-content .tdc-step-card::after{
  content: "";
  position: absolute;
  right: -56px;
  top: -56px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.15), rgba(35, 137, 255, 0.05), transparent 70%);
}.tc-wp-content-root .tdc-editorial-content .tdc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(35, 137, 255, 0.30);
  box-shadow: 0 26px 70px rgba(24, 39, 75, 0.12);
}.tc-wp-content-root .tdc-editorial-content .tdc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #172033, #2389ff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(35, 137, 255, 0.24);
}.tc-wp-content-root .tdc-editorial-content .tdc-use-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(35, 137, 255, 0.09);
  color: #0b6bc8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .tdc-editorial-content .tdc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #2389ff);
  position: relative;
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.22);
}.tc-wp-content-root .tdc-editorial-content .tdc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
}.tc-wp-content-root .tdc-editorial-content .tdc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .tdc-editorial-content .tdc-reveal.tdc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tdc-editorial-content .tdc-section{
    padding: 46px 0;
  }.tc-wp-content-root .tdc-editorial-content .tdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tdc-editorial-content h2{
    font-size: 25px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-card-grid, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card, .tc-wp-content-root .tdc-editorial-content .tdc-use-card, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-use-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card p, .tc-wp-content-root .tdc-editorial-content .tdc-use-card p, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card p, .tc-wp-content-root .tdc-editorial-content .tdc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tdc-editorial-content .tdc-section{
    padding: 52px 0;
  }.tc-wp-content-root .tdc-editorial-content .tdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tdc-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-card-grid, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card, .tc-wp-content-root .tdc-editorial-content .tdc-use-card, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-use-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card p, .tc-wp-content-root .tdc-editorial-content .tdc-use-card p, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card p, .tc-wp-content-root .tdc-editorial-content .tdc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tdc-editorial-content .tdc-section{
    padding: 58px 0;
  }.tc-wp-content-root .tdc-editorial-content .tdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tdc-editorial-content h2{
    font-size: 31px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-card-grid, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card, .tc-wp-content-root .tdc-editorial-content .tdc-use-card, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-use-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card p, .tc-wp-content-root .tdc-editorial-content .tdc-use-card p, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card p, .tc-wp-content-root .tdc-editorial-content .tdc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tdc-editorial-content .tdc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tdc-editorial-content .tdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tdc-editorial-content h2{
    font-size: 38px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-section-header p{
    font-size: 16.5px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card, .tc-wp-content-root .tdc-editorial-content .tdc-use-card, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-use-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card p, .tc-wp-content-root .tdc-editorial-content .tdc-use-card p, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card p, .tc-wp-content-root .tdc-editorial-content .tdc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tdc-editorial-content .tdc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tdc-editorial-content .tdc-container{
    padding: 0 34px;
  }.tc-wp-content-root .tdc-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card, .tc-wp-content-root .tdc-editorial-content .tdc-use-card, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-use-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-editorial-content .tdc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-info-card p, .tc-wp-content-root .tdc-editorial-content .tdc-use-card p, .tc-wp-content-root .tdc-editorial-content .tdc-benefit-card p, .tc-wp-content-root .tdc-editorial-content .tdc-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .tdc-editorial-content .tdc-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}

.tc-wp-content-root .tdc-grid-six {}
.tc-wp-content-root .tdc-step-content {}