/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1620 {
    /* 200px - 300px - top leaving extra space for the navigation */
    /* 60px - 100px bottom */
    padding: clamp(12.5rem, 25.95vw, 20.75em) 1rem clamp(3.75rem, 7.82vw, 6.25rem);
    /* prevents the topper line from causing an overflow */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-1620 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* 60px - 180px */
    gap: clamp(3.75rem, 13vw, 11.25rem);
  }
  #hero-1620 .cs-content {
    --cornerWidth: 8.75rem;
    --cornerHeight: 8.75rem;
    width: 100%;
    max-width: 53.125rem;
    /* 48px - 80px top & bottom */
    /* 16px - 48px left & right */
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #hero-1620 .cs-content:before {
    /* top left corner */
    content: '';
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    border-radius: 1rem 0 0 0;
    max-height: var(--cornerHeight);
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1620 .cs-content:after {
    /* top right corner */
    content: '';
    width: 35vw;
    max-width: var(--cornerWidth);
    border-radius: 0 1rem 0 0;
    height: 35vw;
    max-height: var(--cornerHeight);
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #hero-1620 .cs-corners {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1620 .cs-corners:before {
    /* bottom left corner */
    content: '';
    border-radius: 0 0 0 1rem;
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    border: 2px solid #fff;
    border-right: none;
    border-top: none;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #hero-1620 .cs-corners:after {
    /* bottom right corner */
    content: '';
    border-radius: 0 0 1rem 0;
    width: 35vw;
    max-width: var(--cornerWidth);
    height: 35vw;
    max-height: var(--cornerHeight);
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #hero-1620 .cs-topper {
    /* 13px - 16px */
    font-size: clamp(0.8125rem, 1.5vw, 1rem);
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }
  #hero-1620 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    max-width: 37.5rem;
    /* 16px - 24px */
    margin: 0 0 1rem 0;
    color: #fff;
    position: relative;
  }
  #hero-1620 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    /* 464px - 622px */
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 auto 0;
    margin-bottom: 2rem;
    color: #fff;
  }
  #hero-1620 .cs-button-solid {
    background-color: #fff;
    color: var(--primary);
    transition: color 0.3s;
  }
  #hero-1620 .cs-button-solid:hover {
    color: #fff;
  }
  #hero-1620 .cs-card-group {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #hero-1620 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    /* 24px - 32px */
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    grid-column: span 12;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  #hero-1620 .cs-icon {
    width: 3rem;
    height: auto;
    margin: 0 0 1.5rem 0;
  }
  #hero-1620 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: bold;
    text-align: inherit;
    margin: 0 0 0rem 0;
    color: var(--headerColor);
  }
  #hero-1620 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    max-width: 28.125rem;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #hero-1620 .cs-wave {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none;
  }
  #hero-1620 .dark {
    display: none;
  }
  #hero-1620 .cs-background {
    width: 100%;
    height: 55%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1620 .cs-background:before {
    /* Overlay */
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.8;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    /* prevents the cursor from interacting with it */
    pointer-events: none;
  }
  #hero-1620 .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-1620 .cs-item {
    grid-column: span 4;
  }
  #hero-1620 .cs-wave {
    display: block;
    bottom: 11.25rem;
  }
  #hero-1620 .dark {
    display: none;
  }
  #hero-1620 .cs-background {
    height: 80%;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 81.25rem) {
  #hero-1620 .cs-background {
    height: 86%;
  }
  #hero-1620 .cs-wave {
    bottom: 6.875rem;
  }
}
/* Large Desktop - Parallax Effect - 1600px */
@media only screen and (min-width: 100rem) {
  #hero-1620 .cs-background {
    background: url("/assets/images/expert-hero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  #hero-1620 .cs-background img {
    display: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-1620 .cs-item {
    background-color: var(--medium);
  }
  body.dark-mode #hero-1620 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #hero-1620 .cs-h3,
  body.dark-mode #hero-1620 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #hero-1620 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #hero-1620 .cs-background:before {
    opacity: 0.9;
  }
}
/*-- -------------------------- -->
<---    Full Service Plumbing   -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-870 {
    padding: var(--sectionPadding);
    padding-top: 0;
    position: relative;
    padding-bottom: 25vw;
    z-index: 1;
  }
  #sbs-870 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
  }
  #sbs-870 .list-1074 {
    columns: 2;
  }
  #sbs-870 .list-1074 .cs-li {
    overflow: hidden;
  }
  #sbs-870 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-870 .cs-title {
    /* Override.  cs-topper cs-title and first cs-text should be removed and put into your global css sheet so it can control every instance of them on your site and is consistent. This selector is a section specific override that stays inside this stitch */
    /* 17 characters wide including spaces */
    max-width: 17ch;
  }
  #sbs-870 .cs-text {
    /* Override.  cs-topper cs-title and first cs-text should be removed and put into your global css sheet so it can control every instance of them on your site and is consistent. This selector is a section specific override that stays inside this stitch */
    margin-bottom: 1rem;
  }
  #sbs-870 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-870 .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    max-width: 39.375rem;
    /* 400px - 775px */
    height: clamp(25rem, 70vw, 48.4375rem);
    box-shadow: 0px 2.80579px 42.0868px rgba(0, 0, 0, 0.16);
    /* 100px - 200px */
    border-radius: 1rem;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs-870 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-870 {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #sbs-870 .cs-container {
    flex-direction: row;
    max-width: 80rem;
    justify-content: space-between;
  }
  #sbs-870 .cs-content {
    width: 53%;
    /* reset the padding, add the section padding back to the section container */
    padding: 0;
  }
  #sbs-870 .list-1074 {
    column-gap: 4rem;
  }
  #sbs-870 .cs-picture {
    width: 47vw;
    position: relative;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-870 .cs-title,
  body.dark-mode #sbs-870 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-870 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-870 .cs-picture:before {
    background-color: var(--accent);
  }
}
/*-- -------------------------- -->
<---          List 1            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .list-1113 {
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .list-1113 .cs-li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .list-1113 .cs-h3 {
    /* 20px - 25px */
    font-size: 1.25rem, 3vw, 1.5625rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.75rem;
  }
  .list-1113 .cs-li-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 39.375rem;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Dark Mode, copy and paste only the styles inside the #list-1113 brackets into your section's dark mode media query */
@media only screen and (min-width: 0rem) {
  body.dark-mode .list-1113 .cs-li-text,
  body.dark-mode .list-1113 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .list-1113 .cs-li-text {
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1557 {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #services-1557 .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-1557 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    max-width: 40.625rem;
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #services-1557 .cs-wrapper {
    text-align: center;
    max-width: 46.875rem;
  }
  #services-1557 .cs-wrapper h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
  #services-1557 .cs-wrapper .cs-text {
    text-align: center;
    margin: 0 0 2rem;
    max-width: 46.875rem;
  }
  #services-1557 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }
  #services-1557 .cs-item {
    list-style: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 1rem;
    /* 24px - 40px */
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid #E8E8E8;
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  #services-1557 .cs-picture {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.25rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid var(--primary);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
    z-index: 1;
  }
  #services-1557 .cs-picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  #services-1557 .cs-icon {
    width: 2.25rem;
    height: auto;
    display: block;
  }
  #services-1557 .cs-h3 {
    text-align: inherit;
    font-size: 1.25rem;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
  }
  #services-1557 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1557 .cs-container {
    max-width: 80rem;
  }
  #services-1557 .cs-item {
    margin: 0;
    grid-column: span 4;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-1557 .cs-item {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #services-1557 .cs-icon {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #services-1557 .cs-h3,
  body.dark-mode #services-1557 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1557 .cs-item-text {
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---       Plumbing Guide       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-871 {
    padding: var(--sectionPadding);
    position: relative;
    background-color: #f7f7f7;
    z-index: 1;
  }
  #sbs-871 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
  }
  #sbs-871 .list-1074 .cs-li {
    overflow: hidden;
  }
  #sbs-871 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-871 .cs-title {
    max-width: 22ch;
  }
  #sbs-871 .cs-text {
    /* Override.  cs-topper cs-title and first cs-text should be removed and put into your global css sheet so it can control every instance of them on your site and is consistent. This selector is a section specific override that stays inside this stitch */
    margin-bottom: 1rem;
  }
  #sbs-871 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-871 .cs-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }
  #sbs-871 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    margin: 0;
    padding: 0;
    padding-left: 1.25rem;
    border: none;
    border-radius: 0.5rem;
    /* prevents padding from adding to width and height */
    box-sizing: border-box;
    display: block;
  }
  #sbs-871 .cs-input::placeholder {
    color: #767676;
  }
  #sbs-871 .cs-submit {
    width: 100%;
    border: none;
  }
  #sbs-871 .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    max-width: 39.375rem;
    /* 400px - 775px */
    height: clamp(25rem, 70vw, 48.4375rem);
    box-shadow: 0px 2.80579px 42.0868px rgba(0, 0, 0, 0.16);
    /* 100px - 200px */
    border-radius: 1rem;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs-871 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-871 {
    padding: var(--sectionPadding);
  }
  #sbs-871 .cs-container {
    flex-direction: row;
    max-width: 80rem;
    justify-content: space-between;
  }
  #sbs-871 .cs-content {
    width: 53%;
    /* reset the padding, add the section padding back to the section container */
    padding: 0;
    order: -1;
  }
  #sbs-871 .cs-form {
    max-width: 22.5rem;
  }
  #sbs-871 .list-1074 {
    column-gap: 4rem;
  }
  #sbs-871 .cs-picture {
    width: 47vw;
    position: relative;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-871 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #sbs-871 .cs-title,
  body.dark-mode #sbs-871 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-871 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-871 .cs-picture:before {
    background-color: var(--accent);
  }
}
/*-- -------------------------- -->
<---    Full Service Plumbing   -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-8701 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #sbs-8701 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
  }
  #sbs-8701 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-8701 .cs-title {
    /* Override.  cs-topper cs-title and first cs-text should be removed and put into your global css sheet so it can control every instance of them on your site and is consistent. This selector is a section specific override that stays inside this stitch */
    /* 17 characters wide including spaces */
    max-width: 17ch;
  }
  #sbs-8701 .cs-text {
    /* Override.  cs-topper cs-title and first cs-text should be removed and put into your global css sheet so it can control every instance of them on your site and is consistent. This selector is a section specific override that stays inside this stitch */
    margin-bottom: 1rem;
  }
  #sbs-8701 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-8701 .cs-h3 {
    margin: 0 0 1rem;
  }
  #sbs-8701 .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    max-width: 39.375rem;
    /* 400px - 775px */
    height: clamp(25rem, 70vw, 48.4375rem);
    box-shadow: 0px 2.80579px 42.0868px rgba(0, 0, 0, 0.16);
    /* 100px - 200px */
    border-radius: 1rem;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs-8701 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-8701 {
    padding: var(--sectionPadding);
  }
  #sbs-8701 .cs-container {
    flex-direction: row;
    max-width: 80rem;
    align-items: stretch;
    justify-content: space-between;
  }
  #sbs-8701 .cs-content {
    width: 53%;
    /* reset the padding, add the section padding back to the section container */
    padding: 0;
  }
  #sbs-8701 .list-1074 {
    column-gap: 4rem;
  }
  #sbs-8701 .cs-picture {
    width: 47vw;
    height: auto;
    position: relative;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-8701 .cs-title,
  body.dark-mode #sbs-8701 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-8701 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-8701 .cs-picture:before {
    background-color: var(--accent);
  }
}
/*-- -------------------------- -->
<---          List 2            -->
<--- -------------------------- -->

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .list-1074 {
    max-width: 39.375rem;
    margin: 0 0 2rem 0;
    padding: 0;
    /* clips the bullets to create the half circle */
    overflow: hidden;
  }
  .list-1074 .cs-li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
  }
  .list-1074 .cs-li:before {
    /* bullet */
    content: "";
    width: 1rem;
    height: 1rem;
    margin-top: 0.1875rem;
    /* make it overflow the parent by half it's width to make an eclipse */
    margin-left: -0.5rem;
    background: var(--primary);
    border-radius: 50%;
    display: block;
    /* prevents flexbox from squishing it */
    flex: none;
  }
}
/* Dark Mode, copy and paste only the styles inside the #list-1074 brackets into your section's dark mode media query */
@media only screen and (min-width: 0rem) {
  body.dark-mode .list-1074 .cs-li {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---         Gallery            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-1716 {
    padding: var(--sectionPadding);
    padding-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #gallery-1716 .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-1716 .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;
  }
  #gallery-1716 .cs-text {
    margin-bottom: 1rem;
  }
  #gallery-1716 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #gallery-1716 .cs-gallery {
    width: 100%;
    display: grid;
    border-radius: 1rem;
    overflow: hidden;
    grid-template-columns: repeat(12, 1fr);
    /* sends it to the top in the 1st position */
    order: -1;
  }
  #gallery-1716 .cs-picture {
    width: 100%;
    /* changes at tablet */
    height: 100vw;
    max-height: 25rem;
    display: block;
    position: relative;
    z-index: 1;
    grid-column: span 4;
  }
  #gallery-1716 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #gallery-1716 .cs-wave {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transform: scaleX(-1);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-1716 {
    position: relative;
    z-index: 1;
  }
  #gallery-1716 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #gallery-1716 .cs-content {
    max-width: 19rem;
  }
  #gallery-1716 .cs-gallery {
    height: auto;
  }
  #gallery-1716 .cs-picture {
    height: 100%;
    max-height: 100%;
    /* 280px - 420px */
    min-height: clamp(17.5rem, 37vw, 26.25rem);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #gallery-1716 .cs-title,
  body.dark-mode #gallery-1716 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #gallery-1716 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #gallery-1716 .cs-text:last-of-type:before {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  body.dark-mode #gallery-1716 .light {
    display: none;
  }
  body.dark-mode #gallery-1716 .dark {
    display: block;
  }
}
