@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 .rvw26-wrapper, .tc-wp-content-root .rvw26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .rvw26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #23201f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .rvw26-wrapper .rvw26-section{
  width: 100% !important;
  overflow: hidden;
}.tc-wp-content-root .rvw26-wrapper .rvw26-section-white{
  background: #ffffff;
}.tc-wp-content-root .rvw26-wrapper .rvw26-section-tint{
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f5 0%, #fffdfb 100%);
}.tc-wp-content-root .rvw26-wrapper .rvw26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .rvw26-wrapper .rvw26-heading, .tc-wp-content-root .rvw26-wrapper .rvw26-intro, .tc-wp-content-root .rvw26-wrapper .rvw26-card, .tc-wp-content-root .rvw26-wrapper .rvw26-card h3, .tc-wp-content-root .rvw26-wrapper .rvw26-card p{
  text-align: center !important;
}.tc-wp-content-root .rvw26-wrapper .rvw26-heading{
  margin: 0 auto;
  max-width: 980px;
  color: #1e1b1a;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .rvw26-wrapper .rvw26-intro{
  margin: 0 auto;
  max-width: 760px;
  color: #675f5b;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .rvw26-wrapper .rvw26-grid{
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d8cf;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(255, 69, 0, 0.09);
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease, background 280ms ease;
  overflow: hidden;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.08), rgba(64, 48, 43, 0.04));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card-tint{
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .rvw26-wrapper .rvw26-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  color: #ff4500;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.13), rgba(255, 184, 107, 0.22));
  border: 1px solid rgba(255, 69, 0, 0.18);
  transition: transform 280ms ease, background 280ms ease, color 280ms ease;
}.tc-wp-content-root .rvw26-wrapper .rvw26-i{
  display: inline-block;
  line-height: 1;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #25201e;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6c625e;
  line-height: 1.62;
  font-weight: 450;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 60px rgba(255, 69, 0, 0.16);
  background: #ffffff;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rvw26-wrapper .rvw26-card:hover .rvw26-icon{
  transform: translateY(-3px) scale(1.04);
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500, #ff9a3d);
}.tc-wp-content-root .rvw26-wrapper.rvw26-js .rvw26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rvw26-wrapper.rvw26-js .rvw26-card.rvw26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .rvw26-wrapper.rvw26-js .rvw26-card.rvw26-visible:hover{
  transform: translateY(-8px);
}@media (min-width: 1024px) {.tc-wp-content-root .rvw26-wrapper .rvw26-section{
    padding: 86px 0;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-container{
    padding: 0 28px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-heading{
    font-size: 44px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-intro{
    margin-top: 16px;
    font-size: 17px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid{
    margin-top: 42px;
    gap: 24px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card{
    min-height: 292px;
    padding: 34px 26px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-icon{
    width: 68px;
    height: 68px;
    font-size: 28px;
    margin-bottom: 22px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card h3{
    font-size: 21px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rvw26-wrapper .rvw26-section{
    padding: 68px 0;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-container{
    padding: 0 24px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-heading{
    font-size: 36px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-intro{
    margin-top: 14px;
    font-size: 16px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card{
    min-height: 268px;
    padding: 30px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-icon{
    width: 62px;
    height: 62px;
    font-size: 25px;
    margin-bottom: 19px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card h3{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rvw26-wrapper .rvw26-section{
    padding: 54px 0;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-container{
    padding: 0 16px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-heading{
    max-width: 420px;
    font-size: 30px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-intro{
    margin-top: 12px;
    font-size: 14.5px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    gap: 14px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card{
    min-height: 232px;
    padding: 22px 14px;
    border-radius: 18px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-icon{
    width: 52px;
    height: 52px;
    font-size: 21px;
    margin-bottom: 15px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card h3{
    font-size: 16px;
    margin-bottom: 8px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card p{
    font-size: 13px;
    line-height: 1.5;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rvw26-wrapper .rvw26-section{
    padding: 48px 0;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-container{
    padding: 0 14px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-heading{
    max-width: 340px;
    font-size: 27px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-intro{
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.58;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    gap: 12px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card{
    min-height: 222px;
    padding: 20px 11px;
    border-radius: 16px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-icon{
    width: 48px;
    height: 48px;
    font-size: 19px;
    margin-bottom: 13px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card h3{
    font-size: 15px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card p{
    font-size: 12.5px;
    line-height: 1.46;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rvw26-wrapper .rvw26-section{
    padding: 42px 0;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-container{
    padding: 0 10px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-heading{
    max-width: 300px;
    font-size: 24px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-intro{
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.52;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    gap: 10px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card{
    min-height: 214px;
    padding: 18px 9px;
    border-radius: 15px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-icon{
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card p{
    font-size: 12px;
    line-height: 1.42;
  }}@media (max-width: 319px) {.tc-wp-content-root .rvw26-wrapper .rvw26-section{
    padding: 38px 0;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-container{
    padding: 0 10px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-heading{
    font-size: 23px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-intro{
    margin-top: 9px;
    font-size: 12.5px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-grid{
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 10px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card{
    min-height: 210px;
    padding: 18px 12px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-icon{
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 12px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .rvw26-wrapper .rvw26-card p{
    font-size: 12px;
  }}