@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;
}.wpc-scope-282 .tc-wp-content-root img, .wpc-scope-282 .tc-wp-content-root video, .wpc-scope-282 .tc-wp-content-root svg, .wpc-scope-282 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #16151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-section, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-container, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-step-card{
  box-sizing: border-box;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-section{
  position: relative;
  width: 100%;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-section-white{
  background: #ffffff;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f3ee 100%);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(141, 214, 45, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(141, 214, 45, 0.16), rgba(255, 107, 154, 0.12));
  color: #4f7114;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap h2{
  margin: 0;
  color: #17151e;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5e5a66;
  font-weight: 450;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(30, 27, 42, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(141, 214, 45, 0.13), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(25, 22, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(141, 214, 45, 0.32), rgba(255, 107, 154, 0.18));
  transition: opacity 260ms ease;
  z-index: 0;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card > *{
  position: relative;
  z-index: 1;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(141, 214, 45, 0.36);
  box-shadow: 0 24px 64px rgba(25, 22, 34, 0.13);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card:hover::before{
  opacity: 1;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap h3{
  margin: 0;
  color: #191720;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card p, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-step-card p{
  margin: 10px 0 0;
  color: #66616d;
  font-weight: 430;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8dd62d, #ff6b9a);
  box-shadow: 0 12px 26px rgba(141, 214, 45, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-card:hover .btg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon::before, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-copy::after{
  width: 13px;
  height: 16px;
  left: 12px;
  top: 17px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.76);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-mix::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-bio::before{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-bio::after{
  width: 24px;
  height: 12px;
  left: 11px;
  top: 26px;
  border-radius: 12px 12px 6px 6px;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-flash::before{
  width: 16px;
  height: 24px;
  left: 16px;
  top: 11px;
  clip-path: polygon(48% 0, 100% 0, 63% 42%, 100% 42%, 31% 100%, 45% 56%, 0 56%);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-clean::before, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-clean::after, .wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-free::after{
  width: 11px;
  height: 6px;
  left: 18px;
  top: 20px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-mobile::before{
  width: 17px;
  height: 27px;
  left: 15px;
  top: 9px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-private::before{
  width: 21px;
  height: 16px;
  left: 13px;
  top: 20px;
  border-radius: 5px;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-icon-private::after{
  width: 15px;
  height: 13px;
  left: 16px;
  top: 10px;
  border-radius: 10px 10px 0 0;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom: 0;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(30, 27, 42, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffdf7 100%);
  box-shadow: 0 18px 48px rgba(25, 22, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-step-card::after{
  content: "";
  position: absolute;
  left: 39px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(141, 214, 45, 0.55), rgba(255, 107, 154, 0));
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-step-card:last-child::after{
  display: none;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 107, 154, 0.28);
  box-shadow: 0 24px 62px rgba(25, 22, 34, 0.12);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: linear-gradient(135deg, #8dd62d, #ff6b9a);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(255, 107, 154, 0.18);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-use-card{
  background:
    radial-gradient(circle at top left, rgba(255, 107, 154, 0.1), transparent 35%),
    #ffffff;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(141, 214, 45, 0.13);
  color: #5b7d18;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top right, rgba(255, 107, 154, 0.18), transparent 38%);
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-282 .tc-wp-content-root .btg-editorial-wrap .btg-reveal.btg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .btg-editorial-wrap .btg-section{
    padding: 50px 0;
  }.tc-wp-content-root .btg-editorial-wrap .btg-container{
    padding: 0 14px;
  }.tc-wp-content-root .btg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card{
    padding: 22px;
  }.tc-wp-content-root .btg-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card p, .tc-wp-content-root .btg-editorial-wrap .btg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .btg-editorial-wrap .btg-section{
    padding: 56px 0;
  }.tc-wp-content-root .btg-editorial-wrap .btg-container{
    padding: 0 18px;
  }.tc-wp-content-root .btg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card{
    padding: 24px;
  }.tc-wp-content-root .btg-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card p, .tc-wp-content-root .btg-editorial-wrap .btg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .btg-editorial-wrap .btg-section{
    padding: 62px 0;
  }.tc-wp-content-root .btg-editorial-wrap .btg-container{
    padding: 0 22px;
  }.tc-wp-content-root .btg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card{
    padding: 26px;
  }.tc-wp-content-root .btg-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card p, .tc-wp-content-root .btg-editorial-wrap .btg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .btg-editorial-wrap .btg-section{
    padding: 78px 0;
  }.tc-wp-content-root .btg-editorial-wrap .btg-container{
    padding: 0 32px;
  }.tc-wp-content-root .btg-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .btg-editorial-wrap .btg-card{
    padding: 28px;
  }.tc-wp-content-root .btg-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card p, .tc-wp-content-root .btg-editorial-wrap .btg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .btg-editorial-wrap .btg-section{
    padding: 94px 0;
  }.tc-wp-content-root .btg-editorial-wrap .btg-container{
    padding: 0 36px;
  }.tc-wp-content-root .btg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-grid-three, .tc-wp-content-root .btg-editorial-wrap .btg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .btg-editorial-wrap .btg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card{
    padding: 30px;
  }.tc-wp-content-root .btg-editorial-wrap h3{
    font-size: 23px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-card p, .tc-wp-content-root .btg-editorial-wrap .btg-step-card p{
    font-size: 16.5px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .btg-editorial-wrap .btg-step-card{
    gap: 28px;
    padding: 32px;
  }}