/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-1400 {
    padding: var(--sectionPadding);
    /* 190px - 268px */
    padding-top: clamp(11.875rem, 25vw, 16.75rem);
    padding-bottom: clamp(3.5rem, 10vw, 7.25rem);
    /* clips the line from causing overflow issues for going off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #banner-1400 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    /* 8px - 12px */
    gap: clamp(0.5rem, 1vw, 0.75rem);
  }
  #banner-1400 .cs-int-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-1400 .cs-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1400 .cs-link {
    font-size: 1rem;
    line-height: 1.2em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1400 .cs-link:last-of-type::after {
    display: none;
  }
  #banner-1400 .cs-link:after {
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    margin: 0 1rem;
    background: url("/assets/svgs/white-chev.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  #banner-1400 .cs-link.cs-active {
    color: var(--primaryLight);
  }
  #banner-1400 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-1400 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-1400 .cs-background:after {
    content: "";
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #banner-1400 .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) {
  #banner-1400 .cs-background:before {
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
  }
}
/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1534 {
    padding: var(--sectionPadding);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #content-page-1534 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 4vw, 4rem);
    position: relative;
  }
  #content-page-1534 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 46.125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page-1534 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #content-page-1534 .cs-picture {
    width: 100%;
    height: 30.14vw;
    max-height: 17.5rem;
    margin: 0;
    position: relative;
    display: block;
  }
  #content-page-1534 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  #content-page-1534 h2,
  #content-page-1534 h3,
  #content-page-1534 h4,
  #content-page-1534 h5,
  #content-page-1534 h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #content-page-1534 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page-1534 h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }
  #content-page-1534 h4,
  #content-page-1534 h5,
  #content-page-1534 h6 {
    font-size: 1.25rem;
  }
  #content-page-1534 .cs-button-solid {
    margin-bottom: 2rem;
  }
  #content-page-1534 .cs-no-margin {
    margin: 0;
  }
  #content-page-1534 .cs-color {
    color: var(--primary);
  }
  #content-page-1534 p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page-1534 p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page-1534 p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
    filter: brightness(120%);
  }
  #content-page-1534 ol,
  #content-page-1534 ul {
    padding-left: 1.5rem;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page-1534 ul li {
    list-style: none;
    color: inherit;
    position: relative;
  }
  #content-page-1534 ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: currentColor;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0.625rem;
    left: -0.75rem;
  }
  #content-page-1534 .cs-image-group {
    width: 32.625em;
    height: 33.75em;
    display: none;
    position: relative;
    z-index: 1;
  }
  #content-page-1534 .cs-background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #content-page-1534 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #content-page-1534 .cs-flower {
    width: 9.5625em;
    height: auto;
    position: relative;
    left: -2em;
    top: -2.25em;
    z-index: 10;
  }
  #content-page-1534 .cs-floater {
    width: 44.375em;
    height: auto;
    position: absolute;
    right: 3.125em;
    top: 25em;
    z-index: -1;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-page-1534 .cs-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #content-page-1534 .cs-content {
    width: 60%;
    max-width: 43.375rem;
    flex: none;
  }
  #content-page-1534 .cs-image-group {
    font-size: min(1.3vw, 1em);
    display: block;
  }
}
/* Desktop - 1200px */
@media only screen and (min-width: 75rem) {
  #content-page-1534 .cs-content {
    width: 53%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #content-page-1534 {
    background-color: var(--dark);
  }
  body.dark-mode #content-page-1534 .cs-title,
  body.dark-mode #content-page-1534 .cs-text,
  body.dark-mode #content-page-1534 h2,
  body.dark-mode #content-page-1534 h3,
  body.dark-mode #content-page-1534 h4,
  body.dark-mode #content-page-1534 h5,
  body.dark-mode #content-page-1534 h6,
  body.dark-mode #content-page-1534 li,
  body.dark-mode #content-page-1534 p {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #content-page-1534 .cs-color,
  body.dark-mode #content-page-1534 a {
    color: var(--primaryLight);
  }
  body.dark-mode #content-page-1534 p,
  body.dark-mode #content-page-1534 li {
    color: #ebebeb;
  }
  body.dark-mode #content-page-1534 .cs-floater {
    opacity: 0.1;
  }
}
/*-- -------------------------- -->
<---    New Content Styles     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  /* Two Column Layout for Finishing Selections */
  .cs-two-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
  .cs-column {
    flex: 1;
    text-align: center;
  }
  .cs-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  .cs-small-text {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 1rem 0;
    color: var(--bodyTextColor);
  }
  .cs-image-wrapper {
    margin: 1.5rem 0;
  }
  .cs-logo-wrapper {
    margin: 1.5rem 0;
  }
  .cs-logo-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .cs-button-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .cs-button-outline {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    color: var(--primary);
    background-color: transparent;
    border: 2px solid var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
  }
  .cs-button-outline:hover {
    color: #fff;
    background-color: var(--primary);
  }
  /* Cabinet Options Styling */
  .cs-cabinet-options {
    margin-top: 3rem;
  }
  .cs-cabinet-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: center;
  }
  .cs-cabinet-content {
    flex: 1;
    text-align: left;
  }
  .cs-cabinet-image {
    flex: 1;
    max-width: 100%;
  }
  .cs-features-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
  }
  .cs-features-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  .cs-features-list li:last-child {
    border-bottom: none;
  }
  /* Built-ins Section */
  .cs-built-ins-section {
    margin-top: 4rem;
    text-align: center;
  }
  .cs-center {
    text-align: center;
  }
  .cs-built-ins-gallery {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .cs-built-in-image {
    width: 100%;
  }
  .cs-built-in-images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .cs-two-column {
    flex-direction: row;
    gap: 4rem;
  }
  .cs-cabinet-row {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  .cs-cabinet-row-reverse {
    flex-direction: row-reverse;
  }
  .cs-built-ins-gallery {
    flex-direction: row;
    align-items: flex-start;
  }
  .cs-built-in-images {
    flex: 1;
  }
  .cs-button-group {
    flex-direction: column;
    align-items: center;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  .cs-built-in-images {
    gap: 2rem;
  }
}
/*-- -------------------------- -->
<---        Side by Side        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1901 {
    padding: var(--sectionPadding);
    /* 128px - 192px */
    padding-bottom: 1rem;
    overflow-x: clip;
    position: relative;
  }
  #sbs-1901 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1901 .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;
    /* 48px - 64px */
    gap: clamp(7rem, 6vw, 4rem);
  }
  #sbs-1901 .cs-picture {
    width: 100%;
    height: 100vw;
    /* 360px - 720px */
    max-height: clamp(22.5rem, 70vw, 45rem);
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-1901 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-1901 .cs-li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #sbs-1901 .cs-li strong {
    margin-right: 0.25rem;
    display: inline;
  }
  #sbs-1901 .cs-icon {
    flex-shrink: 0;
  }
  #sbs-1901 .cs-svg {
    width: 10rem;
    height: auto;
    position: absolute;
    bottom: -5%;
    right: 0;
  }
  #sbs-1901 .cs-button-solid {
    margin-top: 2rem;
  }
  #sbs-1901 .cs-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-1901 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-1901 .cs-content {
    justify-content: stretch;
  }
  #sbs-1901 .cs-picture {
    /* 540px - 740px */
    min-height: clamp(33.75rem, 40vw, 46.25rem);
    height: 100%;
    max-height: 100%;
  }
  #sbs-1901 .cs-picture2 {
    order: 2;
    height: 100%;
    min-height: 33.75rem;
    max-height: 100%;
  }
  #sbs-1901 .cs-wrapper1 {
    padding-bottom: 4rem;
  }
  #sbs-1901 .cs-wrapper2 {
    padding-top: 6.25rem;
  }
  #sbs-1901 .cs-svg {
    width: 20rem;
  }
}
/*-- -------------------------- -->
<---        Side by Side        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-19011 {
    padding: var(--sectionPadding);
    /* 128px - 192px */
    padding-bottom: clamp(8rem, 14vw, 12rem);
    padding-top: 1rem;
    overflow-x: clip;
    position: relative;
  }
  #sbs-19011 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-19011 .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;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-19011 .cs-picture {
    width: 100%;
    height: 100vw;
    /* 360px - 720px */
    max-height: clamp(22.5rem, 70vw, 45rem);
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-19011 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-19011 .cs-li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #sbs-19011 .cs-li strong {
    margin-right: 0.25rem;
    display: inline;
  }
  #sbs-19011 .cs-icon {
    flex-shrink: 0;
  }
  #sbs-19011 .cs-svg {
    width: 10rem;
    height: auto;
    position: absolute;
    bottom: -5%;
    right: 0;
  }
  #sbs-19011 .cs-button-solid {
    margin-top: 2rem;
  }
  #sbs-19011 .cs-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-19011 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-19011 .cs-content {
    justify-content: stretch;
  }
  #sbs-19011 .cs-picture {
    /* 540px - 740px */
    min-height: clamp(33.75rem, 40vw, 46.25rem);
    height: 100%;
    max-height: 100%;
  }
  #sbs-19011 .cs-picture2 {
    order: 2;
    height: 100%;
    min-height: 33.75rem;
    max-height: 100%;
  }
  #sbs-19011 .cs-wrapper1 {
    padding-bottom: 4rem;
  }
  #sbs-19011 .cs-wrapper2 {
    padding-top: 6.25rem;
  }
  #sbs-19011 .cs-svg {
    width: 20rem;
  }
}
/*-- ---------------------------------------------- -->
<---        Side by Side Finishing selections       -->
<--- ---------------------------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-190111 {
    padding: var(--sectionPadding);
    /* 128px - 192px */
    padding-bottom: 1rem;
    overflow-x: clip;
    position: relative;
  }
  #sbs-190111 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-190111 .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;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-190111 .cs-picture {
    width: 100%;
    height: 100vw;
    /* 360px - 720px */
    max-height: clamp(22.5rem, 70vw, 45rem);
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-190111 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-190111 .cs-li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #sbs-190111 .cs-li strong {
    margin-right: 0.25rem;
    display: inline;
  }
  #sbs-190111 .cs-icon {
    flex-shrink: 0;
  }
  #sbs-190111 .cs-svg {
    width: 10rem;
    height: auto;
    position: absolute;
    bottom: -5%;
    right: 0;
  }
  #sbs-190111 .cs-button-solid {
    margin-top: 2rem;
  }
  #sbs-190111 .cs-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-190111 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #sbs-190111 .cs-content {
    justify-content: stretch;
  }
  #sbs-190111 .cs-picture {
    /* 540px - 740px */
    min-height: clamp(33.75rem, 40vw, 46.25rem);
    height: 100%;
    max-height: 100%;
  }
  #sbs-190111 .cs-picture2 {
    order: 2;
    height: 100%;
    min-height: 33.75rem;
    max-height: 100%;
  }
  #sbs-190111 .cs-wrapper1 {
    padding-bottom: 4rem;
  }
  #sbs-190111 .cs-wrapper2 {
    padding-top: 6.25rem;
  }
  #sbs-190111 .cs-svg {
    width: 20rem;
  }
}
/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-974 {
    padding: var(--sectionPadding);
  }
  #gallery-974 .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, 6vw, 4rem);
    position: relative;
  }
  #gallery-974 .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-974 .cs-title {
    margin: 0 0 1.5rem 0;
  }
  #gallery-974 .cs-button-group {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 2rem;
  }
  #gallery-974 .cs-button {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    background-color: transparent;
    border: none;
    transition: color 0.3s;
  }
  #gallery-974 .cs-button:hover {
    color: var(--primary);
    cursor: pointer;
  }
  #gallery-974 .cs-button.cs-active {
    color: var(--primary);
  }
  #gallery-974 .cs-gallery-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #gallery-974 .cs-gallery {
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;
    /* makes the transfrom scaling orgin the top left corner, dictates the direction by which the scale transforms animate towards */
    transform-origin: left top;
  }
  #gallery-974 .cs-gallery.cs-hidden {
    /* by using visibility:hidden instead of display:none, we can see the animations from the opacity and transforms, display:none won't render animations. */
    visibility: hidden;
    /* prevents the mouse from interacting with it */
    pointer-events: none;
    /* hidden galleries have a 0 opacity, and we animate the opacity to 1 when they become active */
    opacity: 0;
    /* this top and left value help control the animation, by setting it to position absolute and left 0, the gallery won't fly off screen to the left, it will stop its position to be at the left edge of the .cs-container (left: 0). Same for the top:0 value, the gallery won't go past that posiiton when it animates */
    top: 0;
    left: 0;
    position: absolute;
    /* prevents the hidden galleries from overflowing the section, and makes a nice animations to transition to and from */
    transform: scaleY(0) scaleX(0);
  }
  #gallery-974 .cs-gallery.cs-hidden .cs-image {
    /* when gallery is hidden, add these styles to the cs-image to animate from when cs-hidden is removed from the .cs-gallery */
    transform: translateY(2.1875rem);
    opacity: 0;
  }
  #gallery-974 .cs-image {
    width: 50%;
    aspect-ratio: 1;
    /* clips the image corners */
    overflow: hidden;
    display: block;
    position: relative;
    /* when .cs-hidden is removed from the .cs-gallery, reset these values and animate between their hidden styles */
    transform: translateY(0rem);
    opacity: 1;
    transition: opacity 0.6s, transform 0.6s;
  }
  #gallery-974 .cs-image:nth-of-type(1) {
    /* the transition delays change at desktop */
    /* these delays stagger the reveal of each image so they all go one after the other and not all at once */
    transition-delay: 0.15s;
  }
  #gallery-974 .cs-image:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  #gallery-974 .cs-image:nth-of-type(3) {
    transition-delay: 0.45s;
  }
  #gallery-974 .cs-image:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  #gallery-974 .cs-image:nth-of-type(5) {
    transition-delay: 0.75s;
  }
  #gallery-974 .cs-image:nth-of-type(6) {
    transition-delay: 0.9s;
  }
  #gallery-974 .cs-image:nth-of-type(7) {
    transition-delay: 1.05s;
  }
  #gallery-974 .cs-image:nth-of-type(8) {
    transition-delay: 1.2s;
  }
  #gallery-974 .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes it act like a background image */
    object-fit: cover;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #gallery-974 .cs-container {
    max-width: 80rem;
  }
  #gallery-974 .cs-image {
    width: 25%;
    height: 25rem;
  }
  #gallery-974 .cs-image:nth-of-type(1) {
    /* these delays stagger the reveal of each image so they all go one after the other and not all at once */
    transition-delay: 0.15s;
  }
  #gallery-974 .cs-image:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  #gallery-974 .cs-image:nth-of-type(3) {
    transition-delay: 0.45s;
  }
  #gallery-974 .cs-image:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  #gallery-974 .cs-image:nth-of-type(5) {
    transition-delay: 0.15s;
  }
  #gallery-974 .cs-image:nth-of-type(6) {
    transition-delay: 0.3s;
  }
  #gallery-974 .cs-image:nth-of-type(7) {
    transition-delay: 0.45s;
  }
  #gallery-974 .cs-image:nth-of-type(8) {
    transition-delay: 0.6s;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #gallery-974 .cs-title,
  body.dark-mode #gallery-974 .cs-button {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #gallery-974 .cs-button.cs-active {
    color: var(--primary);
  }
}
/*-- -------------------------- -->
<---           Table            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #table-1669 {
    padding: var(--sectionPadding);
  }
  #table-1669 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #table-1669 .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;
  }
  #table-1669 .cs-table {
    width: 100%;
    border-collapse: collapse;
  }
  #table-1669 .cs-th {
    padding: 0.75rem 1rem;
    box-sizing: border-box;
  }
  #table-1669 .cs-td {
    padding: 0.5rem 1rem;
    box-sizing: border-box;
  }
  #table-1669 .cs-th,
  #table-1669 .cs-td {
    border: 1px solid #ddd;
    text-align: center;
  }
  #table-1669 .cs-color .cs-th:first-child {
    color: #fff;
    background-color: var(--primary);
  }
  #table-1669 .cs-th:first-child,
  #table-1669 .cs-td:first-child {
    position: sticky;
    left: 0;
    z-index: 100;
    /* Make sure it sits above the other cells */
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    text-align: left;
  }
  #table-1669 .cs-th {
    background-color: #f2f2f2;
  }
  #table-1669 .cs-tr {
    color: var(--bodyTextColor);
  }
  #table-1669 .cs-icon {
    height: 1rem;
    width: auto;
  }
}
/* Tablet - 600px */
@media screen and (max-width: 37.5rem) {
  #table-1669 .cs-table {
    display: block;
    overflow-x: auto;
  }
}
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-489 {
    padding: var(--sectionPadding);
    background: #fafbfc;
  }
  #faq-489 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* 40px - 48px */
    gap: clamp(2.5rem, 5vw, 3rem);
  }
  #faq-489 .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;
  }
  #faq-489 .cs-color {
    color: var(--primary);
  }
  #faq-489 .cs-title {
    /* 17 characters wide including spaces */
    max-width: 17ch;
  }
  #faq-489 .cs-text {
    /* 32px - 48px */
    margin-bottom: clamp(2rem, 3vw, 3rem);
  }
  #faq-489 .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;
  }
  #faq-489 .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;
  }
  #faq-489 .cs-button-solid:hover:before {
    width: 100%;
  }
  #faq-489 .cs-faq-group {
    max-width: 46.25rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
  }
  #faq-489 .cs-faq-item {
    list-style: none;
    width: 100%;
    /* prevents border from affecting width and height */
    box-sizing: border-box;
    border: 1px solid #f1f1f4;
    transition: border 0.3s, padding 0.3s, border-color 0.3s;
  }
  #faq-489 .cs-faq-item:hover {
    border-color: var(--primary);
  }
  #faq-489 .cs-faq-item.active {
    padding-bottom: 1rem;
    border-color: var(--primary);
  }
  #faq-489 .cs-faq-item.active .cs-button {
    color: var(--primary);
  }
  #faq-489 .cs-faq-item.active .cs-button:before {
    transform: translateY(-50%) rotate(180deg);
    opacity: 0;
    background-color: var(--primary);
  }
  #faq-489 .cs-faq-item.active .cs-button:after {
    transform: translateY(-50%) rotate(360deg);
    background-color: var(--primary);
  }
  #faq-489 .cs-faq-item.active .cs-item-p {
    height: auto;
    margin-top: 0.5rem;
    opacity: 1;
  }
  #faq-489 .cs-button {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 1vw, 1.5625rem);
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    color: var(--headerColor);
    display: block;
    width: 100%;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }
  #faq-489 .cs-button:hover {
    cursor: pointer;
  }
  #faq-489 .cs-button:before {
    /* horizontal line */
    content: "";
    width: 1rem;
    height: 0.1875rem;
    background-color: currentColor;
    opacity: 1;
    border-radius: 1px;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    transition: transform 0.5s, opacity 0.3s;
  }
  #faq-489 .cs-button:after {
    /* vertical line */
    content: "";
    width: 1rem;
    height: 0.1875rem;
    background-color: currentColor;
    opacity: 1;
    border-radius: 1px;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    transition: transform 0.5s;
  }
  #faq-489 .cs-button-text {
    width: 80%;
    display: block;
  }
  #faq-489 .cs-item-p {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    width: 90%;
    height: 0;
    margin: 0;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    opacity: 0;
    color: var(--bodyTextColor);
    /* clips the text so it doesn't show up */
    overflow: hidden;
    transition: opacity 0.3s, padding-bottom 0.3s;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 48rem) {
  #faq-489 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.25rem;
  }
  #faq-489 .cs-content {
    margin-top: 3.125rem;
  }
  #faq-489 .cs-title,
  #faq-489 .cs-topper {
    text-align: left;
    margin-left: 0;
  }
  #faq-489 .cs-faq-group {
    width: clamp(56%, 58vw, 58%);
    flex: none;
  }
}
