/* Services Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page,
  #content-page-02 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: var(--bg01);
    padding: var(--sectionPadding);
  }
  #content-page .cs-container,
  #content-page-02 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    max-width: 80em;
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #content-page .cs-content,
  #content-page-02 .cs-content {
    width: 100%;
    display: flex;
    text-align: left;
    max-width: 46.125rem;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page .cs-title,
  #content-page-02 .cs-title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
  }
  #content-page h2,
  #content-page h3,
  #content-page h4,
  #content-page h5,
  #content-page h6 {
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: inherit;
    color: var(--headerColor);
    font-family: var(--titleFont);
  }
  #contet-page-02 h2,
  #contet-page-02 h3,
  #contet-page-02 h4,
  #contet-page-02 h5,
  #contet-page-02 h6 {
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-align: inherit;
    color: var(--headerColor);
    font-family: var(--titleFont);
  }
  #content-page h2,
  #content-page-02 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page h3,
  #content-page-02 h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }
  #content-page h4,
  #content-page h5,
  #content-page h6 {
    font-size: 1.25rem;
  }
  #content-page-02 h4,
  #content-page-02 h5,
  #content-page-02 h6 {
    font-size: 1.25rem;
  }
  #content-page .cs-button-solid,
  #content-page-02 .cs-button-solid {
    margin-bottom: 2rem;
  }
  #content-page .cs-no-margin,
  #content-page-02 .cs-no-margin {
    margin: 0;
  }
  #content-page p,
  #content-page-02 p {
    width: 100%;
    line-height: 1.5em;
    margin: 0 0 1rem 0;
    text-align: inherit;
    color: var(--bodyTextColor);
    font-family: var(--bodyFont);
    font-size: var(--bodyFontSize);
  }
  #content-page p:last-of-type,
  #content-page-02 p:last-of-type  {
    margin-bottom: 2rem;
  }
  #content-page p a,
  #content-page-02 p a {
    font-size: inherit;
    line-height: inherit;
    color: var(--primary);
    text-decoration: underline;
  }
  #content-page ol,
  #content-page ul {
    gap: 1rem;
    display: flex;
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    flex-direction: column;
    color: var(--bodyTextColor);
    font-family: var(--bodyFont);
  }
  #content-page-02 ol,
  #content-page-02 ul {
    gap: 1rem;
    display: flex;
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    flex-direction: column;
    color: var(--bodyTextColor);
    font-family: var(--bodyFont);
  }
  #content-page ul li,
  #content-page-02 ul li {
    color: inherit;
    list-style: none;
    position: relative;
  }
  #content-page ul li:before,
  #content-page-02 ul li:before {
    /* custom list bullet */
    width: 3px;
    opacity: 1;
    content: '';
    height: 3px;
    top: 0.625rem;
    display: block;
    left: -0.75rem;
    border-radius: 50%;
    position: absolute;
    background: currentColor;
  }
  #content-page img,
  #content-page-02 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.25rem;
  }
  #content-page .cs-image-group,
  #content-page-02 .cs-image-group {
    flex: none;
    z-index: 1;
    display: none;
    width: 33.875em;
    height: 48.3125em;
    position: relative;
    font-size: min(1vw, 1em);
  }
  #content-page .cs-picture,
  #content-page-02 .cs-picture {
    top: 0;
    left: 0;
    display: block;
    width: 33.875em;
    overflow: hidden;
    height: 40.4375em;
    position: absolute;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: 0.75em solid #FFF;
    background-color: #F7F7F7;
  }
  #content-page .cs-picture img,
  #content-page-02 .cs-picture img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  #content-page .cs-background,
  #content-page-02 .cs-background {
    display: none;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-page .cs-container,
  #content-page-02 .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page .cs-image-group,
  #content-page-02 .cs-image-group {
    order: -1;
    display: block;
  }
  #content-page .cs-content,
  #content-page-02 .cs-content {
    margin-left: auto;
  }
  #content-page .cs-background,
  #content-page-02 .cs-background {
    top: 0;
    left: 0;
    width: 20%;
    z-index: -1;
    height: 100%;
    display: block;
    position: absolute;
    background: #F7F7F7;
  }
  #content-page .cs-background img,
  #content-page-02 .cs-background img {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: .2;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #content-page .cs-image-group,
  #content-page-02 .cs-image-group {
    top: 0rem;
    left: -6.25rem;
    font-size: inherit;
    position: absolute;
  }
  #content-page .cs-background,
  #content-page-02 .cs-background {
    width: 50%;
    left: auto;
    right: 50%;
    margin-right: 20.9375rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #content-page,
  body.dark-mode #content-page-02 {
    background-color: var(--dark);
  }
  body.dark-mode #content-page .cs-title,
  body.dark-mode #content-page .cs-text,
  body.dark-mode #content-page h2,
  body.dark-mode #content-page h3,
  body.dark-mode #content-page h4,
  body.dark-mode #content-page h5,
  body.dark-mode #content-page h6,
  body.dark-mode #content-page li,
  body.dark-mode #content-page p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #content-page-02 .cs-title,
  body.dark-mode #content-page-02 .cs-text,
  body.dark-mode #content-page-02 h2,
  body.dark-mode #content-page-02 h3,
  body.dark-mode #content-page-02 h4,
  body.dark-mode #content-page-02 h5,
  body.dark-mode #content-page-02 h6,
  body.dark-mode #content-page-02 li,
  body.dark-mode #content-page-02 p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #content-page .cs-color,
  body.dark-mode #content-page p a {
    color: var(--primaryLight);
  }
  body.dark-mode #content-page-02 .cs-color,
  body.dark-mode #content-page-02 p a {
    color: var(--primaryLight);
  }
  body.dark-mode #content-page p,
  body.dark-mode #content-page li {
    color: #EBEBEB;
  }
  body.dark-mode #content-page-02 p,
  body.dark-mode #content-page-02 li {
    color: #EBEBEB;
  }
  body.dark-mode #content-page .cs-picture {
    border-color: var(--dark);
    background-color: var(--dark);
  }
  body.dark-mode #content-page-02 .cs-picture {
    border-color: var(--dark);
    background-color: var(--dark);
  }
  body.dark-mode #content-page .cs-background {
    background-color: var(--medium);
    filter: brightness(70%);
  }
  body.dark-mode #content-page-02 .cs-background {
    background-color: var(--medium);
    filter: brightness(70%);
  }
  body.dark-mode #content-page .cs-background img {
    opacity: .1;
  }
  body.dark-mode #content-page-02 .cs-background img {
    opacity: .1;
  }
}
/* Reverse Content Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-715 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: var(--bg04);
    padding: var(--sectionPadding);
  }
  #content-page-715 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    max-width: 80rem;
    position: relative;
    align-items: center;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #content-page-715 .cs-content {
    width: 100%;
    display: flex;
    text-align: left;
    max-width: 46.125rem;
    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 {
    width: 100%;
    max-width: 100%;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    position: relative;
    text-align: inherit;
    color: var(--headerColor);
    font-size: var(--headerFontSize);
  }
  #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 {
    width: 100%;
    line-height: 1.5em;
    margin: 0 0 1rem 0;
    text-align: inherit;
    color: var(--bodyTextColor);
    font-family: var(--bodyFont);
    font-size: var(--bodyFontSize);
  }
  #content-page-715 p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page-715 p a {
    font-size: inherit;
    line-height: inherit;
    color: var(--primary);
    text-decoration: underline;
  }
  #content-page-715 ol,
  #content-page-715 ul {
    gap: 1rem;
    display: flex;
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    flex-direction: column;
    color: var(--bodyTextColor);
  }
  #content-page-715 ul li {
    color: inherit;
    list-style: none;
    position: relative;
    font-family: var(--bodyFont);
  }
  #content-page-715 ul li:before {
    /* custom list bullet */
    width: 3px;
    opacity: 1;
    content: "";
    height: 3px;
    top: 0.625rem;
    display: block;
    left: -0.75rem;
    border-radius: 50%;
    position: absolute;
    background: currentColor;
  }
  #content-page-715 .cs-image-group {
    flex: none;
    display: none;
    width: 33.875em;
    height: 48.3125em;
    position: relative;
    transform: scaleX(-1);
    font-size: min(1vw, 1em);
  }
  #content-page-715 .cs-picture {
    top: 0;
    left: 0;
    display: block;
    width: 33.875em;
    overflow: hidden;
    height: 40.4375em;
    position: absolute;
    background: #F7F7F7;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: 0.75em solid var(--bg01);
  }
  #content-page-715 .cs-picture img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform: scaleX(-1);
  }
  #content-page-715 .cs-background {
    display: none;
  }
}
/* 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 {
    top: 0;
    right: 0;
    width: 20%;
    z-index: -1;
    height: 100%;
    display: block;
    position: absolute;
    background: var(--bg01);
  }
  #content-page-715 .cs-background img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    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 {
    top: 0rem;
    right: -6.25rem;
    font-size: inherit;
    position: absolute;
  }
  #content-page-715 .cs-background {
    left: 50%;
    width: 50%;
    right: auto;
    margin-left: 20.9375rem;
  }
}
/* Contact Strip */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-strip-1111 {
    z-index: 1;
    position: relative;
    background: var(--primary);
    padding: var(--sectionPadding);
  }
  #contact-strip-1111 .cs-stat-group {
    padding: 0;
    width: 100%;
    gap: 2.5rem;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #contact-strip-1111 .cs-item {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    width: 18.125rem;
    align-items: center;
    justify-content: flex-start;
  }
  #contact-strip-1111 .cs-item:hover .cs-picture {
    background: #FFF;
    transform: scale(1.1);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #contact-strip-1111 .cs-picture {
    flex: none;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: clamp(3rem, 5.7vw, 5rem);
    height: clamp(3rem, 5.7vw, 5rem);
    border: 2px solid var(--secondary);
    margin-right: clamp(0.75rem, 1.5vw, 1.25rem);
    transition:
    background-color 0.3s,
    box-shadow 0.3s,
    transform 0.6s;
  }
  #contact-strip-1111 .cs-flex-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #contact-strip-1111 .cs-icon {
    height: auto;
    width: clamp(1.25rem, 2.5vw, 2.5rem);
  }
  #contact-strip-1111 .cs-header {
    margin: 0;
    display: block;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.2em;
    margin-bottom: 0.75rem;
    color: var(--bodyTextColorWhite);
  }
  #contact-strip-1111 .cs-address,
  #contact-strip-1111 .cs-link {
    display: block;
    line-height: 1.5em;
    text-decoration: none;
    font-family: var(--bodyFont);
    color: var(--bodyTextColorWhite);
    font-size: clamp(0.875rem, 1.5vw, 1rem);
  }
  #contact-strip-1111 .cs-link:hover {
    text-decoration: underline;
  }
  #contact-strip-1111 .cs-background {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    display: block;
    position: absolute;
  }
  #contact-strip-1111 .cs-background:before {
    /* background color overlay */
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.84;
    display: block;
    position: absolute;
    background: #1A1A1A;
  }
  #contact-strip-1111 .cs-background img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #contact-strip-1111 .cs-stat-group {
    gap: 1.5rem;
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
  }
  #contact-strip-1111 .cs-item {
    width: auto;
  }
}