@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 .ffv26-wrapper, .tc-wp-content-root .ffv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ffv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ffv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ffv26-section{
  position: relative;
  text-align: center;
}.tc-wp-content-root .ffv26-section-one, .tc-wp-content-root .ffv26-section-three{
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}.tc-wp-content-root .ffv26-section-two{
  background: #f3f8f7;
  box-shadow: 0 0 0 100vmax #f3f8f7;
  clip-path: inset(0 -100vmax);
}.tc-wp-content-root .ffv26-heading{
  margin: 0 auto;
  color: #16232e;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ffv26-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #52616d;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .ffv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .ffv26-card{
  position: relative;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  border: 1px solid #dbe9e7;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(18, 75, 82, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .ffv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(17, 137, 128, 0.12), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ffv26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(17, 137, 128, 0.42);
  box-shadow: 0 24px 58px rgba(18, 75, 82, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f6fffd 100%);
}.tc-wp-content-root .ffv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ffv26-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f766e 0%, #2aa198 58%, #f59e0b 100%);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ffv26-card:hover .ffv26-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(15, 118, 110, 0.3);
}.tc-wp-content-root .ffv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ffv26-card-title{
  position: relative;
  margin: 0;
  color: #182934;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .ffv26-card-text{
  position: relative;
  margin: 0 auto;
  color: #5c6a73;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}@media (min-width: 1024px) {.tc-wp-content-root .ffv26-section{
    padding: 86px 24px;
  }.tc-wp-content-root .ffv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ffv26-intro{
    font-size: 17px;
  }.tc-wp-content-root .ffv26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .ffv26-card{
    min-height: 300px;
    padding: 36px 28px 30px;
  }.tc-wp-content-root .ffv26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 26px;
  }.tc-wp-content-root .ffv26-i{
    font-size: 30px;
  }.tc-wp-content-root .ffv26-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ffv26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ffv26-section{
    padding: 70px 22px;
  }.tc-wp-content-root .ffv26-heading{
    font-size: 34px;
    max-width: 720px;
  }.tc-wp-content-root .ffv26-intro{
    font-size: 16px;
  }.tc-wp-content-root .ffv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .ffv26-card{
    min-height: 270px;
    padding: 30px 24px 26px;
  }.tc-wp-content-root .ffv26-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ffv26-i{
    font-size: 27px;
  }.tc-wp-content-root .ffv26-card-title{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .ffv26-card-text{
    font-size: 14.8px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ffv26-section{
    padding: 52px 16px;
  }.tc-wp-content-root .ffv26-heading{
    font-size: 27px;
    max-width: 390px;
  }.tc-wp-content-root .ffv26-intro{
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .ffv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ffv26-card{
    min-height: 238px;
    padding: 22px 14px 18px;
    border-radius: 18px;
  }.tc-wp-content-root .ffv26-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ffv26-i{
    font-size: 22px;
  }.tc-wp-content-root .ffv26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ffv26-card-text{
    font-size: 13px;
    line-height: 1.45;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ffv26-section{
    padding: 46px 12px;
  }.tc-wp-content-root .ffv26-heading{
    font-size: 24px;
    max-width: 340px;
  }.tc-wp-content-root .ffv26-intro{
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .ffv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .ffv26-card{
    min-height: 226px;
    padding: 19px 11px 16px;
    border-radius: 16px;
  }.tc-wp-content-root .ffv26-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 15px;
  }.tc-wp-content-root .ffv26-i{
    font-size: 20px;
  }.tc-wp-content-root .ffv26-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ffv26-card-text{
    font-size: 12.4px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ffv26-section{
    padding: 42px 10px;
  }.tc-wp-content-root .ffv26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .ffv26-intro{
    font-size: 13px;
    line-height: 1.48;
  }.tc-wp-content-root .ffv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .ffv26-card{
    min-height: 216px;
    padding: 17px 9px 14px;
    border-radius: 15px;
  }.tc-wp-content-root .ffv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    border-radius: 14px;
  }.tc-wp-content-root .ffv26-i{
    font-size: 18px;
  }.tc-wp-content-root .ffv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ffv26-card-text{
    font-size: 11.8px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .ffv26-section{
    padding: 38px 10px;
  }.tc-wp-content-root .ffv26-heading{
    font-size: 21px;
  }.tc-wp-content-root .ffv26-intro{
    font-size: 13px;
  }.tc-wp-content-root .ffv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .ffv26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .ffv26-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ffv26-i{
    font-size: 18px;
  }.tc-wp-content-root .ffv26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ffv26-card-text{
    font-size: 12px;
  }}.tc-wp-content-root .ffv26-wrapper .ffv26-card{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ffv26-wrapper.ffv26-js .ffv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ffv26-wrapper.ffv26-js .ffv26-card.ffv26-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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