@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-59 .tc-wp-content-root img, .wpc-scope-59 .tc-wp-content-root video, .wpc-scope-59 .tc-wp-content-root svg, .wpc-scope-59 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap section, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap div, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-section-white{
  background: #ffffff;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(29, 111, 92, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(205, 139, 42, 0.1), transparent 26%),
    #f7faf7;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(29, 111, 92, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(29, 111, 92, 0.1), rgba(205, 139, 42, 0.12));
  color: #1d6f5c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block h2{
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block p{
  margin: 14px auto 0;
  color: #5a6678;
  line-height: 1.7;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-card, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 42, 64, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-card::before, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card::before{
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #1d6f5c, #86b049, #cd8b2a);
  opacity: 0.9;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-card:hover, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(29, 111, 92, 0.24);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-card h3, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card h3, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card h3{
  margin: 0;
  color: #162235;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-card p, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card p, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card p{
  margin: 10px 0 0;
  color: #5c6879;
  line-height: 1.7;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(29, 111, 92, 0.12), rgba(205, 139, 42, 0.16));
  box-shadow: inset 0 0 0 1px rgba(29, 111, 92, 0.12);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon::before, .wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon::after{
  position: absolute;
  content: "";
  transition: transform 240ms ease;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-card:hover .mitc-icon::after{
  transform: translateX(3px);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-lines::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  border-radius: 999px;
  background: #1d6f5c;
  box-shadow: 0 8px 0 rgba(205, 139, 42, 0.9), 0 16px 0 rgba(29, 111, 92, 0.55);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-clock::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 3px solid #1d6f5c;
  border-radius: 50%;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-clock::after{
  width: 9px;
  height: 3px;
  top: 22px;
  left: 23px;
  border-radius: 999px;
  background: #cd8b2a;
  transform-origin: left center;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-preview::before{
  width: 24px;
  height: 18px;
  top: 14px;
  left: 11px;
  border: 3px solid #1d6f5c;
  border-radius: 7px;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-preview::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
  background: #cd8b2a;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-steps::before{
  width: 8px;
  height: 8px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background: #1d6f5c;
  box-shadow: 0 12px 0 #86b049, 0 24px 0 #cd8b2a;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-steps::after{
  width: 15px;
  height: 3px;
  top: 15px;
  left: 24px;
  border-radius: 999px;
  background: rgba(22, 34, 53, 0.35);
  box-shadow: 0 12px 0 rgba(22, 34, 53, 0.28), 0 24px 0 rgba(22, 34, 53, 0.22);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-mobile::before{
  width: 18px;
  height: 28px;
  top: 9px;
  left: 14px;
  border: 3px solid #1d6f5c;
  border-radius: 8px;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-mobile::after{
  width: 5px;
  height: 5px;
  bottom: 12px;
  left: 21px;
  border-radius: 50%;
  background: #cd8b2a;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-icon-shield::before{
  width: 22px;
  height: 26px;
  top: 10px;
  left: 12px;
  background: linear-gradient(135deg, #1d6f5c, #86b049);
  clip-path: polygon(50% 0, 90% 16%, 82% 72%, 50% 100%, 18% 72%, 10% 16%);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(29, 111, 92, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdf9);
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card::after{
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(205, 139, 42, 0.14), transparent 68%);
  content: "";
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(29, 111, 92, 0.28);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d6f5c, #86b049);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(29, 111, 92, 0.22);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-badge-dot{
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #1d6f5c, #cd8b2a);
  box-shadow: 0 12px 24px rgba(29, 111, 92, 0.16);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card{
  background: linear-gradient(145deg, #ffffff, #fbfdf9);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-mark{
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(29, 111, 92, 0.12), rgba(205, 139, 42, 0.16)),
    #ffffff;
  position: relative;
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-mark::before{
  position: absolute;
  width: 22px;
  height: 11px;
  left: 14px;
  top: 17px;
  border-left: 4px solid #1d6f5c;
  border-bottom: 4px solid #1d6f5c;
  content: "";
  transform: rotate(-45deg);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-59 .tc-wp-content-root .mitc-editorial-wrap .mitc-reveal.mitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mitc-editorial-wrap .mitc-section{
    padding: 46px 0;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block h2{
    font-size: 25px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mitc-editorial-wrap .mitc-section{
    padding: 52px 0;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block h2{
    font-size: 28px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mitc-editorial-wrap .mitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mitc-editorial-wrap .mitc-section{
    padding: 72px 0;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block h2{
    font-size: 38px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-card{
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 22px;
    padding: 30px;
    align-items: center;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mitc-editorial-wrap .mitc-section{
    padding: 88px 0;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block h2{
    font-size: 44px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-heading-block p{
    font-size: 17.5px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card h3, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-step-card p, .tc-wp-content-root .mitc-editorial-wrap .mitc-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-list{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-card{
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 26px;
    padding: 34px 36px;
    align-items: center;
  }.tc-wp-content-root .mitc-editorial-wrap .mitc-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}.wpc-scope-59 .tc-wp-content-root .mitc-trust-grid{}