@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-11 .tc-wp-content-root img, .wpc-scope-11 .tc-wp-content-root video, .wpc-scope-11 .tc-wp-content-root svg, .wpc-scope-11 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-11 .tc-wp-content-root .oitc-content{
  width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: inherit;
}.wpc-scope-11 .tc-wp-content-root .oitc-content, .wpc-scope-11 .tc-wp-content-root .oitc-content div, .wpc-scope-11 .tc-wp-content-root .oitc-content section, .wpc-scope-11 .tc-wp-content-root .oitc-content article{
  box-sizing: border-box;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-section{
  width: 100%;
  position: relative;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-section-white{
  background: #ffffff;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-section-soft{
  background: linear-gradient(180deg, #f8fbf9 0%, #f3f8f5 100%);
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(24, 128, 93, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 128, 93, 0.1), rgba(25, 118, 210, 0.08));
  color: #0f684c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-heading h2{
  margin: 0;
  color: #15241f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-heading p{
  margin: 14px auto 0;
  color: #53645e;
  line-height: 1.7;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-card, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-trust-card, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-card{
  position: relative;
  border: 1px solid rgba(20, 84, 67, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(19, 65, 49, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-card::before, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #138a61, #2f80ed, #f2b84b);
  opacity: 0.9;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-card:hover, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-trust-card:hover, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(24, 128, 93, 0.24);
  box-shadow: 0 24px 56px rgba(19, 65, 49, 0.13);
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-card h3, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-trust-card h3, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-content h3{
  margin: 0;
  color: #15241f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-card p, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-trust-card p, .wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-content p{
  margin: 10px 0 0;
  color: #596a64;
  line-height: 1.65;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-icon{
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(19, 138, 97, 0.14), rgba(47, 128, 237, 0.12));
  position: relative;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 6px;
  border: 2px solid #138a61;
  transition: transform 220ms ease;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-card:hover .oitc-icon::after{
  transform: translateY(-2px);
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-icon-speed::after{
  border-radius: 999px;
  border-color: #2f80ed;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-icon-preview::after{
  border-radius: 999px 999px 6px 6px;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-icon-steps::after{
  border-style: dashed;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-icon-mobile::after{
  inset: 10px 14px;
  border-radius: 8px;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-icon-check::after{
  width: 14px;
  height: 8px;
  inset: 15px 13px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-card:hover .oitc-icon-check::after{
  transform: rotate(-45deg) translateY(-2px);
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdfc 100%);
  border-radius: 22px;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-card::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 78px;
  bottom: -30px;
  width: 2px;
  background: linear-gradient(180deg, rgba(19, 138, 97, 0.24), rgba(47, 128, 237, 0));
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-card:last-child::after{
  display: none;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-step-number{
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #138a61, #2f80ed);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(19, 138, 97, 0.22);
  z-index: 1;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(242, 184, 75, 0.15);
  color: #8a5b00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-trust-card{
  border-radius: 22px;
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-trust-dot{
  display: block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #138a61;
  box-shadow: 0 0 0 8px rgba(19, 138, 97, 0.12), 0 0 24px rgba(47, 128, 237, 0.2);
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-11 .tc-wp-content-root .oitc-content .oitc-reveal.oitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .oitc-content .oitc-section{
    padding: 52px 0;
  }.tc-wp-content-root .oitc-content .oitc-container{
    padding: 0 16px;
  }.tc-wp-content-root .oitc-content .oitc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .oitc-content .oitc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .oitc-content .oitc-grid, .tc-wp-content-root .oitc-content .oitc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .oitc-content .oitc-grid-three, .tc-wp-content-root .oitc-content .oitc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .oitc-content .oitc-card, .tc-wp-content-root .oitc-content .oitc-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .oitc-content .oitc-step-card{
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .oitc-content .oitc-card h3, .tc-wp-content-root .oitc-content .oitc-trust-card h3, .tc-wp-content-root .oitc-content .oitc-step-content h3{
    font-size: 17px;
  }.tc-wp-content-root .oitc-content .oitc-card p, .tc-wp-content-root .oitc-content .oitc-trust-card p, .tc-wp-content-root .oitc-content .oitc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .oitc-content .oitc-step-number{
    width: 48px;
    height: 48px;
    font-size: 14px;
    border-radius: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .oitc-content .oitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .oitc-content .oitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .oitc-content .oitc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .oitc-content .oitc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-content .oitc-grid, .tc-wp-content-root .oitc-content .oitc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .oitc-content .oitc-grid-three, .tc-wp-content-root .oitc-content .oitc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .oitc-content .oitc-card, .tc-wp-content-root .oitc-content .oitc-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .oitc-content .oitc-step-card{
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .oitc-content .oitc-card h3, .tc-wp-content-root .oitc-content .oitc-trust-card h3, .tc-wp-content-root .oitc-content .oitc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .oitc-content .oitc-card p, .tc-wp-content-root .oitc-content .oitc-trust-card p, .tc-wp-content-root .oitc-content .oitc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .oitc-content .oitc-step-number{
    width: 52px;
    height: 52px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .oitc-content .oitc-section{
    padding: 64px 0;
  }.tc-wp-content-root .oitc-content .oitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .oitc-content .oitc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .oitc-content .oitc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .oitc-content .oitc-grid, .tc-wp-content-root .oitc-content .oitc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .oitc-content .oitc-grid-three, .tc-wp-content-root .oitc-content .oitc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .oitc-content .oitc-card, .tc-wp-content-root .oitc-content .oitc-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .oitc-content .oitc-step-card{
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .oitc-content .oitc-card h3, .tc-wp-content-root .oitc-content .oitc-trust-card h3, .tc-wp-content-root .oitc-content .oitc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .oitc-content .oitc-card p, .tc-wp-content-root .oitc-content .oitc-trust-card p, .tc-wp-content-root .oitc-content .oitc-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .oitc-content .oitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .oitc-content .oitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .oitc-content .oitc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .oitc-content .oitc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .oitc-content .oitc-grid, .tc-wp-content-root .oitc-content .oitc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .oitc-content .oitc-grid-three, .tc-wp-content-root .oitc-content .oitc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-content .oitc-card, .tc-wp-content-root .oitc-content .oitc-trust-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .oitc-content .oitc-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .oitc-content .oitc-card h3, .tc-wp-content-root .oitc-content .oitc-trust-card h3, .tc-wp-content-root .oitc-content .oitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .oitc-content .oitc-card p, .tc-wp-content-root .oitc-content .oitc-trust-card p, .tc-wp-content-root .oitc-content .oitc-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .oitc-content .oitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .oitc-content .oitc-container{
    padding: 0 36px;
  }.tc-wp-content-root .oitc-content .oitc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .oitc-content .oitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .oitc-content .oitc-grid, .tc-wp-content-root .oitc-content .oitc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .oitc-content .oitc-grid-three, .tc-wp-content-root .oitc-content .oitc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-content .oitc-card, .tc-wp-content-root .oitc-content .oitc-trust-card{
    min-height: 100%;
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .oitc-content .oitc-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .oitc-content .oitc-card h3, .tc-wp-content-root .oitc-content .oitc-trust-card h3, .tc-wp-content-root .oitc-content .oitc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .oitc-content .oitc-card p, .tc-wp-content-root .oitc-content .oitc-trust-card p, .tc-wp-content-root .oitc-content .oitc-step-content p{
    font-size: 15.5px;
  }}.wpc-scope-11 .tc-wp-content-root .oitc-icon-calc{}