/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

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

  #RPsbs-1489,
  #RPsbsr-1489 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

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

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

  #RPsbs-1489 .cs-title,
  #RPsbsr-1489 .cs-title {
    max-width: 20ch;
  }

  #RPsbs-1489 .cs-text,
  #RPsbsr-1489 .cs-text {
    margin-bottom: 1rem;
  }

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

  #RPsbs-1489 .cs-button-solid,
  #RPsbsr-1489 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    overflow: hidden;
    margin: 0;
    color: #fff;
    padding: 0 3rem;
    border-radius: 1.875rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color .3s;
  }

  #RPsbs-1489 .cs-button-solid:before,
  #RPsbsr-1489 .cs-button-solid:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 0%;
    background: var(--secondary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width .3s;
  }

  #RPsbs-1489 .cs-button-solid:hover:before,
  #RPsbsr-1489 .cs-button-solid:hover:before {
    width: 100%;
  }

  #RPsbs-1489 .cs-image-group,
  #RPsbsr-1489 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .745em, resets at desktop */
    font-size: min(2.24vw, .9em);
    width: 40.6875em;
    height: 42.4375em;
    display: block;
    position: relative;
    z-index: 1;
  }

  #RPsbs-1489 .cs-picture,
  #RPsbsr-1489 .cs-picture {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
  }

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

  #RPsbs-1489 .cs-picture1,
  #RPsbsr-1489 .cs-picture1 {
    width: 40.4375em;
    height: 37.5em;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #RPsbs-1489 .cs-picture2,
  #RPsbsr-1489 .cs-picture2 {
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background-color: #fff;
    border: 0.625em solid #ffffff;
    bottom: 0;
    right: 0;
    z-index: 10;
  }

  #RPsbs-1489 .cs-flower,
  #RPsbsr-1489 .cs-flower {
    width: 9.5625em;
    height: auto;
    position: absolute;
    top: 2.6875em;
    right: 0.75em;
    z-index: 1;
  }

  #RPsbs-1489 .cs-squiggle,
  #RPsbsr-1489 .cs-squiggle {
    width: 13.4375em;
    height: auto;
    position: absolute;
    bottom: 9.0625em;
    left: 3.125em;
  }

  #RPsbs-1489 .cs-mask,
  #RPsbsr-1489 .cs-mask {
    width: 40.5625em;
    height: 37.625em;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
  }

  #RPsbs-1489 .cs-top,
  #RPsbsr-1489 .cs-top {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 120rem;
    width: 100%;
    height: auto;
  }

  #RPsbs-1489 .cs-bottom,
  #RPsbsr-1489 .cs-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 120rem;
    width: 100%;
    height: auto;
  }

  /* content */
  /* content */
  #RPsbs-1489 h2,
  #RPsbs-1489 h3,
  #RPsbs-1489 h4,
  #RPsbs-1489 h5,
  #RPsbs-1489 h6,
  #RPsbsr-1489 h2,
  #RPsbsr-1489 h3,
  #RPsbsr-1489 h4,
  #RPsbsr-1489 h5,
  #RPsbsr-1489 h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }

  /* #RPsbs-1489 h2,
  #RPsbsr-1489 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  } */

  #RPsbs-1489 h3,
  #RPsbsr-1489 h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }

  #RPsbs-1489 h4,
  #RPsbs-1489 h5,
  #RPsbs-1489 h6,
  #RPsbsr-1489 h4,
  #RPsbsr-1489 h5,
  #RPsbsr-1489 h6 {
    font-size: 1.25rem;
  }

  #RPsbs-1489 p,
  #RPsbsr-1489 p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }

  #RPsbs-1489 p:last-of-type,
  #RPsbsr-1489 p:last-of-type {
    margin-bottom: 2rem;
  }

  #RPsbs-1489 p a,
  #RPsbsr-1489 p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
    filter: brightness(120%);
  }

  #RPsbs-1489 ol,
  #RPsbs-1489 ul,
  #RPsbsr-1489 ol,
  #RPsbsr-1489 ul {
    padding-left: 1.5rem;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  #RPsbs-1489 ul li,
  #RPsbsr-1489 ul li {
    list-style: none;
    color: inherit;
    position: relative;
  }

  #RPsbs-1489 ul li:before,
  #RPsbsr-1489 ul li:before {
    /* custom list bullet */
    content: '';
    width: 3px;
    height: 3px;
    background: currentColor;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0.625rem;
    left: -0.75rem;
  }
}

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

  #RPsbs-1489 .cs-container,
  #RPsbsr-1489 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #RPsbs-1489 .cs-image-group,
  #RPsbsr-1489 .cs-image-group {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
}

/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbsr-1489 {
    background-color: #FFF8F5;
  }

  #RPsbsr-1489 .cs-picture1 {
    left: auto;
    right: 0;
  }

  #RPsbsr-1489 .cs-picture2 {
    right: auto;
    left: 0;
  }

  #RPsbsr-1489 .cs-flower {
    right: auto;
    left: 0.75em;
  }

  #RPsbsr-1489 .cs-squiggle {
    left: auto;
    right: 3.125em;
  }

  #RPsbsr-1489 .cs-mask {
    left: auto;
    right: -1px;
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RPsbsr-1489 .cs-image-group {
    /* sends it to the right in the 2nd position */
    order: 2;
  }
}