/* PAGE-SPECIFIC STYLES FOR THE TERMINOS PAGE */
/*-- -------------------------- -->
<---          Steps             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-1712 {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #steps-1712 .cs-container {
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  #steps-1712 .cs-wrapper {
    width: 100%;
    margin: auto;
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-1712 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
  }
  #steps-1712 .cs-title {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  #steps-1712 .cs-text {
    max-width: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  #steps-1712 .cs-card-group {
    margin: 0;
    padding: 0;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    /* 24px - 32px */
    gap: clamp(1.5rem, 3vw, 2rem);
    grid-auto-flow: row;
  }
  #steps-1712 .cs-item {
    list-style: none;
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #steps-1712 .cs-number {
    /* 80px - 100px */
    font-size: clamp(5rem, 9vw, 6.25rem);
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-right: -1.25rem;
    color: var(--primary);
    opacity: 0.12;
    display: block;
  }
  #steps-1712 .cs-h3 {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #steps-1712 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #steps-1712 .cs-background {
    width: 100%;
    height: 22.5rem;
    display: block;
  }
  #steps-1712 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-1712 {
    padding: var(--sectionPadding);
  }
  #steps-1712 .cs-container {
    padding: 0;
    justify-content: flex-start;
  }
  #steps-1712 .cs-title {
    margin: 0;
  }
  #steps-1712 .cs-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #steps-1712 .cs-card-group {
    /* 16px - 32px */
    gap: clamp(1rem, 3vw, 2rem);
  }
  #steps-1712 .cs-item {
    flex-direction: row;
  }
  #steps-1712 .cs-picture {
    width: 11.25rem;
    height: 11.25rem;
  }
  #steps-1712 .cs-background {
    width: 30%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #steps-1712 .cs-wrapper {
    width: 100%;
  }
  #steps-1712 .cs-background {
    width: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #steps-1712 .cs-title,
  body.dark-mode #steps-1712 .cs-h3,
  body.dark-mode #steps-1712 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #steps-1712 .cs-item-text {
    opacity: 0.8;
  }
}

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