@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-root{
  width: 100%;
  overflow-x: hidden;
  color: #151722;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .igvv-content-root, .tc-wp-content-root .igvv-content-root section, .tc-wp-content-root .igvv-content-root div, .tc-wp-content-root .igvv-content-root article{
  box-sizing: border-box;
}.tc-wp-content-root .igvv-content-root .igvv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igvv-content-root .igvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igvv-content-root .igvv-section-soft{
  background:
    radial-gradient(circle at 18% 8%, rgba(254, 45, 122, 0.08), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(255, 154, 0, 0.09), transparent 30%),
    #faf8fb;
}.tc-wp-content-root .igvv-content-root .igvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igvv-content-root .igvv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igvv-content-root .igvv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 45, 122, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(254, 45, 122, 0.1), rgba(255, 154, 0, 0.1));
  color: #b51e5f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .igvv-content-root .igvv-section-head h2{
  margin: 0;
  color: #151722;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-root .igvv-section-head p{
  margin: 16px auto 0;
  color: #5f6472;
  line-height: 1.7;
}.tc-wp-content-root .igvv-content-root .igvv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igvv-content-root .igvv-info-card, .tc-wp-content-root .igvv-content-root .igvv-use-card, .tc-wp-content-root .igvv-content-root .igvv-trust-card, .tc-wp-content-root .igvv-content-root .igvv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 25, 35, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(21, 23, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igvv-content-root .igvv-info-card::before, .tc-wp-content-root .igvv-content-root .igvv-use-card::before, .tc-wp-content-root .igvv-content-root .igvv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #fe2d7a, #ff9a00, #7c3aed);
  opacity: 0.88;
}.tc-wp-content-root .igvv-content-root .igvv-info-card:hover, .tc-wp-content-root .igvv-content-root .igvv-use-card:hover, .tc-wp-content-root .igvv-content-root .igvv-trust-card:hover, .tc-wp-content-root .igvv-content-root .igvv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(254, 45, 122, 0.24);
  box-shadow: 0 24px 60px rgba(21, 23, 34, 0.13);
}.tc-wp-content-root .igvv-content-root .igvv-info-card h3, .tc-wp-content-root .igvv-content-root .igvv-use-card h3, .tc-wp-content-root .igvv-content-root .igvv-trust-card h3, .tc-wp-content-root .igvv-content-root .igvv-step-content h3{
  margin: 0;
  color: #171923;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igvv-content-root .igvv-info-card p, .tc-wp-content-root .igvv-content-root .igvv-use-card p, .tc-wp-content-root .igvv-content-root .igvv-trust-card p, .tc-wp-content-root .igvv-content-root .igvv-step-content p{
  margin: 11px 0 0;
  color: #626877;
  line-height: 1.68;
}.tc-wp-content-root .igvv-content-root .igvv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fe2d7a, #ff9a00);
  box-shadow: 0 14px 30px rgba(254, 45, 122, 0.22);
}.tc-wp-content-root .igvv-content-root .igvv-icon::before, .tc-wp-content-root .igvv-content-root .igvv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igvv-content-root .igvv-info-card:hover .igvv-icon::before, .tc-wp-content-root .igvv-content-root .igvv-info-card:hover .igvv-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .igvv-content-root .igvv-icon-play::before{
  left: 19px;
  top: 15px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .igvv-content-root .igvv-icon-speed::before{
  left: 13px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 8px;
  background: #ffffff;
}.tc-wp-content-root .igvv-content-root .igvv-icon-speed::after{
  left: 25px;
  top: 13px;
  width: 4px;
  height: 17px;
  border-radius: 6px;
  background: #ffffff;
  transform: rotate(42deg);
  transform-origin: bottom center;
}.tc-wp-content-root .igvv-content-root .igvv-icon-frame::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igvv-content-root .igvv-icon-path::before{
  left: 13px;
  top: 14px;
  width: 22px;
  height: 20px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}.tc-wp-content-root .igvv-content-root .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-root .igvv-icon-daily::before{
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #ffffff;
}.tc-wp-content-root .igvv-content-root .igvv-icon-daily::after{
  left: 23px;
  top: 8px;
  width: 3px;
  height: 12px;
  border-radius: 8px;
  background: #ffffff;
}.tc-wp-content-root .igvv-content-root .igvv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .igvv-content-root .igvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(254, 45, 122, 0.13), rgba(255, 154, 0, 0.13));
}.tc-wp-content-root .igvv-content-root .igvv-step-card::after{
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(254, 45, 122, 0.34), transparent);
}.tc-wp-content-root .igvv-content-root .igvv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #fe2d7a, #ff9a00);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(254, 45, 122, 0.24);
}.tc-wp-content-root .igvv-content-root .igvv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .igvv-content-root .igvv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.1), transparent 34%);
}.tc-wp-content-root .igvv-content-root .igvv-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: rgba(254, 45, 122, 0.1);
  border: 1px solid rgba(254, 45, 122, 0.18);
  position: relative;
}.tc-wp-content-root .igvv-content-root .igvv-dot::after{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe2d7a, #ff9a00);
  box-shadow: 0 0 0 6px rgba(254, 45, 122, 0.08);
}.tc-wp-content-root .igvv-content-root .igvv-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 12% 12%, rgba(255, 154, 0, 0.1), transparent 30%);
}.tc-wp-content-root .igvv-content-root .igvv-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(254, 45, 122, 0.14), rgba(255, 154, 0, 0.14));
  border: 1px solid rgba(254, 45, 122, 0.16);
  position: relative;
}.tc-wp-content-root .igvv-content-root .igvv-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 11px;
  height: 18px;
  border-right: 4px solid #fe2d7a;
  border-bottom: 4px solid #ff9a00;
  transform: rotate(42deg);
  border-radius: 2px;
}.tc-wp-content-root .igvv-content-root .igvv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .igvv-content-root .igvv-reveal.igvv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igvv-content-root .igvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .igvv-content-root .igvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igvv-content-root .igvv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card, .tc-wp-content-root .igvv-content-root .igvv-use-card, .tc-wp-content-root .igvv-content-root .igvv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card h3, .tc-wp-content-root .igvv-content-root .igvv-use-card h3, .tc-wp-content-root .igvv-content-root .igvv-trust-card h3, .tc-wp-content-root .igvv-content-root .igvv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card p, .tc-wp-content-root .igvv-content-root .igvv-use-card p, .tc-wp-content-root .igvv-content-root .igvv-trust-card p, .tc-wp-content-root .igvv-content-root .igvv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card::after{
    display: none;
  }.tc-wp-content-root .igvv-content-root .igvv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igvv-content-root .igvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igvv-content-root .igvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igvv-content-root .igvv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card, .tc-wp-content-root .igvv-content-root .igvv-use-card, .tc-wp-content-root .igvv-content-root .igvv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card h3, .tc-wp-content-root .igvv-content-root .igvv-use-card h3, .tc-wp-content-root .igvv-content-root .igvv-trust-card h3, .tc-wp-content-root .igvv-content-root .igvv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card p, .tc-wp-content-root .igvv-content-root .igvv-use-card p, .tc-wp-content-root .igvv-content-root .igvv-trust-card p, .tc-wp-content-root .igvv-content-root .igvv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card::after{
    display: none;
  }.tc-wp-content-root .igvv-content-root .igvv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igvv-content-root .igvv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igvv-content-root .igvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igvv-content-root .igvv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card, .tc-wp-content-root .igvv-content-root .igvv-use-card, .tc-wp-content-root .igvv-content-root .igvv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card h3, .tc-wp-content-root .igvv-content-root .igvv-use-card h3, .tc-wp-content-root .igvv-content-root .igvv-trust-card h3, .tc-wp-content-root .igvv-content-root .igvv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card p, .tc-wp-content-root .igvv-content-root .igvv-use-card p, .tc-wp-content-root .igvv-content-root .igvv-trust-card p, .tc-wp-content-root .igvv-content-root .igvv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card::after{
    display: none;
  }.tc-wp-content-root .igvv-content-root .igvv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igvv-content-root .igvv-section{
    padding: 76px 0;
  }.tc-wp-content-root .igvv-content-root .igvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igvv-content-root .igvv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igvv-content-root .igvv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .igvv-content-root .igvv-info-card, .tc-wp-content-root .igvv-content-root .igvv-use-card, .tc-wp-content-root .igvv-content-root .igvv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card h3, .tc-wp-content-root .igvv-content-root .igvv-use-card h3, .tc-wp-content-root .igvv-content-root .igvv-trust-card h3, .tc-wp-content-root .igvv-content-root .igvv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card p, .tc-wp-content-root .igvv-content-root .igvv-use-card p, .tc-wp-content-root .igvv-content-root .igvv-trust-card p, .tc-wp-content-root .igvv-content-root .igvv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card{
    gap: 24px;
    padding: 28px 32px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igvv-content-root .igvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .igvv-content-root .igvv-container{
    padding: 0 34px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .igvv-content-root .igvv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igvv-content-root .igvv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igvv-content-root .igvv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igvv-content-root .igvv-info-card, .tc-wp-content-root .igvv-content-root .igvv-use-card, .tc-wp-content-root .igvv-content-root .igvv-trust-card{
    min-height: 100%;
    padding: 30px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card h3, .tc-wp-content-root .igvv-content-root .igvv-use-card h3, .tc-wp-content-root .igvv-content-root .igvv-trust-card h3, .tc-wp-content-root .igvv-content-root .igvv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .igvv-content-root .igvv-info-card p, .tc-wp-content-root .igvv-content-root .igvv-use-card p, .tc-wp-content-root .igvv-content-root .igvv-trust-card p, .tc-wp-content-root .igvv-content-root .igvv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .igvv-content-root .igvv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}