@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 .rbv-premium-viewer, .tc-wp-content-root .rbv-premium-viewer *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rbv-premium-viewer{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182126;
  font-family: inherit;
  --rbv-primary: #ff4500;
  --rbv-secondary: #6f3ff5;
  --rbv-accent: #19a7ce;
  --rbv-soft: #fff6f1;
  --rbv-border: rgba(255, 69, 0, 0.18);
  --rbv-shadow: rgba(31, 41, 55, 0.12);
  --rbv-text: #182126;
  --rbv-muted: #5b6770;
}.tc-wp-content-root .rbv-premium-viewer .rbv-section{
  width: 100% !important;
  position: relative;
}.tc-wp-content-root .rbv-premium-viewer .rbv-section-white{
  background: #ffffff !important;
}.tc-wp-content-root .rbv-premium-viewer .rbv-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f4 0%, #f7fbfc 100%) !important;
}.tc-wp-content-root .rbv-premium-viewer .rbv-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 18px;
  padding-right: 18px;
}.tc-wp-content-root .rbv-premium-viewer h2, .tc-wp-content-root .rbv-premium-viewer h3, .tc-wp-content-root .rbv-premium-viewer p{
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .rbv-premium-viewer h2{
  color: var(--rbv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
  text-wrap: balance;
}.tc-wp-content-root .rbv-premium-viewer .rbv-intro{
  color: var(--rbv-muted);
  line-height: 1.68;
  font-weight: 500;
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
}.tc-wp-content-root .rbv-premium-viewer .rbv-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100% !important;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card{
  position: relative;
  z-index: 1;
  height: 100% !important;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: start;
  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, 69, 0, 0.34), rgba(25, 167, 206, 0.2), rgba(111, 63, 245, 0.18)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 46px var(--rbv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card-tint{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.94)) padding-box,
    linear-gradient(135deg, rgba(255, 69, 0, 0.28), rgba(25, 167, 206, 0.18), rgba(111, 63, 245, 0.16)) border-box;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(255, 69, 0, 0.08), transparent 42%),
    radial-gradient(circle at 50% 0%, rgba(25, 167, 206, 0.1), transparent 40%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card:hover{
  transform: translateY(-7px);
  box-shadow: 0 24px 62px rgba(255, 69, 0, 0.16), 0 14px 34px rgba(24, 33, 38, 0.1);
  border-color: rgba(255, 69, 0, 0.28);
}.tc-wp-content-root .rbv-premium-viewer .rbv-card:hover::before{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rbv-premium-viewer .rbv-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rbv-primary), var(--rbv-accent) 58%, var(--rbv-secondary));
  box-shadow: 0 14px 26px rgba(255, 69, 0, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 160% 160%;
  background-position: 0% 50%;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card:hover .rbv-icon{
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
  box-shadow: 0 18px 34px rgba(25, 167, 206, 0.24);
}.tc-wp-content-root .rbv-premium-viewer .rbv-i{
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card h3{
  color: var(--rbv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card p{
  color: var(--rbv-muted);
  line-height: 1.58;
  font-weight: 500;
  margin: 0;
}.tc-wp-content-root .rbv-premium-viewer .rbv-card.rbv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rbv-premium-viewer .rbv-card.rbv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 1024px) {.tc-wp-content-root .rbv-premium-viewer .rbv-section{
    padding: 86px 0;
  }.tc-wp-content-root .rbv-premium-viewer h2{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-intro{
    font-size: 17px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-grid{
    gap: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rbv-premium-viewer .rbv-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-i{
    font-size: 27px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rbv-premium-viewer .rbv-section{
    padding: 70px 0;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-container{
    padding-left: 22px;
    padding-right: 22px;
  }.tc-wp-content-root .rbv-premium-viewer h2{
    font-size: 34px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-intro{
    font-size: 16px;
    max-width: 690px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card{
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-icon{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 20px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-i{
    font-size: 25px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rbv-premium-viewer .rbv-section{
    padding: 52px 0;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-content-root .rbv-premium-viewer h2{
    font-size: 28px;
    max-width: 390px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-intro{
    font-size: 14.5px;
    line-height: 1.58;
    max-width: 560px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-i{
    font-size: 21px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card h3{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card p{
    font-size: 13px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rbv-premium-viewer .rbv-section{
    padding: 46px 0;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-container{
    padding-left: 12px;
    padding-right: 12px;
  }.tc-wp-content-root .rbv-premium-viewer h2{
    font-size: 25px;
    max-width: 340px;
    margin-bottom: 11px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-intro{
    font-size: 13.5px;
    line-height: 1.52;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card{
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-i{
    font-size: 19px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card h3{
    font-size: 15px;
    line-height: 1.22;
    margin-bottom: 7px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card p{
    font-size: 12.4px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rbv-premium-viewer .rbv-section{
    padding: 42px 0;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-container{
    padding-left: 10px;
    padding-right: 10px;
  }.tc-wp-content-root .rbv-premium-viewer h2{
    font-size: 23px;
    max-width: 300px;
    margin-bottom: 10px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-intro{
    font-size: 13px;
    line-height: 1.48;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card{
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-i{
    font-size: 18px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card h3{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 7px;
  }.tc-wp-content-root .rbv-premium-viewer .rbv-card p{
    font-size: 11.8px;
    line-height: 1.38;
  }}