@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-430 .tc-wp-content-root img, .wpc-scope-430 .tc-wp-content-root video, .wpc-scope-430 .tc-wp-content-root svg, .wpc-scope-430 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom{
  width: 100%;
  overflow-x: hidden;
  color: #241f1a;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom div, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom section, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom article{
  box-sizing: border-box;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__section{
  position: relative;
  width: 100%;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__section--white{
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__section--soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(229, 63, 42, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 128, 87, 0.08), transparent 28%),
    #fbf7ef;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(229, 63, 42, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(229, 63, 42, 0.11), rgba(0, 128, 87, 0.1));
  color: #8d2419;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__title{
  margin: 0;
  color: #241f1a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__intro{
  margin: 16px auto 0;
  color: #655b51;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__card, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom__trust{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(36, 31, 26, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(42, 28, 14, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__card::before, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom__trust::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #008057, #f1b434, #e53f2a);
  opacity: 0.9;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__card:hover, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom__trust:hover{
  transform: translateY(-6px);
  border-color: rgba(229, 63, 42, 0.24);
  box-shadow: 0 24px 60px rgba(42, 28, 14, 0.13);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e53f2a, #f1b434);
  box-shadow: 0 14px 28px rgba(229, 63, 42, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__card:hover .mxfont-bottom__icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon::before, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--sun::before{
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--sun::after{
  left: 22px;
  top: 7px;
  width: 4px;
  height: 34px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: -12px 12px 0 -1px rgba(255, 255, 255, 0.88), 12px 12px 0 -1px rgba(255, 255, 255, 0.88);
  transform: rotate(45deg);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--copy::before{
  left: 14px;
  top: 12px;
  width: 20px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--copy::after{
  left: 20px;
  top: 18px;
  width: 18px;
  height: 22px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--spark::before{
  left: 21px;
  top: 8px;
  width: 7px;
  height: 32px;
  border-radius: 99px;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--spark::after{
  left: 8px;
  top: 21px;
  width: 32px;
  height: 7px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.16);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--badge::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--badge::after{
  left: 17px;
  bottom: 8px;
  width: 14px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 50% 70%, 25% 100%);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--type::before{
  left: 10px;
  top: 13px;
  width: 28px;
  height: 5px;
  border-radius: 99px;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--type::after{
  left: 21px;
  top: 14px;
  width: 6px;
  height: 25px;
  border-radius: 99px;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--phone::before{
  left: 15px;
  top: 8px;
  width: 18px;
  height: 32px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__icon--phone::after{
  left: 22px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__card-title, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom__step-title{
  margin: 0;
  color: #241f1a;
  font-weight: 820;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__card-text, .wpc-scope-430 .tc-wp-content-root .mxfont-bottom__step-text{
  margin: 11px 0 0;
  color: #655b51;
  line-height: 1.7;
  font-weight: 440;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(36, 31, 26, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 246, 0.94)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(42, 28, 14, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__step::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 128, 87, 0.11), rgba(241, 180, 52, 0.14));
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__step:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 128, 87, 0.2);
  box-shadow: 0 24px 56px rgba(42, 28, 14, 0.12);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #008057, #f1b434);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(0, 128, 87, 0.22);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__card--use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 246, 0.96)),
    #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__mini-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(0, 128, 87, 0.1);
  color: #006746;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__trust{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 241, 0.94)),
    #ffffff;
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__trust-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #008057, #e53f2a);
  box-shadow: 0 14px 30px rgba(0, 128, 87, 0.18);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-430 .tc-wp-content-root .mxfont-bottom__reveal.mxfont-bottom__is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mxfont-bottom__section{
    padding: 46px 0;
  }.tc-wp-content-root .mxfont-bottom__container{
    padding: 0 14px;
  }.tc-wp-content-root .mxfont-bottom__title{
    font-size: 25px;
  }.tc-wp-content-root .mxfont-bottom__intro{
    font-size: 14px;
  }.tc-wp-content-root .mxfont-bottom__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mxfont-bottom__card, .tc-wp-content-root .mxfont-bottom__trust{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .mxfont-bottom__card-title, .tc-wp-content-root .mxfont-bottom__step-title{
    font-size: 18px;
  }.tc-wp-content-root .mxfont-bottom__card-text, .tc-wp-content-root .mxfont-bottom__step-text{
    font-size: 14px;
  }.tc-wp-content-root .mxfont-bottom__steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mxfont-bottom__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .mxfont-bottom__step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mxfont-bottom__section{
    padding: 52px 0;
  }.tc-wp-content-root .mxfont-bottom__container{
    padding: 0 18px;
  }.tc-wp-content-root .mxfont-bottom__title{
    font-size: 28px;
  }.tc-wp-content-root .mxfont-bottom__intro{
    font-size: 15px;
  }.tc-wp-content-root .mxfont-bottom__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mxfont-bottom__card, .tc-wp-content-root .mxfont-bottom__trust{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mxfont-bottom__card-title, .tc-wp-content-root .mxfont-bottom__step-title{
    font-size: 19px;
  }.tc-wp-content-root .mxfont-bottom__card-text, .tc-wp-content-root .mxfont-bottom__step-text{
    font-size: 15px;
  }.tc-wp-content-root .mxfont-bottom__steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mxfont-bottom__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mxfont-bottom__step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mxfont-bottom__section{
    padding: 60px 0;
  }.tc-wp-content-root .mxfont-bottom__container{
    padding: 0 22px;
  }.tc-wp-content-root .mxfont-bottom__title{
    font-size: 32px;
  }.tc-wp-content-root .mxfont-bottom__intro{
    font-size: 16px;
  }.tc-wp-content-root .mxfont-bottom__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mxfont-bottom__card, .tc-wp-content-root .mxfont-bottom__trust{
    padding: 28px 24px;
  }.tc-wp-content-root .mxfont-bottom__card-title, .tc-wp-content-root .mxfont-bottom__step-title{
    font-size: 20px;
  }.tc-wp-content-root .mxfont-bottom__card-text, .tc-wp-content-root .mxfont-bottom__step-text{
    font-size: 15.5px;
  }.tc-wp-content-root .mxfont-bottom__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mxfont-bottom__step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 24px;
  }.tc-wp-content-root .mxfont-bottom__step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mxfont-bottom__section{
    padding: 76px 0;
  }.tc-wp-content-root .mxfont-bottom__container{
    padding: 0 30px;
  }.tc-wp-content-root .mxfont-bottom__title{
    font-size: 39px;
  }.tc-wp-content-root .mxfont-bottom__intro{
    font-size: 17px;
  }.tc-wp-content-root .mxfont-bottom__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mxfont-bottom__grid--three, .tc-wp-content-root .mxfont-bottom__grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mxfont-bottom__card, .tc-wp-content-root .mxfont-bottom__trust{
    padding: 30px 26px;
  }.tc-wp-content-root .mxfont-bottom__card-title, .tc-wp-content-root .mxfont-bottom__step-title{
    font-size: 21px;
  }.tc-wp-content-root .mxfont-bottom__card-text, .tc-wp-content-root .mxfont-bottom__step-text{
    font-size: 16px;
  }.tc-wp-content-root .mxfont-bottom__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mxfont-bottom__step{
    gap: 22px;
    padding: 30px 28px;
  }.tc-wp-content-root .mxfont-bottom__step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mxfont-bottom__section{
    padding: 92px 0;
  }.tc-wp-content-root .mxfont-bottom__container{
    padding: 0 32px;
  }.tc-wp-content-root .mxfont-bottom__title{
    font-size: 46px;
  }.tc-wp-content-root .mxfont-bottom__intro{
    font-size: 18px;
  }.tc-wp-content-root .mxfont-bottom__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mxfont-bottom__grid--three, .tc-wp-content-root .mxfont-bottom__grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mxfont-bottom__card, .tc-wp-content-root .mxfont-bottom__trust{
    padding: 32px 28px;
  }.tc-wp-content-root .mxfont-bottom__card-title, .tc-wp-content-root .mxfont-bottom__step-title{
    font-size: 22px;
  }.tc-wp-content-root .mxfont-bottom__card-text, .tc-wp-content-root .mxfont-bottom__step-text{
    font-size: 16px;
  }.tc-wp-content-root .mxfont-bottom__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mxfont-bottom__step{
    gap: 26px;
    padding: 34px 32px;
  }.tc-wp-content-root .mxfont-bottom__step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}