@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-editorial-839{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial-839, .tc-wp-content-root .ig-thumb-editorial-839 div, .tc-wp-content-root .ig-thumb-editorial-839 section, .tc-wp-content-root .ig-thumb-editorial-839 article, .tc-wp-content-root .ig-thumb-editorial-839 span, .tc-wp-content-root .ig-thumb-editorial-839 h2, .tc-wp-content-root .ig-thumb-editorial-839 h3, .tc-wp-content-root .ig-thumb-editorial-839 p{
  box-sizing: border-box;
}.tc-wp-content-root .ig-thumb-editorial-839__section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ig-thumb-editorial-839__section--white{
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial-839__section--soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 59, 135, 0.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 184, 77, 0.1), transparent 30%),
    #fbfafc;
}.tc-wp-content-root .ig-thumb-editorial-839__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ig-thumb-editorial-839__header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ig-thumb-editorial-839__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(226, 48, 118, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(245, 59, 135, 0.1), rgba(255, 184, 77, 0.12));
  color: #a51f5a;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .ig-thumb-editorial-839 h2{
  margin: 0;
  color: #151d2f;
  font-weight: 830;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-editorial-839__header p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5c6475;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .ig-thumb-editorial-839__grid{
  display: grid;
  width: 100%;
  align-items: stretch;
}.tc-wp-content-root .ig-thumb-editorial-839__card, .tc-wp-content-root .ig-thumb-editorial-839__trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 34, 52, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(245, 59, 135, 0.24), rgba(255, 184, 77, 0.18), rgba(120, 85, 255, 0.16)) border-box;
  box-shadow: 0 18px 42px rgba(20, 28, 45, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ig-thumb-editorial-839__card::before, .tc-wp-content-root .ig-thumb-editorial-839__trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(245, 59, 135, 0.08), transparent 38%, rgba(255, 184, 77, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ig-thumb-editorial-839__card:hover, .tc-wp-content-root .ig-thumb-editorial-839__trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(226, 48, 118, 0.2);
  box-shadow: 0 24px 58px rgba(20, 28, 45, 0.1);
}.tc-wp-content-root .ig-thumb-editorial-839__card:hover::before, .tc-wp-content-root .ig-thumb-editorial-839__trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ig-thumb-editorial-839__card h3, .tc-wp-content-root .ig-thumb-editorial-839__trust-card h3, .tc-wp-content-root .ig-thumb-editorial-839__step h3{
  position: relative;
  margin: 0;
  color: #182036;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ig-thumb-editorial-839__card p, .tc-wp-content-root .ig-thumb-editorial-839__trust-card p, .tc-wp-content-root .ig-thumb-editorial-839__step p{
  position: relative;
  margin: 10px 0 0;
  color: #606879;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .ig-thumb-editorial-839__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f53b87, #ffb84d);
  box-shadow: 0 12px 26px rgba(245, 59, 135, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .ig-thumb-editorial-839__card:hover .ig-thumb-editorial-839__icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ig-thumb-editorial-839__icon::before, .tc-wp-content-root .ig-thumb-editorial-839__icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--frame::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--frame::after{
  width: 7px;
  height: 7px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--bolt::before{
  left: 19px;
  top: 10px;
  width: 9px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .ig-thumb-editorial-839__icon--preview::before{
  left: 10px;
  top: 15px;
  width: 26px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--preview::after{
  left: 20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--steps::after{
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--daily::before{
  left: 11px;
  top: 12px;
  width: 24px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ig-thumb-editorial-839__icon--daily::after{
  left: 17px;
  top: 20px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.86);
}.tc-wp-content-root .ig-thumb-editorial-839__steps{
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}.tc-wp-content-root .ig-thumb-editorial-839__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(226, 48, 118, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 40px rgba(20, 28, 45, 0.06);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ig-thumb-editorial-839__step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #f53b87, #ffb84d);
}.tc-wp-content-root .ig-thumb-editorial-839__step:hover{
  transform: translateY(-4px);
  border-color: rgba(226, 48, 118, 0.24);
  box-shadow: 0 22px 54px rgba(20, 28, 45, 0.09);
}.tc-wp-content-root .ig-thumb-editorial-839__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f53b87, #ffb84d);
  color: #ffffff;
  font-weight: 840;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(245, 59, 135, 0.2);
}.tc-wp-content-root .ig-thumb-editorial-839__step-content{
  min-width: 0;
}.tc-wp-content-root .ig-thumb-editorial-839__card--use{
  background:
    linear-gradient(180deg, #ffffff 0%, #fffafd 100%) padding-box,
    linear-gradient(135deg, rgba(245, 59, 135, 0.18), rgba(255, 184, 77, 0.16)) border-box;
}.tc-wp-content-root .ig-thumb-editorial-839__card--use::after{
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(245, 59, 135, 0.14), rgba(255, 184, 77, 0.16));
  box-shadow: inset 0 0 0 1px rgba(226, 48, 118, 0.08);
}.tc-wp-content-root .ig-thumb-editorial-839__trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)) padding-box,
    linear-gradient(135deg, rgba(245, 59, 135, 0.22), rgba(255, 184, 77, 0.18)) border-box;
}.tc-wp-content-root .ig-thumb-editorial-839__badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(245, 59, 135, 0.09);
  color: #a51f5a;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
}.tc-wp-content-root .ig-thumb-editorial-839__reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ig-thumb-editorial-839__reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ig-thumb-editorial-839__section{
    padding: 48px 0;
  }.tc-wp-content-root .ig-thumb-editorial-839__container{
    padding: 0 14px;
  }.tc-wp-content-root .ig-thumb-editorial-839 h2{
    font-size: 25px;
  }.tc-wp-content-root .ig-thumb-editorial-839__header p{
    font-size: 14px;
  }.tc-wp-content-root .ig-thumb-editorial-839__grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card, .tc-wp-content-root .ig-thumb-editorial-839__trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card h3, .tc-wp-content-root .ig-thumb-editorial-839__trust-card h3, .tc-wp-content-root .ig-thumb-editorial-839__step h3{
    font-size: 18px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card p, .tc-wp-content-root .ig-thumb-editorial-839__trust-card p, .tc-wp-content-root .ig-thumb-editorial-839__step p{
    font-size: 14px;
  }.tc-wp-content-root .ig-thumb-editorial-839__steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ig-thumb-editorial-839__step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ig-thumb-editorial-839__section{
    padding: 54px 0;
  }.tc-wp-content-root .ig-thumb-editorial-839__container{
    padding: 0 18px;
  }.tc-wp-content-root .ig-thumb-editorial-839 h2{
    font-size: 28px;
  }.tc-wp-content-root .ig-thumb-editorial-839__header p{
    font-size: 15px;
  }.tc-wp-content-root .ig-thumb-editorial-839__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card, .tc-wp-content-root .ig-thumb-editorial-839__trust-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card h3, .tc-wp-content-root .ig-thumb-editorial-839__trust-card h3, .tc-wp-content-root .ig-thumb-editorial-839__step h3{
    font-size: 19px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card p, .tc-wp-content-root .ig-thumb-editorial-839__trust-card p, .tc-wp-content-root .ig-thumb-editorial-839__step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ig-thumb-editorial-839__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ig-thumb-editorial-839__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ig-thumb-editorial-839__section{
    padding: 60px 0;
  }.tc-wp-content-root .ig-thumb-editorial-839__container{
    padding: 0 22px;
  }.tc-wp-content-root .ig-thumb-editorial-839 h2{
    font-size: 31px;
  }.tc-wp-content-root .ig-thumb-editorial-839__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .ig-thumb-editorial-839__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card, .tc-wp-content-root .ig-thumb-editorial-839__trust-card{
    padding: 24px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card h3, .tc-wp-content-root .ig-thumb-editorial-839__trust-card h3, .tc-wp-content-root .ig-thumb-editorial-839__step h3{
    font-size: 20px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card p, .tc-wp-content-root .ig-thumb-editorial-839__trust-card p, .tc-wp-content-root .ig-thumb-editorial-839__step p{
    font-size: 15px;
  }.tc-wp-content-root .ig-thumb-editorial-839__steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ig-thumb-editorial-839__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ig-thumb-editorial-839__section{
    padding: 76px 0;
  }.tc-wp-content-root .ig-thumb-editorial-839__container{
    padding: 0 32px;
  }.tc-wp-content-root .ig-thumb-editorial-839 h2{
    font-size: 38px;
  }.tc-wp-content-root .ig-thumb-editorial-839__header p{
    font-size: 16px;
  }.tc-wp-content-root .ig-thumb-editorial-839__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card, .tc-wp-content-root .ig-thumb-editorial-839__trust-card{
    padding: 26px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card h3, .tc-wp-content-root .ig-thumb-editorial-839__trust-card h3, .tc-wp-content-root .ig-thumb-editorial-839__step h3{
    font-size: 20px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card p, .tc-wp-content-root .ig-thumb-editorial-839__trust-card p, .tc-wp-content-root .ig-thumb-editorial-839__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ig-thumb-editorial-839__steps{
    gap: 18px;
    margin-top: 42px;
  }.tc-wp-content-root .ig-thumb-editorial-839__step{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ig-thumb-editorial-839__section{
    padding: 92px 0;
  }.tc-wp-content-root .ig-thumb-editorial-839__container{
    padding: 0 32px;
  }.tc-wp-content-root .ig-thumb-editorial-839 h2{
    font-size: 46px;
  }.tc-wp-content-root .ig-thumb-editorial-839__header p{
    font-size: 17px;
  }.tc-wp-content-root .ig-thumb-editorial-839__grid--three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ig-thumb-editorial-839__grid{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card, .tc-wp-content-root .ig-thumb-editorial-839__trust-card{
    padding: 30px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card h3, .tc-wp-content-root .ig-thumb-editorial-839__trust-card h3, .tc-wp-content-root .ig-thumb-editorial-839__step h3{
    font-size: 21px;
  }.tc-wp-content-root .ig-thumb-editorial-839__card p, .tc-wp-content-root .ig-thumb-editorial-839__trust-card p, .tc-wp-content-root .ig-thumb-editorial-839__step p{
    font-size: 15.8px;
  }.tc-wp-content-root .ig-thumb-editorial-839__steps{
    gap: 20px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-thumb-editorial-839__step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px 34px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ig-thumb-editorial-839__card, .tc-wp-content-root .ig-thumb-editorial-839__trust-card, .tc-wp-content-root .ig-thumb-editorial-839__step, .tc-wp-content-root .ig-thumb-editorial-839__icon, .tc-wp-content-root .ig-thumb-editorial-839__reveal, .tc-wp-content-root .ig-thumb-editorial-839__reveal.is-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .ig-thumb-editorial-839__reveal{
    opacity: 1;
  }}

.tc-wp-content-root .ig-thumb-editorial-839__grid--trust {}