@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 .igvv-content-wrap{
  width: 100%;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}.tc-wp-content-root .igvv-content-wrap, .tc-wp-content-root .igvv-content-wrap div, .tc-wp-content-root .igvv-content-wrap section, .tc-wp-content-root .igvv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .igvv-content-wrap .igvv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igvv-content-wrap .igvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igvv-content-wrap .igvv-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f9fbff 100%);
}.tc-wp-content-root .igvv-content-wrap .igvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igvv-content-wrap .igvv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igvv-content-wrap .igvv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #c52274;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-kicker::before, .tc-wp-content-root .igvv-content-wrap .igvv-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f64f8b, #7b61ff);
}.tc-wp-content-root .igvv-content-wrap .igvv-section-head h2{
  margin: 0;
  color: #131827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-section-head p{
  margin: 16px auto 0;
  color: #5e687b;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .igvv-content-wrap .igvv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(213, 70, 137, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
  box-shadow: 0 18px 50px rgba(31, 41, 64, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.tc-wp-content-root .igvv-content-wrap .igvv-card::before, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4f8f, #ff8a3d, #7b61ff);
  opacity: 0.9;
}.tc-wp-content-root .igvv-content-wrap .igvv-card:hover, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(213, 70, 137, 0.34);
  box-shadow: 0 24px 70px rgba(31, 41, 64, 0.13);
}.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3{
  margin: 0;
  color: #171d2e;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p{
  margin: 10px 0 0;
  color: #5f697a;
  line-height: 1.68;
  font-weight: 450;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f8f, #ff8a3d 48%, #7b61ff);
  box-shadow: 0 12px 30px rgba(234, 61, 129, 0.22);
}.tc-wp-content-root .igvv-content-wrap .igvv-icon::before, .tc-wp-content-root .igvv-content-wrap .igvv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-play::before{
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-speed::before{
  left: 13px;
  top: 24px;
  width: 22px;
  height: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-speed::after{
  left: 24px;
  top: 21px;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(45deg);
  transform-origin: bottom center;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-frame::before{
  left: 13px;
  top: 14px;
  width: 22px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-path::before{
  left: 12px;
  top: 16px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .igvv-content-wrap .igvv-icon-daily::after{
  left: 23px;
  top: 17px;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 6px 8px 0 -1px #ffffff;
}.tc-wp-content-root .igvv-content-wrap .igvv-card:hover .igvv-icon{
  animation: igvvIconFloat 800ms ease;
}.tc-wp-content-root .igvv-content-wrap .igvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igvv-content-wrap .igvv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(123, 97, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(31, 41, 64, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .igvv-content-wrap .igvv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff4f8f, #ff8a3d, #7b61ff);
}.tc-wp-content-root .igvv-content-wrap .igvv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(123, 97, 255, 0.34);
  box-shadow: 0 24px 68px rgba(31, 41, 64, 0.12);
}.tc-wp-content-root .igvv-content-wrap .igvv-step-number{
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #ff4f8f, #ff8a3d 50%, #7b61ff);
  box-shadow: 0 14px 34px rgba(234, 61, 129, 0.2);
}.tc-wp-content-root .igvv-content-wrap .igvv-badge-dot{
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f8f, #ff8a3d, #7b61ff);
  box-shadow: 0 0 0 8px rgba(255, 79, 143, 0.1);
}.tc-wp-content-root .igvv-content-wrap .igvv-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .igvv-content-wrap .igvv-trust-mark{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 79, 143, 0.14), rgba(123, 97, 255, 0.14));
  border: 1px solid rgba(213, 70, 137, 0.18);
  position: relative;
}.tc-wp-content-root .igvv-content-wrap .igvv-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 13px;
  height: 20px;
  border-right: 3px solid #c52274;
  border-bottom: 3px solid #c52274;
  transform: rotate(40deg);
  border-radius: 2px;
}.tc-wp-content-root .igvv-content-wrap .igvv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .igvv-content-wrap .igvv-reveal.igvv-visible{
  opacity: 1;
  transform: translateY(0);
}@keyframes igvvIconFloat {
  0% { transform: translateY(0); }
  45% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{ padding: 46px 0; }.tc-wp-content-root .igvv-content-wrap .igvv-container{ padding: 0 14px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head h2{ font-size: 25px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head p{ font-size: 14.5px; }.tc-wp-content-root .igvv-content-wrap .igvv-kicker{ font-size: 12px; }.tc-wp-content-root .igvv-content-wrap .igvv-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{ padding: 24px 20px; border-radius: 18px; }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3{ font-size: 18px; }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p{ font-size: 14px; }.tc-wp-content-root .igvv-content-wrap .igvv-steps{ gap: 16px; margin-top: 28px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{ grid-template-columns: 1fr; gap: 16px; padding: 24px 20px 24px 24px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{ width: 54px; height: 54px; font-size: 18px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{ padding: 52px 0; }.tc-wp-content-root .igvv-content-wrap .igvv-container{ padding: 0 18px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head h2{ font-size: 28px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head p{ font-size: 15px; }.tc-wp-content-root .igvv-content-wrap .igvv-kicker{ font-size: 12.5px; }.tc-wp-content-root .igvv-content-wrap .igvv-grid{ grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{ padding: 26px 22px; border-radius: 20px; }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3{ font-size: 19px; }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p{ font-size: 14.5px; }.tc-wp-content-root .igvv-content-wrap .igvv-steps{ gap: 18px; margin-top: 32px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{ grid-template-columns: 1fr; gap: 16px; padding: 26px 22px 26px 26px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{ width: 56px; height: 56px; font-size: 18px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{ padding: 58px 0; }.tc-wp-content-root .igvv-content-wrap .igvv-container{ padding: 0 22px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head h2{ font-size: 31px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head p{ font-size: 15.5px; }.tc-wp-content-root .igvv-content-wrap .igvv-kicker{ font-size: 13px; }.tc-wp-content-root .igvv-content-wrap .igvv-grid{ grid-template-columns: 1fr; gap: 20px; margin-top: 34px; }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{ padding: 28px 24px; border-radius: 22px; }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3{ font-size: 20px; }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p{ font-size: 15px; }.tc-wp-content-root .igvv-content-wrap .igvv-steps{ gap: 20px; margin-top: 34px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{ grid-template-columns: 1fr; gap: 18px; padding: 28px 24px 28px 28px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{ width: 60px; height: 60px; font-size: 19px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{ padding: 72px 0; }.tc-wp-content-root .igvv-content-wrap .igvv-container{ padding: 0 28px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head h2{ font-size: 38px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head p{ font-size: 16.5px; }.tc-wp-content-root .igvv-content-wrap .igvv-kicker{ font-size: 13px; }.tc-wp-content-root .igvv-content-wrap .igvv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 42px; }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{ padding: 30px 26px; border-radius: 22px; }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3{ font-size: 21px; }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p{ font-size: 15.5px; }.tc-wp-content-root .igvv-content-wrap .igvv-steps{ gap: 22px; margin-top: 42px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{ grid-template-columns: auto 1fr; gap: 24px; padding: 30px 30px 30px 34px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{ width: 66px; height: 66px; font-size: 20px; }}@media (min-width: 1024px) {.tc-wp-content-root .igvv-content-wrap .igvv-section{ padding: 88px 0; }.tc-wp-content-root .igvv-content-wrap .igvv-container{ padding: 0 32px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head h2{ font-size: 44px; }.tc-wp-content-root .igvv-content-wrap .igvv-section-head p{ font-size: 17px; }.tc-wp-content-root .igvv-content-wrap .igvv-kicker{ font-size: 13px; }.tc-wp-content-root .igvv-content-wrap .igvv-grid-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }.tc-wp-content-root .igvv-content-wrap .igvv-card, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card{ padding: 32px 28px; border-radius: 24px; }.tc-wp-content-root .igvv-content-wrap .igvv-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-step-card h3, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card h3{ font-size: 22px; }.tc-wp-content-root .igvv-content-wrap .igvv-card p, .tc-wp-content-root .igvv-content-wrap .igvv-step-card p, .tc-wp-content-root .igvv-content-wrap .igvv-trust-card p{ font-size: 15.8px; }.tc-wp-content-root .igvv-content-wrap .igvv-steps{ gap: 22px; margin-top: 48px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-card{ grid-template-columns: auto 1fr; gap: 28px; padding: 34px 38px 34px 42px; }.tc-wp-content-root .igvv-content-wrap .igvv-step-number{ width: 72px; height: 72px; font-size: 21px; }}

.tc-wp-content-root .igvv-step-content {}
.tc-wp-content-root .igvv-trust-grid {}