@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-37 .tc-wp-content-root img, .wpc-scope-37 .tc-wp-content-root video, .wpc-scope-37 .tc-wp-content-root svg, .wpc-scope-37 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-section-white{
  background: #ffffff;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8f6 100%);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0d6b57;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-kicker::before, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-kicker::after{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d6b57, #2f80ed);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-heading p{
  margin: 16px auto 0;
  color: #526073;
  line-height: 1.7;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-card, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, .08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-card, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card{
  border-radius: 22px;
  overflow: hidden;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-card::before, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0d6b57, #2f80ed, #f2b705);
  opacity: .9;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-card:hover, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card:hover, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(13, 107, 87, .24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, .12);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-card p, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card p, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-step-copy p{
  margin: 12px 0 0;
  color: #59667a;
  line-height: 1.65;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 107, 87, .12), rgba(47, 128, 237, .14));
  position: relative;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon::before, .wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #0d6b57;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-bars::before{
  width: 20px;
  height: 4px;
  left: 13px;
  top: 14px;
  box-shadow: 0 7px 0 #2f80ed, 0 14px 0 #f2b705;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #0d6b57;
  border-bottom: 4px solid #0d6b57;
  background: transparent;
  border-radius: 2px;
  transform: rotate(-45deg);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-shield::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 10px;
  background: linear-gradient(180deg, #0d6b57, #2f80ed);
  border-radius: 12px 12px 14px 14px;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-map::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 12px;
  background: transparent;
  border: 4px solid #0d6b57;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-map::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 18px;
  background: #2f80ed;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-phone::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 9px;
  background: transparent;
  border: 3px solid #0d6b57;
  border-radius: 7px;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-note::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  background: #0d6b57;
  border-radius: 5px;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-icon-note::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 18px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-badge-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 18%, #f2b705 19% 35%, #0d6b57 36% 62%, #2f80ed 63% 100%);
  box-shadow: 0 12px 28px rgba(47, 128, 237, .18);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fdfefe 58%, #f3fbf8 100%);
  overflow: hidden;
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-step-card::after{
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13, 107, 87, .12), rgba(47, 128, 237, .14));
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-step-number{
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d6b57, #2f80ed);
  box-shadow: 0 18px 34px rgba(13, 107, 87, .2);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-mark{
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d6b57, #2f80ed);
  position: relative;
  box-shadow: 0 16px 34px rgba(13, 107, 87, .18);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 11px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-37 .tc-wp-content-root .nyitc-editorial-content .nyitc-reveal.nyitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease, box-shadow .28s ease, border-color .28s ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nyitc-editorial-content .nyitc-section{ padding: 48px 0; }.tc-wp-content-root .nyitc-editorial-content .nyitc-container{ padding: 0 14px; }.tc-wp-content-root .nyitc-editorial-content h2{ font-size: 25px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-heading p{ font-size: 14px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card{ padding: 22px; }.tc-wp-content-root .nyitc-editorial-content h3{ font-size: 18px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-step-copy p{ font-size: 14px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-steps{ gap: 16px; margin-top: 30px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-card{ grid-template-columns: 1fr; gap: 16px; padding: 22px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-number{ width: 54px; height: 54px; font-size: 17px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nyitc-editorial-content .nyitc-section{ padding: 54px 0; }.tc-wp-content-root .nyitc-editorial-content .nyitc-container{ padding: 0 18px; }.tc-wp-content-root .nyitc-editorial-content h2{ font-size: 28px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-heading p{ font-size: 15px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-grid{ grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card{ padding: 24px; }.tc-wp-content-root .nyitc-editorial-content h3{ font-size: 19px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-step-copy p{ font-size: 15px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-steps{ gap: 18px; margin-top: 34px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-card{ grid-template-columns: 1fr; gap: 16px; padding: 24px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-number{ width: 58px; height: 58px; font-size: 18px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nyitc-editorial-content .nyitc-section{ padding: 60px 0; }.tc-wp-content-root .nyitc-editorial-content .nyitc-container{ padding: 0 22px; }.tc-wp-content-root .nyitc-editorial-content h2{ font-size: 32px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-heading p{ font-size: 16px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-grid{ grid-template-columns: 1fr; gap: 20px; margin-top: 38px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card{ padding: 28px; }.tc-wp-content-root .nyitc-editorial-content h3{ font-size: 20px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-step-copy p{ font-size: 15px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-steps{ gap: 20px; margin-top: 38px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-card{ grid-template-columns: 1fr; gap: 18px; padding: 28px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-number{ width: 62px; height: 62px; font-size: 19px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nyitc-editorial-content .nyitc-section{ padding: 78px 0; }.tc-wp-content-root .nyitc-editorial-content .nyitc-container{ padding: 0 32px; }.tc-wp-content-root .nyitc-editorial-content h2{ font-size: 40px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-heading p{ font-size: 17px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-grid-six, .tc-wp-content-root .nyitc-editorial-content .nyitc-grid-three{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-content-root .nyitc-editorial-content .nyitc-grid{ gap: 22px; margin-top: 46px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card{ padding: 30px; }.tc-wp-content-root .nyitc-editorial-content h3{ font-size: 21px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-step-copy p{ font-size: 15px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-steps{ gap: 22px; margin-top: 46px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-card{ gap: 24px; padding: 30px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-number{ width: 66px; height: 66px; font-size: 20px; }}@media (min-width: 1024px){.tc-wp-content-root .nyitc-editorial-content .nyitc-section{ padding: 92px 0; }.tc-wp-content-root .nyitc-editorial-content .nyitc-container{ padding: 0 32px; }.tc-wp-content-root .nyitc-editorial-content h2{ font-size: 46px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-heading p{ font-size: 18px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-grid-six, .tc-wp-content-root .nyitc-editorial-content .nyitc-grid-three{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-content-root .nyitc-editorial-content .nyitc-grid{ gap: 24px; margin-top: 52px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card{ padding: 32px; }.tc-wp-content-root .nyitc-editorial-content h3{ font-size: 22px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-editorial-content .nyitc-step-copy p{ font-size: 16px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-steps{ gap: 22px; margin-top: 52px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-card{ gap: 28px; padding: 34px; }.tc-wp-content-root .nyitc-editorial-content .nyitc-step-number{ width: 72px; height: 72px; font-size: 21px; }}