/* Start custom CSS for html, class: .elementor-element-8de9689 */.glm-privacy-choices,
  .glm-privacy-choices *,
  .glm-privacy-choices *::before,
  .glm-privacy-choices *::after {
    box-sizing: border-box;
  }

  .glm-privacy-choices {
    --glm-text: #252525;
    --glm-heading: #111111;
    --glm-muted: #666666;
    --glm-border: #e5e5e5;
    --glm-link: #1a5fb4;
    --glm-button-bg: #111111;
    --glm-button-text: #ffffff;

    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 24px;

    color: var(--glm-text);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
  }

  .glm-privacy-choices header {
    display: block;
    margin: 0 0 36px;
    padding: 0;
  }

  .glm-privacy-choices h1 {
    display: block;
    margin: 0 0 12px !important;
    padding: 0;

    color: var(--glm-heading);
    font-family: inherit;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.15;
  }

  .glm-privacy-choices .glm-company {
    display: block;
    margin: 0 0 4px !important;
    padding: 0;

    color: var(--glm-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
  }

  .glm-privacy-choices .glm-effective-date {
    display: block;
    margin: 0 !important;
    padding: 0;

    color: var(--glm-muted);
    font-size: 15px;
    line-height: 1.5;
  }

  .glm-privacy-choices p {
    display: block;
    margin: 0 0 18px !important;
    padding: 0;

    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.7;
  }

  .glm-privacy-choices p:last-child {
    margin-bottom: 0 !important;
  }

  .glm-privacy-choices .glm-intro {
    display: block;
    margin: 0 0 42px;
    padding: 0 0 32px;
    border-bottom: 1px solid var(--glm-border);
  }

  .glm-privacy-choices .glm-intro p {
    margin-bottom: 18px !important;
  }

  .glm-privacy-choices .glm-intro p:last-child {
    margin-bottom: 0 !important;
  }

  .glm-privacy-choices section {
    display: block;
    margin: 0 0 42px !important;
    padding: 0;
  }

  .glm-privacy-choices section:last-child {
    margin-bottom: 0 !important;
  }

  .glm-privacy-choices h2 {
    display: block;
    margin: 0 0 16px !important;
    padding: 0;

    color: var(--glm-heading);
    font-family: inherit;
    font-size: clamp(23px, 3vw, 28px);
    font-weight: 700;
    line-height: 1.3;
  }

  .glm-privacy-choices h3 {
    display: block;
    margin: 28px 0 12px !important;
    padding: 0;

    color: var(--glm-heading);
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }

  .glm-privacy-choices ul {
    display: block !important;
    margin: 8px 0 22px !important;
    padding: 0 0 0 26px !important;

    list-style-type: disc !important;
    list-style-position: outside !important;
  }

  .glm-privacy-choices ul li {
    display: list-item !important;
    margin: 0 0 8px !important;
    padding: 0 !important;

    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.65;

    list-style-type: disc !important;
  }

  .glm-privacy-choices ul li:last-child {
    margin-bottom: 0 !important;
  }

  .glm-privacy-choices ul li::marker {
    color: currentColor;
  }

  .glm-privacy-choices a {
    color: var(--glm-link);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    word-break: break-word;
  }

  .glm-privacy-choices a:hover,
  .glm-privacy-choices a:focus {
    text-decoration-thickness: 2px;
  }

  .glm-privacy-choices .glm-action {
    display: block;
    margin: 18px 0 0;
    padding: 22px;

    border: 1px solid var(--glm-border);
    border-radius: 8px;
  }

  .glm-privacy-choices .glm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    margin: 0;
    padding: 12px 20px;

    border: 1px solid var(--glm-button-bg);
    border-radius: 6px;

    background: var(--glm-button-bg);
    color: var(--glm-button-text);

    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;

    cursor: pointer;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  .glm-privacy-choices .glm-button:hover {
    opacity: 0.85;
  }

  .glm-privacy-choices .glm-button:active {
    transform: translateY(1px);
  }

  .glm-privacy-choices .glm-contact {
    display: block;
    margin: 18px 0 0;
    padding: 24px;

    border: 1px solid var(--glm-border);
    border-radius: 8px;
  }

  .glm-privacy-choices .glm-contact p {
    margin: 0 0 10px !important;
  }

  .glm-privacy-choices .glm-contact p:last-child {
    margin-bottom: 0 !important;
  }

  @media (max-width: 767px) {
    .glm-privacy-choices {
      padding: 32px 18px;
      font-size: 16px;
      line-height: 1.7;
    }

    .glm-privacy-choices header {
      margin-bottom: 30px;
    }

    .glm-privacy-choices .glm-intro {
      margin-bottom: 34px;
      padding-bottom: 26px;
    }

    .glm-privacy-choices section {
      margin-bottom: 34px !important;
    }

    .glm-privacy-choices h2 {
      margin-bottom: 14px !important;
    }

    .glm-privacy-choices p {
      margin-bottom: 16px !important;
    }

    .glm-privacy-choices ul {
      margin-top: 8px !important;
      margin-bottom: 20px !important;
      padding-left: 24px !important;
    }

    .glm-privacy-choices ul li {
      margin-bottom: 7px !important;
    }

    .glm-privacy-choices .glm-action,
    .glm-privacy-choices .glm-contact {
      padding: 18px;
    }

    .glm-privacy-choices .glm-button {
      width: 100%;
    }
  }/* End custom CSS */