@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.4.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;
}.wpc-scope-30 .tc-wp-content-root img, .wpc-scope-30 .tc-wp-content-root video, .wpc-scope-30 .tc-wp-content-root svg, .wpc-scope-30 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-30 .tc-wp-content-root .rfc-s1-root{ --rfc-orange:#e67e22; --rfc-yellow:#f1c40f; --rfc-teal:#16a085; --rfc-red:#c0392b; --rfc-brown:#3e2723; --rfc-text:#3e2723; --rfc-text-muted:#555; --rfc-card-bg:#fff; --rfc-border:#e0d5c0; width:100%; background:#fff; padding:80px 20px; font-family:'Courier New', Courier, monospace; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-container{ max-width: 1200px; margin: 0 auto; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-header{ text-align:center; margin-bottom:30px; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-heading{ font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 900; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 2px; color: var(--rfc-text); }.wpc-scope-30 .tc-wp-content-root .rfc-s1-heading .rfc-s1-grad{ background: linear-gradient(90deg, var(--rfc-orange), var(--rfc-yellow), var(--rfc-red)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-subheading{ font-size: clamp(0.8rem, 2vw, 1rem); color: var(--rfc-text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; text-transform: uppercase; letter-spacing: 2px; font-weight: 300; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; overflow: hidden; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-card{ background: var(--rfc-card-bg); border-radius: 4px; padding: 32px 28px; position: relative; overflow: hidden; transition: all 0.4s ease; cursor: pointer; border: 3px solid var(--rfc-border); box-shadow: 6px 6px 0px rgba(0,0,0,0.06); opacity: 0; animation: rfc-s1-fadeSlideUp 0.6s ease forwards; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:nth-child(1){animation-delay:0.05s;}.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:nth-child(2){animation-delay:0.1s;}.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:nth-child(3){animation-delay:0.15s;}.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:nth-child(4){animation-delay:0.2s;}.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:nth-child(5){animation-delay:0.25s;}.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:nth-child(6){animation-delay:0.3s;}@keyframes rfc-s1-fadeSlideUp{ from { opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: translateY(0);} }.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:hover{ transform: translateY(-6px); box-shadow: 8px 8px 0px rgba(230,126,34,0.25); border-color: var(--rfc-orange); }.wpc-scope-30 .tc-wp-content-root .rfc-s1-icon-wrap{ width:56px; height:56px; background: linear-gradient(135deg, rgba(230,126,34,0.08), rgba(22,160,133,0.08)); border:3px solid var(--rfc-border); display:flex; align-items:center; justify-content:center; margin-bottom:20px; transition: all 0.4s ease; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:hover .rfc-s1-icon-wrap{ border-color: var(--rfc-orange); background: linear-gradient(135deg, rgba(230,126,34,0.14), rgba(22,160,133,0.06)); }.wpc-scope-30 .tc-wp-content-root .rfc-s1-icon{ font-size:24px; color: var(--rfc-orange); transition: all 0.4s ease; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-card:hover .rfc-s1-icon{ color: var(--rfc-teal); transform: scale(1.15) rotate(-5deg); }.wpc-scope-30 .tc-wp-content-root .rfc-s1-card-title{ font-size: 1.2rem; font-weight: 900; color: #000; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }.wpc-scope-30 .tc-wp-content-root .rfc-s1-card-desc{ font-size: 0.95rem; color: var(--rfc-text-muted); line-height: 1.6; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-root{ --rfc-orange:#e67e22; --rfc-yellow:#f1c40f; --rfc-teal:#16a085; --rfc-red:#c0392b; --rfc-brown:#3e2723; --rfc-text:#3e2723; --rfc-text-muted:#555; --rfc-card-bg-2:#f0f7ff; --rfc-border-2:#d0dce8; width:100%; background:#f0f7ff; padding:80px 20px; font-family:'Courier New', Courier, monospace; border-top:3px solid rgba(230,126,34,0.12); border-bottom:3px solid rgba(230,126,34,0.12); }.wpc-scope-30 .tc-wp-content-root .rfc-s2-container{ max-width: 1200px; margin: 0 auto; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-header{ text-align:center; margin-bottom:30px; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-heading{ font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 900; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 2px; color: var(--rfc-text); }.wpc-scope-30 .tc-wp-content-root .rfc-s2-heading .rfc-s2-grad{ background: linear-gradient(90deg, var(--rfc-orange), var(--rfc-yellow), var(--rfc-red)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-subheading{ font-size: clamp(0.8rem, 2vw, 1rem); color: var(--rfc-text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; text-transform: uppercase; letter-spacing: 2px; font-weight: 300; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; overflow: hidden; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-card{ background: var(--rfc-card-bg-2); border-radius: 4px; padding: 32px 28px; position: relative; overflow: hidden; transition: all 0.4s ease; cursor: pointer; border: 3px solid var(--rfc-border-2); box-shadow: 6px 6px 0px rgba(0,0,0,0.06); opacity: 0; animation: rfc-s2-fadeSlideUp 0.6s ease forwards; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:nth-child(1){animation-delay:0.05s;}.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:nth-child(2){animation-delay:0.1s;}.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:nth-child(3){animation-delay:0.15s;}.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:nth-child(4){animation-delay:0.2s;}.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:nth-child(5){animation-delay:0.25s;}.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:nth-child(6){animation-delay:0.3s;}@keyframes rfc-s2-fadeSlideUp{ from { opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: translateY(0);} }.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:hover{ transform: translateY(-6px); box-shadow: 8px 8px 0px rgba(22,160,133,0.25); border-color: var(--rfc-teal); }.wpc-scope-30 .tc-wp-content-root .rfc-s2-icon-wrap{ width:56px; height:56px; background: linear-gradient(135deg, rgba(230,126,34,0.08), rgba(22,160,133,0.08)); border:3px solid var(--rfc-border-2); display:flex; align-items:center; justify-content:center; margin-bottom:20px; transition: all 0.4s ease; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:hover .rfc-s2-icon-wrap{ border-color: var(--rfc-teal); background: linear-gradient(135deg, rgba(22,160,133,0.10), rgba(230,126,34,0.06)); }.wpc-scope-30 .tc-wp-content-root .rfc-s2-icon{ font-size:24px; color: var(--rfc-teal); transition: all 0.4s ease; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-card:hover .rfc-s2-icon{ color: var(--rfc-orange); transform: scale(1.15) rotate(5deg); }.wpc-scope-30 .tc-wp-content-root .rfc-s2-card-title{ font-size: 1.2rem; font-weight: 900; color: #000; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }.wpc-scope-30 .tc-wp-content-root .rfc-s2-card-desc{ font-size: 0.95rem; color: var(--rfc-text-muted); line-height: 1.6; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-root{ --rfc-orange:#e67e22; --rfc-yellow:#f1c40f; --rfc-teal:#16a085; --rfc-red:#c0392b; --rfc-brown:#3e2723; --rfc-text:#3e2723; --rfc-text-muted:#555; --rfc-card-bg-3:#fff; --rfc-border-3:#e0d5c0; width:100%; background:#fff; padding:80px 20px; font-family:'Courier New', Courier, monospace; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-container{ max-width: 1200px; margin: 0 auto; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-header{ text-align:center; margin-bottom:30px; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-heading{ font-size: clamp(1.4rem, 4vw, 2.5rem); font-weight: 900; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 2px; color: var(--rfc-text); }.wpc-scope-30 .tc-wp-content-root .rfc-s3-heading .rfc-s3-grad{ background: linear-gradient(90deg, var(--rfc-orange), var(--rfc-yellow), var(--rfc-red)); -webkit-background-clip:text; -webkit-text-fill-color: transparent; background-clip:text; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-subheading{ font-size: clamp(0.8rem, 2vw, 1rem); color: var(--rfc-text-muted); max-width: 700px; margin: 0 auto; line-height: 1.6; text-transform: uppercase; letter-spacing: 2px; font-weight: 300; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; overflow: hidden; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-card{ background: var(--rfc-card-bg-3); border-radius: 4px; padding: 28px; position: relative; overflow: hidden; transition: all 0.4s ease; cursor: pointer; border: 3px solid var(--rfc-border-3); box-shadow: 6px 6px 0px rgba(0,0,0,0.06); opacity: 0; animation: rfc-s3-fadeSlideUp 0.6s ease forwards; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:nth-child(1){animation-delay:0.05s;}.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:nth-child(2){animation-delay:0.1s;}.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:nth-child(3){animation-delay:0.15s;}.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:nth-child(4){animation-delay:0.2s;}.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:nth-child(5){animation-delay:0.25s;}.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:nth-child(6){animation-delay:0.3s;}@keyframes rfc-s3-fadeSlideUp{ from { opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: translateY(0);} }.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:hover{ transform: translateY(-6px); box-shadow: 8px 8px 0px rgba(230,126,34,0.25); border-color: var(--rfc-orange); }.wpc-scope-30 .tc-wp-content-root .rfc-s3-icon-wrap{ width:52px; height:52px; background: linear-gradient(135deg, rgba(230,126,34,0.10), rgba(22,160,133,0.10)); border:3px solid var(--rfc-border-3); display:flex; align-items:center; justify-content:center; margin-bottom:16px; transition: all 0.4s ease; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:hover .rfc-s3-icon-wrap{ border-color: var(--rfc-orange); background: linear-gradient(135deg, rgba(230,126,34,0.16), rgba(22,160,133,0.08)); }.wpc-scope-30 .tc-wp-content-root .rfc-s3-icon{ font-size:22px; color: var(--rfc-orange); transition: all 0.4s ease; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-card:hover .rfc-s3-icon{ color: var(--rfc-teal); transform: scale(1.15); }.wpc-scope-30 .tc-wp-content-root .rfc-s3-card-title{ font-size: 1.1rem; font-weight: 900; color: #000; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; position: relative; z-index: 1; }.wpc-scope-30 .tc-wp-content-root .rfc-s3-card-desc{ font-size: 0.9rem; color: var(--rfc-text-muted); line-height: 1.5; position: relative; z-index: 1; }.wpc-scope-30 .tc-wp-content-root *, .wpc-scope-30 .tc-wp-content-root *::before, .wpc-scope-30 .tc-wp-content-root *::after{ box-sizing: border-box; }@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .rfc-s1-root, .tc-wp-content-root .rfc-s2-root, .tc-wp-content-root .rfc-s3-root{ padding:40px 12px; }.tc-wp-content-root .rfc-s1-container, .tc-wp-content-root .rfc-s2-container, .tc-wp-content-root .rfc-s3-container{ padding:0; }.tc-wp-content-root .rfc-s1-heading, .tc-wp-content-root .rfc-s2-heading, .tc-wp-content-root .rfc-s3-heading{ font-size:1.35rem; text-align:center; }.tc-wp-content-root .rfc-s1-subheading, .tc-wp-content-root .rfc-s2-subheading, .tc-wp-content-root .rfc-s3-subheading{ font-size:0.82rem; }.tc-wp-content-root .rfc-s1-grid, .tc-wp-content-root .rfc-s2-grid, .tc-wp-content-root .rfc-s3-grid{ grid-template-columns:1fr !important; gap:14px; overflow:hidden; }.tc-wp-content-root .rfc-s1-card, .tc-wp-content-root .rfc-s2-card, .tc-wp-content-root .rfc-s3-card{ padding:22px 18px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .rfc-s1-root, .tc-wp-content-root .rfc-s2-root, .tc-wp-content-root .rfc-s3-root{ padding:48px 16px; }.tc-wp-content-root .rfc-s1-container, .tc-wp-content-root .rfc-s2-container, .tc-wp-content-root .rfc-s3-container{ padding:0; }.tc-wp-content-root .rfc-s1-heading, .tc-wp-content-root .rfc-s2-heading, .tc-wp-content-root .rfc-s3-heading{ font-size:1.5rem; text-align:center; }.tc-wp-content-root .rfc-s1-subheading, .tc-wp-content-root .rfc-s2-subheading, .tc-wp-content-root .rfc-s3-subheading{ font-size:0.88rem; }.tc-wp-content-root .rfc-s1-grid, .tc-wp-content-root .rfc-s2-grid, .tc-wp-content-root .rfc-s3-grid{ grid-template-columns:1fr !important; gap:16px; overflow:hidden; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .rfc-s1-root, .tc-wp-content-root .rfc-s2-root, .tc-wp-content-root .rfc-s3-root{ padding:56px 20px; }.tc-wp-content-root .rfc-s1-heading, .tc-wp-content-root .rfc-s2-heading, .tc-wp-content-root .rfc-s3-heading{ font-size:1.7rem; text-align:center; }.tc-wp-content-root .rfc-s1-subheading, .tc-wp-content-root .rfc-s2-subheading, .tc-wp-content-root .rfc-s3-subheading{ font-size:0.92rem; }.tc-wp-content-root .rfc-s1-grid, .tc-wp-content-root .rfc-s2-grid, .tc-wp-content-root .rfc-s3-grid{ grid-template-columns:1fr !important; gap:18px; overflow:hidden; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .rfc-s1-grid, .tc-wp-content-root .rfc-s2-grid, .tc-wp-content-root .rfc-s3-grid{ grid-template-columns: repeat(2, 1fr) !important; gap:20px; overflow:hidden; }}@media (min-width: 1024px){.tc-wp-content-root .rfc-s1-grid, .tc-wp-content-root .rfc-s2-grid, .tc-wp-content-root .rfc-s3-grid{ grid-template-columns: repeat(3, 1fr) !important; gap:24px; overflow:hidden; align-items: stretch; }}