@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-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-177 .tc-wp-tool-root img, .wpc-scope-177 .tc-wp-tool-root video, .wpc-scope-177 .tc-wp-tool-root svg, .wpc-scope-177 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section, .wpc-scope-177 .tc-wp-tool-root .sfg-tool-section *{
  box-sizing: border-box;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section{
  width: 100%;
  padding: 28px 14px;
  color: #111;
  background: linear-gradient(180deg, #ffffff 0%, #f4f5f7 100%);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-heading{
  text-align: center;
  margin: 0 auto 22px;
  max-width: 820px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-heading h2{
  margin: 0;
  color: #090909;
  font-size: clamp(28px, 6vw, 58px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-heading p{
  margin: 12px auto 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
  max-width: 680px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-tool{
  width: 100%;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
  padding: 14px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-input-panel{
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-label{
  display: block;
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-input-row{
  display: flex;
  gap: 8px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-input{
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 12px 13px;
  color: #111111;
  background: #ffffff;
  font-size: 17px;
  font-weight: 800;
  outline: none;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-input:focus{
  border-color: #ff2a2a;
  box-shadow: 0 0 0 4px rgba(255, 42, 42, 0.28);
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-clear-btn, .wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-load-more, .wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-copy-btn{
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-clear-btn{
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 13px;
  border-radius: 12px;
  color: #ffffff;
  background: #e50914;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-clear-btn:hover, .wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-load-more:hover, .wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-copy-btn:hover{
  transform: translateY(-1px);
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section button:focus-visible{
  outline: 3px solid rgba(229, 9, 20, 0.45);
  outline-offset: 3px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-status-row{
  display: flex;
  justify-content: flex-end;
  padding: 14px 2px 10px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-counter{
  color: #374151;
  font-size: 13px;
  font-weight: 800;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-card{
  min-width: 0;
  border-radius: 16px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #fafafa;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-card:hover{
  border-color: rgba(229, 9, 20, 0.38);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-name{
  min-width: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  overflow-wrap: anywhere;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-copy-wrap{
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-feedback{
  min-width: 44px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  opacity: 0;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-feedback.is-visible{
  opacity: 1;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-copy-btn{
  min-height: 34px;
  padding: 0 11px;
  border-radius: 10px;
  color: #ffffff;
  background: #111111;
  font-size: 12px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-preview{
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.08;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-preview::-webkit-scrollbar-track{
  background: rgba(17, 24, 39, 0.08);
  border-radius: 99px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-preview::-webkit-scrollbar-thumb{
  background: rgba(229, 9, 20, 0.65);
  border-radius: 99px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-text{
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  letter-spacing: 0;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-more-row{
  display: flex;
  justify-content: center;
  padding: 20px 0 4px;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-load-more{
  width: 100%;
  min-height: 50px;
  border-radius: 13px;
  color: #ffffff;
  background: #e50914;
  box-shadow: 0 14px 28px rgba(229, 9, 20, 0.22);
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-load-more[disabled]{
  cursor: default;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-1{ background: #e50914; color: #fff; font-weight: 950; font-size: 34px; font-family: Arial Black, Arial, sans-serif; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-2{ background: #fff; color: #e50914; font-weight: 950; font-size: 32px; font-family: Arial Black, Arial, sans-serif; text-transform: uppercase; box-shadow: inset 0 0 0 8px #e50914; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-3{ background: #050505; color: #fff; font-weight: 950; font-size: 32px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-4{ background: #f7f2e8; color: #b30d16; font-weight: 950; font-size: 31px; text-transform: uppercase; transform: rotate(-1deg); }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-5{ background: #fff; color: transparent; -webkit-text-stroke: 2px #111; font-weight: 950; font-size: 34px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-6{ background: #161616; color: #f9fafb; font-weight: 950; font-size: 30px; text-transform: uppercase; letter-spacing: 0; font-stretch: condensed; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-7{ background: #fff; color: #111; font-weight: 950; font-size: 31px; text-shadow: 4px 4px 0 #ff2a2a, 7px 7px 0 #111; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-8{ background: #faf6ef; color: #161616; font-family: Georgia, Times, serif; font-weight: 900; font-size: 30px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-9{ background: #111; color: transparent; font-weight: 950; font-size: 32px; background-image: linear-gradient(135deg, #fff, #888, #fff); -webkit-background-clip: text; background-clip: text; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-10{ background: #150708; color: #ff3030; font-weight: 950; font-size: 32px; text-shadow: 0 0 8px #ff3030, 0 0 20px #e50914; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-11{ background: #f6f1d7; color: #7b1117; font-family: Georgia, Times, serif; font-weight: 900; font-size: 30px; -webkit-text-stroke: 1px #111; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-12{ background: #101010; color: #e6e6e6; font-family: Impact, Haettenschweiler, Arial Narrow, sans-serif; font-size: 34px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-13{ background: repeating-linear-gradient(90deg, #111 0 16px, #222 16px 32px); color: #fff; font-family: Courier New, monospace; font-weight: 900; font-size: 27px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-14{ background: #ffdb1e; color: #111; font-family: Georgia, Times, serif; font-weight: 900; font-size: 32px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-15{ background: #fff; color: #e50914; font-weight: 950; font-size: 32px; -webkit-text-stroke: 1px #111; text-shadow: 3px 3px 0 #111; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-16{ background: #e9eef3; color: #111; font-weight: 950; font-size: 32px; text-shadow: 5px 5px 0 #c7cdd6; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-17{ background: #111; color: #fff; font-style: italic; font-weight: 950; font-size: 32px; text-transform: uppercase; text-shadow: 5px 0 0 #e50914; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-18{ background: #f3f4f6; color: #111; font-weight: 950; font-size: 31px; border-radius: 28px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-19{ background: #fff; color: #111; font-weight: 950; font-size: 31px; text-shadow: 2px 2px 0 #f43f5e, -2px -2px 0 #06b6d4; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-20{ background: #fff; color: #111; font-weight: 950; font-size: 31px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-21{ background: #d90416; color: #fff; font-weight: 950; font-size: 32px; text-transform: uppercase; box-shadow: inset 0 8px 16px rgba(255,255,255,.25), inset 0 -8px 16px rgba(0,0,0,.2); }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-22{ background: #111; color: #fff; font-weight: 950; font-size: 32px; text-transform: uppercase; mix-blend-mode: normal; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-23{ background: rgba(245, 247, 250, .9); color: #fff; font-weight: 950; font-size: 32px; text-shadow: 0 1px 2px #111, 0 0 1px #111; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-24{ background: #131313; color: #d8a935; font-family: Georgia, Times, serif; font-weight: 900; font-size: 31px; text-transform: uppercase; text-shadow: 0 2px 0 #5a420f; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-25{ background: #dbeafe; color: #183b68; font-weight: 950; font-size: 31px; text-transform: uppercase; text-shadow: 2px 2px 0 #8bb8e8; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-26{ background: #ffe4ef; color: #db2777; font-weight: 950; font-size: 32px; text-transform: uppercase; text-shadow: 2px 2px 0 #fff; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-27{ background: #b8ff2c; color: #111; font-weight: 950; font-size: 32px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-28{ background: #21112f; color: #e9d5ff; font-weight: 950; font-size: 31px; text-transform: uppercase; text-shadow: 0 0 14px #a855f7; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-29{ background: #fff3e0; color: #ea580c; font-weight: 950; font-size: 32px; text-transform: uppercase; text-shadow: 3px 3px 0 #111; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-30{ background: repeating-linear-gradient(45deg, #111 0 8px, #1d1d1d 8px 16px); color: #f4f4f5; font-weight: 950; font-size: 31px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-31{ background: #111827; color: #38bdf8; font-family: Courier New, monospace; font-weight: 900; font-size: 29px; text-transform: uppercase; text-shadow: 3px 3px 0 #e50914; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-32{ background: #fff; color: #111; font-family: Georgia, Times, serif; font-weight: 900; font-size: 31px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-33{ background: #f9fafb; color: #111; font-weight: 950; font-size: 28px; text-transform: uppercase; letter-spacing: .14em; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-34{ background: #111; color: #fff; font-family: Impact, Arial Narrow, sans-serif; font-size: 35px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-35{ background: #f2eadf; color: #191919; font-weight: 950; font-size: 31px; text-transform: uppercase; filter: contrast(1.12); }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-36{ background: #fff; color: #111; font-weight: 950; font-size: 31px; text-transform: uppercase; text-shadow: 7px 0 0 #e50914; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-37{ background: #101010; color: #fff; font-weight: 950; font-size: 31px; text-transform: uppercase; text-shadow: 0 0 10px rgba(255,255,255,.65); }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-38{ background: #fff; color: transparent; -webkit-text-stroke: 2px #e50914; font-weight: 950; font-size: 33px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-39{ background: #111; color: #fff; -webkit-text-stroke: 1px #111; font-weight: 950; font-size: 32px; text-transform: uppercase; text-shadow: 0 0 0 #fff; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-40{ background: #fff; color: #111; -webkit-text-stroke: 1px #111; font-weight: 950; font-size: 32px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-41{ background: #e50914; color: #fff; font-weight: 950; font-size: 32px; text-transform: uppercase; text-shadow: 1px 1px 0 #b00009, 2px 2px 0 #8b0007, 3px 3px 0 #650005; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-42{ background: #090909; color: transparent; font-weight: 950; font-size: 32px; text-transform: uppercase; background-image: linear-gradient(90deg, #bfc5ce, #fff, #727985); -webkit-background-clip: text; background-clip: text; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-43{ background: #f4ead8; color: #c01821; font-weight: 950; font-size: 31px; text-transform: uppercase; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-44{ background: #1e3a8a; color: #fff; font-weight: 950; font-size: 31px; text-transform: uppercase; box-shadow: inset 0 0 0 6px #ffffff; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-45{ background: #17351f; color: #f3f6df; font-weight: 950; font-size: 31px; text-transform: uppercase; box-shadow: inset 0 0 0 5px #98b36d; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-46{ background: #facc15; color: #111; font-weight: 950; font-size: 32px; text-transform: uppercase; transform: rotate(.5deg); }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-47{ background: #cffafe; color: #0f4750; font-weight: 950; font-size: 31px; text-transform: uppercase; text-shadow: 0 2px 0 rgba(255,255,255,.8); }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-48{ background: #831843; color: #fff; font-weight: 950; font-size: 31px; text-transform: uppercase; box-shadow: inset 0 0 0 4px #f9a8d4; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-49{ background: #d6d3d1; color: #292524; font-weight: 950; font-size: 31px; text-transform: uppercase; text-shadow: 1px 1px 0 #fff; }.wpc-scope-177 .tc-wp-tool-root .sfg-tool-section .sfg-style-50{ background: #e50914; color: #fff; font-family: Arial Black, Impact, sans-serif; font-weight: 950; font-size: 35px; text-transform: uppercase; box-shadow: inset 0 0 0 4px rgba(255,255,255,.35); }@media (min-width: 375px){.tc-wp-tool-root .sfg-tool-section{ padding: 30px 16px; }.tc-wp-tool-root .sfg-tool-section .sfg-tool{ padding: 16px; }.tc-wp-tool-root .sfg-tool-section .sfg-preview{ padding: 20px; }}@media (min-width: 390px){.tc-wp-tool-root .sfg-tool-section .sfg-input{ font-size: 18px; padding: 13px 14px; }.tc-wp-tool-root .sfg-tool-section .sfg-clear-btn{ padding: 0 15px; }.tc-wp-tool-root .sfg-tool-section .sfg-preview{ min-height: 140px; }}@media (min-width: 430px){.tc-wp-tool-root .sfg-tool-section .sfg-heading p{ font-size: 16px; }.tc-wp-tool-root .sfg-tool-section .sfg-card-top{ padding: 13px 14px; }.tc-wp-tool-root .sfg-tool-section .sfg-preview{ font-size: 1.04em; }}@media (min-width: 480px){.tc-wp-tool-root .sfg-tool-section{ padding: 36px 18px; }.tc-wp-tool-root .sfg-tool-section .sfg-tool{ border-radius: 22px; padding: 18px; }.tc-wp-tool-root .sfg-tool-section .sfg-load-more{ width: auto; min-width: 240px; }}@media (min-width: 768px){.tc-wp-tool-root .sfg-tool-section{ padding: 48px 24px; }.tc-wp-tool-root .sfg-tool-section .sfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .sfg-tool-section .sfg-input-panel{ padding: 18px; }.tc-wp-tool-root .sfg-tool-section .sfg-preview{ min-height: 150px; }}@media (min-width: 1024px){.tc-wp-tool-root .sfg-tool-section{ padding: 60px 28px; }.tc-wp-tool-root .sfg-tool-section .sfg-tool{ padding: 22px; }.tc-wp-tool-root .sfg-tool-section .sfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .sfg-tool-section .sfg-heading{ margin-bottom: 28px; }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .sfg-tool-section *, .tc-wp-tool-root .sfg-tool-section *::before, .tc-wp-tool-root .sfg-tool-section *::after{
    transition: none !important;
    scroll-behavior: auto !important;
  }}