/*-- -------------------------- -->
<---      ToS & Privacy         -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #legal {
    z-index: 1;
    position: relative;
    background-color: var(--bodyTextColorWhite);
    padding: var(--sectionPadding);
  }
  #legal .cs-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 4vw, 4rem);
    margin: auto;
    max-width: 80rem;
    position: relative;
    width: 100%;
  }
  #legal .cs-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 46.125rem;
    text-align: left;
    width: 100%;
  }
  #legal h1 {
    color: var(--headerColor);
    font-family: var(--headerFontFamily);
    font-size: var(--headerFontSize);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    max-width: 43.75rem;
    position: relative;
    text-align: inherit;
  }
  #legal h2 {
    color: var(--headerColor);
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    margin-top: 2rem;
    text-align: inherit;
    max-width: 30ch;
  }
  #legal h3 {
    color: var(--headerColor);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: inherit;
  }
  #legal h4 {
    color: var(--headerColor);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: inherit;
  }
  #legal h5 {
    color: var(--headerColor);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: inherit;
  }
  #legal h6 {
    color: var(--headerColor);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: inherit;
  }
  #legal .cs-button-solid {
    margin-bottom: 2rem;
  }
  #legal .cs-no-margin {
    margin: 0;
  }
  #legal .cs-color {
    color: var(--primary);
  }
  #legal p {
    margin: 0 0 1rem 0;
    width: 100%;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #legal p:last-of-type {
    margin-bottom: 2rem;
  }
  #legal ol {
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
  }
  #legal ul {
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    color: var(--bodyTextColor);
    gap: 1rem;
  }
  #legal ul li {
    position: relative;
    list-style: none;
    color: inherit;
  }
  #legal ul li:before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    display: block;
    height: 3px;
    left: -0.75rem;
    opacity: 1;
    position: absolute;
    top: 0.625rem;
    width: 3px;
  }
  #legal ul .li-bold-italic {
    list-style: none;
    color: inherit;
    position: relative;
    font-size: 1.1rem;
    font-weight: bold;
  }
  #legal ul .li-bold-italic p {
    font-style: italic;
    font-weight: normal;
  }
  #legal img {
    display: block;
    height: auto;
    width: 100%;
  }
  #legal .cs-image-group {
    display: none;
    flex-direction: column;
    gap: clamp(1rem, 2.6vw, 1.25rem);
    position: relative;
    width: 100%;
  }
  #legal .cs-flex {
    position: relative;
  }
  #legal .cs-background {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
  }
  #legal .cs-background img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #legal .cs-card-group {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.265rem, 1fr));
    gap: clamp(1rem, 2vw, 1.25rem);
    margin: 0 0 1.5rem 0;
    max-width: 39.375rem;
    padding: 0;
    width: 100%;
  }
  #legal .cs-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: clamp(1rem, 3vw, 1.5rem);
    list-style: none;
    gap: 0.75rem;
  }
  #legal .cs-item:before {
    display: none;
  }
  #legal .cs-h3 {
    align-items: center;
    color: var(--headerColor);
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: flex-start;
    line-height: 1.2em;
    margin: 0;
  }
  #legal .cs-h3-icon {
    display: block;
    height: auto;
    width: 2rem;
  }
  #legal .cs-item-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #legal .cs-item-text:last-of-type {
    margin: 0;
  }
  #legal .cs-ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0 0 1.5rem 0;
    padding: 0;
    width: 100%;
  }
  #legal .cs-li {
    align-items: flex-start;
    color: var(--bodyTextColor);
    display: flex;
    font-size: var(--bodyFontSize);
    gap: 0.5rem;
    justify-content: flex-start;
    line-height: 1.5em;
    list-style: none;
    width: 100%;
  }
  #legal .cs-icon {
    display: block;
    height: auto;
    margin-top: 1px;
    width: 1.5rem;
  }
  #legal .package-list {
    color: var(--headerColor);
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    font-style: italic;
    font-size: small;
    max-width: fit-content;
  }
  #legal .package-list:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}
@media only screen and (min-width: 48rem) {
  #legal .cs-container {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  #legal .cs-content {
    flex: none;
    max-width: 40.4375rem;
    width: 50%;
  }
  #legal .cs-image-group {
    display: flex;
    max-width: 33.875rem;
    order: 2;
    position: sticky;
    top: 12.5rem;
    width: 44%;
  }
}
@media only screen and (min-width: 64rem) {
  #legal .cs-content {
    width: 53%;
  }
  #legal .cs-image-group {
    width: 43%;
  }
}

/*# sourceMappingURL=legal.css.map */
