/**
 * Theme Name:     Values Based Company
 * Author:         BusinessGo
 * Template:       astra
 * Text Domain:	   values-based-company
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */
#page .site-content {
    flex-grow: 1;
    margin-top: 150px;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.footer-widget-area p{
font-family: Manrope;
font-weight: normal;
font-size: 17px!important;
letter-spacing: 0em!important;
line-height: 27px!important;
text-align: left;
color: #002f55;

}

.footer-widget-area h4.wp-block-heading{
font-family: Sora;
font-weight: 600;
font-size: 17px;
letter-spacing: -0.07em;
line-height: 32px;
text-align: left;
color: #0b1f24;
}
.footer-widget-area a.menu-link{
font-family: Manrope;
font-weight: normal;
font-size: 17px;
letter-spacing: 0em;
line-height: 27px;
text-align: left;
color: #002f55;
}
:root {
      --ink: #1b343e;
      --ink-soft: #3f5f6b;
      --mint: #eef3f5;
      --mint-deep: #d6e1e6;
      --teal: #244c5a;
      --teal-dark: #1f3f4b;
      --teal-soft: #d7e3e7;
      --glow: rgba(36, 76, 90, 0.35);
      --line: rgba(36, 76, 90, 0.18);
      --glass: rgba(255, 255, 255, 0.78);
      --shadow: 0 18px 36px rgba(24, 52, 62, 0.12);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Manrope", sans-serif;
      color: var(--ink);
      background-color: var(--mint);
      min-height: 100vh;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(1200px, 92vw);
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    header {
      padding: 28px 0 12px;
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .logo {
      display: inline-flex;
      flex-direction: column;
      gap: 4px;
      font-weight: 700;
      letter-spacing: 0.2px;
    }

    .logo span {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: var(--teal-dark);
    }

    .nav-links {
      display: flex;
      gap: 18px;
      font-size: 0.95rem;
      color: var(--ink-soft);
    }

    .nav-cta {
      padding: 12px 18px;
      border-radius: 999px;
      background: var(--teal);
      color: white;
      font-size: 0.9rem;
      letter-spacing: 0.3px;
      box-shadow: 0 12px 24px rgba(36, 76, 90, 0.18);
    }

    .hero {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      padding: 40px 0 80px;
      align-items: center;
    }

    .eyebrow {
      text-transform: uppercase;
      letter-spacing: 2.8px;
      font-size: 0.75rem;
      color: var(--teal-dark);
      margin-bottom: 12px;
    }

    h1,
    h2,
    h3 {
      font-family: "Sora", sans-serif;
      font-weight: 700;
      margin: 0 0 16px;
    }

    h1 {
      font-size: clamp(2.4rem, 4vw, 3.6rem);
      line-height: 1.08;
    }

    .hero h1 {
      color: var(--ink);
    }

    @supports (-webkit-background-clip: text) or (background-clip: text) {
      .hero h1 {
        color: transparent;
        background: linear-gradient(120deg, #1b343e 0%, #244c5a 45%, #4c6f7c 100%);
        -webkit-background-clip: text;
        background-clip: text;
      }
    }

    h2 {
      font-size: clamp(1.8rem, 3vw, 2.4rem);
    }

    h3 {
      font-size: 1.3rem;
    }

    p {
      line-height: 1.7;
      margin: 0 0 16px;
      color: var(--ink-soft);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }

    .btn-primary,
    .btn-secondary {
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 0.95rem;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .btn-primary {
      background: var(--teal);
      color: white;
      box-shadow: 0 14px 26px rgba(36, 76, 90, 0.2);
      position: relative;
      overflow: hidden;
    }

    .btn-primary:hover,
    .btn-secondary:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 30px rgba(36, 76, 90, 0.22);
    }

    .cta-primary {
      position: relative;
      overflow: visible;
    }

    .cta-primary::after {
      content: "";
      position: absolute;
      inset: -6px;
      border-radius: 999px;
      border: 1px solid rgba(36, 76, 90, 0.45);
      opacity: 0;
    }

    .btn-secondary {
      border: 1px solid var(--line);
      background: var(--teal-soft);
      color: var(--ink);
    }

    .hero-visual {
      position: relative;
      min-height: 440px;
      display: grid;
      align-items: center;
    }

    .hero-illustration {
      position: absolute;
      right: -8%;
      bottom: -4%;
      width: min(380px, 70%);
      opacity: 0.95;
      z-index: 0;
      pointer-events: none;
    }

    .glass-card {
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(36, 76, 90, 0.16);
      border-radius: 26px;
      padding: 28px;
      box-shadow: 0 24px 44px rgba(36, 76, 90, 0.14);
      backdrop-filter: blur(18px);
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .glass-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 20% 10%, rgba(36, 76, 90, 0.12), transparent 55%);
      pointer-events: none;
    }

    .glass-card h3 {
      margin-bottom: 8px;
    }

    .floating-panel {
      position: absolute;
      right: -8%;
      top: -22%;
      width: min(220px, 55vw);
      padding: 16px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(36, 76, 90, 0.12);
      box-shadow: 0 16px 30px rgba(36, 76, 90, 0.14);
      animation: floaty 8s ease-in-out infinite;
      z-index: 2;
    }

    .floating-panel.secondary {
      left: -6%;
      right: auto;
      top: auto;
      bottom: -13%;
      width: min(200px, 55vw);
      background: rgba(255, 255, 255, 0.86);
      animation-delay: 1.6s;
    }

    .panel-title {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      color: var(--teal-dark);
      margin-bottom: 8px;
    }

    .metric {
      display: grid;
      gap: 6px;
      margin-bottom: 12px;
      font-size: 0.9rem;
      color: var(--ink-soft);
    }

    .metric:last-child {
      margin-bottom: 0;
    }

    .bar {
      height: 6px;
      border-radius: 999px;
      background: rgba(36, 76, 90, 0.14);
      overflow: hidden;
      position: relative;
    }

    .bar span {
      position: absolute;
      inset: 0;
      width: 70%;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--teal), #4c6f7c);
      box-shadow: 0 0 12px rgba(36, 76, 90, 0.4);
    }

    .bar .mid {
      width: 62%;
    }

    .bar .high {
      width: 84%;
    }

    .signal-core {
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--teal);
      box-shadow: 0 0 18px var(--glow);
      inset: 50% auto auto 50%;
      transform: translate(-50%, -50%);
    }

    .signal {
      position: absolute;
      right: 8%;
      bottom: 14%;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(36, 76, 90, 0.16), transparent 70%);
      border: 1px solid rgba(36, 76, 90, 0.25);
      box-shadow: 0 0 30px rgba(36, 76, 90, 0.18);
      overflow: visible;
      animation: pulse 6s ease-in-out infinite;
      z-index: 1;
    }

    .signal::before,
    .signal::after {
      content: "";
      position: absolute;
      inset: 12px;
      border-radius: 50%;
      border: 1px solid rgba(36, 76, 90, 0.3);
    }

    .signal::after {
      inset: 26px;
      border-color: rgba(36, 76, 90, 0.4);
    }

    .stat-grid {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      margin-top: 24px;
    }

    .stat {
      padding: 16px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.85);
    }

    .stat strong {
      display: block;
      font-size: 1.4rem;
      color: var(--teal-dark);
    }

    .lead {
      font-size: 1.1rem;
      color: var(--ink);
    }

    .section-title {
      position: relative;
      display: inline-block;
    }

    .section-title::after {
content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 80px;
    border-radius: 0px;
    background: linear-gradient(90deg, var(--teal), transparent);
    transition: width 0.6s ease;
        margin-bottom: 10px;
    margin-top: 4px;
    }

    .section-title.in-view::after {
      width: 64px;
    }

    .card-icon {
      display: block;
      width: 40px;
      height: 40px;
      margin-bottom: 12px;
    }

    .step-icon {
      display: block;
      width: 36px;
      height: 36px;
    }

    .badge-wrap {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 18px;
      flex-wrap: wrap;
    }

    .badge-illustration {
      width: 96px;
      height: 96px;
    }

    .split {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 32px;
      align-items: start;
    }

    .pill-list {
      list-style: none;
      padding: 0 !important;
    margin: 24px 0 0 !important;
      display: grid;
      gap: 12px;
    }

    .pill-list li {
      padding: 12px 16px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.85);
      font-size: 0.95rem;
    }

    .logo-wall {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 16px;
      margin-top: 28px;
    }

    .logo-card {
      border: 1px dashed rgba(36, 76, 90, 0.28);
      padding: 20px;
      border-radius: 18px;
      text-align: center;
      font-weight: 600;
      color: var(--ink-soft);
      background: rgba(255, 255, 255, 0.75);
    }

    .photo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 18px;
      margin-top: 28px;
    }

    .photo-card {
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(36, 76, 90, 0.16);
      box-shadow: 0 16px 34px rgba(36, 76, 90, 0.12);
      background: white;
    }

    .photo-card img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      display: block;
      filter: grayscale(1) contrast(1.05) brightness(0.95);
    }

    .photo-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(36, 76, 90, 0.18);
      mix-blend-mode: multiply;
      pointer-events: none;
    }

    .photo-card span {
      position: absolute;
      left: 16px;
      bottom: 16px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(36, 76, 90, 0.85);
      color: white;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      box-shadow: 0 8px 20px rgba(36, 76, 90, 0.18);
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 18px;
      margin-top: 24px;
    }

    .benefit {
      background: white;
      border-radius: 20px;
      padding: 18px;
      border: 1px solid rgba(36, 76, 90, 0.08);
      box-shadow: 0 10px 24px rgba(36, 76, 90, 0.08);
    }

    [data-spotlight] {
      position: relative;
      z-index: 0;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    [data-spotlight]::before {
      content: "";
      position: absolute;
      inset: -6px;
      border-radius: inherit;
      background: radial-gradient(circle at top left, rgba(36, 76, 90, 0.28), transparent 60%);
      opacity: 0;
      filter: blur(14px);
      z-index: -1;
      transition: opacity 0.3s ease;
    }

    [data-spotlight].in-view {
      transform: translateY(-2px);
      border-color: rgba(36, 76, 90, 0.3);
      box-shadow: 0 18px 36px rgba(36, 76, 90, 0.12);
    }

    [data-spotlight].in-view::before {
      opacity: 1;
    }

    [data-spotlight]:hover,
    [data-spotlight]:focus-within {
      transform: translateY(-4px);
      border-color: rgba(36, 76, 90, 0.4);
      box-shadow: 0 20px 40px rgba(36, 76, 90, 0.16);
    }

    .benefit h4 {
      margin: 0 0 8px;
      font-size: 1.05rem;
    }

    .cta-band {
      background: linear-gradient(130deg, #244c5a, #3a6474);
      color: white;
      border-radius: 28px;
      padding: 36px;
      display: grid;
      gap: 16px;
      align-items: center;
    }

    .cta-band-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 24px;
      align-items: center;
    }

    .cta-band img {
      width: 100%;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 16px 30px rgba(36, 76, 90, 0.2);
      filter: grayscale(1) contrast(1.05) brightness(0.95);
    }

    .cta-band p {
      color: rgba(255, 255, 255, 0.8);
    }

    .process {
      display: grid;
      gap: 16px;
      position: relative;
      padding-left: 32px;
    }

    .process-step {
      padding: 18px 20px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.85);
      display: grid;
      gap: 8px;
      position: relative;
    }

    .process-section {
      position: relative;
      padding: 80px 0;
    }

    .process-panel {
      position: relative;
      border-radius: 32px;
      padding: 40px;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(36, 76, 90, 0.22);
      box-shadow: 0 30px 60px rgba(36, 76, 90, 0.16);
      overflow: hidden;
    }

    .process-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(400px 220px at 8% 12%, rgba(36, 76, 90, 0.18), transparent 70%),
        linear-gradient(120deg, rgba(36, 76, 90, 0.06), transparent 45%);
      pointer-events: none;
    }

    .process-panel::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 6px;
      height: 100%;
      background: linear-gradient(180deg, rgba(36, 76, 90, 0.9), rgba(36, 76, 90, 0.2));
      opacity: 0.45;
    }

    .process-title-card {
      position: relative;
      padding: 18px 20px;
      border-radius: 18px;
      background: white;
      border: 1px solid rgba(36, 76, 90, 0.25);
      box-shadow: 0 18px 32px rgba(36, 76, 90, 0.12);
      display: inline-block;
    }

    .process-title-card::after {
      content: "";
      position: absolute;
      left: 18px;
      bottom: -10px;
      width: 52px;
      height: 4px;
      border-radius: 999px;
      background: var(--teal);
      box-shadow: 0 8px 18px rgba(36, 76, 90, 0.3);
    }

    .process-lead {
      margin-top: 24px;
    }

    .process::before {
      content: "";
      position: absolute;
      left: 12px;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: linear-gradient(180deg, rgba(36, 76, 90, 0.5), rgba(36, 76, 90, 0.12));
      border-radius: 999px;
    }

    .process-step::before {
      content: "";
      position: absolute;
      left: -30px;
      top: 26px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--teal);
      box-shadow: 0 0 0 6px rgba(36, 76, 90, 0.15);
    }

    .step-head {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .step-index {
      min-width: 44px;
      height: 44px;
      border-radius: 14px;
      background: rgba(36, 76, 90, 0.1);
      color: var(--teal-dark);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
    }

    .process-step strong {
      font-size: 1.05rem;
    }

    .cfam-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: grid;
      gap: 10px;
    }

    .cfam-list li {
      padding-left: 20px;
      position: relative;
    }

    .cfam-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--teal);
    }

    .insight {
      border-left: 2px solid var(--teal);
      padding-left: 18px;
      margin-top: 18px;
    }

    .form-wrap {
      background: white;
      border-radius: 28px;
      padding: 32px;
      box-shadow: var(--shadow);
      border: 1px solid rgba(36, 76, 90, 0.08);
    }

    label {
      font-size: 0.9rem;
      color: var(--ink-soft);
    }

    input,
    textarea {
      width: 100%;
      padding: 12px 14px;
      border-radius: 12px;
      border: 1px solid rgba(36, 76, 90, 0.2);
      font-size: 1rem;
      font-family: inherit;
    }

    input:focus,
    textarea:focus {
      outline: none;
      border-color: var(--teal);
      box-shadow: 0 0 0 3px rgba(36, 76, 90, 0.15);
    }

    .submit {
      margin-top: 8px;
      background: var(--teal);
      color: white;
      border: none;
      padding: 14px 20px;
      border-radius: 999px;
      font-weight: 600;
      cursor: pointer;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(36, 76, 90, 0.12);
      color: var(--ink-soft);
      font-size: 0.85rem;
    }

    .footer {
      padding: 40px 0 60px;
      color: var(--ink-soft);
      font-size: 0.9rem;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px) scale(0.98);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .reveal.in-view {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    .reveal[data-delay="1"] { transition-delay: 0.05s; }
    .reveal[data-delay="2"] { transition-delay: 0.15s; }
    .reveal[data-delay="3"] { transition-delay: 0.25s; }
    .reveal[data-delay="4"] { transition-delay: 0.35s; }

    @keyframes drift {
      0% { transform: translate3d(0, 0, 0) scale(1); }
      50% { transform: translate3d(4%, -6%, 0) scale(1.05); }
      100% { transform: translate3d(0, 0, 0) scale(1); }
    }

    @keyframes floaty {
      0% { transform: translate3d(0, 0, 0); }
      50% { transform: translate3d(0, -10px, 0); }
      100% { transform: translate3d(0, 0, 0); }
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.05); }
    }

    @keyframes ring {
      0% { opacity: 0.6; transform: scale(0.92); }
      70% { opacity: 0; transform: scale(1.08); }
      100% { opacity: 0; transform: scale(1.08); }
    }

    @media (prefers-reduced-motion: reduce) {
      .reveal {
        opacity: 1;
        transform: none;
        transition: none;
      }

      .bg-effects::before,
      .orb,
      .floating-panel,
      .signal {
        animation: none;
      }

      .cta-primary::after {
        animation: none;
        opacity: 0;
      }
    }

    @media (max-width: 900px) {
      .nav-links {
        display: none;
      }

      .hero {
        padding-top: 24px;
      }

      .cta-band {
        text-align: left;
      }

      .floating-panel,
      .floating-panel.secondary,
      .signal {
        position: static;
        width: auto;
        margin-top: 16px;
      }

      .hero-visual {
        min-height: auto;
      }
      .process-panel {
        padding: 28px;
      }

      .process {
        padding-left: 22px;
      }

      .process-step::before {
        left: -22px;
      }
    }

    .bg-effects {
      position: fixed;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
      z-index: 0;
    }

    .bg-effects::before {
      content: "";
      position: absolute;
      inset: -20%;
      background:
        radial-gradient(40rem 24rem at 15% 10%, rgba(36, 76, 90, 0.25), transparent 65%),
        radial-gradient(30rem 20rem at 85% 10%, rgba(36, 76, 90, 0.18), transparent 60%),
        radial-gradient(50rem 30rem at 50% 120%, rgba(36, 76, 90, 0.25), transparent 70%);
      animation: drift 16s ease-in-out infinite;
    }

    .bg-effects::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(36, 76, 90, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 76, 90, 0.08) 1px, transparent 1px);
      background-size: 90px 90px;
      opacity: 0.35;
      mask-image: radial-gradient(circle at top, black 20%, transparent 70%);
    }

    .orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(0.5px);
      animation: floaty 10s ease-in-out infinite;
    }

    .orb.orb-1 {
      width: 240px;
      height: 240px;
      left: -60px;
      top: 20%;
      background: radial-gradient(circle, rgba(36, 76, 90, 0.28), transparent 70%);
    }

    .orb.orb-2 {
      width: 320px;
      height: 320px;
      right: -100px;
      top: 10%;
      background: radial-gradient(circle, rgba(36, 76, 90, 0.25), transparent 70%);
      animation-delay: 2s;
    }

    .orb.orb-3 {
      width: 220px;
      height: 220px;
      right: 10%;
      bottom: -40px;
      background: radial-gradient(circle, rgba(36, 76, 90, 0.22), transparent 70%);
      animation-delay: 4s;
    }
.wp-block-uagb-container div.div-form-vbc {
    transform: translateY(-2px);
    border-color: rgb(36 76 90 / 85%);
    box-shadow: 0 18px 36px rgb(36 76 90 / 29%) !important;
    background: radial-gradient(circle at top left, rgba(36, 76, 90, 0.28), transparent 60%);
    border-radius: 28px;
    padding: 32px;
    box-shadow: var(--shadow) !important;
    border: 1px solid rgba(36, 76, 90, 0.08);
    position: relative;
    z-index: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.wp-block-uagb-buttons .uagb-buttons-repeater:hover .uagb-button__link {
    color: #ffffff;
}

.wp-block-uagb-container.afterlogous:after {
    content: '';
    bottom: -25px;
    right: -30px;
    width: 165px;
    height: 165px;
    background-image: url(/wp-content/uploads/2026/02/LOGOUS-03.svg);
    background-size: 80%;
    background-color: rgb(49 89 101 / 70%);
    padding: 18px;
    border: 3px solid rgb(215 227 231 / 34%);
    box-shadow: 0 18px 32px rgba(24, 52, 62, 0.14);
    background-repeat: no-repeat;
    background-position: 50% 37%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    border-radius: 100px;
    display: block;
}
@media (max-width: 769px){
.hero-visual.reveal.in-view {
    display: none;
}
.tag {
    justify-content: center;
}
#page .site-content {
    flex-grow: 1;
    margin-top: 80px;
}
.center-text p, .center-text a{
	text-align: center;
}
.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    gap: 30px;
}
.margin0auto{
	margin: 0 auto;
}
	html {
    width: 100%;
    overflow-x: hidden;
}
	.wp-block-uagb-container.afterlogous:after {
    content: '';
    bottom: -25px;
    right: 15px;
    width: 120px;
    height: 120px;
		transform: rotate(4deg);
	}
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background: rgb(255 255 255 / 55%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: transparent;
}