@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-25 .tc-wp-content-root img, .wpc-scope-25 .tc-wp-content-root video, .wpc-scope-25 .tc-wp-content-root svg, .wpc-scope-25 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #173127;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial, .wpc-scope-25 .tc-wp-content-root .gitc-editorial div, .wpc-scope-25 .tc-wp-content-root .gitc-editorial section, .wpc-scope-25 .tc-wp-content-root .gitc-editorial article{
  box-sizing: border-box;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-section-white{
  background: #ffffff;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(32, 150, 104, 0.09), transparent 30%),
    linear-gradient(180deg, #f7fbf8 0%, #f3f8f5 100%);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(32, 150, 104, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(32, 150, 104, 0.1), rgba(245, 168, 42, 0.1));
  color: #176947;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #209668, #f5a82a);
  box-shadow: 0 0 0 5px rgba(32, 150, 104, 0.12);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial h2{
  margin: 0;
  color: #102820;
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-heading-block p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #52635b;
  line-height: 1.7;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-card, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 49, 39, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(32, 150, 104, 0.36), rgba(245, 168, 42, 0.22)) border-box;
  box-shadow: 0 18px 45px rgba(16, 40, 32, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-card::after, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(32, 150, 104, 0.1), rgba(245, 168, 42, 0.12));
  opacity: 0.8;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-card:hover, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(32, 150, 104, 0.25);
  box-shadow: 0 24px 60px rgba(16, 40, 32, 0.12);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-card h3, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-step-card h3, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-card h3{
  position: relative;
  margin: 0;
  color: #143327;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
  z-index: 1;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-card p, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-step-card p, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6c64;
  line-height: 1.68;
  z-index: 1;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #209668, #f5a82a);
  box-shadow: 0 14px 28px rgba(32, 150, 104, 0.22);
  z-index: 1;
  transition: transform 220ms ease;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-card:hover .gitc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon::before, .wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon-bars::before{
  left: 14px;
  bottom: 13px;
  width: 5px;
  height: 12px;
  border-radius: 5px;
  box-shadow: 8px -5px 0 #ffffff, 16px -10px 0 #ffffff;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon-check::before{
  left: 13px;
  top: 22px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon-preview::before{
  left: 11px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon-preview::after{
  left: 21px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon-mobile::before{
  left: 15px;
  top: 10px;
  width: 16px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-icon-shield::before{
  left: 13px;
  top: 10px;
  width: 20px;
  height: 24px;
  border-radius: 12px 12px 16px 16px;
  clip-path: polygon(50% 0, 100% 18%, 88% 76%, 50% 100%, 12% 76%, 0 18%);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(32, 150, 104, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(16, 40, 32, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #209668, #f5a82a);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(16, 40, 32, 0.12);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #173127, #209668);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(23, 49, 39, 0.2);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(32, 150, 104, 0.16), rgba(245, 168, 42, 0.16));
  position: relative;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-badge-dot::before{
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #209668, #f5a82a);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)) padding-box,
    linear-gradient(135deg, rgba(32, 150, 104, 0.36), rgba(245, 168, 42, 0.2)) border-box;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-mark{
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #209668, #f5a82a);
  box-shadow: 0 14px 30px rgba(32, 150, 104, 0.2);
  position: relative;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-trust-mark::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 16px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-25 .tc-wp-content-root .gitc-editorial .gitc-reveal.gitc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gitc-editorial .gitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .gitc-editorial .gitc-container{
    padding: 0 16px;
  }.tc-wp-content-root .gitc-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .gitc-editorial .gitc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .gitc-editorial .gitc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gitc-editorial .gitc-card, .tc-wp-content-root .gitc-editorial .gitc-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .gitc-editorial .gitc-card h3, .tc-wp-content-root .gitc-editorial .gitc-step-card h3, .tc-wp-content-root .gitc-editorial .gitc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gitc-editorial .gitc-card p, .tc-wp-content-root .gitc-editorial .gitc-step-card p, .tc-wp-content-root .gitc-editorial .gitc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .gitc-editorial .gitc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-number{
    width: 54px;
    height: 44px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gitc-editorial .gitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .gitc-editorial .gitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .gitc-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .gitc-editorial .gitc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .gitc-editorial .gitc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gitc-editorial .gitc-card, .tc-wp-content-root .gitc-editorial .gitc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .gitc-editorial .gitc-card h3, .tc-wp-content-root .gitc-editorial .gitc-step-card h3, .tc-wp-content-root .gitc-editorial .gitc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gitc-editorial .gitc-card p, .tc-wp-content-root .gitc-editorial .gitc-step-card p, .tc-wp-content-root .gitc-editorial .gitc-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .gitc-editorial .gitc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-number{
    width: 58px;
    height: 46px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gitc-editorial .gitc-section{
    padding: 66px 0;
  }.tc-wp-content-root .gitc-editorial .gitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .gitc-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .gitc-editorial .gitc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .gitc-editorial .gitc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .gitc-editorial .gitc-card, .tc-wp-content-root .gitc-editorial .gitc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .gitc-editorial .gitc-card h3, .tc-wp-content-root .gitc-editorial .gitc-step-card h3, .tc-wp-content-root .gitc-editorial .gitc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gitc-editorial .gitc-card p, .tc-wp-content-root .gitc-editorial .gitc-step-card p, .tc-wp-content-root .gitc-editorial .gitc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .gitc-editorial .gitc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-number{
    width: 62px;
    height: 48px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gitc-editorial .gitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .gitc-editorial .gitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .gitc-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .gitc-editorial .gitc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .gitc-editorial .gitc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gitc-editorial .gitc-card, .tc-wp-content-root .gitc-editorial .gitc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .gitc-editorial .gitc-card h3, .tc-wp-content-root .gitc-editorial .gitc-step-card h3, .tc-wp-content-root .gitc-editorial .gitc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gitc-editorial .gitc-card p, .tc-wp-content-root .gitc-editorial .gitc-step-card p, .tc-wp-content-root .gitc-editorial .gitc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gitc-editorial .gitc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-number{
    width: 66px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gitc-editorial .gitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .gitc-editorial .gitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .gitc-editorial h2{
    font-size: 44px;
  }.tc-wp-content-root .gitc-editorial .gitc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .gitc-editorial .gitc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gitc-editorial .gitc-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .gitc-editorial .gitc-card, .tc-wp-content-root .gitc-editorial .gitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .gitc-editorial .gitc-card h3, .tc-wp-content-root .gitc-editorial .gitc-step-card h3, .tc-wp-content-root .gitc-editorial .gitc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gitc-editorial .gitc-card p, .tc-wp-content-root .gitc-editorial .gitc-step-card p, .tc-wp-content-root .gitc-editorial .gitc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gitc-editorial .gitc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .gitc-editorial .gitc-step-number{
    width: 72px;
    height: 58px;
    font-size: 19px;
  }}.wpc-scope-25 .tc-wp-content-root .gitc-step-content{}.wpc-scope-25 .tc-wp-content-root .gitc-trust-grid{}