/*-- -------------------------- -->
<---           About             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {

  #RPsbs-1445,
  #about {
    padding: var(--sectionPadding);
    overflow: hidden;
  }

  #RPsbs-1445 .cs-container,
  #about .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }

  #RPsbs-1445 .cs-content,
  #about .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }

  #RPsbs-1445 .cs-text,
  #about .cs-text {
    margin-bottom: 1rem;
  }

  #RPsbs-1445 .cs-text:last-of-type,
  #about .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #RPsbs-1445 .cs-card-group,
  #about .cs-card-group {
    width: 100%;
    max-width: 39.375rem;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

  #RPsbs-1445 .cs-li,
  #about .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* 16px - 20px */
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }

  #RPsbs-1445 .cs-li-picture,
  #about .cs-li-picture {
    width: 5rem;
    height: 5rem;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
    z-index: 1;
  }

  #RPsbs-1445 .cs-li-picture:before,
  #about .cs-li-picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: .1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #RPsbs-1445 .cs-li-icon,
  #about .cs-li-icon {
    width: 2rem;
    height: auto;
    display: block;
  }

  #RPsbs-1445 .cs-h3,
  #about .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }

  #RPsbs-1445 .cs-li-text,
  #about .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }

  #RPsbs-1445 .cs-picture,
  #about .cs-picture {
    width: 100%;
    max-width: 40.625rem;
    min-height: 22.625rem;
    /* clips img tag corners */
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 0.5rem;
  }

  #RPsbs-1445 .cs-picture img,
  #about .cs-picture img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {

  #RPsbs-1445 .cs-container,
  #about .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }

  #RPsbs-1445 .cs-content,
  #about .cs-content {
    width: 50%;
    padding: 2.5rem 0;
  }

  #RPsbs-1445 .cs-picture,
  #about .cs-picture {
    height: auto;
    width: 55%;
  }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {

  body.dark-mode #about .cs-topper,
  body.dark-mode #about .cs-title,
  body.dark-mode #RPsbs-1445 .cs-text,
  body.dark-mode #about .cs-text,
  body.dark-mode #RPsbs-1445 .cs-li,
  body.dark-mode #about .cs-li,
  body.dark-mode #RPsbs-1445 .cs-h3,
  body.dark-mode #about .cs-h3,
  body.dark-mode #RPsbs-1445 .cs-li-text,
  body.dark-mode #about .cs-li-text {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #RPsbs-1445 .cs-li-text,
  body.dark-mode #about .cs-li-text,
  body.dark-mode #RPsbs-1445 .cs-text,
  body.dark-mode #about .cs-text {
    opacity: .8;
  }

  body.dark-mode #RPsbs-1445 .cs-li-picture,
  body.dark-mode #about .cs-li-picture {
    background-color: var(--dark);
  }
}

/*-- -------------------------- -->
<---          Process           -->
<--- -------------------------- -*/
/* Base Styles */
@media (min-width: 0rem) {
  #process {
    background-color: #f7f7f7;
    padding: var(--sectionPadding);
    overflow: hidden;
  }

  #process .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 34.375rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }

  #process .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 80rem;
    text-align: left;
  }

  #process .cs-flex {
    max-width: 40rem;
    width: 100%;
    text-align: left;
  }

  #process .cs-title {
    max-width: 20ch;
    margin: 0;
  }

  #process .cs-text {
    position: relative;
    max-width: 40rem;
    z-index: 1;
  }

  #process .cs-text::after {
    content: "";
    display: block;
    margin-top: 1.5rem;
    height: 1px;
    width: 100%;
    background: var(--primary);
    opacity: 0.2;
  }

  /* Card */
  #process .cs-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #process .cs-card {
    text-align: center;
    padding: clamp(3rem, 4.9vw, 4rem) clamp(2.5rem, 4vw, 3.5rem);
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  }

  #process .cs-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: linear-gradient(135deg, var(--primary), #3399ff, #66ccff);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    z-index: 1;
  }

  #process .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    margin: 0 auto 0.5rem;
    color: var(--headerColor);
  }

  #process .cs-card-p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5em;
    max-width: 22.5rem;
    margin: 0 auto;
    color: var(--bodyTextColor);

  }

  #process .cs-icon {
    /* 68px - 88px */
    width: clamp(2rem, 6.4vw, 3rem);
    /* 68px - 88px */
    height: clamp(2rem, 6.4vw, 3rem);
    /* 20px - 24px */
    margin-bottom: clamp(1.25rem, 5vw, 1.5rem);
    background: linear-gradient(135deg, var(--primary), #3399ff, #66ccff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: clamp(1.25rem, 3.2vw, 1.5rem);
  }
}

/* Medium & Up */
@media (min-width: 48rem) {
  #process .cs-container {
    max-width: 80rem;
  }

  #process .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #process .cs-flex {
    width: 40vw;
    flex: none;
  }

  #process .cs-text {
    padding: 0.75rem 0 0.75rem 1.5rem;
  }

  #process .cs-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    margin: 0 1.5rem 0 0;
    background: var(--primary);
    opacity: 0.2;
  }

  #process .cs-item {
    grid-column: span 4;
  }

  /* Card */
  #process .cs-cards {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}

/* Dark Mode Support */
@media (min-width: 0rem) {
  body.dark-mode #process {
    background-color: var(--darker);
  }

  body.dark-mode #process .cs-title,
  body.dark-mode #process .cs-topper,
  body.dark-mode #process .cs-text,
  body.dark-mode #process .cs-h3,
  body.dark-mode #process .cs-card-p {
    color: var(--bodyTextColorWhite);
  }

  body.dark-mode #process .cs-text,
  body.dark-mode #process .cs-card-p {
    opacity: 0.95;
  }

  body.dark-mode #process .cs-text::after {
    background: var(--bodyTextColorWhite);
  }

  body.dark-mode #process .cs-card {
    background: var(--medium);
  }

  body.dark-mode #process .cs-icon {
    background: linear-gradient(135deg, #005bb5, #3399ff, #66ccff);
    color: #fff;
  }

  body.dark-mode .light {
    display: none;
  }

  body.dark-mode .dark {
    display: block !important;
  }

  .dark {
    display: none;
  }
}


/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
  }

  #cta-51 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #cta-51 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }

  #cta-51 .cs-topper,
  #cta-51 .cs-title,
  #cta-51 .cs-text {
    color: var(--bodyTextColorWhite);
  }

  #cta-51 .cs-text {
    margin-bottom: 1rem;
  }

  #cta-51 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #cta-51 .cs-picture {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #cta-51 .cs-picture:before {
    /* black color overlay */
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #cta-51 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}