@media only screen and (min-width: 0rem) {
  .cs-title {
    color: #000;
    margin-bottom: 15px;
    border-bottom: 3px solid #e50914;
    font-size: clamp(1.6em, 1.8em + 0.2vw, 2.6em);
  }
   .cs-text {
    color: #555;
    font-size: clamp(0.8em, 0.9em + 0.1vw, 1.6em);
    line-height: 1.4;
  } 
#RPsbs-1445 strong, #RPsbsr-1445 strong{
    color: #e50914;
}  
#RPsbs-1445 li, #RPsbsr-1445 li{
    font-size: 1.05em;
    color: #444;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    content: "✔";
}

#RPsbs-1445 ul, #RPsbsr-1445 ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;

}
#RPsbs-1445 ul li::before, #RPsbsr-1445 ul li::before {
    content: "✔";
    color: #e50914;
    margin-right: 10px;
    font-weight: bold;
}

    #RPsbs-1445,
  #RPsbsr-1445 {
    padding: var(--sectionPadding);
    overflow: hidden;
  }
  #RPsbs-1445 .cs-container,
  #RPsbsr-1445 .cs-container {
    width: 100%;
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    width: 100%;
    max-width: 58.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }


  #RPsbs-1445 .cs-card-group,
  #RPsbsr-1445 .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,
  #RPsbsr-1445 .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,
  #RPsbsr-1445 .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,
  #RPsbsr-1445 .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,
  #RPsbsr-1445 .cs-li-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #RPsbs-1445 .cs-h3,
  #RPsbsr-1445 .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,
  #RPsbsr-1445 .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #RPsbs-1445 .cs-button-solid,
  #RPsbsr-1445 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 2rem;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;

    box-sizing: border-box;
  }
  #RPsbs-1445 .cs-button-solid:before,
  #RPsbsr-1445 .cs-button-solid:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width .3s;
  }
  #RPsbs-1445 .cs-button-solid:hover:before,
  #RPsbsr-1445 .cs-button-solid:hover:before {
    width: 100%;
  }
  #RPsbs-1445 .cs-picture,
  #RPsbsr-1445 .cs-picture {
    width: 100%;
    max-width: 70.625rem;
    min-height: 32.625rem;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
  }
  #RPsbs-1445 .cs-picture img,
  #RPsbsr-1445 .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,
  #RPsbsr-1445 .cs-container {
    max-width: 1000rem;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding: 0 40px;
    margin: 50px 0px;
  }
  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    padding: 2.5rem 0;
  }
  #RPsbs-1445 .cs-picture,
  #RPsbsr-1445 .cs-picture {
    height: auto;
    width: 65%;
  }
}


@media only screen and (min-width: 0rem) {
  #RPsbsr-1445, #RPsbs-1445 {
    background-color: #fff;
  }
}

@media only screen and (min-width: 64rem) {
  #RPsbsr-1445 .cs-picture {

    order: 2;
  }
}

@media only screen and (min-width: 97rem) {
  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    width: 80%;
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 81.25rem) {
  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    width: 100%;
    padding: 2.5rem 0;
  }
}
@media (min-width:64rem) and (max-width:75rem) {
  #RPsbs-1445 .cs-content, #RPsbsr-1445 .cs-content{
    text-align: center !important;
    padding-bottom: 80px;
    align-items: center;
  }
  #RPsbs-1445 .cs-container {
    width:100%;
    flex-direction: column;
    margin: 20px auto;
  }
  #RPsbsr-1445 .cs-container{
    width:100%;
    flex-direction: column-reverse;
    margin: 20px auto;
  }
  #RPsbs-1445 li, #RPsbsr-1445 li{
    border-bottom: none;
    font-size: 1.2rem;
  }
  .cs-text {
    color: #555;
    font-size: clamp(0.8em, 1em + 0.1vw, 1.6em);
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #RPsbs-1445 .cs-title{
    text-align: center !important;
  }
}

@media (min-width:37.5rem) and (max-width:64rem) {
  #RPsbs-1445 .cs-content, #RPsbsr-1445 .cs-content{
    text-align: center !important;
    padding-bottom: 80px;
  }
  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    width: 100%;
    align-items: center;
  }
    #RPsbsr-1445 .cs-container{
    width:100%;
    margin: 20px auto;
  }
  #RPsbs-1445 li, #RPsbsr-1445 li{
    border-bottom: none;
    font-size: 1.2rem;
  }
  .cs-text {
    color: #555;
    font-size: clamp(0.8em, 1em + 0.1vw, 1.6em);
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #RPsbs-1445 .cs-title{
    text-align: center !important;
  }
  .cs-picture img{
    margin-top: 20px;
  }
}

@media (min-width:1rem) and (max-width: 37.5rem) {
  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    width: 90% !important;
    padding: 2.5rem 0;
    align-items: center;
    text-align: center;
  }
    #RPsbsr-1445 .cs-container{
    width:90%;
    margin: 20px auto;
    flex-direction: column;
  }
    #RPsbs-1445 .cs-container{
    width:90%;
    margin: 20px auto;
    flex-direction: column;
  }
  .cs-picture img{
    width:90%;
  }
}


