@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-372 .tc-wp-tool-root img, .wpc-scope-372 .tc-wp-tool-root video, .wpc-scope-372 .tc-wp-tool-root svg, .wpc-scope-372 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__control-panel, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input-row, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview, .wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__load-area{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap{
  position: relative;
  overflow: hidden;
  padding: 54px 18px;
  background:
    radial-gradient(circle at 16% 18%, rgba(88, 166, 255, 0.36), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(255, 124, 196, 0.32), transparent 30%),
    linear-gradient(135deg, #111827 0%, #243b67 44%, #642b73 100%);
  color: #f8fafc;
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__glow{
  position: absolute;
  z-index: 0;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.48;
  pointer-events: none;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__glow--one{
  top: 8%;
  left: 4%;
  background: rgba(56, 189, 248, 0.55);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__glow--two{
  right: 2%;
  bottom: 12%;
  background: rgba(244, 114, 182, 0.5);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container{
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro{
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro h1{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro p{
  margin: 0;
  color: rgba(241, 245, 249, 0.88);
  font-size: 18px;
  line-height: 1.55;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__control-panel{
  margin: 0 auto 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 60px rgba(2, 6, 23, 0.26);
  backdrop-filter: blur(18px);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input-row{
/*   display: grid; */
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input{
  box-sizing: border-box;
	margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  outline: none;
  background: rgba(15, 23, 42, 0.42);
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input::placeholder{
  color: rgba(226, 232, 240, 0.68);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input:focus{
  border-color: rgba(125, 211, 252, 0.92);
  background: rgba(15, 23, 42, 0.58);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18), 0 0 34px rgba(125, 211, 252, 0.22);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button{
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.95), rgba(217, 70, 239, 0.9));
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button:hover{
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 36px rgba(14, 165, 233, 0.28), 0 0 22px rgba(217, 70, 239, 0.24);
  transform: translateY(-1px);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(125, 211, 252, 0.2), 0 14px 36px rgba(14, 165, 233, 0.26);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button:disabled{
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button--clear{
  min-height: 56px;
  background: rgba(255, 255, 255, 0.14);
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card{
  display: grid;
  grid-template-rows: auto minmax(132px, auto) auto;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.2);
  backdrop-filter: blur(16px);
  animation: gfgFadeIn 260ms ease both;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__style-name{
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview{
  min-height: 132px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(2, 6, 23, 0.34);
  color: #ffffff;
  line-height: 1.22;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview::-webkit-scrollbar-thumb{
  background: rgba(125, 211, 252, 0.52);
  border-radius: 999px;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card-copy{
  justify-self: start;
  min-height: 42px;
  padding: 0 18px;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__load-area{
  display: flex;
  justify-content: center;
  padding-top: 28px;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button--load{
  min-width: 170px;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid.gfg-tool-wrap__grid--revealing .gfg-tool-wrap__card{
  animation: gfgReveal 360ms ease both;
}.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-1{ font: 800 30px/1.08 Arial, Helvetica, sans-serif; letter-spacing: 0; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-2{ font: 700 28px/1.12 Georgia, "Times New Roman", serif; letter-spacing: 0.01em; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-3{ font: italic 600 28px/1.15 Georgia, "Times New Roman", serif; color: #fde68a; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-4{ font: 900 25px/1.12 Arial Black, Impact, sans-serif; text-transform: uppercase; letter-spacing: 0.08em; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-5{ font: 500 27px/1.2 "Trebuchet MS", Arial, sans-serif; letter-spacing: 0.18em; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-6{ font: 700 28px/1.1 "Courier New", Courier, monospace; color: #86efac; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-7{ font: 800 30px/1.08 Verdana, Geneva, sans-serif; color: #bae6fd; text-shadow: 0 0 12px rgba(56, 189, 248, 0.8); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-8{ font: 900 29px/1.1 Arial, Helvetica, sans-serif; color: transparent; -webkit-text-stroke: 1px #ffffff; text-shadow: none; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-9{ font: 800 30px/1.1 Arial, Helvetica, sans-serif; color: transparent; background: linear-gradient(90deg, #67e8f9, #f9a8d4, #fde68a); -webkit-background-clip: text; background-clip: text; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-10{ font: 600 31px/1.12 "Brush Script MT", "Segoe Script", cursive; color: #fecdd3; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-11{ font: 300 30px/1.18 Arial, Helvetica, sans-serif; letter-spacing: 0.12em; text-transform: lowercase; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-12{ font: 900 28px/1.08 Impact, Haettenschweiler, sans-serif; letter-spacing: 0.03em; color: #fed7aa; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-13{ font: 700 27px/1.14 "Palatino Linotype", Palatino, serif; color: #f8fafc; text-shadow: 3px 3px 0 rgba(14, 165, 233, 0.36); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-14{ font: 500 27px/1.2 "Lucida Console", Monaco, monospace; letter-spacing: -0.01em; color: #c4b5fd; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-15{ font: 800 29px/1.12 "Arial Rounded MT Bold", Arial, sans-serif; color: #bbf7d0; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-16{ font: italic 800 30px/1.1 "Trebuchet MS", Arial, sans-serif; color: #f0abfc; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-17{ font: 700 28px/1.14 Garamond, Georgia, serif; letter-spacing: 0.06em; color: #fef3c7; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-18{ font: 900 27px/1.1 Arial, Helvetica, sans-serif; text-transform: uppercase; color: #ffffff; text-shadow: 0 3px 0 rgba(0,0,0,0.35); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-19{ font: 600 28px/1.18 "Century Gothic", Arial, sans-serif; letter-spacing: 0.04em; color: #dbeafe; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-20{ font: 700 27px/1.15 "Times New Roman", Times, serif; font-variant: small-caps; letter-spacing: 0.05em; color: #fbcfe8; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-21{ font: 800 28px/1.12 Arial, Helvetica, sans-serif; color: #a7f3d0; text-shadow: 0 0 4px #22c55e, 0 0 18px rgba(34,197,94,0.65); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-22{ font: 500 29px/1.14 "Gill Sans", "Trebuchet MS", sans-serif; letter-spacing: 0.02em; color: #e0f2fe; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-23{ font: 900 30px/1.05 Arial Black, Arial, sans-serif; color: #fda4af; transform: skew(-5deg); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-24{ font: 700 27px/1.18 "Courier New", Courier, monospace; text-transform: uppercase; letter-spacing: 0.12em; color: #fde047; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-25{ font: 600 30px/1.12 Cambria, Georgia, serif; color: #e9d5ff; text-shadow: 0 1px 0 #7e22ce; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-26{ font: 800 29px/1.1 "Segoe UI", Arial, sans-serif; letter-spacing: 0.14em; color: #cffafe; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-27{ font: 700 30px/1.08 "Comic Sans MS", "Trebuchet MS", cursive; color: #fef08a; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-28{ font: 400 31px/1.16 Didot, "Bodoni 72", Georgia, serif; letter-spacing: 0.04em; color: #fff7ed; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-29{ font: 900 26px/1.08 Arial, Helvetica, sans-serif; text-transform: uppercase; color: #ffffff; text-shadow: -1px 0 #06b6d4, 1px 0 #ec4899; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-30{ font: italic 500 29px/1.15 "Lucida Handwriting", "Brush Script MT", cursive; color: #bfdbfe; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-31{ font: 800 28px/1.1 "Verdana", Arial, sans-serif; letter-spacing: -0.02em; color: #ffffff; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-32{ font: 600 27px/1.18 "Monaco", "Courier New", monospace; color: #fca5a5; background-image: linear-gradient(rgba(255,255,255,0.06) 50%, transparent 50%); background-size: 100% 0.7em; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-33{ font: 900 29px/1.08 "Trebuchet MS", Arial, sans-serif; color: #ddd6fe; text-shadow: 0 8px 18px rgba(0,0,0,0.5); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-34{ font: 700 28px/1.1 "Arial Narrow", Arial, sans-serif; letter-spacing: -0.01em; color: #ccfbf1; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-35{ font: 600 28px/1.16 "Hoefler Text", Garamond, serif; color: #f5e8c7; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-36{ font: 800 27px/1.12 Arial, Helvetica, sans-serif; text-transform: lowercase; letter-spacing: 0.16em; color: #f0f9ff; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-37{ font: 900 28px/1.1 "Arial Black", Arial, sans-serif; color: #0f172a; text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0 0 12px rgba(255,255,255,0.42); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-38{ font: 600 30px/1.1 "Segoe Print", "Comic Sans MS", cursive; color: #fed7e2; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-39{ font: 800 29px/1.08 "Copperplate", "Trebuchet MS", sans-serif; letter-spacing: 0.08em; color: #fef9c3; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-40{ font: 700 28px/1.13 Georgia, serif; color: #ffffff; text-decoration: underline; text-decoration-color: rgba(125,211,252,0.8); text-underline-offset: 7px; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-41{ font: 500 29px/1.14 Arial, Helvetica, sans-serif; letter-spacing: 0.24em; color: #e0e7ff; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-42{ font: 900 27px/1.08 "Lucida Sans Unicode", Arial, sans-serif; color: #99f6e4; text-shadow: 2px 2px 0 rgba(236,72,153,0.5); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-43{ font: italic 700 28px/1.14 "Book Antiqua", Palatino, serif; color: #fde2e2; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-44{ font: 800 29px/1.08 Tahoma, Geneva, sans-serif; color: #ffffff; filter: drop-shadow(0 0 10px rgba(250,204,21,0.45)); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-45{ font: 600 27px/1.18 "Courier New", monospace; letter-spacing: 0.08em; color: #93c5fd; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-46{ font: 800 30px/1.08 Arial, sans-serif; color: transparent; -webkit-text-stroke: 0.8px #f9a8d4; text-shadow: 0 0 18px rgba(249,168,212,0.44); }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-47{ font: 700 29px/1.12 "Franklin Gothic Medium", Arial, sans-serif; letter-spacing: 0.03em; color: #dcfce7; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-48{ font: 400 31px/1.14 "Baskerville", Georgia, serif; color: #fafafa; letter-spacing: 0.02em; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-49{ font: 900 28px/1.08 Arial, Helvetica, sans-serif; text-transform: uppercase; color: transparent; background: linear-gradient(180deg, #fff 15%, #38bdf8 55%, #a78bfa 100%); -webkit-background-clip: text; background-clip: text; }.wpc-scope-372 .tc-wp-tool-root .gfg-tool-wrap .gfg-style-50{ font: 700 30px/1.1 "Segoe UI", Arial, sans-serif; color: #f8fafc; letter-spacing: 0.01em; text-shadow: 0 0 1px #fff, 0 0 18px rgba(255,255,255,0.26); }@media (hover: hover){.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card:hover{
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 26px 64px rgba(2, 6, 23, 0.3);
  }}@keyframes gfgFadeIn{
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes gfgReveal{
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .gfg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container{ max-width: 100%; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro h1{ font-size: 31px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro p{ font-size: 14px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input{ min-height: 50px; padding: 0 13px; font-size: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button{ min-height: 46px; padding: 0 15px; font-size: 14px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card{ padding: 14px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview{ font-size: 24px; min-height: 124px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .gfg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container{ max-width: 100%; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro h1{ font-size: 34px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro p{ font-size: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input{ min-height: 52px; padding: 0 14px; font-size: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button{ min-height: 46px; padding: 0 16px; font-size: 14px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input-row{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card{ padding: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview{ font-size: 25px; min-height: 126px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .gfg-tool-wrap{ padding: 42px 16px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container{ max-width: 100%; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro h1{ font-size: 38px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro p{ font-size: 16px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input{ min-height: 54px; padding: 0 16px; font-size: 16px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button{ min-height: 48px; padding: 0 18px; font-size: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input-row{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card{ padding: 16px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview{ font-size: 26px; min-height: 128px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .gfg-tool-wrap{ padding: 50px 22px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container{ max-width: 920px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro h1{ font-size: 43px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro p{ font-size: 17px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input{ min-height: 56px; padding: 0 18px; font-size: 17px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button{ min-height: 50px; padding: 0 20px; font-size: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card{ padding: 17px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview{ font-size: 27px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .gfg-tool-wrap{ padding: 56px 24px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container{ max-width: 1060px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro h1{ font-size: 46px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro p{ font-size: 18px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input{ min-height: 56px; padding: 0 18px; font-size: 17px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button{ min-height: 50px; padding: 0 21px; font-size: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card{ padding: 18px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview{ font-size: 27px; }}@media (min-width: 1200px){.tc-wp-tool-root .gfg-tool-wrap{ padding: 64px 28px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__container{ max-width: 1200px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro h1{ font-size: 52px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__intro p{ font-size: 18px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__input{ min-height: 58px; padding: 0 20px; font-size: 18px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__button{ min-height: 50px; padding: 0 22px; font-size: 15px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__card{ padding: 18px; }.tc-wp-tool-root .gfg-tool-wrap .gfg-tool-wrap__preview{ font-size: 28px; }}.wpc-scope-372 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}