@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 .ytav-editorial-wrap, .tc-wp-content-root .ytav-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ytav-editorial-wrap{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2933;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-section{
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-section-one, .tc-wp-content-root .ytav-editorial-wrap .ytav-section-three{
  background: #ffffff;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-section-two{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.075), transparent 38%),
    linear-gradient(180deg, #fff8f8 0%, #fffdfb 100%);
}.tc-wp-content-root .ytav-editorial-wrap .ytav-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-heading{
  margin: 0 auto;
  color: #151c26;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center !important;
  text-wrap: balance;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #5b6675;
  font-weight: 450;
  line-height: 1.65;
  text-align: center !important;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)) padding-box,
    linear-gradient(135deg, rgba(255, 0, 0, 0.26), rgba(20, 20, 20, 0.1)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(122, 30, 30, 0.11);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 183, 77, 0.08), transparent 62%);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-card:hover{
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 24px 64px rgba(178, 24, 24, 0.18);
  border-color: rgba(255, 0, 0, 0.36);
}.tc-wp-content-root .ytav-editorial-wrap .ytav-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytav-editorial-wrap .ytav-card:hover .ytav-icon{
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(255, 0, 0, 0.22);
  background-position: 100% 50%;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #c9172b 46%, #ffb000 100%);
  background-size: 180% 180%;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(255, 0, 0, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 380ms ease;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-i{
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #18212c;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center !important;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #66717f;
  font-weight: 430;
  line-height: 1.58;
  text-align: center !important;
}.tc-wp-content-root .ytav-editorial-wrap .ytav-reveal{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ytav-editorial-wrap.ytav-js-ready .ytav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytav-editorial-wrap.ytav-js-ready .ytav-reveal.ytav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .ytav-editorial-wrap .ytav-section{
    padding: 88px 0;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-intro{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid{
    margin-top: 44px;
    gap: 24px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card{
    min-height: 300px;
    padding: 34px 26px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-i{
    font-size: 28px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-title{
    font-size: 21px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-text{
    margin-top: 13px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytav-editorial-wrap .ytav-section{
    padding: 70px 0;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-container{
    padding: 0 24px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-intro{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid{
    margin-top: 36px;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card{
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 16px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-i{
    font-size: 25px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-title{
    font-size: 20px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-text{
    margin-top: 12px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytav-editorial-wrap .ytav-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-heading{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-intro{
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.55;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid{
    margin-top: 28px;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card{
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 17px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-i{
    font-size: 21px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-title{
    font-size: 17px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-text{
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytav-editorial-wrap .ytav-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-container{
    padding: 0 12px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid{
    margin-top: 24px;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card{
    min-height: 224px;
    padding: 20px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 13px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-i{
    font-size: 19px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-title{
    font-size: 15.5px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-text{
    margin-top: 8px;
    font-size: 12.4px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytav-editorial-wrap .ytav-section{
    padding: 40px 0;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.45;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid{
    margin-top: 21px;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card{
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 14px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-i{
    font-size: 18px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-title{
    font-size: 14.5px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-text{
    margin-top: 7px;
    font-size: 11.7px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .ytav-editorial-wrap .ytav-section{
    padding: 36px 0;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-heading{
    font-size: 21px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-intro{
    margin-top: 9px;
    font-size: 12.5px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-grid{
    margin-top: 20px;
    gap: 10px;
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-i{
    font-size: 18px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-title{
    font-size: 15px;
  }.tc-wp-content-root .ytav-editorial-wrap .ytav-card-text{
    margin-top: 7px;
    font-size: 12px;
  }}