/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1468 {
    /* 200px - 350px top - leaving extra space for the navigation */
    /* 100px - 200px bottom */
    padding: clamp(12.5rem, 2.95vw, 21.875em) 1rem clamp(6.25rem, 7vw, 12.5rem);
    /* prevents the topper line from causing an overflow */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-1468 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  #hero-1468 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 35.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  #hero-1468 .cs-flex {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  #hero-1468 .cs-title {
    /* 39px - 49px */
    font-size: clamp(2.4375rem, 6.4vw, 3.0625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 51.8125rem;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  #hero-1468 .cs-title:before {
    content: '';
    width: 3.75rem;
    height: 8px;
    margin: 0 auto 2rem;
    background: var(--primary);
    border-radius: 8px;
    opacity: 1;
    display: block;
  }
  #hero-1468 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    /* 464px - 622px */
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0;
    margin-bottom: 2rem;
    color: #fff;
  }
  #hero-1468 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 12.5rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 3.125rem;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #hero-1468 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #hero-1468 .cs-button-solid:hover:before {
    width: 100%;
  }
  #hero-1468 .cs-reviews {
    /* 40px - 80px */
    margin-top: clamp(2.5rem, 6vw, 5rem);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    border-radius: 0.75rem;
    box-shadow: 0px 8px 100px 0px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    /* 8px - 16px */
    gap: clamp(0.5rem, 2vw, 1rem);
    position: relative;
    z-index: -1;
  }
  #hero-1468 .cs-reviews-flex {
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #hero-1468 .cs-stars {
    margin: 0 0 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  #hero-1468 .cs-icon {
    width: 1rem;
    height: auto;
  }
  #hero-1468 .cs-desc {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    max-width: 20ch;
    margin: 0;
    color: #f7f7f7;
  }
  #hero-1468 .cs-reviews-img {
    width: 3rem;
    height: auto;
    margin: 0 -1rem 0 0;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
  }
  #hero-1468 .cs-reviews-number {
    font-size: 1rem;
    font-weight: 700;
    width: 3rem;
    height: 3rem;
    background-color: var(--secondary);
    color: var(--bodyTextColorWhite);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero-1468 .cs-right {
    text-align: center;
    width: 100%;
    /* 16px - 48px left & right */
    /* 32px - 48px top & bottom */
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
    box-sizing: border-box;
    border-radius: 1.5rem;
    border-top: 8px solid var(--primary);
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #hero-1468 .cs-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.75rem;
    padding: 0 2rem 0 1.75rem;
    overflow: hidden;
    color: var(--bodyTextColorWhite);
    border-radius: 2.5rem;
    display: inline-block;
    position: absolute;
    top: 0.5rem;
    right: 0;
    z-index: 1;
    transform: rotate(14deg);
    transform-origin: right;
  }
  #hero-1468 .cs-tag:before {
    /* background color */
    content: '';
    height: 100%;
    background: var(--secondary);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 20px;
    z-index: -1;
  }
  #hero-1468 .cs-tag:after {
    /* triangle */
    content: '';
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: var(--secondary);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 50%;
    right: 0.375rem;
    z-index: -1;
    transform: translateY(-50%) rotate(45deg);
  }
  #hero-1468 .cs-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #hero-1468 .cs-h3 {
    /* 31px - 39px */
    font-size: clamp(1.9375rem, 4vw, 2.4375rem);
    font-weight: 900;
    text-align: inherit;
    max-width: 20ch;
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
  }
  #hero-1468 .cs-expires {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--secondary);
    display: block;
  }
  #hero-1468 .cs-form-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0 0 1.5rem 0;
    color: var(--bodyTextColor);
  }
  #hero-1468 .cs-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
  #hero-1468 .cs-label {
    font-size: 0.875rem;
    width: 100%;
    color: #767676;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #hero-1468 .cs-input,
  #hero-1468 select {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--bodyTextColor);
    background-color: #f7f7f7;
    border: none;
    border-radius: 0.5rem;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
    transition: border-color 0.3s;
  }
  #hero-1468 .cs-input:hover,
  #hero-1468 select:hover {
    border-color: var(--secondary);
  }
  #hero-1468 .cs-input:focus,
  #hero-1468 select:focus {
    outline: 1px solid var(--secondary);
  }
  #hero-1468 .cs-input::placeholder,
  #hero-1468 select::placeholder {
    color: #7d799c;
    opacity: 0.6;
  }
  #hero-1468 .cs-textarea {
    min-height: 5.9375rem;
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: inherit;
  }
  #hero-1468 .cs-submit {
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 1rem 0;
    border: none;
  }
  #hero-1468 .cs-submit:hover {
    cursor: pointer;
  }
  #hero-1468 .cs-disclaimer {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5em;
    margin: 0 auto 0 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #hero-1468 .cs-disclaimer-icon {
    width: 1.25rem;
    height: auto;
  }
  #hero-1468 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1468 .cs-background:before {
    /* Overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    opacity: 0.88;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    /* prevents the cursor from interacting with it */
    pointer-events: none;
  }
  #hero-1468 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-1468 .cs-form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  #hero-1468 .cs-label {
    grid-column: span 12;
  }
  #hero-1468 .cs-label:nth-of-type(1),
  #hero-1468 .cs-label:nth-of-type(2),
  #hero-1468 .cs-label:nth-of-type(3),
  #hero-1468 .cs-label:nth-of-type(4) {
    grid-column: span 6;
  }
  #hero-1468 .cs-submit {
    grid-column: span 12;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #hero-1468 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #hero-1468 .cs-right {
    align-items: flex-start;
  }
  #hero-1468 .cs-title:before {
    margin-left: 0;
  }
  #hero-1468 .cs-content {
    text-align: left;
    align-items: flex-start;
    order: 2;
  }
  #hero-1468 .cs-flex {
    text-align: left;
    align-items: flex-start;
  }
}
/* Desktop Parallax Effect - 1600px */
@media only screen and (min-width: 100rem) {
  #hero-1468 {
    background: url("/assets/images/hero.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero-1468 .cs-background img {
    display: none;
  }
}
                                
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

.cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
}

.cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
}

.cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2415 {
    padding: var(--sectionPadding);
    overflow: hidden;
    z-index: 1;
  }
  #sbs-2415:before {
    /* background color */
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.05;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #sbs-2415 .cs-container {
    width: 100%;
    position: relative;
    /* changes to 1280px at tablet */
    max-width: 35.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2415 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    max-width: 36.625rem;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
  }
  #sbs-2415 .cs-title {
    max-width: 15ch;
  }
  #sbs-2415 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2415 .cs-h3 {
    color: var(--bodyTextColor);
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  #sbs-2415 .cs-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 2rem;
    max-width: 31.25rem;
    width: 100%;
    padding: 0;
    gap: 0.75rem;
  }
  #sbs-2415 .cs-li {
    display: flex;
    justify-content: flex-start;
    /* Push icon top the top so if the list item goes to two lines the icon stays at the top */
    align-items: flex-start;
    width: 100%;
    list-style: none;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--headerColor);
    font-weight: bold;
    gap: 0.75rem;
  }
  #sbs-2415 .cs-icon {
    width: 1rem;
    height: auto;
    margin-top: 0.1875rem;
    display: block;
  }
  #sbs-2415 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    padding: 0 1.5rem;
    background-color: var(--primary);
    color: var(--headerColor);
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #sbs-2415 .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbs-2415 .cs-button-solid:hover {
    color: #fff;
  }
  #sbs-2415 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-2415 .cs-image-group {
    /* scales the whole section down and ties the font size to the vw, changes at desktop */
    font-size: min(3.49vw, 1rem);
    /* everything inside this box is in ems so we can scale it all down proportionally with a font size */
    width: 26.125em;
    height: 31.0625em;
    position: relative;
    z-index: 1;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #sbs-2415 .cs-picture {
    display: block;
    position: absolute;
    z-index: 1;
  }
  #sbs-2415 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2415 .cs-picture1 {
    width: 26.125em;
    height: 26.125em;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 21.875rem;
  }
  #sbs-2415 .cs-picture2 {
    width: 26.125em;
    height: 16.875em;
    bottom: 0;
    left: 0;
    /* using object-fit: contain, as cs-picture2 is a PNG and we don't want the image to get cut off at higher resolutions */
  }
  #sbs-2415 .cs-picture2 img {
    object-fit: contain;
  }
  #sbs-2415 .cs-floater {
    display: none;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2415 .cs-container {
    max-width: 80rem;
  }
  #sbs-2415 .cs-floater {
    /* 119px - 247px */
    width: clamp(7.4375rem, 16vw, 15.4375rem);
    height: auto;
    position: absolute;
    right: 1.1875rem;
    /* 10px - 98px */
    bottom: calc(clamp(0.625rem, 7vw, 6.125rem) * -1);
    display: block;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2415 .cs-container {
    flex-direction: row;
    align-items: stretch;
  }
  #sbs-2415 .cs-content {
    text-align: left;
    align-items: flex-start;
    align-self: center;
  }
  #sbs-2415 .cs-image-group {
    width: 39.375em;
    height: auto;
    min-height: 46.8125em;
    font-size: min(1.03vw, 1rem);
  }
  #sbs-2415 .cs-picture1 {
    width: 39.375em;
    height: auto;
    min-height: 39.375rem;
    top: 0;
    bottom: 7.5rem;
  }
  #sbs-2415 .cs-picture2 {
    height: 25.5em;
    width: 32.4375em;
  }
  #sbs-2415 .cs-floater {
    /* 20px - 39px */
    right: calc(clamp(1.25rem, 3vw, 2.4375rem) * -1);
  }
}
/* Large Desktop - 1600px */
@media only screen and (min-width: 100rem) {
  #sbs-2415 .cs-content {
    padding: 9rem 0;
  }
  #sbs-2415 .cs-floater {
    right: 50%;
    margin-right: -57.8125rem;
    bottom: 1rem;
  }
}

/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-48 {
        padding: var(--sectionPadding);
        position: relative;
    }
    #gallery-48 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-48 .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;
    }

    #gallery-48 .cs-title {
        margin: 0;
        max-width: 20ch;
    }
    #gallery-48 .cs-image-group {
        /* used rem so it doesn't scale with the font size of on parent */
        font-size: min(1.1vw, 1em);
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        /* 8px - 20px */
        gap: clamp(0.5rem, 2vw, 1.25rem);
    }
    #gallery-48 .cs-row {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        /* 8px - 20px */
        gap: clamp(0.5rem, 2vw, 1.25rem);
    }
    #gallery-48 .cs-picture {
        width: 100%;
        position: relative;
        display: block;
    }
    #gallery-48 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #gallery-48 .cs-row-1 .cs-picture-1 {
        height: 35.4375em;
    }
    #gallery-48 .cs-row-1 .cs-picture-2 {
        height: 39.3125em;
    }
    #gallery-48 .cs-row-1 .cs-picture-3 {
        height: 32em;
    }
    #gallery-48 .cs-row-2 .cs-picture-1 {
        height: 30.75em;
    }
    #gallery-48 .cs-row-2 .cs-picture-2 {
        height: 32.3125em;
    }
    #gallery-48 .cs-row-2 .cs-picture-3 {
        height: 39.3125em;
    }
    #gallery-48 .cs-row-3 .cs-picture-1 {
        height: 39.0625em;
    }
    #gallery-48 .cs-row-3 .cs-picture-2 {
        height: 28.25em;
    }
    #gallery-48 .cs-row-3 .cs-picture-3 {
        height: 39.3125em;
    }
    #gallery-48 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #gallery-48 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #gallery-48 .cs-button-solid:hover:before {
        width: 100%;
    }
}

                                
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1083 {
        padding: var(--sectionPadding);
        background-color: #f7f7f7;
    }
    #services-1083 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1083 .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;
    }

    #services-1083 .cs-title {
        max-width: 20ch;
    }
    #services-1083 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        align-items: stretch;
        /* 16px - 20px */
        gap: clamp(1rem, 2vw, 1.25rem);
    }
    #services-1083 .cs-item {
        text-align: left;
        list-style: none;
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        grid-column: span 12;
        position: relative;
        z-index: 1;
    }
    #services-1083 .cs-item:hover .cs-picture:before {
        opacity: 0.1;
    }
    #services-1083 .cs-item:hover .cs-picture img {
        transform: scale(1.1);
    }
    #services-1083 .cs-item:hover .cs-h3 {
        background-color: var(--primary);
    }
    #services-1083 .cs-picture {
        width: 100%;
        /* 180px - 240px */
        height: clamp(11.25rem, 24vw, 15rem);
        /* clips the image from overflowing parent on hover */
        overflow: hidden;
        display: block;
        position: relative;
    }
    #services-1083 .cs-picture:before {
        /* black hover overlay */
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        transition: opacity 0.3s;
    }
    #services-1083 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: transform 0.65s;
    }
    #services-1083 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        line-height: 1.5em;
        font-weight: 700;
        text-align: inherit;
        width: 100%;
        margin: 0;
        /* 12px - 16px top & Bottom */
        /* 16px - 24px left & right */
        padding: clamp(0.75rem, 1.6vw, 1rem) clamp(1rem, 2.5vw, 1.5rem);
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: #1a1a1a;
        color: var(--bodyTextColorWhite);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* 8px - 16px */
        gap: clamp(0.5rem, 1.5vw, 1rem);
        transition: background-color 0.3s;
    }
    #services-1083 .cs-item-text {
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        margin: 0 0 1.25rem;
        /* 16px - 24px */
        padding: clamp(1rem, 2.5vw, 1.25rem);
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        padding-bottom: 0;
        color: var(--bodyTextColor);
    }
    #services-1083 .cs-link {
        font-size: 1rem;
        line-height: 1.2em;
        text-align: inherit;
        text-decoration: none;
        font-weight: 700;
        /* 16px - 24px */
        margin: 0 0 clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.5rem);
        color: var(--primary);
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #services-1083 .cs-link:hover .cs-arrow {
        transform: translateX(0.25rem);
    }
    #services-1083 .cs-arrow {
        width: 1.25rem;
        height: auto;
        display: block;
        transition: transform 0.3s;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-1083 .cs-container {
        max-width: 80rem;
    }
    #services-1083 .cs-item {
        grid-column: span 6;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #services-1083 .cs-item {
        grid-column: span 4;
    }
}

/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1089 {
        padding: var(--sectionPadding);
        background-color: #f7f7f7;
    }
    #reviews-1089 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #reviews-1089 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 39.375rem;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #reviews-1089 .cs-title {
        max-width: 25ch;
    }
    #reviews-1089 .cs-text {
        margin-bottom: 1rem;
    }
    #reviews-1089 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #reviews-1089 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 10.875rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #reviews-1089 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #reviews-1089 .cs-button-solid:hover:before {
        width: 100%;
    }
    #reviews-1089 .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        align-items: stretch;
        /* 16px - 20px */
        gap: clamp(1rem, 2vw, 1.25rem);
    }
    #reviews-1089 .cs-item {
        list-style: none;
        padding: 0;
        /* 46px - 56px, pushes up by the same amount the cs-image margin-top pulld it up for proper spacing */
        margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        grid-column: span 12;
        position: relative;
    }
    #reviews-1089 .cs-item:hover .cs-flex {
        background-color: var(--primary);
    }
    #reviews-1089 .cs-icon {
        width: 3.25rem;
        height: auto;
        display: block;
        position: absolute;
        /* 24px - 36px, same values as the padding on cs-item-text */
        top: clamp(1.5rem, 3vw, 2.25rem);
        right: clamp(1.5rem, 3vw, 2.25rem);
    }
    #reviews-1089 .cs-image {
        /* 80px - 112px */
        width: clamp(5rem, 10vw, 7rem);
        height: auto;
        /* 40px - 56px, same growth rate as the cs-image */
        /* 24px - 36px marign left, same value as the padding on cs-item-text */
        margin: calc(clamp(2.5rem, 5vw, 3.5rem) * -1) 0 2.25rem
            clamp(1.25rem, 3vw, 2.25rem);
        border-radius: 50%;
        display: block;
    }
    #reviews-1089 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-align: left;
        margin: 0;
        /* 24px - 36px */
        padding: 0 clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2.25rem);
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        color: var(--bodyTextColor);
    }
    #reviews-1089 .cs-flex {
        text-align: center;
        padding: 1.5rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        width: 100%;
        /* pushes up against the cs-item-text so if there's a different amount of content from the other cards, it will push down and stretch the card to fill the container vertically. This makes all the cards the same height no matter how much content each one has */
        margin-top: auto;
        background-color: #1a1a1a;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.25rem;
        transition: background-color 0.3s;
    }
    #reviews-1089 .cs-name {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
        text-align: inherit;
        line-height: 1.2em;
        margin: 0;
        font-weight: 700;
        padding: 0;
        color: var(--bodyTextColorWhite);
    }
    #reviews-1089 .cs-desc {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 2.5vw, 1rem);
        line-height: 1.5em;
        text-align: inherit;
        margin: 0;
        padding: 0;
        color: var(--bodyTextColorWhite);
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-1089 .cs-container {
        max-width: 80rem;
    }
    #reviews-1089 .cs-item {
        grid-column: span 6;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #reviews-1089 .cs-container {
        flex-direction: row;
        justify-content: space-between;
    }
    #reviews-1089 .cs-content {
        width: 50%;
        max-width: 25.8125rem;
    }
    #reviews-1089 .cs-card-group {
        max-width: 47.375rem;
    }
}



                                                                                              