@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 .ytdv26-wrapper, .tc-wp-content-root .ytdv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ytdv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-section-tint{
  background: linear-gradient(180deg, #fff8f5 0%, #f7fbfc 100%);
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-container{
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-heading{
  margin: 0 auto;
  color: #15191c;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  text-align: center;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-intro{
  margin: 14px auto 0;
  max-width: 720px;
  color: #58636b;
  line-height: 1.65;
  text-align: center;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f0d8d0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.055), transparent 36%),
    #ffffff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(113, 31, 22, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card-tint{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 248, 0.96)),
    #ffffff;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.09), rgba(0, 156, 180, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(230, 0, 0, 0.34);
  box-shadow: 0 24px 58px rgba(113, 31, 22, 0.15);
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #e60000 0%, #ff6a3d 52%, #00a7b7 100%);
  box-shadow: 0 14px 28px rgba(230, 0, 0, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
  text-align: center;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card:hover .ytdv26-icon{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 36px rgba(0, 150, 170, 0.22);
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-i{
  color: #ffffff;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172026;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card p{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #617078;
  line-height: 1.6;
  text-align: center;
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card.ytdv26-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytdv26-wrapper .ytdv26-card.ytdv26-reveal.ytdv26-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .ytdv26-wrapper .ytdv26-section{
    padding: 88px 0;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-heading{
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid{
    gap: 26px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card{
    min-height: 294px;
    padding: 34px 28px 30px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-icon{
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    font-size: 30px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card h3{
    font-size: 21px;
    margin-bottom: 13px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytdv26-wrapper .ytdv26-section{
    padding: 70px 0;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-heading{
    font-size: 34px;
    max-width: 760px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
    font-size: 27px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card h3{
    font-size: 19px;
    margin-bottom: 11px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytdv26-wrapper .ytdv26-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-heading{
    font-size: 28px;
    max-width: 420px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-intro{
    font-size: 14.5px;
    margin-bottom: 26px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card{
    min-height: 236px;
    padding: 22px 15px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 22px;
    border-radius: 16px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card h3{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytdv26-wrapper .ytdv26-section{
    padding: 48px 0;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-container{
    padding: 0 13px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-heading{
    font-size: 25px;
    max-width: 350px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-intro{
    font-size: 13.5px;
    margin-bottom: 22px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card{
    min-height: 226px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    font-size: 20px;
    border-radius: 15px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card p{
    font-size: 12.5px;
    line-height: 1.45;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytdv26-wrapper .ytdv26-section{
    padding: 42px 0;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-heading{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-intro{
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 18px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card{
    min-height: 218px;
    padding: 18px 10px 16px;
    border-radius: 15px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    font-size: 18px;
    border-radius: 14px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card p{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .ytdv26-wrapper .ytdv26-section{
    padding: 38px 0;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-heading{
    font-size: 21px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-intro{
    font-size: 12px;
    margin-bottom: 18px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    font-size: 18px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .ytdv26-wrapper .ytdv26-card p{
    font-size: 12px;
  }}