@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 .etsy-tag-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .etsy-tag-content-wrap, .tc-wp-content-root .etsy-tag-content-wrap section, .tc-wp-content-root .etsy-tag-content-wrap div, .tc-wp-content-root .etsy-tag-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section{
  position: relative;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section-white{
  background: #ffffff;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section-soft{
  background: linear-gradient(180deg, #fff8f4 0%, #f8fbff 100%);
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(242, 114, 51, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(242, 114, 51, 0.1), rgba(25, 132, 163, 0.1));
  color: #b84f1f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading h2{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading p{
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.7;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(28, 41, 68, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(29, 39, 60, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(242, 114, 51, 0.12), rgba(25, 132, 163, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card:hover{
  transform: translateY(-5px);
  border-color: rgba(242, 114, 51, 0.28);
  box-shadow: 0 22px 58px rgba(29, 39, 60, 0.13);
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card h3, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card p, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f27233, #1984a3);
  box-shadow: 0 12px 28px rgba(242, 114, 51, 0.22);
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-icon::before, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-search::before{
  width: 15px;
  height: 15px;
  left: 13px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-search::after{
  width: 13px;
  height: 3px;
  left: 26px;
  top: 28px;
  border-radius: 999px;
  transform: rotate(45deg);
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-spark::before{
  width: 4px;
  height: 24px;
  left: 21px;
  top: 11px;
  border-radius: 999px;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-spark::after{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-layer::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 13px;
  border-radius: 5px;
  opacity: 0.95;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-layer::after{
  width: 20px;
  height: 4px;
  left: 13px;
  top: 32px;
  border-radius: 999px;
  opacity: 0.8;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-target::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 11px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-chart::before{
  width: 4px;
  height: 18px;
  left: 14px;
  bottom: 12px;
  border-radius: 999px;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-chart::after{
  width: 4px;
  height: 26px;
  right: 14px;
  bottom: 12px;
  border-radius: 999px;
  box-shadow: -9px 7px 0 #ffffff;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-free::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 6px;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-free::after{
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 999px;
  background: #1984a3;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 11px;
  border-radius: 50%;
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-shield::before{
  width: 22px;
  height: 25px;
  left: 12px;
  top: 10px;
  border-radius: 12px 12px 16px 16px;
  clip-path: polygon(50% 0%, 100% 15%, 88% 72%, 50% 100%, 12% 72%, 0% 15%);
}.tc-wp-content-root .etsy-tag-content-wrap .tag-icon-shield::after{
  width: 11px;
  height: 6px;
  left: 18px;
  top: 21px;
  border-left: 3px solid #1984a3;
  border-bottom: 3px solid #1984a3;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(28, 41, 68, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(29, 39, 60, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step::after{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #f27233, #1984a3);
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step:hover{
  transform: translateY(-4px);
  border-color: rgba(25, 132, 163, 0.24);
  box-shadow: 0 22px 56px rgba(29, 39, 60, 0.12);
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 820;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f27233, #1984a3);
  box-shadow: 0 14px 30px rgba(25, 132, 163, 0.2);
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(25, 132, 163, 0.1);
  color: #0f708a;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.1;
}.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
}.tc-wp-content-root .etsy-tag-content-wrap .reveal-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .etsy-tag-content-wrap .reveal-card.is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section{
    padding: 54px 0;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-container{
    padding: 0 16px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading p{
    font-size: 15px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card h3, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step h3{
    font-size: 18px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card p, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step p{
    font-size: 14px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section{
    padding: 60px 0;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-container{
    padding: 0 18px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card h3, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step h3{
    font-size: 19px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card p, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section{
    padding: 66px 0;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-container{
    padding: 0 22px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading p{
    font-size: 16px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card{
    padding: 28px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card h3, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step h3{
    font-size: 20px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card p, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step p{
    font-size: 15px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section{
    padding: 82px 0;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-container{
    padding: 0 34px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading p{
    font-size: 17px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card{
    padding: 30px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card h3, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step h3{
    font-size: 21px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card p, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step{
    grid-template-columns: 74px 1fr;
    gap: 22px;
    padding: 30px 32px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-section{
    padding: 96px 0;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-container{
    padding: 0 32px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-heading p{
    font-size: 17px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card{
    padding: 32px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card h3, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step h3{
    font-size: 21px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-card p, .tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step{
    grid-template-columns: 82px 1fr;
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .etsy-tag-content-wrap .etsy-tag-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}

.tc-wp-content-root .etsy-tag-step-content {}
.tc-wp-content-root .etsy-tag-trust-grid {}