@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 .igcv-editorial, .tc-wp-content-root .igcv-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .igcv-editorial{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igcv-editorial .igcv-section-white{
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 92, 168, 0.08), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(122, 92, 255, 0.08), transparent 30%),
    #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 92, 168, 0.06), rgba(255, 255, 255, 0) 34%),
    linear-gradient(315deg, rgba(255, 183, 77, 0.08), rgba(255, 255, 255, 0) 36%),
    #fbfafc;
}.tc-wp-content-root .igcv-editorial .igcv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igcv-editorial .igcv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igcv-editorial .igcv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(221, 55, 142, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #b81f72;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-editorial .igcv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5ca8, #7a5cff);
  box-shadow: 0 0 0 5px rgba(255, 92, 168, 0.12);
}.tc-wp-content-root .igcv-editorial .igcv-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-editorial .igcv-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #586174;
  font-weight: 450;
}.tc-wp-content-root .igcv-editorial .igcv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igcv-editorial .igcv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(28, 35, 52, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 92, 168, 0.14), rgba(122, 92, 255, 0.1), rgba(255, 183, 77, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(221, 55, 142, 0.22);
  box-shadow: 0 24px 60px rgba(28, 35, 52, 0.12);
}.tc-wp-content-root .igcv-editorial .igcv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c6678;
  font-weight: 430;
}.tc-wp-content-root .igcv-editorial .igcv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff5ca8, #7a5cff);
  box-shadow: 0 12px 26px rgba(221, 55, 142, 0.2);
}.tc-wp-content-root .igcv-editorial .igcv-icon::before, .tc-wp-content-root .igcv-editorial .igcv-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-view::before{
  width: 23px;
  height: 14px;
  left: 11px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
}.tc-wp-content-root .igcv-editorial .igcv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 23px;
  transform: rotate(-34deg);
}.tc-wp-content-root .igcv-editorial .igcv-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-preview::after{
  width: 14px;
  height: 2px;
  left: 16px;
  top: 23px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-steps::after{
  width: 15px;
  height: 2px;
  left: 24px;
  top: 15px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 23px;
  top: 14px;
  background: transparent;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}.tc-wp-content-root .igcv-editorial .igcv-icon-lock::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 21px;
  border-radius: 5px;
}.tc-wp-content-root .igcv-editorial .igcv-icon-lock::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-clean::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-clean::after{
  width: 15px;
  height: 2px;
  left: 16px;
  top: 20px;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-privacy::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 9px;
  border-radius: 12px 12px 8px 8px;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-icon-privacy::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
}.tc-wp-content-root .igcv-editorial .igcv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 17px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 28%, #ffffff 0 3px, transparent 4px),
    linear-gradient(135deg, rgba(255, 92, 168, 0.16), rgba(122, 92, 255, 0.16));
  border: 1px solid rgba(221, 55, 142, 0.15);
}.tc-wp-content-root .igcv-editorial .igcv-badge::before{
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 18px;
  height: 18px;
  border-radius: 7px;
  border: 2px solid #c72a83;
}.tc-wp-content-root .igcv-editorial .igcv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igcv-editorial .igcv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(28, 35, 52, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5ca8, #7a5cff, #ffb74d);
}.tc-wp-content-root .igcv-editorial .igcv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(28, 35, 52, 0.12);
}.tc-wp-content-root .igcv-editorial .igcv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, #ff5ca8, #7a5cff);
  box-shadow: 0 16px 32px rgba(122, 92, 255, 0.22);
}.tc-wp-content-root .igcv-editorial .igcv-step-copy{
  min-width: 0;
}.tc-wp-content-root .igcv-editorial .igcv-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    #ffffff;
}.tc-wp-content-root .igcv-editorial .igcv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .igcv-editorial .igcv-reveal.igcv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 46px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .igcv-editorial .igcv-card{
    padding: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 14px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .igcv-editorial .igcv-card{
    padding: 24px;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 16px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .igcv-editorial .igcv-card{
    padding: 26px;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 18px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 74px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading{
    margin-bottom: 40px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-card{
    padding: 28px;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 20px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igcv-editorial .igcv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igcv-editorial .igcv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .igcv-editorial .igcv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .igcv-editorial .igcv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .igcv-editorial .igcv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .igcv-editorial .igcv-card{
    padding: 30px;
  }.tc-wp-content-root .igcv-editorial .igcv-card h3, .tc-wp-content-root .igcv-editorial .igcv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-card p, .tc-wp-content-root .igcv-editorial .igcv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .igcv-editorial .igcv-steps{
    gap: 22px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .igcv-editorial .igcv-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}

.tc-wp-content-root .igcv-benefits {}