@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-89 .tc-wp-content-root img, .wpc-scope-89 .tc-wp-content-root video, .wpc-scope-89 .tc-wp-content-root svg, .wpc-scope-89 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap, .wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap div, .wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap section, .wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-section-white{
  background: #ffffff;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-section-soft{
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 117, 101, 0.08), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(20, 88, 168, 0.08), transparent 28%),
    #f7faf8;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 117, 101, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 117, 101, 0.1), rgba(20, 88, 168, 0.08));
  color: #006b5d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #007565, #1458a8);
  box-shadow: 0 0 0 5px rgba(0, 117, 101, 0.1);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-heading p{
  margin: 14px auto 0;
  color: #5a6678;
  line-height: 1.7;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(19, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 117, 101, 0.12), rgba(20, 88, 168, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 117, 101, 0.25);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.13);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-card:hover::after{
  opacity: 1;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-card h3, .wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-card p, .wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6b7a;
  line-height: 1.68;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #007565, #1458a8);
  box-shadow: 0 12px 24px rgba(0, 117, 101, 0.18);
  transition: transform 260ms ease;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-card:hover .ditc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon::before, .wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-lines::before{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.75), 0 14px 0 rgba(255, 255, 255, 0.55);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-speed::before{
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 8px;
  transform: rotate(-28deg);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-preview::before{
  width: 23px;
  height: 15px;
  left: 11px;
  top: 16px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 9px;
  background: transparent;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 999px;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 999px;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.78), 0 18px 0 rgba(255, 255, 255, 0.58);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-steps::after{
  width: 16px;
  height: 3px;
  left: 23px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.78), 0 18px 0 rgba(255, 255, 255, 0.58);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 9px;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 7px;
  background: transparent;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-mobile::after{
  width: 5px;
  height: 3px;
  left: 21px;
  top: 29px;
  border-radius: 999px;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-icon-check::before{
  width: 20px;
  height: 11px;
  left: 13px;
  top: 16px;
  border-left: 4px solid rgba(255, 255, 255, 0.9);
  border-bottom: 4px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(0, 117, 101, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 74px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 117, 101, 0.35), rgba(20, 88, 168, 0));
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card:last-child::before{
  display: none;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 88, 168, 0.24);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #007565, #1458a8);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(0, 117, 101, 0.22);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-step-copy{
  min-width: 0;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 117, 101, 0.18);
  border-radius: 999px;
  background: rgba(0, 117, 101, 0.08);
  color: #006b5d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 248, 0.96)),
    #ffffff;
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 117, 101, 0.14), rgba(20, 88, 168, 0.12));
  border: 1px solid rgba(0, 117, 101, 0.16);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #007565;
  border-bottom: 3px solid #007565;
  transform: rotate(-45deg);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-89 .tc-wp-content-root .ditc-editorial-wrap .ditc-reveal.ditc-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 .ditc-editorial-wrap .ditc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ditc-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card h3, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card p, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card::before{
    display: none;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ditc-editorial-wrap .ditc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ditc-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card h3, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card p, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card::before{
    display: none;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ditc-editorial-wrap .ditc-section{
    padding: 66px 0;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ditc-editorial-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card{
    padding: 26px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card h3, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card p, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card::before{
    display: none;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ditc-editorial-wrap .ditc-section{
    padding: 82px 0;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ditc-editorial-wrap h2{
    font-size: 39px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card{
    padding: 28px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card h3, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card p, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-number{
    width: 66px;
    height: 66px;
    font-size: 17px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-final-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px){.tc-wp-content-root .ditc-editorial-wrap .ditc-section{
    padding: 96px 0;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-container{
    padding: 0 28px;
  }.tc-wp-content-root .ditc-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card{
    padding: 30px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card h3, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-card p, .tc-wp-content-root .ditc-editorial-wrap .ditc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ditc-editorial-wrap .ditc-step-number{
    width: 68px;
    height: 68px;
    font-size: 17px;
  }}