@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 .isv-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .isv-editorial-content, .tc-wp-content-root .isv-editorial-content div, .tc-wp-content-root .isv-editorial-content section, .tc-wp-content-root .isv-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .isv-editorial-content .isv-section{
  position: relative;
}.tc-wp-content-root .isv-editorial-content .isv-section-white{
  background: #ffffff;
}.tc-wp-content-root .isv-editorial-content .isv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.tc-wp-content-root .isv-editorial-content .isv-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.tc-wp-content-root .isv-editorial-content .isv-heading-wrap{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .isv-editorial-content .isv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.07);
  color: #b72666;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-content .isv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  box-shadow: 0 0 0 5px rgba(221, 42, 123, 0.12);
}.tc-wp-content-root .isv-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-content .isv-heading-wrap p{
  margin: 14px auto 0;
  color: #5c667a;
  max-width: 690px;
}.tc-wp-content-root .isv-editorial-content .isv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .isv-editorial-content .isv-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .isv-editorial-content .isv-info-card, .tc-wp-content-root .isv-editorial-content .isv-use-card, .tc-wp-content-root .isv-editorial-content .isv-trust-card, .tc-wp-content-root .isv-editorial-content .isv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .isv-editorial-content .isv-info-card, .tc-wp-content-root .isv-editorial-content .isv-use-card, .tc-wp-content-root .isv-editorial-content .isv-trust-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .isv-editorial-content .isv-info-card::after, .tc-wp-content-root .isv-editorial-content .isv-use-card::after, .tc-wp-content-root .isv-editorial-content .isv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.1), rgba(221, 42, 123, 0.08), rgba(129, 52, 175, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .isv-editorial-content .isv-info-card:hover, .tc-wp-content-root .isv-editorial-content .isv-use-card:hover, .tc-wp-content-root .isv-editorial-content .isv-trust-card:hover, .tc-wp-content-root .isv-editorial-content .isv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(221, 42, 123, 0.24);
  box-shadow: 0 20px 54px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .isv-editorial-content .isv-info-card:hover::after, .tc-wp-content-root .isv-editorial-content .isv-use-card:hover::after, .tc-wp-content-root .isv-editorial-content .isv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .isv-editorial-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .isv-editorial-content .isv-info-card p, .tc-wp-content-root .isv-editorial-content .isv-use-card p, .tc-wp-content-root .isv-editorial-content .isv-trust-card p, .tc-wp-content-root .isv-editorial-content .isv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #606b7f;
}.tc-wp-content-root .isv-editorial-content .isv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af);
  box-shadow: 0 12px 28px rgba(221, 42, 123, 0.22);
}.tc-wp-content-root .isv-editorial-content .isv-icon::before, .tc-wp-content-root .isv-editorial-content .isv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .isv-editorial-content .isv-icon-eye::before{
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 18px 18px 18px 18px;
  background: transparent;
  left: 10px;
  top: 15px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-eye::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 19px;
  top: 20px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-speed::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
  left: 11px;
  top: 12px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-speed::after{
  width: 12px;
  height: 2px;
  border-radius: 99px;
  transform: rotate(-32deg);
  left: 22px;
  top: 24px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-preview::before{
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
  left: 10px;
  top: 14px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-preview::after{
  width: 10px;
  height: 2px;
  border-radius: 99px;
  left: 18px;
  top: 22px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-steps::before{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 13px;
  top: 13px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .isv-editorial-content .isv-icon-steps::after{
  width: 14px;
  height: 2px;
  border-radius: 99px;
  left: 23px;
  top: 15px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .isv-editorial-content .isv-icon-mobile::before{
  width: 16px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
  left: 14px;
  top: 10px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-mobile::after{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 21px;
  top: 29px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-daily::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  left: 11px;
  top: 11px;
}.tc-wp-content-root .isv-editorial-content .isv-icon-daily::after{
  width: 10px;
  height: 2px;
  border-radius: 99px;
  transform: rotate(42deg);
  left: 21px;
  top: 24px;
  box-shadow: -5px -5px 0 #ffffff;
}.tc-wp-content-root .isv-editorial-content .isv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .isv-editorial-content .isv-step-card{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .isv-editorial-content .isv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #f58529, #dd2a7b, #8134af);
}.tc-wp-content-root .isv-editorial-content .isv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #f58529, #dd2a7b 54%, #8134af);
  box-shadow: 0 14px 34px rgba(221, 42, 123, 0.24);
}.tc-wp-content-root .isv-editorial-content .isv-step-content{
  min-width: 0;
}.tc-wp-content-root .isv-editorial-content .isv-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  box-shadow: 0 0 0 8px rgba(221, 42, 123, 0.09);
}.tc-wp-content-root .isv-editorial-content .isv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(245, 133, 41, 0.14), rgba(221, 42, 123, 0.13), rgba(129, 52, 175, 0.13));
  border: 1px solid rgba(221, 42, 123, 0.16);
}.tc-wp-content-root .isv-editorial-content .isv-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  border-left: 3px solid #dd2a7b;
  border-bottom: 3px solid #dd2a7b;
  transform: rotate(-45deg);
  left: 12px;
  top: 13px;
}.tc-wp-content-root .isv-editorial-content .isv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .isv-editorial-content .isv-reveal.isv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .isv-editorial-content .isv-section{
    padding: 46px 0;
  }.tc-wp-content-root .isv-editorial-content .isv-container{
    padding: 0 14px;
  }.tc-wp-content-root .isv-editorial-content h2{
    font-size: 25px;
  }.tc-wp-content-root .isv-editorial-content .isv-heading-wrap p{
    font-size: 14px;
  }.tc-wp-content-root .isv-editorial-content .isv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .isv-editorial-content .isv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card, .tc-wp-content-root .isv-editorial-content .isv-use-card, .tc-wp-content-root .isv-editorial-content .isv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .isv-editorial-content h3{
    font-size: 17px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card p, .tc-wp-content-root .isv-editorial-content .isv-use-card p, .tc-wp-content-root .isv-editorial-content .isv-trust-card p, .tc-wp-content-root .isv-editorial-content .isv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .isv-editorial-content .isv-section{
    padding: 52px 0;
  }.tc-wp-content-root .isv-editorial-content .isv-container{
    padding: 0 18px;
  }.tc-wp-content-root .isv-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .isv-editorial-content .isv-heading-wrap p{
    font-size: 15px;
  }.tc-wp-content-root .isv-editorial-content .isv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .isv-editorial-content .isv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card, .tc-wp-content-root .isv-editorial-content .isv-use-card, .tc-wp-content-root .isv-editorial-content .isv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .isv-editorial-content h3{
    font-size: 18px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card p, .tc-wp-content-root .isv-editorial-content .isv-use-card p, .tc-wp-content-root .isv-editorial-content .isv-trust-card p, .tc-wp-content-root .isv-editorial-content .isv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .isv-editorial-content .isv-section{
    padding: 58px 0;
  }.tc-wp-content-root .isv-editorial-content .isv-container{
    padding: 0 22px;
  }.tc-wp-content-root .isv-editorial-content h2{
    font-size: 31px;
  }.tc-wp-content-root .isv-editorial-content .isv-heading-wrap p{
    font-size: 15.5px;
  }.tc-wp-content-root .isv-editorial-content .isv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .isv-editorial-content .isv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card, .tc-wp-content-root .isv-editorial-content .isv-use-card, .tc-wp-content-root .isv-editorial-content .isv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .isv-editorial-content h3{
    font-size: 19px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card p, .tc-wp-content-root .isv-editorial-content .isv-use-card p, .tc-wp-content-root .isv-editorial-content .isv-trust-card p, .tc-wp-content-root .isv-editorial-content .isv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .isv-editorial-content .isv-section{
    padding: 72px 0;
  }.tc-wp-content-root .isv-editorial-content .isv-container{
    padding: 0 32px;
  }.tc-wp-content-root .isv-editorial-content h2{
    font-size: 38px;
  }.tc-wp-content-root .isv-editorial-content .isv-heading-wrap p{
    font-size: 16px;
  }.tc-wp-content-root .isv-editorial-content .isv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .isv-editorial-content .isv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card, .tc-wp-content-root .isv-editorial-content .isv-use-card, .tc-wp-content-root .isv-editorial-content .isv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .isv-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card p, .tc-wp-content-root .isv-editorial-content .isv-use-card p, .tc-wp-content-root .isv-editorial-content .isv-trust-card p, .tc-wp-content-root .isv-editorial-content .isv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .isv-editorial-content .isv-section{
    padding: 88px 0;
  }.tc-wp-content-root .isv-editorial-content .isv-container{
    padding: 0 28px;
  }.tc-wp-content-root .isv-editorial-content h2{
    font-size: 44px;
  }.tc-wp-content-root .isv-editorial-content .isv-heading-wrap p{
    font-size: 17px;
  }.tc-wp-content-root .isv-editorial-content .isv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .isv-editorial-content .isv-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card, .tc-wp-content-root .isv-editorial-content .isv-use-card, .tc-wp-content-root .isv-editorial-content .isv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .isv-editorial-content h3{
    font-size: 21px;
  }.tc-wp-content-root .isv-editorial-content .isv-info-card p, .tc-wp-content-root .isv-editorial-content .isv-use-card p, .tc-wp-content-root .isv-editorial-content .isv-trust-card p, .tc-wp-content-root .isv-editorial-content .isv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .isv-editorial-content .isv-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }}