@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.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-8 .tc-wp-content-root img, .wpc-scope-8 .tc-wp-content-root video, .wpc-scope-8 .tc-wp-content-root svg, .wpc-scope-8 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content, .wpc-scope-8 .tc-wp-content-root .mitc-editorial-content div, .wpc-scope-8 .tc-wp-content-root .mitc-editorial-content section, .wpc-scope-8 .tc-wp-content-root .mitc-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-section-white{
  background: #ffffff;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(28, 132, 111, 0.08), transparent 34%),
    linear-gradient(180deg, #f7faf8 0%, #f3f7f5 100%);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-section-header{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(28, 132, 111, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(28, 132, 111, 0.1), rgba(195, 138, 47, 0.1));
  color: #0f6f5d;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-section-header h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.13;
  letter-spacing: 0;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-section-header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #566274;
  font-weight: 430;
  line-height: 1.72;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(28, 132, 111, 0.28), rgba(195, 138, 47, 0.14), rgba(23, 32, 51, 0.08)) border-box;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-card::after{
  content: "";
  position: absolute;
  inset: auto -28px -48px auto;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 132, 111, 0.11), transparent 68%);
  pointer-events: none;
  transition: transform 280ms ease, opacity 280ms ease;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(28, 132, 111, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-card:hover::after{
  transform: scale(1.18);
  opacity: 0.95;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-card h3, .wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-card h3{
  margin: 0;
  color: #121a2a;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-card p, .wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-card p{
  margin: 10px 0 0;
  color: #5b6677;
  font-weight: 420;
  line-height: 1.68;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #167b68, #29a37f 58%, #d8a344);
  box-shadow: 0 12px 25px rgba(28, 132, 111, 0.22);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon::before, .wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-calc::before{
  left: 13px;
  top: 10px;
  width: 20px;
  height: 8px;
  border-radius: 4px;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-calc::after{
  left: 13px;
  top: 24px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 8px 0 rgba(255, 255, 255, 0.92), 16px 0 rgba(255, 255, 255, 0.92), 0 9px rgba(255, 255, 255, 0.92), 8px 9px rgba(255, 255, 255, 0.92), 16px 9px rgba(255, 255, 255, 0.92);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-pay::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  background: transparent;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-pay::after{
  left: 20px;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-preview::before{
  left: 10px;
  top: 14px;
  width: 26px;
  height: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-preview::after{
  left: 15px;
  top: 20px;
  width: 16px;
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 6px rgba(22, 123, 104, 0.36);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-fast::before{
  left: 14px;
  top: 11px;
  width: 18px;
  height: 23px;
  clip-path: polygon(44% 0, 100% 0, 62% 42%, 100% 42%, 30% 100%, 48% 55%, 0 55%);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-fast::after{
  display: none;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-mobile::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 29px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  background: transparent;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-plan::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-icon-plan::after{
  left: 23px;
  top: 17px;
  width: 3px;
  height: 11px;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: bottom center;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(28, 132, 111, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.065);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #167b68, #d8a344);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #12372f;
  color: #ffffff;
  font-weight: 820;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(18, 55, 47, 0.2);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-step-content{
  min-width: 0;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-mini-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(28, 132, 111, 0.09);
  color: #0f6f5d;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-trust-card{
  border-color: rgba(195, 138, 47, 0.18);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #d8a344;
  box-shadow: 0 0 0 8px rgba(216, 163, 68, 0.13), 0 0 0 16px rgba(28, 132, 111, 0.07);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-8 .tc-wp-content-root .mitc-editorial-content .mitc-reveal.mitc-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 .mitc-editorial-content .mitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .mitc-editorial-content .mitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header h2{
    font-size: 26px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card h3, .tc-wp-content-root .mitc-editorial-content .mitc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card p, .tc-wp-content-root .mitc-editorial-content .mitc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-list{
    gap: 16px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-number{
    width: 54px;
    height: 44px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mitc-editorial-content .mitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .mitc-editorial-content .mitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header h2{
    font-size: 29px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card{
    padding: 24px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card h3, .tc-wp-content-root .mitc-editorial-content .mitc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card p, .tc-wp-content-root .mitc-editorial-content .mitc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-list{
    gap: 18px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-number{
    width: 58px;
    height: 46px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mitc-editorial-content .mitc-section{
    padding: 68px 0;
  }.tc-wp-content-root .mitc-editorial-content .mitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card{
    padding: 26px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card h3, .tc-wp-content-root .mitc-editorial-content .mitc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card p, .tc-wp-content-root .mitc-editorial-content .mitc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-list{
    gap: 20px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-number{
    width: 62px;
    height: 48px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mitc-editorial-content .mitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .mitc-editorial-content .mitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header{
    margin-bottom: 42px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header h2{
    font-size: 39px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mitc-editorial-content .mitc-card{
    padding: 28px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card h3, .tc-wp-content-root .mitc-editorial-content .mitc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card p, .tc-wp-content-root .mitc-editorial-content .mitc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-list{
    gap: 20px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-number{
    width: 66px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mitc-editorial-content .mitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .mitc-editorial-content .mitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header{
    margin-bottom: 48px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card-grid{
    gap: 24px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mitc-editorial-content .mitc-card{
    padding: 30px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card h3, .tc-wp-content-root .mitc-editorial-content .mitc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-card p, .tc-wp-content-root .mitc-editorial-content .mitc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-list{
    gap: 22px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-card{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .mitc-editorial-content .mitc-step-number{
    width: 72px;
    height: 58px;
    font-size: 18px;
  }}