@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 .ig-thumb-content{
  width: 100%;
  overflow-x: hidden;
  color: #151720;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ig-thumb-content, .tc-wp-content-root .ig-thumb-content div, .tc-wp-content-root .ig-thumb-content section, .tc-wp-content-root .ig-thumb-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-section-white{
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-section-soft{
  background:
    radial-gradient(circle at top left, rgba(244, 66, 126, 0.08), transparent 32%),
    radial-gradient(circle at bottom right, rgba(255, 179, 71, 0.1), transparent 34%),
    #fbfaf8;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #c92768;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-kicker::before, .tc-wp-content-root .ig-thumb-content .ig-thumb-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f43f7e, #ff9f45);
}.tc-wp-content-root .ig-thumb-content h2, .tc-wp-content-root .ig-thumb-content h3, .tc-wp-content-root .ig-thumb-content p{
  margin-top: 0;
}.tc-wp-content-root .ig-thumb-content h2{
  margin-bottom: 14px;
  color: #12141d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-heading p{
  margin: 0 auto;
  color: #5b6070;
  line-height: 1.75;
  text-align: center;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-card, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 27, 38, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(29, 32, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-card::before, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(244, 63, 126, 0.14), rgba(255, 159, 69, 0.1), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-card:hover, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card:hover, .tc-wp-content-root .ig-thumb-content .ig-thumb-step:hover{
  transform: translateY(-5px);
  border-color: rgba(244, 63, 126, 0.24);
  box-shadow: 0 24px 60px rgba(29, 32, 45, 0.12);
}.tc-wp-content-root .ig-thumb-content .ig-thumb-card:hover::before, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-step h3{
  position: relative;
  margin-bottom: 9px;
  color: #171923;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-step p{
  position: relative;
  margin-bottom: 0;
  color: #606575;
  line-height: 1.7;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f43f7e, #ff9f45);
  box-shadow: 0 12px 30px rgba(244, 63, 126, 0.25);
  transition: transform 260ms ease;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-card:hover .ig-thumb-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon::before, .tc-wp-content-root .ig-thumb-content .ig-thumb-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-frame::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-frame::after{
  width: 7px;
  height: 7px;
  right: 14px;
  top: 14px;
  border-radius: 50%;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-flash::before{
  width: 14px;
  height: 24px;
  left: 18px;
  top: 11px;
  clip-path: polygon(55% 0, 100% 0, 62% 42%, 100% 42%, 32% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-preview::before{
  width: 27px;
  height: 18px;
  left: 10px;
  top: 15px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-steps::before{
  width: 24px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 12px;
  border-radius: 50%;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 24px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: left center;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(24, 27, 38, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(29, 32, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-step::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 100%;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(244, 63, 126, 0.35), rgba(255, 159, 69, 0));
}.tc-wp-content-root .ig-thumb-content .ig-thumb-step:last-child::after{
  display: none;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #f43f7e, #ff9f45);
  box-shadow: 0 16px 34px rgba(244, 63, 126, 0.25);
}.tc-wp-content-root .ig-thumb-content .ig-thumb-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(244, 63, 126, 0.28), rgba(255, 159, 69, 0.2)) border-box;
  border-color: transparent;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #b91f5c;
  background: rgba(244, 63, 126, 0.09);
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-grid-trust{
  align-items: stretch;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card{
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-trust-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #f43f7e;
  box-shadow: 0 0 0 8px rgba(244, 63, 126, 0.1), 0 0 0 16px rgba(255, 159, 69, 0.08);
}.tc-wp-content-root .ig-thumb-content .ig-thumb-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ig-thumb-content .ig-thumb-reveal.ig-thumb-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ig-thumb-content .ig-thumb-section{
    padding: 48px 0;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-container{
    padding: 0 14px;
  }.tc-wp-content-root .ig-thumb-content h2{
    font-size: 25px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-step h3{
    font-size: 17px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-step p{
    font-size: 14px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step-number{
    width: 58px;
    height: 58px;
    border-radius: 16px;
    font-size: 17px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ig-thumb-content .ig-thumb-section{
    padding: 56px 0;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-container{
    padding: 0 18px;
  }.tc-wp-content-root .ig-thumb-content h2{
    font-size: 28px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step-number{
    width: 62px;
    height: 62px;
    border-radius: 17px;
    font-size: 18px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ig-thumb-content .ig-thumb-section{
    padding: 64px 0;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-container{
    padding: 0 22px;
  }.tc-wp-content-root .ig-thumb-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-step p{
    font-size: 15px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step-number{
    width: 66px;
    height: 66px;
    border-radius: 18px;
    font-size: 19px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ig-thumb-content .ig-thumb-section{
    padding: 76px 0;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-container{
    padding: 0 32px;
  }.tc-wp-content-root .ig-thumb-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-grid-three, .tc-wp-content-root .ig-thumb-content .ig-thumb-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-steps{
    gap: 18px;
    margin-top: 42px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step{
    gap: 22px;
    padding: 26px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ig-thumb-content .ig-thumb-section{
    padding: 92px 0;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-container{
    padding: 0 34px;
  }.tc-wp-content-root .ig-thumb-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card h3, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-trust-card p, .tc-wp-content-root .ig-thumb-content .ig-thumb-step p{
    font-size: 16px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-steps{
    gap: 18px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step{
    gap: 26px;
    padding: 28px 32px;
  }.tc-wp-content-root .ig-thumb-content .ig-thumb-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}

.tc-wp-content-root .ig-thumb-step-content {}