@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-474 .tc-wp-content-root img, .wpc-scope-474 .tc-wp-content-root video, .wpc-scope-474 .tc-wp-content-root svg, .wpc-scope-474 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-474 .tc-wp-content-root .scfg-content{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-474 .tc-wp-content-root .scfg-content, .wpc-scope-474 .tc-wp-content-root .scfg-content section, .wpc-scope-474 .tc-wp-content-root .scfg-content div, .wpc-scope-474 .tc-wp-content-root .scfg-content article{
  box-sizing: border-box;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-section{
  position: relative;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-section-white{
  background: #ffffff;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f5f2ee 100%);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid rgba(171, 91, 44, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(171, 91, 44, 0.1), rgba(28, 121, 116, 0.1));
  color: #8d431e;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-heading p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(22, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-card::before{
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #b6542a, #d69d45, #1c7974);
  content: "";
  opacity: 0.9;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(28, 121, 116, 0.28);
  box-shadow: 0 24px 58px rgba(22, 32, 51, 0.13);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-card p{
  margin: 12px 0 0;
  color: #616b7c;
  line-height: 1.68;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(182, 84, 42, 0.14), rgba(28, 121, 116, 0.14));
  box-shadow: inset 0 0 0 1px rgba(22, 32, 51, 0.05);
  transition: transform 260ms ease;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-card:hover .scfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon::before, .wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-preview::before{
  width: 22px;
  height: 14px;
  border: 2px solid #1c7974;
  border-radius: 999px;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-preview::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b6542a;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-copy::before{
  width: 16px;
  height: 18px;
  border: 2px solid #1c7974;
  border-radius: 5px;
  transform: translate(3px, -3px);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-copy::after{
  width: 16px;
  height: 18px;
  border: 2px solid #b6542a;
  border-radius: 5px;
  transform: translate(-4px, 4px);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-style::before{
  width: 24px;
  height: 2px;
  background: #1c7974;
  box-shadow: 0 -8px 0 #b6542a, 0 8px 0 #d69d45;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-style::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1c7974;
  transform: translateX(8px);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-readable::before{
  width: 22px;
  height: 18px;
  border: 2px solid #1c7974;
  border-radius: 4px;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-readable::after{
  width: 12px;
  height: 2px;
  background: #b6542a;
  box-shadow: 0 5px 0 #b6542a;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-fast::before{
  width: 20px;
  height: 20px;
  border: 2px solid #1c7974;
  border-radius: 50%;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-fast::after{
  width: 10px;
  height: 2px;
  background: #b6542a;
  transform: translate(4px, -2px) rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-polish::before{
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #b6542a, #d69d45);
  clip-path: polygon(50% 0%, 64% 34%, 100% 50%, 64% 66%, 50% 100%, 36% 66%, 0% 50%, 36% 34%);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-polish::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1c7974;
  transform: translate(13px, -13px);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(22, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-step-card::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #b6542a, #d69d45, #1c7974);
  content: "";
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-step-card:hover{
  transform: translateX(4px);
  border-color: rgba(182, 84, 42, 0.24);
  box-shadow: 0 24px 58px rgba(22, 32, 51, 0.12);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #b6542a, #1c7974);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(28, 121, 116, 0.22);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-step-content p{
  margin: 10px 0 0;
  color: #606a7a;
  line-height: 1.68;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(28, 121, 116, 0.1);
  color: #1c7974;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-use-card:nth-child(2n) .scfg-badge{
  background: rgba(182, 84, 42, 0.1);
  color: #9b481f;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-use-card:nth-child(3n) .scfg-badge{
  background: rgba(214, 157, 69, 0.16);
  color: #8a5c13;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-benefit-card{
  text-align: center;
  align-items: center;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-free::before{
  width: 22px;
  height: 22px;
  border: 2px solid #1c7974;
  border-radius: 50%;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-free::after{
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #b6542a;
  border-left: 2px solid #b6542a;
  transform: rotate(-45deg);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-mobile::before{
  width: 16px;
  height: 26px;
  border: 2px solid #1c7974;
  border-radius: 5px;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-mobile::after{
  bottom: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b6542a;
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-private::before{
  width: 22px;
  height: 16px;
  border: 2px solid #1c7974;
  border-radius: 5px;
  transform: translateY(4px);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-icon-private::after{
  width: 14px;
  height: 12px;
  border: 2px solid #b6542a;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  transform: translateY(-8px);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-474 .tc-wp-content-root .scfg-content .scfg-reveal.scfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .scfg-content .scfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .scfg-content .scfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .scfg-content .scfg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .scfg-content .scfg-kicker{
    padding: 8px 11px;
    font-size: 10px;
  }.tc-wp-content-root .scfg-content .scfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .scfg-content .scfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .scfg-content .scfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .scfg-content .scfg-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .scfg-content .scfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .scfg-content .scfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .scfg-content .scfg-steps{
    gap: 16px;
  }.tc-wp-content-root .scfg-content .scfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 24px;
  }.tc-wp-content-root .scfg-content .scfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .scfg-content .scfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .scfg-content .scfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .scfg-content .scfg-badge{
    padding: 8px 10px;
    font-size: 10px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .scfg-content .scfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .scfg-content .scfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .scfg-content .scfg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .scfg-content .scfg-kicker{
    padding: 8px 12px;
    font-size: 10px;
  }.tc-wp-content-root .scfg-content .scfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .scfg-content .scfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .scfg-content .scfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .scfg-content .scfg-card{
    padding: 26px 22px;
  }.tc-wp-content-root .scfg-content .scfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .scfg-content .scfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .scfg-content .scfg-steps{
    gap: 18px;
  }.tc-wp-content-root .scfg-content .scfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 26px 26px;
  }.tc-wp-content-root .scfg-content .scfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .scfg-content .scfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .scfg-content .scfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .scfg-content .scfg-badge{
    padding: 8px 11px;
    font-size: 10px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .scfg-content .scfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .scfg-content .scfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .scfg-content .scfg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .scfg-content .scfg-kicker{
    padding: 9px 13px;
    font-size: 11px;
  }.tc-wp-content-root .scfg-content .scfg-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .scfg-content .scfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .scfg-content .scfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .scfg-content .scfg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .scfg-content .scfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .scfg-content .scfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .scfg-content .scfg-steps{
    gap: 20px;
  }.tc-wp-content-root .scfg-content .scfg-step-card{
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 28px 24px 28px 28px;
    align-items: center;
  }.tc-wp-content-root .scfg-content .scfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .scfg-content .scfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .scfg-content .scfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .scfg-content .scfg-badge{
    padding: 9px 12px;
    font-size: 11px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .scfg-content .scfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .scfg-content .scfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .scfg-content .scfg-heading{
    margin-bottom: 40px;
  }.tc-wp-content-root .scfg-content .scfg-kicker{
    padding: 9px 14px;
    font-size: 11px;
  }.tc-wp-content-root .scfg-content .scfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .scfg-content .scfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .scfg-content .scfg-grid-three, .tc-wp-content-root .scfg-content .scfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .scfg-content .scfg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .scfg-content .scfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .scfg-content .scfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .scfg-content .scfg-steps{
    gap: 22px;
  }.tc-wp-content-root .scfg-content .scfg-step-card{
    grid-template-columns: 86px 1fr;
    gap: 22px;
    padding: 30px 30px 30px 34px;
    align-items: center;
  }.tc-wp-content-root .scfg-content .scfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .scfg-content .scfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .scfg-content .scfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .scfg-content .scfg-badge{
    padding: 9px 12px;
    font-size: 11px;
  }}@media (min-width: 1024px){.tc-wp-content-root .scfg-content .scfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .scfg-content .scfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .scfg-content .scfg-heading{
    margin-bottom: 46px;
  }.tc-wp-content-root .scfg-content .scfg-kicker{
    padding: 9px 15px;
    font-size: 11px;
  }.tc-wp-content-root .scfg-content .scfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .scfg-content .scfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .scfg-content .scfg-grid-three, .tc-wp-content-root .scfg-content .scfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .scfg-content .scfg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .scfg-content .scfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .scfg-content .scfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .scfg-content .scfg-steps{
    gap: 24px;
  }.tc-wp-content-root .scfg-content .scfg-step-card{
    grid-template-columns: 96px 1fr;
    gap: 24px;
    padding: 34px 38px 34px 42px;
    align-items: center;
  }.tc-wp-content-root .scfg-content .scfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }.tc-wp-content-root .scfg-content .scfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .scfg-content .scfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .scfg-content .scfg-badge{
    padding: 9px 13px;
    font-size: 11px;
  }}