@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;
}.wpc-scope-18 .tc-wp-content-root img, .wpc-scope-18 .tc-wp-content-root video, .wpc-scope-18 .tc-wp-content-root svg, .wpc-scope-18 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial{
  width: 100%;
  overflow-x: hidden;
  font-family: inherit;
  color: #182033;
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-section{
  position: relative;
  overflow: hidden;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-section-white{
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 80, 134, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(117, 72, 255, 0.08), transparent 28%),
    #f8f7fb;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 14px;
  border: 1px solid rgba(225, 48, 108, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.10), rgba(131, 58, 180, 0.10), rgba(245, 96, 64, 0.10));
  color: #a81964;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e1306c, #833ab4, #f56040);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.10);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial h2{
  margin: 0;
  color: #151a2d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-heading p{
  margin: 16px auto 0;
  color: #5d6577;
  line-height: 1.7;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 38, 58, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(18, 24, 38, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card::after, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.14), rgba(131, 58, 180, 0.10), rgba(245, 96, 64, 0.12));
  transition: opacity 220ms ease;
  z-index: -1;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card:hover, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.24);
  box-shadow: 0 24px 70px rgba(18, 24, 38, 0.12);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card:hover::after, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card h3, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-step h3, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-card h3{
  margin: 0;
  color: #151a2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card p, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-step p, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-card p, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-note p{
  margin: 0;
  color: #5b6475;
  line-height: 1.7;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon{
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1306c, #833ab4 58%, #f56040);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.20);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon::before, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card:hover .isvd-icon::before, .wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-card:hover .isvd-icon::after{
  transform: translateY(-2px);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-view::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-view::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  border-left-color: transparent;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 23px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-28deg);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 13px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 24px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.8);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-simple::before{
  width: 20px;
  height: 10px;
  left: 14px;
  top: 20px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 16px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 29px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-icon-daily::after{
  width: 14px;
  height: 2px;
  left: 17px;
  top: 22px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.85);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(31, 38, 58, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(18, 24, 38, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-step::before{
  content: "";
  position: absolute;
  left: 38px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(225, 48, 108, 0), rgba(225, 48, 108, 0.35));
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-step:first-child::before{
  display: none;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-step:hover{
  transform: translateY(-4px);
  border-color: rgba(131, 58, 180, 0.22);
  box-shadow: 0 24px 64px rgba(18, 24, 38, 0.11);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-step-number{
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e1306c, #833ab4 56%, #f56040);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(131, 58, 180, 0.22);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.09);
  color: #a81964;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at top left, rgba(225, 48, 108, 0.16), transparent 40%);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-mark{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), rgba(131, 58, 180, 0.12));
  position: relative;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #c42a78;
  border-bottom: 3px solid #c42a78;
  transform: rotate(-45deg);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-note{
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(225, 48, 108, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.08), rgba(131, 58, 180, 0.07), rgba(245, 96, 64, 0.08));
  box-shadow: 0 16px 42px rgba(18, 24, 38, 0.06);
  text-align: center;
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-18 .tc-wp-content-root .isvd-editorial .isvd-reveal.isvd-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .isvd-editorial .isvd-section{
    padding: 52px 0;
  }.tc-wp-content-root .isvd-editorial .isvd-container{
    padding: 0 14px;
  }.tc-wp-content-root .isvd-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .isvd-editorial .isvd-heading p{
    font-size: 14px;
  }.tc-wp-content-root .isvd-editorial .isvd-kicker{
    font-size: 12px;
  }.tc-wp-content-root .isvd-editorial .isvd-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .isvd-editorial .isvd-card, .tc-wp-content-root .isvd-editorial .isvd-trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .isvd-editorial .isvd-card h3, .tc-wp-content-root .isvd-editorial .isvd-step h3, .tc-wp-content-root .isvd-editorial .isvd-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .isvd-editorial .isvd-card p, .tc-wp-content-root .isvd-editorial .isvd-step p, .tc-wp-content-root .isvd-editorial .isvd-trust-card p, .tc-wp-content-root .isvd-editorial .isvd-note p{
    font-size: 14px;
    margin-top: 9px;
  }.tc-wp-content-root .isvd-editorial .isvd-steps{
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .isvd-editorial .isvd-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .isvd-editorial .isvd-step::before{
    display: none;
  }.tc-wp-content-root .isvd-editorial .isvd-note{
    padding: 18px;
    margin-top: 24px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .isvd-editorial .isvd-section{
    padding: 58px 0;
  }.tc-wp-content-root .isvd-editorial .isvd-container{
    padding: 0 18px;
  }.tc-wp-content-root .isvd-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .isvd-editorial .isvd-heading p{
    font-size: 15px;
  }.tc-wp-content-root .isvd-editorial .isvd-kicker{
    font-size: 12px;
  }.tc-wp-content-root .isvd-editorial .isvd-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }.tc-wp-content-root .isvd-editorial .isvd-card, .tc-wp-content-root .isvd-editorial .isvd-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .isvd-editorial .isvd-card h3, .tc-wp-content-root .isvd-editorial .isvd-step h3, .tc-wp-content-root .isvd-editorial .isvd-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .isvd-editorial .isvd-card p, .tc-wp-content-root .isvd-editorial .isvd-step p, .tc-wp-content-root .isvd-editorial .isvd-trust-card p, .tc-wp-content-root .isvd-editorial .isvd-note p{
    font-size: 15px;
    margin-top: 10px;
  }.tc-wp-content-root .isvd-editorial .isvd-steps{
    gap: 16px;
    margin-top: 34px;
  }.tc-wp-content-root .isvd-editorial .isvd-step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .isvd-editorial .isvd-step::before{
    display: none;
  }.tc-wp-content-root .isvd-editorial .isvd-note{
    padding: 20px;
    margin-top: 26px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .isvd-editorial .isvd-section{
    padding: 64px 0;
  }.tc-wp-content-root .isvd-editorial .isvd-container{
    padding: 0 22px;
  }.tc-wp-content-root .isvd-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .isvd-editorial .isvd-heading p{
    font-size: 16px;
  }.tc-wp-content-root .isvd-editorial .isvd-kicker{
    font-size: 13px;
  }.tc-wp-content-root .isvd-editorial .isvd-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 38px;
  }.tc-wp-content-root .isvd-editorial .isvd-card, .tc-wp-content-root .isvd-editorial .isvd-trust-card{
    padding: 24px;
  }.tc-wp-content-root .isvd-editorial .isvd-card h3, .tc-wp-content-root .isvd-editorial .isvd-step h3, .tc-wp-content-root .isvd-editorial .isvd-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .isvd-editorial .isvd-card p, .tc-wp-content-root .isvd-editorial .isvd-step p, .tc-wp-content-root .isvd-editorial .isvd-trust-card p, .tc-wp-content-root .isvd-editorial .isvd-note p{
    font-size: 15px;
    margin-top: 10px;
  }.tc-wp-content-root .isvd-editorial .isvd-steps{
    gap: 18px;
    margin-top: 38px;
  }.tc-wp-content-root .isvd-editorial .isvd-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .isvd-editorial .isvd-step::before{
    display: none;
  }.tc-wp-content-root .isvd-editorial .isvd-note{
    padding: 22px;
    margin-top: 30px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .isvd-editorial .isvd-section{
    padding: 78px 0;
  }.tc-wp-content-root .isvd-editorial .isvd-container{
    padding: 0 30px;
  }.tc-wp-content-root .isvd-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .isvd-editorial .isvd-heading p{
    font-size: 17px;
  }.tc-wp-content-root .isvd-editorial .isvd-kicker{
    font-size: 13px;
  }.tc-wp-content-root .isvd-editorial .isvd-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .isvd-editorial .isvd-card, .tc-wp-content-root .isvd-editorial .isvd-trust-card{
    padding: 28px;
  }.tc-wp-content-root .isvd-editorial .isvd-card h3, .tc-wp-content-root .isvd-editorial .isvd-step h3, .tc-wp-content-root .isvd-editorial .isvd-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .isvd-editorial .isvd-card p, .tc-wp-content-root .isvd-editorial .isvd-step p, .tc-wp-content-root .isvd-editorial .isvd-trust-card p, .tc-wp-content-root .isvd-editorial .isvd-note p{
    font-size: 16px;
    margin-top: 11px;
  }.tc-wp-content-root .isvd-editorial .isvd-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .isvd-editorial .isvd-step{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .isvd-editorial .isvd-note{
    padding: 26px 30px;
    margin-top: 34px;
  }}@media (min-width: 1024px){.tc-wp-content-root .isvd-editorial .isvd-section{
    padding: 92px 0;
  }.tc-wp-content-root .isvd-editorial .isvd-container{
    padding: 0 32px;
  }.tc-wp-content-root .isvd-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .isvd-editorial .isvd-heading p{
    font-size: 18px;
  }.tc-wp-content-root .isvd-editorial .isvd-kicker{
    font-size: 13px;
  }.tc-wp-content-root .isvd-editorial .isvd-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .isvd-editorial .isvd-card, .tc-wp-content-root .isvd-editorial .isvd-trust-card{
    padding: 30px;
  }.tc-wp-content-root .isvd-editorial .isvd-card h3, .tc-wp-content-root .isvd-editorial .isvd-step h3, .tc-wp-content-root .isvd-editorial .isvd-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .isvd-editorial .isvd-card p, .tc-wp-content-root .isvd-editorial .isvd-step p, .tc-wp-content-root .isvd-editorial .isvd-trust-card p, .tc-wp-content-root .isvd-editorial .isvd-note p{
    font-size: 16px;
    margin-top: 12px;
  }.tc-wp-content-root .isvd-editorial .isvd-steps{
    gap: 20px;
    margin-top: 48px;
  }.tc-wp-content-root .isvd-editorial .isvd-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .isvd-editorial .isvd-note{
    padding: 28px 34px;
    margin-top: 38px;
  }}.wpc-scope-18 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .isvd-step-content{}.wpc-scope-18 .tc-wp-content-root .isvd-trust-grid{}