@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 .rav26-account-viewer, .tc-wp-content-root .rav26-account-viewer *{
  box-sizing: border-box;
}.tc-wp-content-root .rav26-account-viewer{
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2024;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .rav26-account-viewer .rav26-section{
  width: 100% !important;
  max-width: 100% !important;
}.tc-wp-content-root .rav26-account-viewer .rav26-section-white{
  background: #ffffff;
}.tc-wp-content-root .rav26-account-viewer .rav26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.105), transparent 34%),
    linear-gradient(180deg, #fff6f2 0%, #fffaf7 100%);
}.tc-wp-content-root .rav26-account-viewer .rav26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}.tc-wp-content-root .rav26-account-viewer .rav26-heading{
  margin: 0 auto;
  max-width: 980px;
  color: #17181c;
  text-align: center !important;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .rav26-account-viewer .rav26-intro{
  margin: 14px auto 0;
  max-width: 760px;
  color: #62646d;
  text-align: center !important;
  line-height: 1.65;
  font-weight: 500;
}.tc-wp-content-root .rav26-account-viewer .rav26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}.tc-wp-content-root .rav26-account-viewer .rav26-card{
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 248, 0.96)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(136, 42, 12, 0.095);
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 340ms ease;
}.tc-wp-content-root .rav26-account-viewer .rav26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.11), rgba(255, 177, 122, 0.08), rgba(28, 28, 31, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .rav26-account-viewer .rav26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.42);
  box-shadow: 0 24px 58px rgba(136, 42, 12, 0.16);
}.tc-wp-content-root .rav26-account-viewer .rav26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rav26-account-viewer .rav26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a3d 58%, #f4b400 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  color: #ffffff;
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .rav26-account-viewer .rav26-card:hover .rav26-icon{
  transform: translateY(-3px) scale(1.035);
  box-shadow: 0 18px 34px rgba(255, 69, 0, 0.28);
}.tc-wp-content-root .rav26-account-viewer .rav26-i{
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}.tc-wp-content-root .rav26-account-viewer .rav26-card-title{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #202126;
  text-align: center !important;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rav26-account-viewer .rav26-card-text{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #676973;
  text-align: center !important;
  line-height: 1.58;
  font-weight: 500;
}.tc-wp-content-root .rav26-account-viewer.rav26-ready .rav26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rav26-account-viewer.rav26-ready .rav26-card.rav26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rav26-account-viewer.rav26-ready .rav26-card.rav26-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .rav26-account-viewer .rav26-section{
    padding: 92px 0;
  }.tc-wp-content-root .rav26-account-viewer .rav26-container{
    padding: 0 28px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-heading{
    font-size: 42px;
    white-space: nowrap;
  }.tc-wp-content-root .rav26-account-viewer .rav26-intro{
    font-size: 17px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-grid{
    gap: 26px;
    margin-top: 46px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rav26-account-viewer .rav26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rav26-account-viewer .rav26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-icon{
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-i{
    font-size: 29px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-title{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-text{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rav26-account-viewer .rav26-section{
    padding: 72px 0;
  }.tc-wp-content-root .rav26-account-viewer .rav26-container{
    padding: 0 24px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-heading{
    font-size: 34px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-intro{
    font-size: 16px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card{
    min-height: 268px;
    padding: 30px 24px 26px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-i{
    font-size: 26px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-title{
    font-size: 19px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-text{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rav26-account-viewer .rav26-section{
    padding: 56px 0;
  }.tc-wp-content-root .rav26-account-viewer .rav26-container{
    padding: 0 16px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-heading{
    font-size: 27px;
    line-height: 1.18;
  }.tc-wp-content-root .rav26-account-viewer .rav26-intro{
    font-size: 14px;
    line-height: 1.55;
  }.tc-wp-content-root .rav26-account-viewer .rav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-i{
    font-size: 21px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-title{
    font-size: 16px;
    margin-bottom: 9px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-text{
    font-size: 13px;
    line-height: 1.45;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rav26-account-viewer .rav26-section{
    padding: 50px 0;
  }.tc-wp-content-root .rav26-account-viewer .rav26-container{
    padding: 0 13px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-heading{
    font-size: 24px;
    line-height: 1.18;
  }.tc-wp-content-root .rav26-account-viewer .rav26-intro{
    font-size: 13.5px;
    line-height: 1.5;
  }.tc-wp-content-root .rav26-account-viewer .rav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card{
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 15px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-i{
    font-size: 20px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-title{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-text{
    font-size: 12.5px;
    line-height: 1.42;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rav26-account-viewer .rav26-section{
    padding: 44px 0;
  }.tc-wp-content-root .rav26-account-viewer .rav26-container{
    padding: 0 10px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-heading{
    font-size: 21px;
    line-height: 1.2;
  }.tc-wp-content-root .rav26-account-viewer .rav26-intro{
    font-size: 12.5px;
    line-height: 1.48;
  }.tc-wp-content-root .rav26-account-viewer .rav26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card{
    min-height: 214px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 14px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-i{
    font-size: 18px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-title{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rav26-account-viewer .rav26-card-text{
    font-size: 11.8px;
    line-height: 1.38;
  }}