/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  .sbs-2348r,
  .sbs-2348 {
    padding: var(--sectionPadding);
    /* 100px - 200px */
    padding-bottom: 6.25rem;
    /* clips anything overflowing */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .sbs-2348r .cs-container,
  .sbs-2348 .cs-container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    /* 16px - 80px */
    padding: clamp(3rem, 6vw, 5rem);
    box-sizing: border-box;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    border-radius: 1rem;
  }
  .sbs-2348r .cs-content,
  .sbs-2348 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 47.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 3;
  }
  .sbs-2348r .cs-text,
  .sbs-2348 .cs-text,
  .sbs-2348r .cs-title,
  .sbs-2348 .cs-title {
    max-width: 47.875rem;
  }
  .sbs-2348r .cs-text,
  .sbs-2348 .cs-text {
    margin-bottom: 1rem;
  }
  .sbs-2348r .cs-text:last-of-type,
  .sbs-2348 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  .sbs-2348r .cs-picture,
  .sbs-2348 .cs-picture {
    max-width: 35.375rem;
    width: 100%;
    height: 95vw;
    max-height: 28.125rem;
    display: block;
    order: -1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 1rem;
  }
  .sbs-2348r .cs-picture img,
  .sbs-2348 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sbs-2348r,
  .sbs-2348 {
    padding-top: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .sbs-2348r .cs-container,
  .sbs-2348 .cs-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sbs-2348r .cs-picture,
  .sbs-2348 .cs-picture {
    width: 40vw;
    height: 35rem;
    max-height: 100%;
    max-width: 38rem;
    flex: none;
  }
  .sbs-2348r .cs-container {
    flex-direction: row-reverse;
  }
}
/*-- -------------------------- -->
<---       Services Blue        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1377 {
    padding: var(--sectionPadding);
    background-color: var(--secondary);
  }
  #services-1377 .cs-container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    background-color: #fff;
    border-radius: 1rem;
    padding: clamp(2rem, 4.2vw, 3.75rem);
  }
  #services-1377 .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-1377 .cs-title {
    max-width: 100%;
  }
  #services-1377 .cs-text {
    max-width: 62.6875rem;
  }
  #services-1377 .cs-card-group {
    max-width: 80rem;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #services-1377 .cs-item {
    list-style: none;
    width: 100%;
    /* 210px - 305px */
    min-height: clamp(13.125rem, 30vw, 19.0625rem);
    margin: 0;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 16px - 24px */
    padding: clamp(1rem, 1.8vw, 2rem);
    background-color: #F7F7F7;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    grid-column: span 12;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
    overflow: hidden;
  }
  #services-1377 .cs-item .cs-text {
    max-width: 100%;
    margin-bottom: auto;
  }
  #services-1377 .cs-item:hover {
    background-color: var(--primary);
  }
  #services-1377 .cs-item:hover .cs-icon,
  #services-1377 .cs-item:hover .cs-arrow {
    filter: grayscale(1) brightness(1000%);
  }
  #services-1377 .cs-item:hover .cs-text,
  #services-1377 .cs-item:hover .cs-h3 {
    color: #fff;
  }
  #services-1377 .cs-item:hover .cs-arrow-wrapper {
    border-color: #fff;
  }
  #services-1377 .cs-item:hover .cs-icon-wrapper {
    border-color: #fff;
  }
  #services-1377 .cs-item:hover .cs-icon-wrapper::before {
    background-color: #fff;
    opacity: 0.2;
  }
  #services-1377 .cs-background {
    position: absolute;
    width: auto;
    height: 120%;
    right: -7.5rem;
    bottom: 0;
  }
  #services-1377 .cs-icon-wrapper {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  #services-1377 .cs-icon-wrapper::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: var(--primary);
    opacity: 0.05;
    position: absolute;
  }
  #services-1377 .cs-icon {
    width: 2.25rem;
    height: auto;
  }
  #services-1377 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    color: var(--headerColor);
    line-height: 1.2em;
    text-align: inherit;
    /* if a word is too long for the card, break it onto a new line */
    word-break: break-word;
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D2D8DF;
    width: 100%;
  }
  #services-1377 .cs-arrow-wrapper {
    width: 3rem;
    height: 3rem;
    border: 1px solid #bababa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents the parent flexbox from shrinking the arrow */
    flex-shrink: 0;
  }
  #services-1377 .cs-arrow {
    width: auto;
    height: 0.75rem;
    transition: filter 0.3s;
  }
}
/* In between - 500px */
@media only screen and (min-width: 31.25rem) {
  #services-1377 .cs-item {
    grid-column: span 6;
  }
  #services-1377 .cs-item:nth-child(5) {
    grid-column: 4 / span 6;
  }
}
/*-- -------------------------- -->
<---      Services White        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1377b {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #services-1377b .cs-container {
    width: 100%;
    max-width: 90rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    background-color: #fff;
    border-radius: 1rem;
    padding: clamp(2rem, 4.2vw, 3.75rem);
  }
  #services-1377b .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-1377b .cs-title {
    max-width: 100%;
  }
  #services-1377b .cs-text {
    max-width: 62.6875rem;
  }
  #services-1377b .cs-card-group {
    max-width: 80rem;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }
  #services-1377b .cs-item {
    list-style: none;
    width: 100%;
    /* 210px - 305px */
    min-height: clamp(13.125rem, 30vw, 19.0625rem);
    margin: 0;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    /* 16px - 24px */
    padding: clamp(1rem, 1.8vw, 2rem);
    background-color: #F7F7F7;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    grid-column: span 12;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
    overflow: hidden;
  }
  #services-1377b .cs-item .cs-text {
    max-width: 100%;
    margin-bottom: auto;
  }
  #services-1377b .cs-item:hover {
    background-color: var(--primary);
  }
  #services-1377b .cs-item:hover .cs-icon,
  #services-1377b .cs-item:hover .cs-arrow {
    filter: grayscale(1) brightness(1000%);
  }
  #services-1377b .cs-item:hover .cs-text,
  #services-1377b .cs-item:hover .cs-h3 {
    color: #fff;
  }
  #services-1377b .cs-item:hover .cs-arrow-wrapper {
    border-color: #fff;
  }
  #services-1377b .cs-item:hover .cs-icon-wrapper {
    border-color: #fff;
  }
  #services-1377b .cs-item:hover .cs-icon-wrapper::before {
    background-color: #fff;
    opacity: 0.2;
  }
  #services-1377b .cs-background {
    position: absolute;
    width: auto;
    height: 120%;
    right: -7.5rem;
    bottom: 0;
  }
  #services-1377b .cs-icon-wrapper {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  #services-1377b .cs-icon-wrapper::before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: var(--primary);
    opacity: 0.05;
    position: absolute;
  }
  #services-1377b .cs-icon {
    width: 2.25rem;
    height: auto;
  }
  #services-1377b .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    color: var(--headerColor);
    line-height: 1.2em;
    text-align: inherit;
    /* if a word is too long for the card, break it onto a new line */
    word-break: break-word;
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D2D8DF;
    width: 100%;
  }
  #services-1377b .cs-arrow-wrapper {
    width: 3rem;
    height: 3rem;
    border: 1px solid #bababa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents the parent flexbox from shrinking the arrow */
    flex-shrink: 0;
  }
  #services-1377b .cs-arrow {
    width: auto;
    height: 0.75rem;
    transition: filter 0.3s;
  }
}
/* In between - 500px */
@media only screen and (min-width: 31.25rem) {
  #services-1377b .cs-item {
    grid-column: span 6;
  }
  #services-1377b .cs-item:nth-child(5) {
    grid-column: 4 / span 6;
  }
}
/*-- -------------------------- -->
<---         Products           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-2458 {
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #services-2458 .cs-container {
    width: 100%;
    /* switches to 1280px at tablet */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-2458 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-2458 .cs-title,
  #services-2458 .cs-text {
    max-width: 100%;
  }
  #services-2458 .cs-card-group {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  #services-2458 .cs-item {
    text-align: center;
    height: fit-content;
    padding: 0.75rem;
    grid-column: span 12;
    position: relative;
    z-index: 1;
  }
  #services-2458 .cs-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 0.05;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #services-2458 .cs-item:hover .cs-h3 {
    color: var(--primary);
  }
  #services-2458 .cs-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #services-2458 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 1.6vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    width: 100%;
    margin: 0;
    /* 16px - 24px */
    padding: clamp(1rem, 2vw, 1.5rem);
    color: var(--headerColor);
    display: block;
    transition: color 0.3s;
  }
  #services-2458 .cs-picture {
    width: 100%;
    height: 100vw;
    max-height: 28.125rem;
    overflow: hidden;
    display: block;
    position: relative;
  }
  #services-2458 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-2458 .cs-container {
    max-width: 80rem;
  }
  #services-2458 .cs-card-group {
    align-items: stretch;
  }
  #services-2458 .cs-card-group.cs-3 .cs-item {
    grid-column: span 4;
  }
  #services-2458 .cs-item {
    height: auto;
    display: flex;
    flex-direction: column;
    grid-column: span 3;
  }
  #services-2458 .cs-link {
    height: 100%;
  }
  #services-2458 .cs-picture {
    height: clamp(12.5rem, 22vw, 18.75rem);
    margin-top: auto;
  }
}
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-1237 {
    padding: var(--sectionPadding);
    padding-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #faq-1237 .cs-container {
    width: 100%;
    /* chnages to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 40px - 48px */
    gap: clamp(2.5rem, 5vw, 3rem);
  }
  #faq-1237 .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;
  }
  #faq-1237 .cs-title {
    margin: 0;
  }
  #faq-1237 .cs-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* 16px - 20px */
    gap: clamp(1rem, 2.4vw, 1.25rem);
  }
  #faq-1237 .cs-faq-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 16px - 20px */
    gap: clamp(1rem, 2.4vw, 1.25rem);
  }
  #faq-1237 .cs-faq-item {
    list-style: none;
    width: 100%;
    background-color: #f7f7f7;
    padding: 0;
    box-sizing: border-box;
    transition: border-bottom 0.3s;
    overflow: hidden;
    border-radius: 1rem;
  }
  #faq-1237 .cs-faq-item.active {
    background-color: var(--secondary);
  }
  #faq-1237 .cs-faq-item.active .cs-button {
    color: #F7F7F7;
  }
  #faq-1237 .cs-faq-item.active .cs-button:before {
    background-color: #F7F7F7;
    transform: rotate(315deg);
  }
  #faq-1237 .cs-faq-item.active .cs-button:after {
    background-color: #F7F7F7;
    transform: rotate(-315deg);
  }
  #faq-1237 .cs-faq-item.active .cs-number {
    background-color: var(--secondary);
    color: #F7F7F7;
  }
  #faq-1237 .cs-faq-item.active .cs-number:before {
    height: 100%;
    opacity: 0.3;
  }
  #faq-1237 .cs-faq-item.active .cs-number:after {
    width: 100vw;
    opacity: 0.3;
  }
  #faq-1237 .cs-faq-item.active .cs-item-p {
    height: auto;
    /* 16px - 24px */
    padding-top: clamp(1rem, 2.5vw, 1.5rem);
    padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
    color: #F7F7F7;
    opacity: 1;
  }
  #faq-1237 .cs-button {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 0 2.5rem 0 0;
    border: none;
    background: transparent;
    color: var(--headerColor);
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    /* 16px - 24px */
    gap: clamp(1rem, 2.5vw, 1.5rem);
    position: relative;
    font-family: var(--headerFont);
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
  }
  #faq-1237 .cs-button:hover {
    cursor: pointer;
  }
  #faq-1237 .cs-button:before {
    /* left line */
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: var(--headerColor);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 45%;
    right: 1.1875rem;
    transform: rotate(45deg);
    /* animate the transform from the left side of the x axis, and the center of the y */
    transform-origin: left center;
    transition: transform 0.5s;
  }
  #faq-1237 .cs-button:after {
    /* right line */
    content: "";
    width: 0.5rem;
    height: 0.125rem;
    background-color: var(--headerColor);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 45%;
    right: 1rem;
    transform: rotate(-45deg);
    /* animate the transform from the right side of the x axis, and the center of the y */
    transform-origin: right center;
    transition: transform 0.5s;
  }
  #faq-1237 .cs-number {
    font-size: 1.25rem;
    line-height: 1.5em;
    border-radius: 1rem 0 0 0;
    /* 52px - 72px */
    width: clamp(3.25rem, 6vw, 4.5rem);
    color: var(--headerColor);
    background-color: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    position: relative;
    transition: background-color 0.3s;
  }
  #faq-1237 .cs-number:before {
    /* yellow border right on active */
    content: "";
    width: 1px;
    height: 0;
    background: #e8e8e8;
    opacity: 0;
    position: absolute;
    display: block;
    top: -1px;
    right: 0;
    transition: opacity 0.3s, height 0.6s;
    transition-delay: 0.1s;
  }
  #faq-1237 .cs-number:after {
    /* yellow border bottom on active */
    content: "";
    width: 0;
    height: 1px;
    background: #e8e8e8;
    opacity: 0;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s, width 1s;
  }
  #faq-1237 .cs-button-text {
    width: 90%;
    /* 16px - 24px */
    padding: clamp(1rem, 2.5vw, 1.5rem) 0;
    display: block;
  }
  #faq-1237 .cs-item-p {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    width: 100%;
    height: 0;
    margin: 0;
    /* 16px - 24px */
    padding: 0 clamp(1rem, 2.5vw, 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, padding-top 0.3s;
  }
  #faq-1237 .cs-floater {
    display: none;
  }
}
/* tablet - 768px */
@media only screen and (min-width: 48rem) {
  #faq-1237 .cs-container {
    max-width: 80rem;
  }
  #faq-1237 .cs-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
