@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 .yav26-wrapper, .tc-wp-content-root .yav26-wrapper *{
  box-sizing: border-box;
}.tc-wp-content-root .yav26-wrapper{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: inherit;
}.tc-wp-content-root .yav26-wrapper .yav26-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .yav26-wrapper .yav26-section-white{
  background: #ffffff;
}.tc-wp-content-root .yav26-wrapper .yav26-section-tint{
  background: linear-gradient(180deg, #fff7f5 0%, #f9fbfc 100%);
}.tc-wp-content-root .yav26-wrapper .yav26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .yav26-wrapper .yav26-heading{
  margin: 0 auto;
  color: #151a1f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .yav26-wrapper .yav26-intro{
  margin: 0 auto;
  color: #5f6b75;
  line-height: 1.65;
  font-weight: 400;
  text-align: center;
}.tc-wp-content-root .yav26-wrapper .yav26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0;
}.tc-wp-content-root .yav26-wrapper .yav26-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid rgba(229, 45, 39, 0.14);
  box-shadow: 0 18px 42px rgba(229, 45, 39, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}.tc-wp-content-root .yav26-wrapper .yav26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(229, 45, 39, 0.1), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .yav26-wrapper .yav26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(229, 45, 39, 0.32);
  box-shadow: 0 24px 54px rgba(229, 45, 39, 0.15);
}.tc-wp-content-root .yav26-wrapper .yav26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .yav26-wrapper .yav26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #e52d27 0%, #ff8a3d 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(229, 45, 39, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .yav26-wrapper .yav26-card:hover .yav26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 138, 61, 0.28);
}.tc-wp-content-root .yav26-wrapper .yav26-i{
  color: #ffffff;
  line-height: 1;
}.tc-wp-content-root .yav26-wrapper .yav26-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172026;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .yav26-wrapper .yav26-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #65727c;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}.tc-wp-content-root .yav26-wrapper .yav26-card.yav26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .yav26-wrapper .yav26-card.yav26-reveal.yav26-in{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .yav26-wrapper .yav26-card.yav26-reveal.yav26-in:hover{
  transform: translateY(-8px) scale(1.01);
}@media (min-width: 1024px) {.tc-wp-content-root .yav26-wrapper .yav26-section{
    padding: 86px 0;
  }.tc-wp-content-root .yav26-wrapper .yav26-container{
    padding: 0 28px;
  }.tc-wp-content-root .yav26-wrapper .yav26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .yav26-wrapper .yav26-intro{
    max-width: 760px;
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .yav26-wrapper .yav26-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card{
    min-height: 300px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .yav26-wrapper .yav26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 28px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-title{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yav26-wrapper .yav26-section{
    padding: 70px 0;
  }.tc-wp-content-root .yav26-wrapper .yav26-container{
    padding: 0 24px;
  }.tc-wp-content-root .yav26-wrapper .yav26-heading{
    font-size: 34px;
    max-width: 780px;
  }.tc-wp-content-root .yav26-wrapper .yav26-intro{
    max-width: 690px;
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .yav26-wrapper .yav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .yav26-wrapper .yav26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
    font-size: 25px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yav26-wrapper .yav26-section{
    padding: 54px 0;
  }.tc-wp-content-root .yav26-wrapper .yav26-container{
    padding: 0 16px;
  }.tc-wp-content-root .yav26-wrapper .yav26-heading{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root .yav26-wrapper .yav26-intro{
    max-width: 520px;
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }.tc-wp-content-root .yav26-wrapper .yav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .yav26-wrapper .yav26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 21px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-text{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yav26-wrapper .yav26-section{
    padding: 48px 0;
  }.tc-wp-content-root .yav26-wrapper .yav26-container{
    padding: 0 12px;
  }.tc-wp-content-root .yav26-wrapper .yav26-heading{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .yav26-wrapper .yav26-intro{
    max-width: 360px;
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .yav26-wrapper .yav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card{
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }.tc-wp-content-root .yav26-wrapper .yav26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    font-size: 19px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-text{
    font-size: 12.5px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .yav26-wrapper .yav26-section{
    padding: 42px 0;
  }.tc-wp-content-root .yav26-wrapper .yav26-container{
    padding: 0 10px;
  }.tc-wp-content-root .yav26-wrapper .yav26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .yav26-wrapper .yav26-intro{
    max-width: 300px;
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }.tc-wp-content-root .yav26-wrapper .yav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card{
    min-height: 216px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .yav26-wrapper .yav26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    font-size: 18px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-text{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .yav26-wrapper .yav26-section{
    padding: 38px 0;
  }.tc-wp-content-root .yav26-wrapper .yav26-container{
    padding: 0 10px;
  }.tc-wp-content-root .yav26-wrapper .yav26-heading{
    font-size: 21px;
  }.tc-wp-content-root .yav26-wrapper .yav26-intro{
    margin-top: 9px;
    font-size: 12px;
  }.tc-wp-content-root .yav26-wrapper .yav26-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .yav26-wrapper .yav26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .yav26-wrapper .yav26-card-text{
    font-size: 12px;
  }}

.tc-wp-content-root .yav26-grid-six {}