@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 .rwv-premium-viewer, .tc-wp-content-root .rwv-premium-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rwv-premium-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172126;
  font-family: inherit;
}.tc-wp-content-root .rwv-premium-viewer .rwv-section{
  width: 100% !important;
}.tc-wp-content-root .rwv-premium-viewer .rwv-section-white{
  background: #ffffff;
}.tc-wp-content-root .rwv-premium-viewer .rwv-section-tint{
  background: linear-gradient(180deg, #fff7f2 0%, #f8fbfa 100%);
}.tc-wp-content-root .rwv-premium-viewer .rwv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .rwv-premium-viewer h2, .tc-wp-content-root .rwv-premium-viewer h3, .tc-wp-content-root .rwv-premium-viewer p{
  text-align: center !important;
}.tc-wp-content-root .rwv-premium-viewer h2{
  margin: 0 auto;
  color: #172126;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .rwv-premium-viewer .rwv-intro{
  max-width: 760px;
  margin: 14px auto 0;
  color: #5a666b;
  line-height: 1.65;
}.tc-wp-content-root .rwv-premium-viewer .rwv-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .rwv-premium-viewer .rwv-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #eaded8;
  box-shadow: 0 18px 48px rgba(46, 27, 18, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .rwv-premium-viewer .rwv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .rwv-premium-viewer .rwv-card:hover{
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 64px rgba(255, 69, 0, 0.15);
}.tc-wp-content-root .rwv-premium-viewer .rwv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rwv-premium-viewer .rwv-card:hover .rwv-icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 32px rgba(255, 69, 0, 0.22);
}.tc-wp-content-root .rwv-premium-viewer .rwv-card:hover .rwv-i{
  transform: translateY(-1px);
}.tc-wp-content-root .rwv-premium-viewer .rwv-icon{
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a3d 58%, #19a974 100%);
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .rwv-premium-viewer .rwv-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  transition: transform 260ms ease;
}.tc-wp-content-root .rwv-premium-viewer .rwv-card h3{
  position: relative;
  margin: 0;
  color: #172126;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .rwv-premium-viewer .rwv-card p{
  position: relative;
  margin: 0;
  color: #5a666b;
  line-height: 1.58;
}.tc-wp-content-root .rwv-premium-viewer .rwv-card.is-rwv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .rwv-premium-viewer .rwv-section{
    padding: 86px 0;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-container{
    padding: 0 28px;
  }.tc-wp-content-root .rwv-premium-viewer h2{
    max-width: 980px;
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-intro{
    font-size: 17px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card{
    min-height: 300px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-icon{
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 27px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card p{
    margin-top: 13px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rwv-premium-viewer .rwv-section{
    padding: 70px 0;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-container{
    padding: 0 24px;
  }.tc-wp-content-root .rwv-premium-viewer h2{
    font-size: 34px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-intro{
    font-size: 16px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-icon{
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
    border-radius: 18px;
    font-size: 25px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card p{
    margin-top: 12px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rwv-premium-viewer .rwv-section{
    padding: 56px 0;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-container{
    padding: 0 18px;
  }.tc-wp-content-root .rwv-premium-viewer h2{
    font-size: 29px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-intro{
    font-size: 14.5px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-icon{
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
    font-size: 21px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card h3{
    font-size: 16px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card p{
    margin-top: 9px;
    font-size: 13.2px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rwv-premium-viewer .rwv-section{
    padding: 48px 0;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-container{
    padding: 0 14px;
  }.tc-wp-content-root .rwv-premium-viewer h2{
    font-size: 25px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-intro{
    font-size: 13.6px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card{
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 13px;
    font-size: 19px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card h3{
    font-size: 14.8px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card p{
    margin-top: 8px;
    font-size: 12.4px;
    line-height: 1.48;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rwv-premium-viewer .rwv-section{
    padding: 42px 0;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-container{
    padding: 0 10px;
  }.tc-wp-content-root .rwv-premium-viewer h2{
    font-size: 22px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-intro{
    font-size: 12.8px;
    line-height: 1.5;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card{
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 12px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-icon{
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: 17px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card h3{
    font-size: 13.5px;
  }.tc-wp-content-root .rwv-premium-viewer .rwv-card p{
    margin-top: 7px;
    font-size: 11.7px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .rwv-premium-viewer .rwv-grid{
    grid-template-columns: 1fr;
  }}

.tc-wp-content-root .rwv-grid-3 {}