@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-79 .tc-wp-content-root img, .wpc-scope-79 .tc-wp-content-root video, .wpc-scope-79 .tc-wp-content-root svg, .wpc-scope-79 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content div, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content section, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-section{
  position: relative;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-section-white{
  background: #ffffff;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(31, 122, 89, 0.09), transparent 34%),
    linear-gradient(180deg, #f7fbf9 0%, #f3f7f6 100%);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-heading-wrap{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0f6b4b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-kicker::before, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #20a879, #d7a73f);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-heading-wrap p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #566276;
  line-height: 1.72;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-card, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(21, 84, 66, 0.12);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-card{
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card::before, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #12805c, #28b98a, #d7a73f);
  opacity: 0.92;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card:hover, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-card:hover, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(32, 168, 121, 0.34);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.13);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card h3, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-card h3, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-content h3{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card p, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-card p, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-content p{
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.68;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(18, 128, 92, 0.13), rgba(215, 167, 63, 0.16));
  border: 1px solid rgba(18, 128, 92, 0.16);
  position: relative;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon::before, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card:hover .oitc-icon::before, .wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-card:hover .oitc-icon::after{
  transform: translateY(-2px);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-calc::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border: 2px solid #12805c;
  border-radius: 5px;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-calc::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 18px;
  background: #d7a73f;
  box-shadow: 0 6px 0 #12805c, 0 12px 0 #12805c;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-map::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  border: 2px solid #12805c;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-map::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #d7a73f;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-pay::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 2px solid #12805c;
  border-radius: 6px;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-pay::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #d7a73f;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-check::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #12805c;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-check::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-phone::before{
  width: 16px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #12805c;
  border-radius: 7px;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-phone::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: #d7a73f;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-shield::before{
  width: 22px;
  height: 24px;
  left: 12px;
  top: 10px;
  background: #12805c;
  clip-path: polygon(50% 0, 88% 14%, 82% 70%, 50% 100%, 18% 70%, 12% 14%);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-icon-shield::after{
  width: 7px;
  height: 12px;
  left: 19px;
  top: 16px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(40deg);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(18, 128, 92, 0.08), rgba(255, 255, 255, 0.96)),
    #ffffff;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-card::after{
  content: "";
  position: absolute;
  right: 24px;
  top: 22px;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid rgba(18, 128, 92, 0.16);
  background: radial-gradient(circle, rgba(215, 167, 63, 0.2), transparent 62%);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-step-number{
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f6b4b, #22aa7c);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(18, 128, 92, 0.25);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(18, 128, 92, 0.09);
  color: #0f6b4b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-card{
  background:
    radial-gradient(circle at top right, rgba(215, 167, 63, 0.13), transparent 35%),
    #ffffff;
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-trust-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #21a77a;
  box-shadow: 0 0 0 8px rgba(33, 167, 122, 0.12), 0 0 0 16px rgba(215, 167, 63, 0.08);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-79 .tc-wp-content-root .oitc-bottom-content .oitc-reveal.oitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .oitc-bottom-content .oitc-section{ padding: 48px 0; }.tc-wp-content-root .oitc-bottom-content .oitc-container{ padding: 0 14px; }.tc-wp-content-root .oitc-bottom-content h2{ font-size: 26px; }.tc-wp-content-root .oitc-bottom-content .oitc-heading-wrap p{ font-size: 15px; }.tc-wp-content-root .oitc-bottom-content .oitc-card-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }.tc-wp-content-root .oitc-bottom-content .oitc-card, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card{ padding: 22px; }.tc-wp-content-root .oitc-bottom-content .oitc-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-step-content h3{ font-size: 18px; }.tc-wp-content-root .oitc-bottom-content .oitc-card p, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card p, .tc-wp-content-root .oitc-bottom-content .oitc-step-content p{ font-size: 14px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-list{ gap: 16px; margin-top: 28px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-card{ grid-template-columns: 1fr; gap: 16px; padding: 22px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-number{ width: 60px; height: 60px; font-size: 18px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .oitc-bottom-content .oitc-section{ padding: 54px 0; }.tc-wp-content-root .oitc-bottom-content .oitc-container{ padding: 0 18px; }.tc-wp-content-root .oitc-bottom-content h2{ font-size: 29px; }.tc-wp-content-root .oitc-bottom-content .oitc-heading-wrap p{ font-size: 15.5px; }.tc-wp-content-root .oitc-bottom-content .oitc-card-grid{ grid-template-columns: 1fr; gap: 18px; margin-top: 30px; }.tc-wp-content-root .oitc-bottom-content .oitc-card, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card{ padding: 24px; }.tc-wp-content-root .oitc-bottom-content .oitc-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-step-content h3{ font-size: 19px; }.tc-wp-content-root .oitc-bottom-content .oitc-card p, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card p, .tc-wp-content-root .oitc-bottom-content .oitc-step-content p{ font-size: 14.5px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-list{ gap: 18px; margin-top: 30px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-card{ grid-template-columns: 1fr; gap: 16px; padding: 24px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-number{ width: 62px; height: 62px; font-size: 18px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .oitc-bottom-content .oitc-section{ padding: 60px 0; }.tc-wp-content-root .oitc-bottom-content .oitc-container{ padding: 0 22px; }.tc-wp-content-root .oitc-bottom-content h2{ font-size: 32px; }.tc-wp-content-root .oitc-bottom-content .oitc-heading-wrap p{ font-size: 16px; }.tc-wp-content-root .oitc-bottom-content .oitc-card-grid{ grid-template-columns: 1fr; gap: 20px; margin-top: 34px; }.tc-wp-content-root .oitc-bottom-content .oitc-card, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card{ padding: 26px; }.tc-wp-content-root .oitc-bottom-content .oitc-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-step-content h3{ font-size: 20px; }.tc-wp-content-root .oitc-bottom-content .oitc-card p, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card p, .tc-wp-content-root .oitc-bottom-content .oitc-step-content p{ font-size: 15px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-list{ gap: 20px; margin-top: 34px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-card{ grid-template-columns: auto 1fr; gap: 18px; padding: 26px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-number{ width: 64px; height: 64px; font-size: 19px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .oitc-bottom-content .oitc-section{ padding: 76px 0; }.tc-wp-content-root .oitc-bottom-content .oitc-container{ padding: 0 30px; }.tc-wp-content-root .oitc-bottom-content h2{ font-size: 38px; }.tc-wp-content-root .oitc-bottom-content .oitc-heading-wrap p{ font-size: 17px; }.tc-wp-content-root .oitc-bottom-content .oitc-card-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 42px; }.tc-wp-content-root .oitc-bottom-content .oitc-card, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card{ padding: 28px; }.tc-wp-content-root .oitc-bottom-content .oitc-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-step-content h3{ font-size: 21px; }.tc-wp-content-root .oitc-bottom-content .oitc-card p, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card p, .tc-wp-content-root .oitc-bottom-content .oitc-step-content p{ font-size: 15.5px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-list{ gap: 22px; margin-top: 42px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-card{ gap: 24px; padding: 30px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-number{ width: 70px; height: 70px; font-size: 20px; }}@media (min-width: 1024px){.tc-wp-content-root .oitc-bottom-content .oitc-section{ padding: 92px 0; }.tc-wp-content-root .oitc-bottom-content .oitc-container{ padding: 0 32px; }.tc-wp-content-root .oitc-bottom-content h2{ font-size: 44px; }.tc-wp-content-root .oitc-bottom-content .oitc-heading-wrap p{ font-size: 17.5px; }.tc-wp-content-root .oitc-bottom-content .oitc-card-grid{ gap: 24px; margin-top: 48px; }.tc-wp-content-root .oitc-bottom-content .oitc-grid-three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-content-root .oitc-bottom-content .oitc-card, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card{ padding: 30px; }.tc-wp-content-root .oitc-bottom-content .oitc-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card h3, .tc-wp-content-root .oitc-bottom-content .oitc-step-content h3{ font-size: 22px; }.tc-wp-content-root .oitc-bottom-content .oitc-card p, .tc-wp-content-root .oitc-bottom-content .oitc-trust-card p, .tc-wp-content-root .oitc-bottom-content .oitc-step-content p{ font-size: 15.8px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-list{ gap: 24px; margin-top: 48px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-card{ gap: 28px; padding: 34px; }.tc-wp-content-root .oitc-bottom-content .oitc-step-number{ width: 72px; height: 72px; font-size: 20px; }}