/* 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 .igpv-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .igpv-content, .tc-wp-content-root .igpv-content div, .tc-wp-content-root .igpv-content section, .tc-wp-content-root .igpv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .igpv-content .igpv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .igpv-content .igpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igpv-content .igpv-section-soft{
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 76, 124, 0.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(124, 58, 237, 0.07), transparent 30%),
    #faf8fc;
}.tc-wp-content-root .igpv-content .igpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igpv-content .igpv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igpv-content .igpv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.08), rgba(131, 58, 180, 0.08));
  color: #a51f61;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .igpv-content .igpv-section-head h2{
  margin: 16px 0 0;
  color: #131827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .igpv-content .igpv-section-head p{
  margin: 16px auto 0;
  color: #5c6578;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .igpv-content .igpv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igpv-content .igpv-card, .tc-wp-content-root .igpv-content .igpv-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(22, 24, 35, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igpv-content .igpv-card::before, .tc-wp-content-root .igpv-content .igpv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #fd1d1d, #e1306c, #833ab4);
  opacity: 0.9;
}.tc-wp-content-root .igpv-content .igpv-card:hover, .tc-wp-content-root .igpv-content .igpv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.26);
  box-shadow: 0 24px 56px rgba(22, 24, 35, 0.11);
}.tc-wp-content-root .igpv-content .igpv-card h3, .tc-wp-content-root .igpv-content .igpv-trust-card h3, .tc-wp-content-root .igpv-content .igpv-step-copy h3{
  margin: 0;
  color: #171d2d;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igpv-content .igpv-card p, .tc-wp-content-root .igpv-content .igpv-trust-card p, .tc-wp-content-root .igpv-content .igpv-step-copy p{
  margin: 10px 0 0;
  color: #5c6578;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .igpv-content .igpv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fd1d1d, #e1306c 48%, #833ab4);
  box-shadow: 0 14px 30px rgba(225, 48, 108, 0.24);
  transition: transform 260ms ease;
}.tc-wp-content-root .igpv-content .igpv-card:hover .igpv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.tc-wp-content-root .igpv-content .igpv-icon::before, .tc-wp-content-root .igpv-content .igpv-icon::after{
  content: "";
  position: absolute;
  border-color: #ffffff;
}.tc-wp-content-root .igpv-content .igpv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igpv-content .igpv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .igpv-content .igpv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .igpv-content .igpv-icon-speed::after{
  width: 11px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .igpv-content .igpv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .igpv-content .igpv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .igpv-content .igpv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.tc-wp-content-root .igpv-content .igpv-icon-steps::after{
  width: 14px;
  height: 2px;
  right: 11px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.92), 0 18px 0 rgba(255, 255, 255, 0.84);
}.tc-wp-content-root .igpv-content .igpv-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .igpv-content .igpv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  background: #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .igpv-content .igpv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .igpv-content .igpv-icon-daily::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .igpv-content .igpv-steps{
  position: relative;
  display: grid;
}.tc-wp-content-root .igpv-content .igpv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fff9fb 100%);
  box-shadow: 0 18px 44px rgba(22, 24, 35, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igpv-content .igpv-step-card::after{
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.12), rgba(131, 58, 180, 0.11));
}.tc-wp-content-root .igpv-content .igpv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(225, 48, 108, 0.22);
  box-shadow: 0 24px 54px rgba(22, 24, 35, 0.1);
}.tc-wp-content-root .igpv-content .igpv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #fd1d1d, #e1306c 48%, #833ab4);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(225, 48, 108, 0.24);
}.tc-wp-content-root .igpv-content .igpv-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(253, 29, 29, 0.22), rgba(131, 58, 180, 0.2)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .igpv-content .igpv-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e1306c;
  box-shadow: 0 0 0 8px rgba(225, 48, 108, 0.1), 0 0 0 16px rgba(131, 58, 180, 0.05);
}.tc-wp-content-root .igpv-content .igpv-trust-card{
  background: #ffffff;
}.tc-wp-content-root .igpv-content .igpv-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.1), rgba(131, 58, 180, 0.12));
  color: #a51f61;
  font-weight: 850;
  line-height: 1;
  border: 1px solid rgba(225, 48, 108, 0.16);
}.tc-wp-content-root .igpv-content .igpv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .igpv-content .igpv-reveal.igpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igpv-content .igpv-section{
    padding: 46px 0;
  }.tc-wp-content-root .igpv-content .igpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igpv-content .igpv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .igpv-content .igpv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .igpv-content .igpv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igpv-content .igpv-card, .tc-wp-content-root .igpv-content .igpv-trust-card{
    padding: 23px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igpv-content .igpv-card h3, .tc-wp-content-root .igpv-content .igpv-trust-card h3, .tc-wp-content-root .igpv-content .igpv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .igpv-content .igpv-card p, .tc-wp-content-root .igpv-content .igpv-trust-card p, .tc-wp-content-root .igpv-content .igpv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .igpv-content .igpv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .igpv-content .igpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .igpv-content .igpv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .igpv-content .igpv-badge{
    width: 44px;
    height: 30px;
    font-size: 13px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igpv-content .igpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .igpv-content .igpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igpv-content .igpv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .igpv-content .igpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igpv-content .igpv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igpv-content .igpv-card, .tc-wp-content-root .igpv-content .igpv-trust-card{
    padding: 25px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .igpv-content .igpv-card h3, .tc-wp-content-root .igpv-content .igpv-trust-card h3, .tc-wp-content-root .igpv-content .igpv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .igpv-content .igpv-card p, .tc-wp-content-root .igpv-content .igpv-trust-card p, .tc-wp-content-root .igpv-content .igpv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .igpv-content .igpv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .igpv-content .igpv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
  }.tc-wp-content-root .igpv-content .igpv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .igpv-content .igpv-badge{
    width: 46px;
    height: 32px;
    font-size: 13px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igpv-content .igpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .igpv-content .igpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igpv-content .igpv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .igpv-content .igpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igpv-content .igpv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igpv-content .igpv-card, .tc-wp-content-root .igpv-content .igpv-trust-card{
    padding: 27px 24px;
    border-radius: 21px;
  }.tc-wp-content-root .igpv-content .igpv-card h3, .tc-wp-content-root .igpv-content .igpv-trust-card h3, .tc-wp-content-root .igpv-content .igpv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .igpv-content .igpv-card p, .tc-wp-content-root .igpv-content .igpv-trust-card p, .tc-wp-content-root .igpv-content .igpv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .igpv-content .igpv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .igpv-content .igpv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .igpv-content .igpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .igpv-content .igpv-badge{
    width: 48px;
    height: 34px;
    font-size: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igpv-content .igpv-section{
    padding: 72px 0;
  }.tc-wp-content-root .igpv-content .igpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igpv-content .igpv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .igpv-content .igpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igpv-content .igpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igpv-content .igpv-card, .tc-wp-content-root .igpv-content .igpv-trust-card{
    padding: 29px 26px;
  }.tc-wp-content-root .igpv-content .igpv-card h3, .tc-wp-content-root .igpv-content .igpv-trust-card h3, .tc-wp-content-root .igpv-content .igpv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .igpv-content .igpv-card p, .tc-wp-content-root .igpv-content .igpv-trust-card p, .tc-wp-content-root .igpv-content .igpv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .igpv-content .igpv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igpv-content .igpv-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .igpv-content .igpv-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }.tc-wp-content-root .igpv-content .igpv-badge{
    width: 50px;
    height: 36px;
    font-size: 14px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igpv-content .igpv-section{
    padding: 88px 0;
  }.tc-wp-content-root .igpv-content .igpv-container{
    padding: 0 28px;
  }.tc-wp-content-root .igpv-content .igpv-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .igpv-content .igpv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .igpv-content .igpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igpv-content .igpv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igpv-content .igpv-card, .tc-wp-content-root .igpv-content .igpv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .igpv-content .igpv-card h3, .tc-wp-content-root .igpv-content .igpv-trust-card h3, .tc-wp-content-root .igpv-content .igpv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .igpv-content .igpv-card p, .tc-wp-content-root .igpv-content .igpv-trust-card p, .tc-wp-content-root .igpv-content .igpv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .igpv-content .igpv-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .igpv-content .igpv-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .igpv-content .igpv-step-number{
    width: 74px;
    height: 74px;
    font-size: 19px;
  }.tc-wp-content-root .igpv-content .igpv-badge{
    width: 52px;
    height: 38px;
    font-size: 14px;
  }}