@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 .pcpg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1d2433;
  font-family: inherit;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section{
  position: relative;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f3ee 100%);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(217, 122, 96, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 239, 232, 0.95), rgba(236, 248, 244, 0.95));
  color: #9a4f3d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head h2{
  margin: 0;
  color: #17202f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head p{
  margin: 16px auto 0;
  color: #5e6878;
  line-height: 1.75;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(29, 36, 51, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  box-shadow: 0 18px 42px rgba(35, 42, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(231, 116, 85, 0.42), rgba(84, 177, 157, 0.22), rgba(95, 117, 224, 0.18));
  opacity: 0;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(217, 122, 96, 0.2);
  box-shadow: 0 24px 58px rgba(35, 42, 58, 0.12);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card h3{
  margin: 18px 0 0;
  color: #192232;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card p{
  margin: 10px 0 0;
  color: #606b7b;
  line-height: 1.72;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e87455 0%, #f3b15c 48%, #54b19d 100%);
  box-shadow: 0 14px 28px rgba(232, 116, 85, 0.22);
  transition: transform 240ms ease;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card:hover .pcpg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon::before, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-spark::before{
  width: 18px;
  height: 18px;
  top: 15px;
  left: 15px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-blend::before{
  width: 15px;
  height: 15px;
  left: 11px;
  top: 17px;
  border-radius: 50%;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-blend::after{
  width: 15px;
  height: 15px;
  right: 11px;
  top: 17px;
  border-radius: 50%;
  opacity: 0.75;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-copy::before{
  width: 18px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-copy::after{
  width: 18px;
  height: 20px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-eye::before{
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border-radius: 50%;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-eye::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #e87455;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-tone::before{
  width: 24px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-tone::after{
  width: 6px;
  height: 6px;
  right: 11px;
  bottom: 10px;
  border-radius: 50%;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 20px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
  background: #e87455;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(29, 36, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 52px rgba(35, 42, 58, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #e87455, #f3b15c, #54b19d);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(35, 42, 58, 0.12);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #17202f 0%, #34435c 100%);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(23, 32, 47, 0.18);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content h3{
  margin: 0;
  color: #192232;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content p{
  margin: 8px 0 0;
  color: #606b7b;
  line-height: 1.72;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(84, 177, 157, 0.12);
  color: #267f70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-use-card h3{
  margin-top: 14px;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fafdfb 100%);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(232, 116, 85, 0.14), rgba(84, 177, 157, 0.18));
  position: relative;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-benefit-mark::after{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #54a992;
  border-bottom: 3px solid #54a992;
  transform: rotate(-45deg);
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .pcpg-editorial-wrap .pcpg-reveal.pcpg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card h3, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card p, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px 20px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-number{
    width: 54px;
    height: 46px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section{
    padding: 54px 0;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card{
    padding: 22px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card h3, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card p, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-number{
    width: 58px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section{
    padding: 60px 0;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card{
    padding: 24px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card h3, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card p, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-number{
    width: 62px;
    height: 50px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section{
    padding: 74px 0;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card{
    padding: 28px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card h3, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card p, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card{
    gap: 22px;
    padding: 30px 32px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-number{
    width: 68px;
    height: 56px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section{
    padding: 88px 0;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-container{
    padding: 0 36px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card{
    padding: 30px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card h3, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-card p, .tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .pcpg-editorial-wrap .pcpg-step-number{
    width: 76px;
    height: 62px;
    font-size: 22px;
  }}