@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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-26 .tc-wp-content-root img, .wpc-scope-26 .tc-wp-content-root video, .wpc-scope-26 .tc-wp-content-root svg, .wpc-scope-26 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content{
      width: 100%;
      overflow: hidden;
      background: #ffffff;
      border-radius: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: #1f1f24;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content *, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content *::before, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content *::after{
      box-sizing: border-box;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-section{
      border-radius: 0;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-section{
      position: relative;
      width: 100%;
      overflow: hidden;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-section-white{
      background: #ffffff;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-section-soft{
      background: linear-gradient(180deg, #fffbeb 0%, #fff7ed 100%);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap{
      text-align: center;
      max-width: 790px;
      margin: 0 auto;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-eyebrow{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 16px;
      border: 1px solid rgba(217, 119, 6, 0.24);
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(245, 158, 11, 0.14), rgba(251, 191, 36, 0.1), rgba(180, 83, 9, 0.07));
      color: #b45309;
      font-weight: 750;
      letter-spacing: 0.02em;
      line-height: 1.2;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-eyebrow::before{
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 5px;
      background:
        linear-gradient(45deg, transparent 34%, rgba(255,255,255,0.9) 34% 56%, transparent 56%),
        linear-gradient(135deg, #92400e 0%, #f59e0b 45%, #facc15 72%, #fff7ed 100%);
      box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
      transform: rotate(45deg);
      flex: 0 0 auto;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap h2{
      margin: 0;
      color: #17171d;
      font-weight: 850;
      line-height: 1.08;
      letter-spacing: -0.045em;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap p{
      margin: 16px auto 0;
      color: #626672;
      line-height: 1.75;
      font-weight: 450;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-grid{
      display: grid;
      align-items: stretch;
      width: 100%;
      grid-auto-rows: auto;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-card, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-card, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card{
      position: relative;
      width: 100%;
      min-width: 0;
      height: auto;
      min-height: 100%;
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(217, 119, 6, 0.15);
      box-shadow: 0 18px 45px rgba(55, 38, 12, 0.07);
      transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
      overflow: hidden;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-card::after, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card::after{
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
      background: radial-gradient(circle at top right, rgba(250, 204, 21, 0.2), transparent 35%);
      opacity: 0;
      transition: opacity 260ms ease;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-card:hover, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-card:hover, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card:hover{
      transform: translateY(-6px);
      border-color: rgba(217, 119, 6, 0.34);
      box-shadow: 0 24px 60px rgba(180, 83, 9, 0.13);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-card:hover::after, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card:hover::after{
      opacity: 1;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-icon{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 18px;
      background: linear-gradient(135deg, #92400e 0%, #d97706 34%, #f59e0b 60%, #facc15 84%, #fff7ed 100%);
      box-shadow: 0 12px 28px rgba(217, 119, 6, 0.24);
      flex: 0 0 auto;
      transition: transform 260ms ease;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-card:hover .gldfg-icon, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card:hover .gldfg-icon{
      transform: translateY(-3px) rotate(-2deg);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-icon::before{
      content: "G";
      color: #ffffff;
      font-weight: 900;
      line-height: 1;
      letter-spacing: -0.08em;
      text-shadow: 0 2px 8px rgba(120, 53, 15, 0.35);
      transform: rotate(-5deg);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-icon::after{
      content: "";
      position: absolute;
      right: 12px;
      bottom: 12px;
      width: 18px;
      height: 3px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.88);
      box-shadow: 0 6px 0 rgba(255, 255, 255, 0.55);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-card h3, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-card h3, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card h3{
      margin: 0;
      color: #1b1b22;
      line-height: 1.25;
      font-weight: 800;
      letter-spacing: -0.02em;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-card p, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-card p, .wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card p{
      margin: 10px 0 0;
      color: #626672;
      line-height: 1.7;
      font-weight: 430;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-list{
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-card{
      display: grid;
      align-items: center;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 251, 235, 0.94)),
        radial-gradient(circle at top left, rgba(245, 158, 11, 0.13), transparent 38%);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-number{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 22px;
      color: #ffffff;
      font-weight: 850;
      letter-spacing: -0.04em;
      background: linear-gradient(135deg, #92400e 0%, #d97706 45%, #f59e0b 72%, #facc15 100%);
      box-shadow: 0 18px 35px rgba(217, 119, 6, 0.25);
      flex: 0 0 auto;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-content{
      min-width: 0;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-step-card::before{
      content: "";
      position: absolute;
      left: 0;
      top: 22px;
      bottom: 22px;
      width: 5px;
      border-radius: 999px;
      background: linear-gradient(180deg, #92400e, #d97706, #f59e0b, #facc15);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-use-card{
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)),
        radial-gradient(circle at 12% 0%, rgba(245, 158, 11, 0.12), transparent 32%);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-badge{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      margin-bottom: 16px;
      padding: 7px 11px;
      border-radius: 999px;
      color: #b45309;
      background: rgba(254, 243, 199, 0.86);
      border: 1px solid rgba(217, 119, 6, 0.2);
      font-weight: 750;
      line-height: 1;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card{
      text-align: center;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card .gldfg-icon{
      margin-left: auto;
      margin-right: auto;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-glow{
      position: absolute;
      pointer-events: none;
      border-radius: 999px;
      filter: blur(8px);
      opacity: 0.56;
      z-index: 1;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-glow-one{
      width: 280px;
      height: 280px;
      top: -130px;
      right: -90px;
      background: radial-gradient(circle, rgba(250, 204, 21, 0.22), transparent 66%);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-glow-two{
      width: 260px;
      height: 260px;
      bottom: -130px;
      left: -90px;
      background: radial-gradient(circle, rgba(180, 83, 9, 0.13), transparent 68%);
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-reveal{
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 650ms ease, transform 650ms ease;
    }.wpc-scope-26 .tc-wp-content-root .gldfg-bottom-content .gldfg-reveal.gldfg-visible{
      opacity: 1;
      transform: translateY(0);
    }@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gldfg-bottom-content .gldfg-section{
        padding: 54px 0;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-container{
        padding: 0 16px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-eyebrow{
        font-size: 12px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap h2{
        font-size: 28px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap p{
        font-size: 15px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-grid{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 24px;
        margin-top: 30px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card{
        padding: 22px;
        border-radius: 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon{
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon::before{
        font-size: 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card h3, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card h3{
        font-size: 18px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card p, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card p{
        font-size: 14.5px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-list{
        row-gap: 24px;
        margin-top: 30px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card{
        grid-template-columns: 1fr;
        row-gap: 16px;
        padding: 22px;
        border-radius: 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-number{
        width: 54px;
        height: 54px;
        font-size: 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card h3{
        font-size: 18px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card p{
        font-size: 14.5px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-badge{
        font-size: 12px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gldfg-bottom-content .gldfg-section{
        padding: 60px 0;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-container{
        padding: 0 18px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-eyebrow{
        font-size: 12.5px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap h2{
        font-size: 31px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap p{
        font-size: 15.5px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-grid{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 26px;
        margin-top: 34px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card{
        padding: 24px;
        border-radius: 24px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon{
        width: 50px;
        height: 50px;
        margin-bottom: 18px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon::before{
        font-size: 23px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card h3, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card h3{
        font-size: 19px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card p, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card p{
        font-size: 15px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-list{
        row-gap: 26px;
        margin-top: 34px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card{
        grid-template-columns: 1fr;
        row-gap: 16px;
        padding: 24px;
        border-radius: 24px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-number{
        width: 56px;
        height: 56px;
        font-size: 23px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card h3{
        font-size: 19px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card p{
        font-size: 15px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-badge{
        font-size: 12.5px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gldfg-bottom-content .gldfg-section{
        padding: 66px 0;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-container{
        padding: 0 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-eyebrow{
        font-size: 13px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap h2{
        font-size: 36px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap p{
        font-size: 16px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-grid{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 28px;
        margin-top: 38px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card{
        padding: 28px;
        border-radius: 26px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon{
        width: 54px;
        height: 54px;
        margin-bottom: 20px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon::before{
        font-size: 24px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card h3, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card h3{
        font-size: 20px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card p, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card p{
        font-size: 15.5px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-list{
        row-gap: 28px;
        margin-top: 38px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card{
        grid-template-columns: 1fr;
        row-gap: 18px;
        padding: 28px;
        border-radius: 26px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-number{
        width: 60px;
        height: 60px;
        font-size: 24px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card h3{
        font-size: 20px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card p{
        font-size: 15.5px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-badge{
        font-size: 13px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gldfg-bottom-content .gldfg-section{
        padding: 82px 0;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-container{
        padding: 0 30px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-eyebrow{
        font-size: 13px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap h2{
        font-size: 44px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap p{
        font-size: 17px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 30px;
        margin-top: 44px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card{
        padding: 30px;
        border-radius: 28px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon{
        width: 56px;
        height: 56px;
        margin-bottom: 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon::before{
        font-size: 25px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card h3, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card h3{
        font-size: 21px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card p, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card p{
        font-size: 16px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-list{
        row-gap: 28px;
        margin-top: 44px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card{
        grid-template-columns: auto 1fr;
        column-gap: 24px;
        row-gap: 0;
        padding: 32px;
        border-radius: 28px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-number{
        width: 66px;
        height: 66px;
        font-size: 26px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card h3{
        font-size: 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card p{
        font-size: 16px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-trust-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-badge{
        font-size: 13px;
      }}@media (min-width: 1024px){.tc-wp-content-root .gldfg-bottom-content .gldfg-section{
        padding: 96px 0;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-container{
        padding: 0 32px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-eyebrow{
        font-size: 13px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap h2{
        font-size: 52px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-heading-wrap p{
        font-size: 18px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 26px;
        row-gap: 34px;
        margin-top: 50px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card{
        padding: 34px;
        border-radius: 30px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon{
        width: 60px;
        height: 60px;
        margin-bottom: 24px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-icon::before{
        font-size: 27px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card h3, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card h3{
        font-size: 22px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-card p, .tc-wp-content-root .gldfg-bottom-content .gldfg-trust-card p{
        font-size: 16px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-list{
        row-gap: 30px;
        margin-top: 50px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card{
        grid-template-columns: auto 1fr;
        column-gap: 28px;
        row-gap: 0;
        padding: 36px 40px;
        border-radius: 30px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-number{
        width: 72px;
        height: 72px;
        font-size: 28px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card h3{
        font-size: 24px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-step-card p{
        font-size: 16.5px;
      }.tc-wp-content-root .gldfg-bottom-content .gldfg-badge{
        font-size: 13px;
      }}