@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 .swc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .swc-editorial-content, .tc-wp-content-root .swc-editorial-content div, .tc-wp-content-root .swc-editorial-content section, .tc-wp-content-root .swc-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .swc-editorial-content .swc-section{
  position: relative;
}.tc-wp-content-root .swc-editorial-content .swc-section-white{
  background: #ffffff;
}.tc-wp-content-root .swc-editorial-content .swc-section-soft{
  background: linear-gradient(180deg, #faf7f2 0%, #fffaf3 100%);
}.tc-wp-content-root .swc-editorial-content .swc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .swc-editorial-content .swc-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .swc-editorial-content .swc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(222, 127, 53, 0.24);
  border-radius: 999px;
  background: rgba(255, 246, 237, 0.9);
  color: #a34f18;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .swc-editorial-content .swc-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #e11d48);
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.14);
}.tc-wp-content-root .swc-editorial-content h2{
  margin: 0;
  color: #141827;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .swc-editorial-content .swc-section-header p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5d6678;
  font-weight: 420;
  text-align: center;
}.tc-wp-content-root .swc-editorial-content .swc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .swc-editorial-content .swc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(25, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(32, 41, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .swc-editorial-content .swc-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(225, 29, 72, 0.08), rgba(20, 184, 166, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .swc-editorial-content .swc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(222, 127, 53, 0.28);
  box-shadow: 0 24px 58px rgba(32, 41, 68, 0.13);
}.tc-wp-content-root .swc-editorial-content .swc-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .swc-editorial-content .swc-card h3, .tc-wp-content-root .swc-editorial-content .swc-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #182033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .swc-editorial-content .swc-card p, .tc-wp-content-root .swc-editorial-content .swc-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5e687a;
  font-weight: 420;
}.tc-wp-content-root .swc-editorial-content .swc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f59e0b, #e11d48);
  box-shadow: 0 14px 28px rgba(225, 29, 72, 0.18);
}.tc-wp-content-root .swc-editorial-content .swc-icon::before, .tc-wp-content-root .swc-editorial-content .swc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.tc-wp-content-root .swc-editorial-content .swc-icon-lines::before{
  top: 14px;
  left: 12px;
  width: 22px;
  height: 3px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .swc-editorial-content .swc-icon-clock::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.tc-wp-content-root .swc-editorial-content .swc-icon-clock::after{
  left: 23px;
  top: 16px;
  width: 3px;
  height: 12px;
  border-radius: 8px;
  transform: rotate(35deg);
  transform-origin: bottom;
}.tc-wp-content-root .swc-editorial-content .swc-icon-target::before{
  inset: 10px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.35);
}.tc-wp-content-root .swc-editorial-content .swc-icon-page::before{
  left: 14px;
  top: 10px;
  width: 19px;
  height: 25px;
  border-radius: 4px;
}.tc-wp-content-root .swc-editorial-content .swc-icon-spark::before{
  left: 21px;
  top: 8px;
  width: 4px;
  height: 30px;
  border-radius: 999px;
}.tc-wp-content-root .swc-editorial-content .swc-icon-spark::after{
  left: 8px;
  top: 21px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
}.tc-wp-content-root .swc-editorial-content .swc-icon-mobile::before, .tc-wp-content-root .swc-editorial-content .swc-icon-device::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .swc-editorial-content .swc-icon-free::before{
  left: 12px;
  top: 15px;
  width: 22px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .swc-editorial-content .swc-icon-free::after{
  left: 18px;
  top: 9px;
  width: 10px;
  height: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  background: transparent;
}.tc-wp-content-root .swc-editorial-content .swc-icon-clean::before{
  left: 13px;
  top: 13px;
  width: 21px;
  height: 21px;
  border-radius: 6px;
  transform: rotate(45deg);
}.tc-wp-content-root .swc-editorial-content .swc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.13), rgba(225, 29, 72, 0.11));
  color: #9a4a17;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}.tc-wp-content-root .swc-editorial-content .swc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .swc-editorial-content .swc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(25, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(42, 32, 20, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .swc-editorial-content .swc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #f59e0b, #e11d48, #14b8a6);
}.tc-wp-content-root .swc-editorial-content .swc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(222, 127, 53, 0.25);
  box-shadow: 0 24px 58px rgba(42, 32, 20, 0.12);
}.tc-wp-content-root .swc-editorial-content .swc-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #3f2b56);
  color: #ffffff;
  font-weight: 820;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.18);
}.tc-wp-content-root .swc-editorial-content .swc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .swc-editorial-content .swc-reveal.swc-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 .swc-editorial-content .swc-section{
    padding: 46px 0;
  }.tc-wp-content-root .swc-editorial-content .swc-container{
    padding: 0 14px;
  }.tc-wp-content-root .swc-editorial-content h2{
    font-size: 25px;
  }.tc-wp-content-root .swc-editorial-content .swc-section-header p{
    font-size: 14.5px;
  }.tc-wp-content-root .swc-editorial-content .swc-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .swc-editorial-content .swc-card{
    padding: 20px;
  }.tc-wp-content-root .swc-editorial-content .swc-card h3, .tc-wp-content-root .swc-editorial-content .swc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .swc-editorial-content .swc-card p, .tc-wp-content-root .swc-editorial-content .swc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .swc-editorial-content .swc-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px 22px 24px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-number{
    width: 48px;
    height: 48px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .swc-editorial-content .swc-section{
    padding: 54px 0;
  }.tc-wp-content-root .swc-editorial-content .swc-container{
    padding: 0 18px;
  }.tc-wp-content-root .swc-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .swc-editorial-content .swc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .swc-editorial-content .swc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .swc-editorial-content .swc-card{
    padding: 22px;
  }.tc-wp-content-root .swc-editorial-content .swc-card h3, .tc-wp-content-root .swc-editorial-content .swc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .swc-editorial-content .swc-card p, .tc-wp-content-root .swc-editorial-content .swc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .swc-editorial-content .swc-steps{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 22px 24px 26px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .swc-editorial-content .swc-section{
    padding: 60px 0;
  }.tc-wp-content-root .swc-editorial-content .swc-container{
    padding: 0 22px;
  }.tc-wp-content-root .swc-editorial-content h2{
    font-size: 31px;
  }.tc-wp-content-root .swc-editorial-content .swc-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .swc-editorial-content .swc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .swc-editorial-content .swc-card{
    padding: 24px;
  }.tc-wp-content-root .swc-editorial-content .swc-card h3, .tc-wp-content-root .swc-editorial-content .swc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .swc-editorial-content .swc-card p, .tc-wp-content-root .swc-editorial-content .swc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .swc-editorial-content .swc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 26px 29px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .swc-editorial-content .swc-section{
    padding: 76px 0;
  }.tc-wp-content-root .swc-editorial-content .swc-container{
    padding: 0 32px;
  }.tc-wp-content-root .swc-editorial-content h2{
    font-size: 39px;
  }.tc-wp-content-root .swc-editorial-content .swc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .swc-editorial-content .swc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .swc-editorial-content .swc-grid-six, .tc-wp-content-root .swc-editorial-content .swc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .swc-editorial-content .swc-card{
    padding: 27px;
  }.tc-wp-content-root .swc-editorial-content .swc-card h3, .tc-wp-content-root .swc-editorial-content .swc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .swc-editorial-content .swc-card p, .tc-wp-content-root .swc-editorial-content .swc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .swc-editorial-content .swc-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-card{
    gap: 22px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .swc-editorial-content .swc-section{
    padding: 92px 0;
  }.tc-wp-content-root .swc-editorial-content .swc-container{
    padding: 0 34px;
  }.tc-wp-content-root .swc-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .swc-editorial-content .swc-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .swc-editorial-content .swc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .swc-editorial-content .swc-grid-six, .tc-wp-content-root .swc-editorial-content .swc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .swc-editorial-content .swc-card{
    padding: 30px;
  }.tc-wp-content-root .swc-editorial-content .swc-card h3, .tc-wp-content-root .swc-editorial-content .swc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .swc-editorial-content .swc-card p, .tc-wp-content-root .swc-editorial-content .swc-step-card p{
    font-size: 16.5px;
  }.tc-wp-content-root .swc-editorial-content .swc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-card{
    gap: 26px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .swc-editorial-content .swc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}

.tc-wp-content-root .swc-benefit-card {}
.tc-wp-content-root .swc-step-copy {}