@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 .rav2026-wrapper, .tc-wp-content-root .rav2026-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rav2026-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17211d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .rav2026-wrapper .rav2026-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .rav2026-wrapper .rav2026-section-one, .tc-wp-content-root .rav2026-wrapper .rav2026-section-three{
  background: #ffffff;
}.tc-wp-content-root .rav2026-wrapper .rav2026-section-two{
  background: linear-gradient(180deg, #f5fbf7 0%, #eef7f2 100%);
}.tc-wp-content-root .rav2026-wrapper .rav2026-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .rav2026-wrapper .rav2026-heading{
  margin: 0 auto;
  color: #13241e;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .rav2026-wrapper .rav2026-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #586861;
  font-weight: 450;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .rav2026-wrapper .rav2026-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card{
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  justify-items: center;
  height: 100% !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce9e2;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(20, 58, 45, 0.09);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.11), transparent 42%);
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 58px rgba(20, 58, 45, 0.14);
  background: #ffffff;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rav2026-wrapper .rav2026-icon{
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #12715b 100%);
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.22);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card:hover .rav2026-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(18, 113, 91, 0.25);
  filter: saturate(1.08);
}.tc-wp-content-root .rav2026-wrapper .rav2026-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card h3{
  position: relative;
  margin: 0;
  color: #17211d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card p{
  position: relative;
  margin: 0 auto;
  color: #5d6b65;
  font-weight: 450;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .rav2026-wrapper .rav2026-card.rav2026-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rav2026-wrapper .rav2026-card.rav2026-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .rav2026-wrapper .rav2026-section{
    padding: 92px 0;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-container{
    padding: 0 28px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rav2026-wrapper .rav2026-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card{
    min-height: 296px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-i{
    font-size: 27px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card h3{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rav2026-wrapper .rav2026-section{
    padding: 76px 0;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-container{
    padding: 0 24px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card{
    min-height: 268px;
    padding: 30px 24px 26px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-i{
    font-size: 24px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card h3{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rav2026-wrapper .rav2026-section{
    padding: 58px 0;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-container{
    padding: 0 16px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-heading{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-intro{
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 15px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-i{
    font-size: 20px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card p{
    font-size: 12.8px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rav2026-wrapper .rav2026-section{
    padding: 50px 0;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-container{
    padding: 0 12px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-intro{
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 11px;
    margin-top: 26px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card{
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-i{
    font-size: 18px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card h3{
    font-size: 14.5px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card p{
    font-size: 12px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rav2026-wrapper .rav2026-section{
    padding: 44px 0;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-container{
    padding: 0 10px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-intro{
    margin-top: 10px;
    font-size: 12.8px;
    line-height: 1.48;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px;
    margin-top: 22px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card{
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 12px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 11px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-i{
    font-size: 16px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card h3{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rav2026-wrapper .rav2026-card p{
    font-size: 11.3px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .rav2026-wrapper .rav2026-grid{
    grid-template-columns: 1fr !important;
  }}