@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 .hsvig-editorial{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .hsvig-editorial, .tc-wp-content-root .hsvig-editorial div, .tc-wp-content-root .hsvig-editorial section, .tc-wp-content-root .hsvig-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .hsvig-editorial .hsvig-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .hsvig-editorial .hsvig-section-white{
  background: #ffffff;
}.tc-wp-content-root .hsvig-editorial .hsvig-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 75, 139, 0.08), transparent 28%),
    radial-gradient(circle at 88% 26%, rgba(116, 80, 255, 0.09), transparent 30%),
    #f8f7fb;
}.tc-wp-content-root .hsvig-editorial .hsvig-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .hsvig-editorial .hsvig-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .hsvig-editorial .hsvig-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 14px;
  border: 1px solid rgba(229, 61, 137, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 75, 139, 0.1), rgba(116, 80, 255, 0.1));
  color: #9a2764;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .hsvig-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .hsvig-editorial .hsvig-section-head p{
  margin: 16px auto 0;
  color: #566176;
  line-height: 1.7;
}.tc-wp-content-root .hsvig-editorial .hsvig-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .hsvig-editorial .hsvig-card, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(31, 41, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .hsvig-editorial .hsvig-card::before, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4b8b, #ff8a3d, #7450ff);
  opacity: 0.9;
}.tc-wp-content-root .hsvig-editorial .hsvig-card:hover, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(229, 61, 137, 0.24);
  box-shadow: 0 24px 58px rgba(31, 41, 55, 0.13);
}.tc-wp-content-root .hsvig-editorial .hsvig-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-step-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card h3{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .hsvig-editorial .hsvig-card p, .tc-wp-content-root .hsvig-editorial .hsvig-step-card p, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card p{
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.66;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 75, 139, 0.16), rgba(116, 80, 255, 0.14));
  border: 1px solid rgba(229, 61, 137, 0.15);
}.tc-wp-content-root .hsvig-editorial .hsvig-icon::before, .tc-wp-content-root .hsvig-editorial .hsvig-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .hsvig-editorial .hsvig-card:hover .hsvig-icon::before, .tc-wp-content-root .hsvig-editorial .hsvig-card:hover .hsvig-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #d93682;
  border-radius: 14px 14px 12px 12px;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-view::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #7450ff;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #d93682;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #7450ff;
  transform-origin: left center;
  transform: rotate(-30deg);
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 2px solid #d93682;
  border-radius: 7px;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 21px;
  border-radius: 4px;
  background: #7450ff;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-steps::before{
  width: 5px;
  height: 5px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #d93682;
  box-shadow: 0 9px 0 #ff8a3d, 0 18px 0 #7450ff;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-steps::after{
  width: 17px;
  height: 2px;
  left: 23px;
  top: 15px;
  border-radius: 3px;
  background: #7450ff;
  box-shadow: 0 9px 0 rgba(116, 80, 255, 0.75), 0 18px 0 rgba(116, 80, 255, 0.55);
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #d93682;
  border-radius: 7px;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 29px;
  border-radius: 4px;
  background: #7450ff;
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #ff4b8b, #ff8a3d, #7450ff, #ff4b8b);
}.tc-wp-content-root .hsvig-editorial .hsvig-icon-daily::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .hsvig-editorial .hsvig-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .hsvig-editorial .hsvig-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88));
  box-shadow: 0 18px 48px rgba(31, 41, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .hsvig-editorial .hsvig-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -62px;
  top: -76px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 75, 139, 0.13), rgba(116, 80, 255, 0.12));
}.tc-wp-content-root .hsvig-editorial .hsvig-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(116, 80, 255, 0.22);
  box-shadow: 0 24px 58px rgba(31, 41, 55, 0.12);
}.tc-wp-content-root .hsvig-editorial .hsvig-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4b8b, #7450ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(116, 80, 255, 0.24);
}.tc-wp-content-root .hsvig-editorial .hsvig-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .hsvig-editorial .hsvig-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 88% 14%, rgba(255, 75, 139, 0.12), transparent 34%);
}.tc-wp-content-root .hsvig-editorial .hsvig-dot{
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4b8b;
  box-shadow: 18px 0 0 #ff8a3d, 36px 0 0 #7450ff;
}.tc-wp-content-root .hsvig-editorial .hsvig-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(116, 80, 255, 0.09);
  color: #5f3bd4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .hsvig-editorial .hsvig-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .hsvig-editorial .hsvig-reveal.hsvig-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .hsvig-editorial .hsvig-section{
    padding: 54px 0;
  }.tc-wp-content-root .hsvig-editorial .hsvig-container{
    padding: 0 14px;
  }.tc-wp-content-root .hsvig-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card{
    padding: 24px;
    border-radius: 18px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-step-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card p, .tc-wp-content-root .hsvig-editorial .hsvig-step-card p, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hsvig-editorial .hsvig-section{
    padding: 60px 0;
  }.tc-wp-content-root .hsvig-editorial .hsvig-container{
    padding: 0 18px;
  }.tc-wp-content-root .hsvig-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card{
    padding: 26px;
    border-radius: 20px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-step-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card p, .tc-wp-content-root .hsvig-editorial .hsvig-step-card p, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hsvig-editorial .hsvig-section{
    padding: 66px 0;
  }.tc-wp-content-root .hsvig-editorial .hsvig-container{
    padding: 0 22px;
  }.tc-wp-content-root .hsvig-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-step-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card p, .tc-wp-content-root .hsvig-editorial .hsvig-step-card p, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hsvig-editorial .hsvig-section{
    padding: 78px 0;
  }.tc-wp-content-root .hsvig-editorial .hsvig-container{
    padding: 0 28px;
  }.tc-wp-content-root .hsvig-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-grid-six, .tc-wp-content-root .hsvig-editorial .hsvig-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hsvig-editorial .hsvig-card, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card{
    padding: 30px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-step-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card p, .tc-wp-content-root .hsvig-editorial .hsvig-step-card p, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .hsvig-editorial .hsvig-section{
    padding: 92px 0;
  }.tc-wp-content-root .hsvig-editorial .hsvig-container{
    padding: 0 32px;
  }.tc-wp-content-root .hsvig-editorial h2{
    font-size: 44px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-grid-six, .tc-wp-content-root .hsvig-editorial .hsvig-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hsvig-editorial .hsvig-card, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card{
    padding: 32px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-step-card h3, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-card p, .tc-wp-content-root .hsvig-editorial .hsvig-step-card p, .tc-wp-content-root .hsvig-editorial .hsvig-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .hsvig-editorial .hsvig-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}