/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-715 {
    padding: var(--sectionPadding);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 10rem;
  }
  #content-page-715 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #content-page-715 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 46.125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page-715 .cs-content img {
    width: 100%;
    height: auto;
    margin: 1rem 0;
    display: block;
  }
  #content-page-715 .cs-title {
    font-family: "PT Serif";
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #content-page-715 h2,
  #content-page-715 h3,
  #content-page-715 h4,
  #content-page-715 h5,
  #content-page-715 h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #content-page-715 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page-715 h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }
  #content-page-715 h4,
  #content-page-715 h5,
  #content-page-715 h6 {
    font-size: 1.25rem;
  }
  #content-page-715 .cs-button-solid {
    margin-bottom: 2rem;
  }
  #content-page-715 .cs-color {
    color: var(--primary);
  }
  #content-page-715 p {
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page-715 p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page-715 p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
  }
  #content-page-715 a {
    text-decoration: none;
    color: var(--bodyTextColor);
    font-size: 1.2rem;
  }
  #content-page-715 a:hover {
    color: var(--primary);
    text-decoration: 2px underline;
    text-underline-offset: 0.25rem;
    text-decoration-color: var(--accentcolor);
  }
  #content-page-715 ol,
  #content-page-715 ul {
    padding-left: 1.5rem;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page-715 ul li {
    list-style: circle;
    color: inherit;
    position: relative;
    font-size: 1.2rem;
  }
  #content-page-715 .cs-image-group {
    font-size: min(1vw, 1em);
    width: 33.875em;
    height: 48.3125em;
    display: none;
    flex: none;
    position: relative;
    transform: scaleX(-1);
    margin-right: 2rem;
  }
  #content-page-715 .cs-picture {
    width: 33.875em;
    height: 40.215em;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content-page-715 .cs-picture img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(-1);
    border-radius: 1rem 6rem 1rem 1rem;
    box-shadow: #d6d4d4 -6px 6px 24px;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-page-715 .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page-715 .cs-image-group {
    display: block;
  }
  #content-page-715 .cs-background {
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  #content-page-715 .cs-background img {
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #content-page-715 .cs-image-group {
    font-size: inherit;
    position: absolute;
    top: 0rem;
    right: -2.25rem;
  }
  #content-page-715 .cs-background {
    width: 50%;
    margin-left: 20.9375rem;
    right: auto;
    left: 50%;
  }
}
