.sw22s-o-footer {
  padding-top: 61px;
  background-color: #111111;
  color: #fff;

  .footer-content-grid {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  .grid-col-1 {
    max-width: 493px;
    min-width: 240px;
    width: 40%;
  }

  .content-logo {
    width: 208px;
    max-width: 100%;

    path.text {
      fill: #ffffff;
    }

    path.flame {
      fill: #ff6200;
    }
  }

  .footer-headline {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.57;
    margin-top: 39px;
  }

  .content-text {
    font-size: 14px;
    line-height: 1.57;
  }

  .content-text p {
    margin: 0;
  }

  .grid-col-2 {
    column-count: 2;
    width: 40%;
    max-width: 481px;
    row-gap: 15px;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style: none;
    margin: 0;
  }

  .grid-col-2 a {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.57;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
  }

  .grid-col-2 a:hover {
    color: #aadc33;
    text-decoration: underline;
  }

  .grid-col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.875rem;
  }

  .social-links {
    display: flex;
    column-gap: 1rem;
    list-style: none;
    padding-inline: 0;
    margin-block: 0;

    a {
      width: 24px;
      height: 24px;
    }
    svg {
      height: 24px;
    }
  }

  .cta {
    margin: 2.5rem auto 0 auto;
  }

  .btn-outline-wrapper::after {
    background: #111111;
  }

  .footer-legal-grid {
    color: #a1a1a1;
    padding: 122px 0 29px;
    position: relative;

    ul {
      list-style: none;
    }

    li {
      border-right: 1px solid #a1a1a1;
      padding-right: 7px;
      margin-right: 7px;
      display: inline;
    }

    li:last-child {
      padding: 0;
      margin: 0;
      border-right: 0px;
    }
  }

  .footer-legal-grid a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-legal-grid a:hover {
    text-decoration: underline;
  }

  .footer-light-background {
    background-image: linear-gradient(to right, #ebefef, #dce2e3 92%);
    padding: 16px 0 13px;
    font-size: 14px;
    color: #666;
    line-height: 1.57;
  }

  .rectangle-1,
  .rectangle-2,
  .rectangle-3,
  .rectangle-4,
  .rectangle-5 {
    position: absolute;
    height: 23.1px;
    bottom: 0;
  }

  .rectangle-1 {
    background-color: #aadc33;
    width: 49.1px;
    left: 0;
  }

  .rectangle-2 {
    background-color: #666;
    width: 23.1px;
    left: 25.9px;
    z-index: 1;
  }

  .rectangle-3 {
    background-color: #05c9d6;
    width: 8.9px;
    height: 46.6px;
    left: 49.1px;
  }

  .rectangle-4 {
    background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 7px,
      #05c9d6 2px,
      #05c9d6 10px
    );
    width: 84.3px;
    left: 56.5px;
    border: 2px solid #05c9d6;
    box-sizing: border-box;
  }

  .rectangle-5 {
    height: 23.7px;
    width: 22.4px;
    background-color: #05c9d6;
    right: 85.1px;
  }

  .cta:focus-visible {
    outline: none;
  }

  @media (max-width: 1400px) {
    .rectangle-3 {
      visibility: hidden;
    }
  }

  @media (max-width: 768px) {
    .footer-content-grid {
      display: block;
    }

    .grid-col-1 {
      max-width: none;
      width: 100%;
    }

    .grid-col-2 {
      max-width: none;
      width: 100%;
      margin-top: 56px;
    }

    .grid-col-3 {
      flex-flow: row-reverse;
      margin-top: 56px;
    }

    .cta {
      margin: 0;
    }

    .social-links {
      flex-grow: 1;
      justify-content: center;
    }

    .footer-legal-grid {
      padding: 60px 0 80px;
    }
  }

  @media (min-width: 768px) {
    .grid-col-2 {
      padding-left: 2rem;
      padding-top: 1.875rem;
    }
  }
}
