/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-81 .cs-left-half {
    /* 144px - 300px - leaving extra space for the navigation */
    padding: clamp(9rem, 25.95vw, 11rem) 1rem 4rem 1rem;
    /*  clamp(12.125rem, 30.95vw, 28.125rem); */
    position: relative;
    z-index: 1;
  }

  #hero-81 .cs-left-half::after {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    transform: rotate(180deg);
    content: url("/assets/svgs/wave.svg");
    width: 100%;
    display: block;
  }

  #hero-81 .cs-flex {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
  }

  #hero-81 .cs-button-solid {
    min-width: 6.375rem;
  }

  #hero-81 .cs-container::after,
  #hero-81 .splash-sm,
  #hero-81 .splash-lg {
    display: none;
  }

  #hero-81 .cs-container {
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    margin: auto;
  }

  #hero-81 .cs-title {
    /* 39px - 61px */
    max-width: calc(480 / 16 * 1rem);
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    font-family: var(--secondary-font);
    line-height: 1.2em;
    text-align: start;

    margin-bottom: 0.25em;
    color: var(--headerColor);
    position: relative;
  }

  #hero-81 .cs-text {
    /* 16px - 25px */
    font-size: clamp(1.25rem, 1.95vw, 1.5625rem);
    font-weight: 500;
    line-height: 1.5em;
    text-align: start;
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    margin-bottom: 1em;
    color: var(--headerColor);
  }

  #hero-81 .cs-right-half {
    background: var(--primaryLight);
    padding: var(--sectionPadding);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
  }

  #hero-81 .cs-right-half::after {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    z-index: -2;
    background-color: var(--primaryLight);
    top: 0;
    left: 0;
  }

  #hero-81 .cs-picture-tag-container {
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    height: calc(380 / 16 * 1rem);
    position: relative;
    z-index: 2;
    border-radius: 0.75rem;
    margin: auto;
  }

  #hero-81 .cs-picture-tag {
    padding: 0.5rem 0.75rem;
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    right: 1rem;
    border-radius: 0.5rem;
    background-color: var(--primaryLight);
    font-weight: 600;
    font-family: var(--priamry-font);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
  }

  #hero-81 .cs-picture-1,
  #hero-81 .cs-picture {
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  #hero-81 .cs-picture-1 img,
  #hero-81 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media only screen and (min-width: 26.25rem) {
  #hero-81 .cs-flex {
    gap: 1em;
  }

  #hero-81 .cs-button-solid {
    min-width: 9.375rem;
  }
}

@media only screen and (min-width: 48rem) {
  #hero-81 .cs-text,
  #hero-81 .cs-title {
    max-width: calc(560 / 16 * 1rem);
  }

  #hero-81 .cs-right-half {
    /* margin: 0 auto;
    max-width: calc(728 / 16 * 1rem); */
    flex-direction: row;
  }

  #hero-81 .cs-container {
    position: relative;
    max-width: calc(728 / 16 * 1rem);
  }

  #hero-81 .cs-container::after {
    position: absolute;
    right: 0rem;
    top: 0;
    display: block;
    content: url("/assets/svgs/splash.svg");
    width: calc(120 / 16 * 1rem);
    height: calc(120 / 16 * 1rem);
  }

  #hero-81 .cs-picture-tag-container:nth-child(1) {
    max-width: calc(344 / 16 * 1rem);
    margin: 0;
    margin-left: auto;
  }

  #hero-81 .cs-picture-tag-container:nth-child(2) {
    max-width: calc(344 / 16 * 1rem);
    margin: 0 auto 0 0;
  }
}

@media only screen and (min-width: 80rem) {
  #hero-81 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #hero-81 .cs-container {
    width: calc(658 / 16 * 1rem);
    margin-left: 4rem;
  }

  #hero-81 .section-margin-fix {
    margin-top: 0;
    width: calc(622 / 16 * 1rem);
  }

  #hero-81 .cs-picture-tag-container {
    top: 2.5rem;
  }

  #hero-81 .cs-picture-tag-container:nth-child(1) {
    width: calc(340 / 16 * 1rem);
    height: calc(320 / 16 * 1rem);
    margin: initial;
    margin-bottom: auto;
    right: -2rem;
  }

  #hero-81 .cs-picture-tag-container:nth-child(2) {
    width: calc(340 / 16 * 1rem);
    height: calc(320 / 16 * 1rem);
    margin: initial;
    margin-top: auto;
    left: -2rem;
  }

  #hero-81 .cs-container::after {
    display: none;
  }

  #hero-81 .splash-sm {
    display: block;
    right: 0rem;
    bottom: 28rem;
    position: absolute;
  }

  #hero-81 .splash-lg {
    display: block;
    right: 8rem;
    bottom: -18rem;
    position: absolute;
  }

  #hero-81 .cs-picture-tag {
    right: initial;
    left: 1rem;
  }

  #hero-81 .cs-right-half {
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 12rem 1rem 8.125rem 1rem;
  }

  #hero-81 .cs-left-half {
    /* width: 100%; */
    height: 100%;
    padding: clamp(9rem, 25.95vw, 18.75rem) 1rem
      clamp(8.125rem, 30.95vw, 13.125rem) 1rem;
  }

  #hero-81 .cs-left-half::after {
    transform: rotate(0deg);
    top: 0;
    width: calc(190 / 16 * 1rem);
    max-height: 100vh;
    position: absolute;
    height: 100%;
    content: url("/assets/hero-wave.svg");
    z-index: -1;
    right: -2rem;
  }
}

/*-- -------------------------- -->
<---           Stats            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #stats-316 {
    position: relative;
    padding: clamp(1.5rem, 4.82vw, 2rem) 1rem;
    background-color: var(--grey);
    border-top: solid 0.125rem var(--headerColor);
    border-bottom: solid 0.125rem var(--headerColor);
    z-index: 2;
  }

  #stats-316::after {
    display: none;
  }

  #stats-316 .cs-card-group {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }

  #stats-316 .cs-item {
    position: relative;
    list-style: none;
    width: 14.6875rem;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #stats-316 .cs-item::after {
    position: absolute;
    bottom: -25%;
    left: -1rem;
    width: calc(100% + 3rem);
    height: 0.125rem;
    background-color: var(--headerColor);
    content: "";
    display: block;
  }

  #stats-316 .cs-item:last-child:after {
    display: none;
  }

  #stats-316 .cs-picture {
    width: 5rem;
    height: 5rem;
    /* 12px - 20px */
    margin-right: clamp(0.75rem, 3vw, 1.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
  }

  #stats-316 .cs-icon {
    width: clamp(3rem, 5vw, 3.5rem);
    height: auto;
  }

  #service-area .cs-map-link:hover .cs-icon {
    content: url("/assets/svgs/cheveron-alt.svg");
  }

  #stats-316 .cs-flex-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  #stats-316 .cs-desc {
    font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
    color: var(--headerColor);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0;
    display: block;
  }
}
/* Tablet - 650px */
@media only screen and (min-width: 48rem) {
  #stats-316 .cs-item {
    width: 14.6875rem;
  }

  #stats-316 .cs-card-group::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0.125rem;
    height: 100%;
    background-color: var(--headerColor);
    content: "";
    display: block;
  }

  #stats-316 .cs-item:nth-child(3)::after {
    display: none;
  }

  #stats-316 .cs-item:nth-child(1)::after {
    left: -3rem;
  }

  #stats-316 .cs-item::after {
    left: 0rem;
  }

  #stats-316 .cs-card-group {
    max-width: calc(736 / 16 * 1rem);
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: var(--content-gap);
    row-gap: 2rem;
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 80rem) {
  #stats-316 .cs-item:nth-child(1)::after,
  #stats-316 .cs-item:nth-child(2)::after {
    display: none;
  }

  /* this css solutions is dog shit, sorry future me */
  #stats-316::after {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--headerColor);
    width: 0.125rem;
    height: calc(80 / 16 * 1rem);
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  #stats-316 .cs-card-group::before {
    left: 75.5%;
  }

  #stats-316 .cs-card-group::after {
    position: absolute;
    bottom: 0;
    left: 24.5%;
    width: 0.125rem;
    height: 100%;
    background-color: var(--headerColor);
    content: "";
    display: block;
  }

  #stats-316 .cs-card-group {
    max-width: 80rem;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2291 {
    padding: var(--sectionPadding);
    overflow: hidden;
  }

  #sbs-2291 .cs-container {
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--content-gap);
  }
  #sbs-2291 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }

  #sbs-2291 .cs-features {
    width: 100%;
    margin: 0 0 2rem;
    /* 24px - 32px */
    padding: clamp(1.5rem, 4vw, 2rem);
    background-color: #fef5f4;
    border-left: 0.25rem solid var(--secondary);
  }

  #sbs-2291 .cs-video {
    width: 100%;
    display: block;
    order: -1;
    position: relative;
    z-index: 1;
    border-radius: 1.25rem;
    max-height: calc(440 / 16 * 1rem);
  }

  #sbs-2291 .cs-video video {
    border-radius: 1.25rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius: 1.25rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2291 .cs-video {
    max-height: calc(820 / 16 * 1rem);
  }

  #sbs-2291 .cs-video video {
    max-height: calc(440 / 16 * 1rem);
  }

  #sbs-2291 .cs-container {
    max-width: calc(736 / 16 * 1rem);
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 80rem) {
  #sbs-2291 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    gap: var(--content-gap);
  }

  #sbs-2291 .cs-video video,
  #sbs-2291 .cs-video {
    max-width: calc(580 / 16 * 1rem);
  }

  #sbs-2291 .cs-video video {
    max-height: calc(512 / 16 * 1rem);
  }

  #sbs-2291 .cs-image-group {
    height: auto;
    min-height: 40.125rem;
    max-height: 100%;
  }

  #sbs-2291 .cs-picture {
    bottom: 4rem;
  }
}

/*-- -------------------------- -->
<---      services         -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #services {
    background-color: var(--primaryLight);
  }

  #services .cs-service-pad {
    position: relative;
    padding: var(--sectionPadding);
  }

  #services .cs-title {
    color: var(--white);
  }

  #services .cs-text {
    font-size: clamp(1rem, 0.9783rem + 0.6522vw, 1.25rem);
    margin-bottom: 0.75em;
    font-weight: 500;
    max-width: 100%;
  }

  #services .cs-banner-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: var(--content-gap);
  }

  #services .cs-banner-item {
    line-height: 1em;
    position: relative;
    list-style: none;
    font-weight: 700;
    font-size: clamp(1.125rem, 0.9783rem + 0.6522vw, 1.5rem);
    text-transform: uppercase;
    font-family: var(--priamry-font);
    color: var(--white);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
  }

  #services .cs-banner-item:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 0.25rem;
    height: clamp(1rem, 0.6522rem + 0.4348vw, 1.25rem);
    background-color: var(--white);
    border-radius: 6rem;
    margin: auto 0;
  }

  #services.section-margin-fix {
    margin-top: clamp(1rem, 8.25vw, 9.5rem);
    margin-bottom: clamp(1rem, 8.25vw, 9.5rem);
  }

  #services .cs-container {
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    margin: auto;
  }

  #services .cs-content {
    display: flex;
    flex-direction: column;
    gap: var(--content-gap);
  }

  #services .cs-service {
    padding: clamp(1.25rem, 3.8vw, 3rem);
    border-radius: 1rem;
    background-color: var(--white);
  }

  #services .cs-service-list {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #services .cs-service-item {
    width: 100%;
    border-bottom: 2px solid var(--secondary);
  }

  #services .cs-service-link:hover {
    opacity: 1;
  }

  #services .cs-service-link:hover .cs-service-icon {
    transform: scale(1.2);
  }

  #services .cs-service-link {
    font-size: clamp(1.15rem, 2.5vw, 1.5rem);
    font-weight: 500;
    font-family: var(--priamry-font);
    color: var(--secondary);
    text-decoration: none;
    padding: 1.25rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.75;
    transition: transform 1s, opacity 300ms;
  }

  #services .cs-service-pad::after {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    content: url("/assets/svgs/wave.svg");
    max-height: 7.5rem;
    width: 100%;
    display: block;
  }

  #services .cs-service-pad::before {
    transform: rotate(180deg);
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    content: url("/assets/svgs/wave.svg");
    max-height: 7.5rem;
    width: 100%;
    display: block;
  }

  #services .cs-slider {
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    --position: 50%;
    width: 100%;
  }

  #services .cs-image-slider-container {
    position: relative;
    height: 100%;
    width: 100%;
  }

  #services .cs-slider-image {
    border-radius: 1.25rem;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    overflow: hidden;
  }

  #services .cs-slider-image-after {
    position: absolute;
    inset: 0;
    width: var(--position);
    left: 0rem;
  }

  #services .cs-slider-image-before {
  }

  #services .cs-slider-input {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
  }

  #services .cs-slider-input:focus-visible ~ .cs-slider-button {
    outline: 5px solid var(--black);
    outline-offset: 3px;
  }

  #services .cs-slider-line {
    position: absolute;
    inset: 0;
    width: 0.2rem;
    height: 100%;
    background-color: var(--primaryLight);
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
  }

  #services .cs-slider-img {
    width: 2rem;
    height: 2rem;
  }

  #services .cs-slider-button {
    position: absolute;
    background-color: var(--primaryLight);
    color: var(--white);
    padding: 0.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
  }
}

@media only screen and (min-width: 48rem) {
  #services .cs-container {
    max-width: calc(632 / 16 * 1rem);
  }
  #services .cs-slider {
    margin: auto;
    max-width: calc(632 / 16 * 1rem);
  }
}

@media only screen and (min-width: 80rem) {
  #services .cs-content {
    flex-direction: row;
  }

  #services .cs-slider {
    width: 114%;
    max-width: auto;
  }

  #services .cs-container {
    max-width: 80rem;
  }
}

/*-- -------------------------- -->
<---         steps              -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-2371 {
    padding: var(--sectionPadding);
  }

  #services-2371 .cs-title {
    text-align: center;
    margin-bottom: 0;
  }

  #services-2371 .cs-number {
    font-size: clamp(2rem, 1.6087rem + 1.7391vw, 3rem);
    font-family: var(--secondary-font);
    font-weight: 900;
    line-height: 1.25em;
    color: var(--secondary);
    margin-bottom: 0.25em;
  }

  #services-2371 .cs-container {
    position: relative;
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #services-2371 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--content-gap);
  }

  #services-2371 .cs-splash-sm {
    position: absolute;
    display: block;
    top: 6rem;
    right: 0rem;
    position: absolute;
  }

  #services-2371 .cs-splash-lg {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
  }

  #services-2371 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    /* 16px - 32px */
    padding: clamp(2.5rem, 3vw, 3rem) clamp(2rem, 3vw, 2.25rem);

    border-radius: 1.25rem;
    background-color: var(--white);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 0.25rem #020d1834;
  }

  #services-2371 .cs-icon {
    /* 80px - 120px */
    height: clamp(5rem, 9vw, 7.5rem);
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
  }

  #services-2371 .cs-h3 {
    /* 20px - 25px */
    font-family: var(--secondary-font);
    font-size: var(--h3);
    line-height: 1.2em;
    font-weight: 700;
    text-align: inherit;
    text-align: center;
    margin-bottom: 0.75em;
    color: var(--headerColor);
  }

  #services-2371 .cs-item-text {
    /* 14px - 16px */
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    max-width: 28.125rem;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
    margin-bottom: auto;
  }
}
/* Tablet - 700px */
@media only screen and (min-width: 48rem) {
  #services-2371 .cs-container {
    max-width: calc(736 / 16 * 1rem);
  }
}

@media only screen and (min-width: 80rem) {
  #services-2371 .cs-item {
    grid-column: span 4;
  }

  #services-2371 .cs-splash-sm {
    top: 0;
    right: 10%;
  }

  #services-2371 .cs-container {
    max-width: 80rem;
  }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #LogoBackground {
    position: relative;
  }

  #LogoBackground .cs-icon-background {
    width: 100%;
    height: 100%;
    max-width: calc(420 / 16 * 1rem);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
  }

  #LogoBackground .cs-icon-background-image {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
  }

  #RPsbsr-1445 {
    padding: var(--sectionPadding);
    overflow: hidden;
  }

  #RPsbs-1445 {
    padding: var(--sectionPadding);
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }

  #RPsbs-1445 .cs-container,
  #RPsbsr-1445 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: calc(420 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: var(--content-gap);
    position: relative;
  }

  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RPsbs-1445 .cs-text,
  #RPsbsr-1445 .cs-text {
    margin-bottom: 1rem;
  }
  #RPsbs-1445 .cs-text:last-of-type,
  #RPsbsr-1445 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #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: var(--white);
    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: 0.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-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-picture,
  #RPsbsr-1445 .cs-picture {
    width: 100%;
    max-width: 100%;
    min-height: 26.625rem;
    border-radius: 1rem;
    /* clips img tag corners */
    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;
  }
}

/* tablet  */
@media only screen and (min-width: 48rem) {
  #LogoBackground .cs-icon-background {
    max-width: calc(736 / 16 * 1rem);
  }

  #RPsbs-1445 .cs-container,
  #RPsbsr-1445 .cs-container {
    flex-direction: column;
    max-width: calc(736 / 16 * 1rem);
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 80rem) {
  #LogoBackground .cs-icon-background {
    max-width: calc(1280 / 16 * 1rem);
  }

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

  #RPsbsr-1445 .cs-picture {
    /* sends it to the right in the 2nd position */
    order: 2;
  }

  #RPsbs-1445 .cs-content,
  #RPsbsr-1445 .cs-content {
    width: 50%;
  }
  #RPsbs-1445 .cs-picture,
  #RPsbsr-1445 .cs-picture {
    height: auto;
    width: 55%;
  }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1431 {
    padding: var(--sectionPadding);
    padding-top: 0;
    overflow: hidden;
  }

  #sbs-1431 .cs-splash-lg {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
  }

  #sbs-1431 .cs-tag {
    color: var(--white);
    background-color: var(--primaryLight);
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    right: 2rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
  }

  #sbs-1431 .cs-name {
    font-size: var(--bodyFontSize);
    font-weight: 500;
    margin-bottom: 0.25em;
  }

  #sbs-1431 .cs-desc {
    font-size: 1rem;
    font-weight: 400;
  }

  #sbs-1431 .cs-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: clamp(3rem, 6vw, 4rem);
  }

  #sbs-1431 .cs-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }

  #sbs-1431 .cs-container {
    position: relative;
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: calc(420 / 16 * 1rem);
    margin: auto;
  }

  #sbs-1431 .cs-content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: var(--content-gap);
  }

  #sbs-1431 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }

  #sbs-1431 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    /* 16px - 20px */
    gap: 0.5rem;
  }

  #sbs-1431 .cs-li-picture {
    width: 4rem;
    height: 4rem;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
    z-index: 1;
  }

  #sbs-1431 .cs-li-picture:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
  }

  #sbs-1431 .cs-li-icon {
    width: 2rem;
    height: auto;
    display: block;
  }

  #sbs-1431 .cs-h3 {
    font-size: var(--h3);
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    color: var(--headerColor);
  }

  #sbs-1431 .cs-li-text {
    margin: 0;
    font-size: var(--bodyFontSize);
    line-height: 1.75em;
    text-align: inherit;
    width: 100%;
    color: var(--bodyTextColor);
  }

  #sbs-1431 .cs-image-group {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(500 / 16 * 1rem);
  }

  #sbs-1431 .cs-person {
    height: 100%;
    width: 100%;
    /* allows text align to move it left or right */
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
  }

  #sbs-1431 .cs-person img {
    position: absolute;
    width: auto;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 1rem;
  }
}

@media only screen and (min-width: 48rem) {
  #sbs-1431 .cs-splash-lg {
    top: 0;
  }

  #sbs-1431 .cs-image-group {
    width: calc(736 / 16 * 1rem);
    height: calc(600 / 16 * 1rem);
  }

  #sbs-1431 .cs-container {
    max-width: calc(736 / 16 * 1rem);
  }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 80rem) {
  #sbs-1431 .cs-image-group {
    position: relative;
    left: 0;
    bottom: 0;
    width: calc(800 / 16 * 1rem);
    height: calc(800 / 16 * 1rem);
  }

  #sbs-1431 .cs-card-group {
    max-width: 38rem;
  }

  #sbs-1431 .cs-content-container {
    flex-direction: row;
    justify-content: flex-end;
  }

  #sbs-1431 .cs-container {
    max-width: 80rem;
    position: relative;
  }
}

/*-- --------------------------  -->
<---     gallery/service area    -->
<--- -------------------------- - */

@media only screen and (min-width: 0rem) {
  #service-area {
    position: relative;
    background-color: var(--secondary);
  }

  #service-area .cs-service-pad {
    position: relative;
    padding: var(--sectionPadding);
  }

  #service-area .cs-title {
    color: var(--white);
    text-align: center;
  }

  #service-area .cs-button-alt {
    transition: background-color 0.3s;
  }

  #service-area .cs-h3 {
    font-size: var(--h3);
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    color: var(--white);
  }

  #service-area .cs-button-alt:hover {
    background-color: var(--primary);
  }

  #service-area .cs-container:nth-child(1) .cs-title {
    margin: auto;
    line-height: 1.5em;
  }

  #service-area .cs-container:nth-child(2) .cs-title {
    max-width: 100%;
    text-align: center;
  }

  #service-area .cs-container:nth-child(2) .cs-text {
    margin: auto;
    max-width: calc(800 / 16 * 1rem);
    margin-bottom: clamp(3rem, 6vw, 4rem);
    text-align: center;
  }

  #service-area .cs-map {
    max-width: calc(600 / 16 * 1rem);
    max-height: calc(550 / 16 * 1rem);
    height: calc(400 / 16 * 1rem);
    width: 100%;
    border: 0;
    border-radius: 0.5rem;
  }

  #service-area .cs-map-content {
    max-width: calc(750 / 16 * 1rem);
    width: 100%;
  }

  #service-area .cs-map-content .cs-h3 {
    text-align: center;
    margin: var(--content-gap) 0;
  }

  #service-area .cs-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--content-gap);
  }

  #service-area .cs-map-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    margin: auto;
    gap: 1rem;
    max-width: calc(380 / 16 * 1rem);
  }

  #service-area .cs-map-item {
    position: relative;
    width: calc(50% - 1rem);
  }

  #service-area .cs-container {
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    margin: auto;
  }

  #service-area .cs-container:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }

  #service-area .cs-container:nth-child(2) {
    padding-top: clamp(3.75rem, 7.82vw, 6.25rem);
  }

  #service-area.section-margin-fix {
    margin-top: clamp(1rem, 8.25vw, 9.5rem);
    margin-bottom: clamp(1rem, 8.25vw, 9.5rem);
  }

  #service-area .cs-mini-cta .cs-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
  }

  #service-area .cs-icon {
    position: absolute;
    right: 1rem;
    width: clamp(1rem, 3vw, 2rem);
    height: clamp(1rem, 3vw, 2rem);
  }

  #service-area .cs-map-link {
    width: 100%;
    display: flex;
    align-content: space-between;
    align-items: center;
    text-decoration: none;
    color: var(--white);
    font-size: clamp(1.125rem, 0.9783rem + 0.6522vw, 1.5rem);
    font-weight: 500;
    font-family: var(--primary-font);
    gap: 0.5rem;
    transition: color 300ms, content 300ms;
  }

  #service-area .cs-map-link:hover {
    color: var(--primary);
  }

  #service-area .cs-mini-cta .cs-button-solid {
    min-width: 6.375rem;
  }

  #service-area .cs-mini-cta .cs-h3 {
    text-align: center;
    max-width: calc(700 / 16 * 1rem);
    line-height: 1.75em;
    margin: 0 auto 1em auto;
  }

  #service-area .cs-mini-cta {
    margin-top: clamp(3rem, 6vw, 4rem);
  }

  #service-area::after {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    content: url("/assets/svgs/wave-alt.svg");
    max-height: 7.5rem;
    width: 100%;
    display: block;
  }

  #service-area::before {
    transform: rotate(180deg);
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    right: 0;
    content: url("/assets/svgs/wave-alt.svg");
    max-height: 7.5rem;
    width: 100%;
    display: block;
  }

  #service-area .cs-slider {
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
    width: 100%;
    max-width: calc(480 / 16 * 1rem);
    height: auto;
  }

  #service-area .cs-slider-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: var(--content-gap);
  }

  #service-area .cs-image-slider-container {
    height: 100%;
    width: 100%;
  }

  #service-area .cs-slider-image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    overflow: hidden;
  }

  #service-area .cs-slider-image-after {
    position: absolute;
    inset: 0;
    width: var(--position);
    left: 0rem;
  }

  #service-area .cs-slider-image-before {
  }

  #service-area .cs-slider-input {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
  }

  #service-area .cs-slider-input:focus-visible ~ .cs-slider-button {
    outline: 5px solid var(--black);
    outline-offset: 3px;
  }

  #service-area .cs-slider-line {
    position: absolute;
    inset: 0;
    width: 0.2rem;
    height: 100%;
    background-color: var(--primaryLight);
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
  }

  #service-area .cs-slider-img {
    width: 2rem;
    height: 2rem;
  }

  #service-area .cs-text {
    color: var(--white);
    font-weight: 500;
    font-size: clamp(1.0625rem, 0.8913rem + 0.7609vw, 1.5rem);
  }

  #service-area .cs-slider-button {
    position: absolute;
    background-color: var(--primaryLight);
    color: var(--white);
    padding: 0.5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
  }
}

@media only screen and (min-width: 48rem) {
  #service-area .cs-container {
    width: 100%;
    max-width: calc(736 / 16 * 1rem);
    margin: auto;
  }

  #service-area .cs-map {
    max-width: calc(736 / 16 * 1rem);
    height: calc(450 / 16 * 1rem);
  }

  #service-area .cs-map-list {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    max-width: calc(636 / 16 * 1rem);
  }

  #service-area .cs-icon {
    right: 8rem;
  }
}

@media only screen and (min-width: 80rem) {
  #service-area .cs-slider-group {
    flex-direction: row;
  }

  #service-area .cs-container:nth-child(1) {
    align-items: flex-start;
  }

  #service-area .cs-container:nth-child(1) .cs-title {
    margin: 0;
    text-align: left;
  }

  #service-area .cs-container:nth-child(1) .cs-button-solid {
    margin: auto;
  }

  #service-area .cs-map-list {
    position: initial;
    left: initial;
    transform: translate(0);
    max-width: calc(736 / 16 * 1rem);
  }

  #service-area .cs-map {
    max-width: calc(650 / 16 * 1rem);
    height: calc(500 / 16 * 1rem);
  }
  #service-area .cs-icon {
    right: 4rem;
  }

  #service-area .cs-content {
    flex-direction: row;
  }

  #service-area .cs-container {
    max-width: 80rem;
  }
}

/*-- -------------------------- -->
<---       reviews              -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #reviews-1672 .cs-title {
    margin-bottom: 0.45em;
  }

  #reviews-1672 .cs-card-group,
  #reviews-1672 .cs-content {
    max-width: calc(420 / 16 * 1rem);
  }

  #reviews-1672 .cs-text {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48rem) {
  #reviews-1672 .cs-content {
    max-width: calc(736 / 16 * 1rem);
    width: 100%;
  }

  #reviews-1672 .cs-card-group {
    max-width: calc(736 / 16 * 1rem);
  }

  #reviews-1672 .cs-item {
    grid-column: span 12;
  }
}

@media only screen and (min-width: 80rem) {
  #reviews-1672 .cs-card-group {
    max-width: 100%;
  }

  #reviews-1672 .cs-item {
    grid-column: span 4;
  }

  #reviews-1672 .cs-content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
  #reviews-1672 .cs-title {
    margin-bottom: 0;
  }
}

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
    padding-bottom: clamp(6.75rem, 7.82vw, 9.25rem);
  }

  #cta-51::after {
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    content: url("/assets/cta-wave.svg");
    display: block;
    width: 100%;
  }

  #cta-51 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }

  #cta-51 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #cta-51 .cs-topper {
    color: var(--secondary);
  }

  #cta-51 .cs-button-solid {
    margin: 1.25em 0;
  }

  #cta-51 .cs-title {
    max-width: calc(820 / 16 * 1rem);
  }

  #cta-51 .cs-title,
  #cta-51 .cs-text {
    color: var(--white);
  }

  #cta-51 .cs-picture {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta-51 .cs-picture:before {
    /* black color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.75;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #cta-51 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
