@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 .rsviewer-editorial-wrap, .tc-wp-content-root .rsviewer-editorial-wrap *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rsviewer-editorial-wrap{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1d2529;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section{
  width: 100% !important;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section-one, .tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section-three{
  background: #ffffff;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section-two{
  background: linear-gradient(180deg, #fff6f1 0%, #fffaf7 100%);
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .rsviewer-editorial-wrap h2, .tc-wp-content-root .rsviewer-editorial-wrap h3, .tc-wp-content-root .rsviewer-editorial-wrap p{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-content-root .rsviewer-editorial-wrap h2{
  margin-top: 0;
  color: #182126;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-intro{
  color: #5a646a;
  line-height: 1.65;
  max-width: 760px;
  margin-top: 0;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card{
  height: 100% !important;
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d8cf;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(255, 69, 0, 0.09);
  position: relative;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.11), transparent 45%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card:hover{
  transform: translateY(-8px);
  border-color: #ff7a45;
  box-shadow: 0 22px 54px rgba(255, 69, 0, 0.16);
  background: #ffffff;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card:hover .rsviewer-icon{
  transform: translateY(-4px) scale(1.04);
  background-position: 100% 50%;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-icon{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d, #19a7a1);
  background-size: 180% 180%;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(255, 69, 0, 0.2);
  transition: transform 260ms ease, background-position 320ms ease;
  text-align: center;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-i{
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}.tc-wp-content-root .rsviewer-editorial-wrap h3{
  color: #1c272c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card p{
  color: #607078;
  line-height: 1.58;
  margin-bottom: 0;
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-reveal.rsviewer-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 1024px) {.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section{
    padding: 88px 0;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-container{
    padding: 0 24px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h2{
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-intro{
    font-size: 17px;
    margin-bottom: 42px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid{
    gap: 26px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid-eight{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card{
    min-height: 300px;
    padding: 34px 26px 30px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-icon{
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-i{
    font-size: 30px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h3{
    font-size: 21px;
    margin: 0 0 13px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section{
    padding: 72px 0;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-container{
    padding: 0 22px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h2{
    font-size: 34px;
    margin-bottom: 16px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-intro{
    font-size: 16px;
    margin-bottom: 34px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card{
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-icon{
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
    border-radius: 18px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-i{
    font-size: 27px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h3{
    font-size: 20px;
    margin: 0 0 12px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section{
    padding: 54px 0;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-container{
    padding: 0 16px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h2{
    font-size: 28px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-intro{
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card{
    min-height: 238px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-i{
    font-size: 22px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h3{
    font-size: 17px;
    margin: 0 0 9px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card p{
    font-size: 13.2px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section{
    padding: 46px 0;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-container{
    padding: 0 12px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h2{
    font-size: 25px;
    margin-bottom: 11px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-intro{
    font-size: 13.8px;
    line-height: 1.5;
    margin-bottom: 22px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card{
    min-height: 228px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-icon{
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-i{
    font-size: 20px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h3{
    font-size: 15.8px;
    margin: 0 0 8px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card p{
    font-size: 12.7px;
    line-height: 1.44;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section{
    padding: 40px 0;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-container{
    padding: 0 10px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h2{
    font-size: 22px;
    margin-bottom: 10px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-intro{
    font-size: 13px;
    line-height: 1.48;
    margin-bottom: 20px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card{
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-icon{
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    border-radius: 13px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-i{
    font-size: 18px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h3{
    font-size: 14.6px;
    margin: 0 0 7px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card p{
    font-size: 12px;
    line-height: 1.4;
  }}@media (max-width: 319px) {.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-section{
    padding: 36px 0;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-container{
    padding: 0 10px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h2{
    font-size: 21px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-intro{
    font-size: 13px;
    margin-bottom: 18px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card{
    min-height: 210px;
    padding: 17px 12px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-i{
    font-size: 18px;
  }.tc-wp-content-root .rsviewer-editorial-wrap h3{
    font-size: 15px;
    margin: 0 0 7px;
  }.tc-wp-content-root .rsviewer-editorial-wrap .rsviewer-card p{
    font-size: 12.2px;
  }}