@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 .lfbpv-wrap, .tc-wp-content-root .lfbpv-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .lfbpv-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18202b;
  font-family: inherit;
  --lfbpv-primary: #16605a;
  --lfbpv-secondary: #2f8f7b;
  --lfbpv-accent: #c07a2b;
  --lfbpv-soft: #f3f8f5;
  --lfbpv-text: #18202b;
  --lfbpv-muted: #5d6975;
  --lfbpv-border: rgba(22, 96, 90, 0.16);
  --lfbpv-shadow: rgba(20, 62, 58, 0.12);
  --lfbpv-glow: rgba(192, 122, 43, 0.22);
}.tc-wp-content-root .lfbpv-wrap .lfbpv-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-section-one, .tc-wp-content-root .lfbpv-wrap .lfbpv-section-three{
  background: #ffffff;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-section-two{
  background: linear-gradient(180deg, #f6faf8 0%, #eef6f2 100%);
}.tc-wp-content-root .lfbpv-wrap .lfbpv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .lfbpv-wrap h2, .tc-wp-content-root .lfbpv-wrap h3, .tc-wp-content-root .lfbpv-wrap p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .lfbpv-wrap h2{
  color: var(--lfbpv-text);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
  max-width: 980px;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-intro{
  color: var(--lfbpv-muted);
  line-height: 1.68;
  margin-top: 0;
  max-width: 760px;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card{
  position: relative;
  display: block;
  height: 100% !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--lfbpv-border);
  border-radius: 22px;
  box-shadow: 0 18px 48px var(--lfbpv-shadow);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(47, 143, 123, 0.12), transparent 46%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card::after{
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--lfbpv-accent), transparent);
  transform: scaleX(0.36);
  opacity: 0.52;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card:hover{
  transform: translateY(-8px);
  border-color: rgba(192, 122, 43, 0.38);
  box-shadow: 0 24px 60px rgba(20, 62, 58, 0.17), 0 0 0 4px var(--lfbpv-glow);
  background: #ffffff;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--lfbpv-primary), var(--lfbpv-secondary));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(22, 96, 90, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 320ms ease;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card:hover .lfbpv-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(22, 96, 90, 0.28);
}.tc-wp-content-root .lfbpv-wrap .lfbpv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card h3{
  position: relative;
  color: var(--lfbpv-text);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
  margin-top: 0;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card p{
  position: relative;
  color: var(--lfbpv-muted);
  line-height: 1.6;
  margin-bottom: 0;
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card.lfbpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .lfbpv-wrap .lfbpv-card.lfbpv-reveal.lfbpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .lfbpv-wrap .lfbpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-container{
    padding: 0 24px;
  }.tc-wp-content-root .lfbpv-wrap h2{
    font-size: 44px;
    margin-bottom: 18px;
    white-space: nowrap;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card{
    min-height: 296px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-i{
    font-size: 30px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card h3{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .lfbpv-wrap .lfbpv-section{
    padding: 72px 0;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .lfbpv-wrap h2{
    font-size: 36px;
    margin-bottom: 16px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-i{
    font-size: 27px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card h3{
    font-size: 20px;
    margin-bottom: 10px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .lfbpv-wrap .lfbpv-section{
    padding: 54px 0;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .lfbpv-wrap h2{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-intro{
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 24px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-i{
    font-size: 22px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card h3{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .lfbpv-wrap .lfbpv-section{
    padding: 48px 0;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-container{
    padding: 0 12px;
  }.tc-wp-content-root .lfbpv-wrap h2{
    font-size: 25px;
    margin-bottom: 10px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card{
    min-height: 224px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 15px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-i{
    font-size: 20px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card h3{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card p{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .lfbpv-wrap .lfbpv-section{
    padding: 42px 0;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-container{
    padding: 0 10px;
  }.tc-wp-content-root .lfbpv-wrap h2{
    font-size: 22px;
    margin-bottom: 9px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-intro{
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card{
    min-height: 218px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 14px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-i{
    font-size: 18px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .lfbpv-wrap .lfbpv-card p{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .lfbpv-wrap .lfbpv-grid{
    grid-template-columns: 1fr;
  }}