@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 .fb-dpv-2026-wrap, .tc-wp-content-root .fb-dpv-2026-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .fb-dpv-2026-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1c2533;
  font-family: inherit;
}.tc-wp-content-root .fb-dpv-2026-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .fb-dpv-2026-section-white{
  background: #ffffff;
}.tc-wp-content-root .fb-dpv-2026-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(15, 118, 110, 0.08), transparent 34%),
    linear-gradient(180deg, #f3fbf9 0%, #f8faf7 100%);
}.tc-wp-content-root .fb-dpv-2026-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center;
}.tc-wp-content-root .fb-dpv-2026-title{
  margin: 0 auto;
  color: #102a34;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .fb-dpv-2026-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #546373;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .fb-dpv-2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .fb-dpv-2026-card{
  position: relative;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.12), transparent 46%);
  border: 1px solid #d9ebe7;
  box-shadow: 0 18px 44px rgba(18, 74, 79, 0.09);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background-position 420ms ease;
}.tc-wp-content-root .fb-dpv-2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(244, 114, 76, 0.08));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .fb-dpv-2026-card:hover{
  transform: translateY(-8px);
  border-color: rgba(15, 118, 110, 0.36);
  box-shadow: 0 26px 58px rgba(18, 74, 79, 0.15);
}.tc-wp-content-root .fb-dpv-2026-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fb-dpv-2026-icon{
  position: relative;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 54%, #f4724c 100%);
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
  text-align: center;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .fb-dpv-2026-card:hover .fb-dpv-2026-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(244, 114, 76, 0.22);
}.tc-wp-content-root .fb-dpv-2026-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}.tc-wp-content-root .fb-dpv-2026-card-title{
  position: relative;
  margin: 0;
  color: #142c36;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .fb-dpv-2026-card-text{
  position: relative;
  margin: 0 auto;
  color: #5c6977;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .fb-dpv-2026-card.fb-dpv-2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fb-dpv-2026-card.fb-dpv-2026-reveal.fb-dpv-2026-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fb-dpv-2026-card.fb-dpv-2026-reveal, .tc-wp-content-root .fb-dpv-2026-card.fb-dpv-2026-visible{
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .fb-dpv-2026-section{
    padding: 86px 0;
  }.tc-wp-content-root .fb-dpv-2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .fb-dpv-2026-title{
    font-size: 42px;
    max-width: 960px;
    white-space: nowrap;
  }.tc-wp-content-root .fb-dpv-2026-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .fb-dpv-2026-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 46px;
  }.tc-wp-content-root .fb-dpv-2026-card{
    min-height: 292px;
    padding: 34px 30px 32px;
    border-radius: 24px;
  }.tc-wp-content-root .fb-dpv-2026-icon{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 24px;
  }.tc-wp-content-root .fb-dpv-2026-i{
    font-size: 30px;
  }.tc-wp-content-root .fb-dpv-2026-card-title{
    font-size: 21px;
  }.tc-wp-content-root .fb-dpv-2026-card-text{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fb-dpv-2026-section{
    padding: 68px 0;
  }.tc-wp-content-root .fb-dpv-2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .fb-dpv-2026-title{
    font-size: 34px;
    max-width: 720px;
  }.tc-wp-content-root .fb-dpv-2026-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .fb-dpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .fb-dpv-2026-card{
    min-height: 266px;
    padding: 30px 24px;
    border-radius: 22px;
  }.tc-wp-content-root .fb-dpv-2026-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 21px;
  }.tc-wp-content-root .fb-dpv-2026-i{
    font-size: 27px;
  }.tc-wp-content-root .fb-dpv-2026-card-title{
    font-size: 19px;
  }.tc-wp-content-root .fb-dpv-2026-card-text{
    margin-top: 11px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fb-dpv-2026-section{
    padding: 52px 0;
  }.tc-wp-content-root .fb-dpv-2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .fb-dpv-2026-title{
    font-size: 27px;
    max-width: 410px;
  }.tc-wp-content-root .fb-dpv-2026-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.6;
  }.tc-wp-content-root .fb-dpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .fb-dpv-2026-card{
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .fb-dpv-2026-icon{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fb-dpv-2026-i{
    font-size: 22px;
  }.tc-wp-content-root .fb-dpv-2026-card-title{
    font-size: 16px;
  }.tc-wp-content-root .fb-dpv-2026-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fb-dpv-2026-section{
    padding: 46px 0;
  }.tc-wp-content-root .fb-dpv-2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .fb-dpv-2026-title{
    font-size: 24px;
    max-width: 340px;
  }.tc-wp-content-root .fb-dpv-2026-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }.tc-wp-content-root .fb-dpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }.tc-wp-content-root .fb-dpv-2026-card{
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fb-dpv-2026-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 14px;
  }.tc-wp-content-root .fb-dpv-2026-i{
    font-size: 20px;
  }.tc-wp-content-root .fb-dpv-2026-card-title{
    font-size: 15px;
  }.tc-wp-content-root .fb-dpv-2026-card-text{
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fb-dpv-2026-section{
    padding: 40px 0;
  }.tc-wp-content-root .fb-dpv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fb-dpv-2026-title{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .fb-dpv-2026-intro{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .fb-dpv-2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }.tc-wp-content-root .fb-dpv-2026-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .fb-dpv-2026-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fb-dpv-2026-i{
    font-size: 19px;
  }.tc-wp-content-root .fb-dpv-2026-card-title{
    font-size: 14px;
  }.tc-wp-content-root .fb-dpv-2026-card-text{
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.45;
  }}@media (max-width: 319px) {.tc-wp-content-root .fb-dpv-2026-section{
    padding: 36px 0;
  }.tc-wp-content-root .fb-dpv-2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .fb-dpv-2026-title{
    font-size: 21px;
  }.tc-wp-content-root .fb-dpv-2026-intro{
    margin-top: 9px;
    font-size: 13px;
  }.tc-wp-content-root .fb-dpv-2026-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .fb-dpv-2026-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 15px;
  }.tc-wp-content-root .fb-dpv-2026-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 12px;
  }.tc-wp-content-root .fb-dpv-2026-i{
    font-size: 19px;
  }.tc-wp-content-root .fb-dpv-2026-card-title{
    font-size: 14px;
  }.tc-wp-content-root .fb-dpv-2026-card-text{
    margin-top: 7px;
    font-size: 12px;
  }}

.tc-wp-content-root .fb-dpv-2026-grid-3 {}