@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-667 .tc-wp-content-root img, .wpc-scope-667 .tc-wp-content-root video, .wpc-scope-667 .tc-wp-content-root svg, .wpc-scope-667 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap section, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap div, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-section{
  position: relative;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-section-white{
  background: #ffffff;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-section-soft{
  background: #faf7f1;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(213, 91, 46, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 247, 229, 0.95), rgba(255, 237, 218, 0.95));
  color: #a43f25;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading h2{
  margin: 0;
  color: #17212b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading p{
  margin: 16px auto 0;
  color: #5d6874;
  line-height: 1.7;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(31, 41, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card::before, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(214, 65, 45, 0.36), rgba(13, 148, 136, 0.22), rgba(244, 180, 0, 0.25));
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card:hover, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card:hover, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(213, 91, 46, 0.22);
  box-shadow: 0 24px 58px rgba(31, 41, 51, 0.12);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card:hover::before, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card h3, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card h3, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card h3{
  margin: 0;
  color: #1b2733;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card p, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card p, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card p{
  margin: 10px 0 0;
  color: #66717e;
  line-height: 1.65;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d6412d, #f2a51a);
  box-shadow: 0 12px 26px rgba(214, 65, 45, 0.22);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon::before, .wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon{
  position: relative;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon-sun::before{
  inset: 14px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon-fiesta::before{
  width: 24px;
  height: 14px;
  left: 11px;
  top: 16px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon-clean::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-icon-brand::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  transform: rotate(45deg);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-card:hover .mxfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-list{
  display: grid;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf2 100%);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #d6412d, #f2a51a, #0f9f8f);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #b93625, #e68b18);
  box-shadow: 0 14px 32px rgba(185, 54, 37, 0.22);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 159, 143, 0.1);
  color: #087569;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card{
  overflow: hidden;
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-mark{
  display: block;
  width: 52px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d6412d, #f2a51a, #0f9f8f);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-667 .tc-wp-content-root .mxfg-editorial-wrap .mxfg-reveal.mxfg-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 .mxfg-editorial-wrap .mxfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card-grid, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-list{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    padding: 22px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mxfg-editorial-wrap .mxfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card-grid, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-list{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    padding: 24px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mxfg-editorial-wrap .mxfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card-grid, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-list{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    padding: 28px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mxfg-editorial-wrap .mxfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-list{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mxfg-editorial-wrap .mxfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-grid-three, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-list{
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card h3, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mxfg-editorial-wrap .mxfg-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-benefit-card p, .tc-wp-content-root .mxfg-editorial-wrap .mxfg-step-card p{
    font-size: 16px;
  }}.wpc-scope-667 .tc-wp-content-root .mxfg-step-content{}