@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 .rwc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .rwc-editorial-content, .tc-wp-content-root .rwc-editorial-content div, .tc-wp-content-root .rwc-editorial-content section, .tc-wp-content-root .rwc-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .rwc-editorial-content .rwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .rwc-editorial-content .rwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .rwc-editorial-content .rwc-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.tc-wp-content-root .rwc-editorial-content .rwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rwc-editorial-content .rwc-heading-wrap{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rwc-editorial-content .rwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(23, 133, 130, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(23, 133, 130, 0.11), rgba(244, 142, 72, 0.12));
  color: #0f6f6d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .rwc-editorial-content h2, .tc-wp-content-root .rwc-editorial-content h3, .tc-wp-content-root .rwc-editorial-content p{
  margin-top: 0;
}.tc-wp-content-root .rwc-editorial-content h2{
  margin-bottom: 14px;
  color: #101820;
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .rwc-editorial-content .rwc-heading-wrap p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 720px;
  color: #55616f;
  line-height: 1.72;
}.tc-wp-content-root .rwc-editorial-content .rwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rwc-editorial-content .rwc-card, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 30, 43, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .rwc-editorial-content .rwc-card::before, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card::before{
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #178582, #f48e48);
  content: "";
  opacity: 0.85;
}.tc-wp-content-root .rwc-editorial-content .rwc-card:hover, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card:hover, .tc-wp-content-root .rwc-editorial-content .rwc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(23, 133, 130, 0.28);
  box-shadow: 0 24px 60px rgba(17, 30, 43, 0.13);
}.tc-wp-content-root .rwc-editorial-content .rwc-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-step-card h3{
  margin-bottom: 10px;
  color: #12202b;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .rwc-editorial-content .rwc-card p, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card p, .tc-wp-content-root .rwc-editorial-content .rwc-step-card p{
  margin-bottom: 0;
  color: #5d6875;
  line-height: 1.72;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(23, 133, 130, 0.14), rgba(244, 142, 72, 0.16));
}.tc-wp-content-root .rwc-editorial-content .rwc-icon::before, .tc-wp-content-root .rwc-editorial-content .rwc-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-scan::before{
  width: 19px;
  height: 19px;
  border: 2px solid #178582;
  border-radius: 6px;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-scan::after{
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #f48e48;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-polish::before{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: conic-gradient(from 140deg, #178582, #f48e48, #178582);
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-polish::after{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-focus::before{
  width: 24px;
  height: 24px;
  border: 2px solid #178582;
  border-radius: 50%;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-focus::after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f48e48;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-seo::before{
  width: 24px;
  height: 15px;
  border-bottom: 3px solid #178582;
  border-left: 3px solid #178582;
  transform: skew(-10deg);
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-seo::after{
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #f48e48;
  border-right: 3px solid #f48e48;
  transform: rotate(45deg);
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-proof::before{
  width: 22px;
  height: 26px;
  border: 2px solid #178582;
  border-radius: 7px;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-proof::after{
  width: 14px;
  height: 8px;
  border-bottom: 3px solid #f48e48;
  border-left: 3px solid #f48e48;
  transform: rotate(-45deg);
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-read::before{
  width: 25px;
  height: 18px;
  border: 2px solid #178582;
  border-radius: 4px 10px 10px 4px;
}.tc-wp-content-root .rwc-editorial-content .rwc-icon-read::after{
  width: 2px;
  height: 20px;
  background: #f48e48;
}.tc-wp-content-root .rwc-editorial-content .rwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rwc-editorial-content .rwc-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  border: 1px solid rgba(23, 133, 130, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
  box-shadow: 0 18px 48px rgba(17, 30, 43, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .rwc-editorial-content .rwc-step-card::after{
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 30px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, #178582, #f48e48);
  content: "";
  opacity: 0.26;
}.tc-wp-content-root .rwc-editorial-content .rwc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #178582, #f48e48);
  box-shadow: 0 14px 30px rgba(23, 133, 130, 0.22);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
}.tc-wp-content-root .rwc-editorial-content .rwc-step-content{
  min-width: 0;
}.tc-wp-content-root .rwc-editorial-content .rwc-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 6px 11px;
  border: 1px solid rgba(244, 142, 72, 0.2);
  border-radius: 999px;
  background: rgba(244, 142, 72, 0.1);
  color: #9d4f18;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .rwc-editorial-content .rwc-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfffe 100%);
}.tc-wp-content-root .rwc-editorial-content .rwc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(23, 133, 130, 0.14), rgba(244, 142, 72, 0.15));
}.tc-wp-content-root .rwc-editorial-content .rwc-benefit-mark::before{
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #178582;
  border-left: 3px solid #178582;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .rwc-editorial-content .rwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .rwc-editorial-content .rwc-reveal.rwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rwc-editorial-content .rwc-section{
    padding: 52px 0;
  }.tc-wp-content-root .rwc-editorial-content .rwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .rwc-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-heading-wrap p{
    font-size: 15px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card p, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card p, .tc-wp-content-root .rwc-editorial-content .rwc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card::after{
    display: none;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 20px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rwc-editorial-content .rwc-section{
    padding: 58px 0;
  }.tc-wp-content-root .rwc-editorial-content .rwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .rwc-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-heading-wrap p{
    font-size: 15.5px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card p, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card p, .tc-wp-content-root .rwc-editorial-content .rwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card::after{
    display: none;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rwc-editorial-content .rwc-section{
    padding: 64px 0;
  }.tc-wp-content-root .rwc-editorial-content .rwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .rwc-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-heading-wrap p{
    font-size: 16px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card p, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card p, .tc-wp-content-root .rwc-editorial-content .rwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card::after{
    display: none;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-number{
    width: 64px;
    height: 64px;
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rwc-editorial-content .rwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .rwc-editorial-content .rwc-container{
    padding: 0 30px;
  }.tc-wp-content-root .rwc-editorial-content h2{
    font-size: 42px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-heading-wrap p{
    font-size: 17px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card p, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card p, .tc-wp-content-root .rwc-editorial-content .rwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 23px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rwc-editorial-content .rwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .rwc-editorial-content .rwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .rwc-editorial-content h2{
    font-size: 48px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-heading-wrap p{
    font-size: 18px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rwc-editorial-content .rwc-card, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card h3, .tc-wp-content-root .rwc-editorial-content .rwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-card p, .tc-wp-content-root .rwc-editorial-content .rwc-benefit-card p, .tc-wp-content-root .rwc-editorial-content .rwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-card{
    grid-template-columns: 90px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .rwc-editorial-content .rwc-step-number{
    font-size: 24px;
  }}

.tc-wp-content-root .rwc-benefit-grid {}