@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 .ytsv26-wrap, .tc-wp-content-root .ytsv26-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ytsv26-wrap{
  --ytsv26-primary: #e62117;
  --ytsv26-secondary: #ff5a3d;
  --ytsv26-accent: #111827;
  --ytsv26-soft: #fff4f1;
  --ytsv26-text: #172033;
  --ytsv26-muted: #5c6474;
  --ytsv26-border: rgba(230, 33, 23, 0.16);
  --ytsv26-shadow: rgba(126, 18, 12, 0.13);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: var(--ytsv26-text);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ytsv26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .ytsv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytsv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 61, 0.13), transparent 34%),
    linear-gradient(180deg, #fff8f6 0%, var(--ytsv26-soft) 100%);
}.tc-wp-content-root .ytsv26-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ytsv26-heading, .tc-wp-content-root .ytsv26-intro, .tc-wp-content-root .ytsv26-card-title, .tc-wp-content-root .ytsv26-card-text{
  text-align: center !important;
}.tc-wp-content-root .ytsv26-heading{
  margin: 0 auto;
  color: var(--ytsv26-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytsv26-intro{
  max-width: 780px;
  margin: 14px auto 0;
  color: var(--ytsv26-muted);
  line-height: 1.7;
  font-weight: 500;
}.tc-wp-content-root .ytsv26-grid{
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}.tc-wp-content-root .ytsv26-card{
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)),
    radial-gradient(circle at 50% 0%, rgba(230, 33, 23, 0.09), transparent 42%);
  border: 1px solid var(--ytsv26-border);
  border-radius: 24px;
  box-shadow: 0 18px 45px var(--ytsv26-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 280ms ease;
}.tc-wp-content-root .ytsv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(230,33,23,0.1), transparent 38%, rgba(255,90,61,0.12));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytsv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(230, 33, 23, 0.32);
  box-shadow: 0 24px 58px rgba(126, 18, 12, 0.18);
}.tc-wp-content-root .ytsv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytsv26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ytsv26-primary), var(--ytsv26-secondary));
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(230, 33, 23, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
  text-align: center !important;
}.tc-wp-content-root .ytsv26-card:hover .ytsv26-icon{
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(230, 33, 23, 0.32);
}.tc-wp-content-root .ytsv26-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}.tc-wp-content-root .ytsv26-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ytsv26-text);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .ytsv26-card-text{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ytsv26-muted);
  line-height: 1.62;
  font-weight: 500;
}.tc-wp-content-root .ytsv26-wrap.ytsv26-js-ready .ytsv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytsv26-wrap.ytsv26-js-ready .ytsv26-card.ytsv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ytsv26-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytsv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytsv26-heading{
    font-size: 44px;
    white-space: nowrap;
  }.tc-wp-content-root .ytsv26-intro{
    font-size: 18px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ytsv26-grid{
    gap: 26px;
  }.tc-wp-content-root .ytsv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytsv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ytsv26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .ytsv26-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytsv26-i{
    font-size: 28px;
  }.tc-wp-content-root .ytsv26-card-title{
    font-size: 21px;
    margin-bottom: 14px;
  }.tc-wp-content-root .ytsv26-card-text{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytsv26-section{
    padding: 74px 0;
  }.tc-wp-content-root .ytsv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .ytsv26-heading{
    font-size: 36px;
  }.tc-wp-content-root .ytsv26-intro{
    font-size: 16.5px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ytsv26-grid, .tc-wp-content-root .ytsv26-grid-3, .tc-wp-content-root .ytsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytsv26-card{
    min-height: 264px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ytsv26-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 18px;
  }.tc-wp-content-root .ytsv26-i{
    font-size: 25px;
  }.tc-wp-content-root .ytsv26-card-title{
    font-size: 20px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytsv26-card-text{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytsv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytsv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytsv26-heading{
    font-size: 29px;
    line-height: 1.16;
  }.tc-wp-content-root .ytsv26-intro{
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytsv26-grid, .tc-wp-content-root .ytsv26-grid-3, .tc-wp-content-root .ytsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ytsv26-card{
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytsv26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .ytsv26-i{
    font-size: 21px;
  }.tc-wp-content-root .ytsv26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ytsv26-card-text{
    font-size: 13.25px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytsv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytsv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .ytsv26-heading{
    font-size: 25px;
    line-height: 1.15;
  }.tc-wp-content-root .ytsv26-intro{
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }.tc-wp-content-root .ytsv26-grid, .tc-wp-content-root .ytsv26-grid-3, .tc-wp-content-root .ytsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .ytsv26-card{
    min-height: 218px;
    padding: 19px 10px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .ytsv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .ytsv26-i{
    font-size: 19px;
  }.tc-wp-content-root .ytsv26-card-title{
    font-size: 14.75px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ytsv26-card-text{
    font-size: 12.4px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytsv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .ytsv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytsv26-heading{
    font-size: 22px;
    line-height: 1.14;
  }.tc-wp-content-root .ytsv26-intro{
    font-size: 12.75px;
    line-height: 1.45;
    margin-bottom: 18px;
  }.tc-wp-content-root .ytsv26-grid, .tc-wp-content-root .ytsv26-grid-3, .tc-wp-content-root .ytsv26-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .ytsv26-card{
    min-height: 212px;
    padding: 17px 8px 15px;
    border-radius: 15px;
  }.tc-wp-content-root .ytsv26-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .ytsv26-i{
    font-size: 17px;
  }.tc-wp-content-root .ytsv26-card-title{
    font-size: 13.5px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytsv26-card-text{
    font-size: 11.8px;
    line-height: 1.38;
  }}