@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* 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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .lfpv2026-wrapper, .tc-wp-content-root .lfpv2026-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .lfpv2026-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #162022;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section{
  width: 100% !important;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 118, 108, 0.12), transparent 34%),
    linear-gradient(180deg, #f4fbf9 0%, #eef7f5 100%);
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-title, .tc-wp-content-root .lfpv2026-wrapper .lfpv2026-intro, .tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-title, .tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-text{
  text-align: center !important;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-title{
  margin: 0 auto;
  color: #0f2b2b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #536366;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card{
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center !important;
  border: 1px solid rgba(15, 78, 75, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(251,254,253,0.96) 100%);
  box-shadow: 0 18px 44px rgba(19, 59, 58, 0.09);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 118, 108, 0.08), rgba(202, 156, 77, 0.09));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0, 118, 108, 0.38);
  box-shadow: 0 24px 58px rgba(19, 59, 58, 0.16);
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #00766c 0%, #0f4e4b 52%, #ca9c4d 100%);
  box-shadow: 0 14px 30px rgba(0, 118, 108, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card:hover .lfpv2026-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 38px rgba(0, 118, 108, 0.32);
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #12292a;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #58686a;
  font-weight: 400;
  line-height: 1.62;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-reveal{
  opacity: 1;
  transform: none;
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-reveal.lfpv2026-ready{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-reveal.lfpv2026-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section{
    padding: 88px 0;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-title{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card{
    min-height: 300px;
    padding: 34px 28px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-icon{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-i{
    font-size: 29px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section{
    padding: 72px 0;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-title{
    font-size: 34px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-i{
    font-size: 26px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section{
    padding: 54px 0;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-title{
    font-size: 27px;
    line-height: 1.18;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card{
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 16px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-i{
    font-size: 21px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section{
    padding: 48px 0;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-title{
    font-size: 24px;
    line-height: 1.2;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card{
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 15px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-i{
    font-size: 19px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-text{
    font-size: 12.4px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-section{
    padding: 42px 0;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-title{
    font-size: 22px;
    line-height: 1.2;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card{
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-i{
    font-size: 18px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .lfpv2026-wrapper .lfpv2026-card-text{
    font-size: 11.8px;
    line-height: 1.42;
  }}

.tc-wp-content-root .lfpv2026-grid-3 {}