@media only screen and (min-width: 0rem) {
    #content-page-714 {
        padding: var(--sectionPadding);
        background-color: #030a14;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    #content-page-714 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 5rem);
        position: relative;
    }

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

    #content-page-714 .cs-content img {
        width: 100%;
        height: auto;
        margin: 1rem 0;
        display: block;
    }

    #content-page-714 h1 {
        color: white;
        font-family: 'oswald';
    }
  #content-page-714 strong {
        color: white;
        font-family: 'oswald';
    }

    #content-page-714 h2, #content-page-714 h3, #content-page-714 h4, #content-page-714 h5, #content-page-714 h6 {
        font-weight: 700;
        line-height: 1.1em;
        text-align: inherit;
        margin: 0 0 1rem 0;
        color:white;
        font-family: 'oswald';
    }

    #content-page-714 h2 {
        font-size: 2rem;
        margin-top: 2rem;
    }

    #content-page-714 h3 {
        font-size: 1.5rem;
        color: #ffffff;
    }

    #content-page-714 h4, #content-page-714 h5, #content-page-714 h6 {
        font-size: 1.25rem;
        color: #ffffff;
    }

    #content-page-714 .cs-button-solid {
        margin-bottom: 2rem;
    }

    #content-page-714 .cs-color {
        color: white;
    }

    #content-page-714 p {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        margin: 0 0 1rem 0;
        color: white;
        font-family: 'source sans 3';
    }

    #content-page-714 p:last-of-type {
        margin-bottom: 2rem;
    }

    #content-page-714 p a {
        font-weight: bold;
         font-family: 'source sans 3';
        font-size: inherit;
        line-height: inherit;
        text-decoration: underline;

        color: var(--primary);
    }

    #content-page-714 ol, #content-page-714 ul {
        padding-left: 1.5rem;
        margin: 0 0 2rem 0;
        color: white;
        display: flex;
         font-family: 'source sans 3';
        flex-direction: column;
        gap: 1rem;
    }

    #content-page-714 ul li {
        list-style: none;
        color: inherit;
         font-family: 'source sans 3';
        position: relative;
    }

    #content-page-714 ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: currentColor;
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 0.625rem;
        left: -0.75rem;
    }

    #content-page-714 ul li p:last-of-type {
        margin: 0;
    }

    #content-page-714 .cs-image-group {
        font-size: min(1vw, 1em);
        width: 33.875em;
        height: 48.3125em;
        display: none;
        flex: none;
        position: relative;
        z-index: 1;
    }

 

    #content-page-714 .cs-picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
    }

   

    #content-page-714 .cs-background {
        display: none;
    }

}

@media only screen and (min-width: 48rem) {
    #content-page-714 .cs-container {
        flex-direction: row;
        align-items: flex-start;
    }

    #content-page-714 .cs-image-group {
        display: block;
        order: -1;
    }

    #content-page-714 .cs-content {
        margin-left: auto;
    }


}

@media only screen and (min-width: 81.25rem) {
    #content-page-714 .cs-image-group {
        font-size: inherit;
        position: relative;
    }

    #content-page-714 .cs-background {
        width: 50%;
        margin-right: 20.9375rem;
        left: auto;
        right: 50%;
    }
}
