@media only screen and (min-width: 0rem) {
  #sbs-1308 {
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #sbs-1308 .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 36.5rem;
    width: 100%;
    gap: clamp(3rem, 4vw, 4rem);
  }
  #sbs-1308 .cs-content {
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 33.875rem;
    width: 100%;
    text-align: left;
  }
  #sbs-1308 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-1308 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1308 .cs-image-group {
    z-index: 1;
    position: relative;
    display: block;
    max-height: 39.375rem;
    height: 100vw;
    max-width: 41.875rem;
    width: 100%;
  }
  #sbs-1308 .cs-picture {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 93%;
    width: 100%;
  }
  #sbs-1308 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-1308 .cs-box {
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #1a1a1a;
    max-width: 19rem;
    width: 70%;
    box-sizing: border-box;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    text-align: left;
    gap: 0.5rem;
  }
  #sbs-1308 .cs-desc {
    z-index: 10;
    position: relative;
    width: 100%;
    font-size: clamp(1rem, 2.5vw, 1.9375rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    text-align: inherit;
  }
  #sbs-1308 .cs-graphic {
    z-index: -1;
    position: absolute;
    bottom: -6.25rem;
    left: 36%;
    height: auto;
    max-width: 44.6875rem;
    width: 100vw;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-1308 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 80rem;
  }
  #sbs-1308 .cs-content {
    width: 48%;
    padding: 3rem 0;
    align-self: center;
    flex: none;
  }
  #sbs-1308 .cs-image-group {
    order: 2;
    margin: 0;
    max-height: 100%;
    min-height: 41.875rem;
    height: auto;
    max-width: 41.875rem;
    width: 55%;
  }
  #sbs-1308 .cs-picture {
    height: 94%;
    width: 93%;
  }
  #sbs-1308 .cs-graphic {
    bottom: 8.625rem;
    left: initial;
    right: -12.5rem;
    height: auto;
    max-width: 24.8125rem;
    width: 50vw;
  }
}
@media only screen and (min-width: 100rem) {
  #sbs-1308 .cs-graphic {
    right: 50%;
    margin-right: -53.8125rem;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-1308 .cs-title, body.dark-mode #sbs-1308 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1308 .cs-link {
    color: var(--secondaryLight);
  }
  body.dark-mode #sbs-1308 .cs-text {
    opacity: 0.8;
  }
  body.dark-mode #sbs-1308 .cs-box {
    background-color: var(--medium);
  }
  body.dark-mode #sbs-1308 .cs-graphic {
    opacity: 0.2;
  }
}
@media only screen and (min-width: 0rem) {
  #services-1331 {
    z-index: 1;
    position: relative;
    background-color: var(--primaryLight);
    padding: var(--sectionPadding);
  }
  #services-1331 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 34.375rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1331 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #services-1331 .cs-flex-group {
    flex: none;
  }
  #services-1331 .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    width: 100%;
    padding: 0;
    row-gap: 1rem;
  }
  #services-1331 .cs-item {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(2.5rem, 4.1vw, 3.75rem) clamp(1.25rem, 3.4vw, 3rem);
    list-style: none;
    transition: transform 0.3s, box-shadow 0.3s;
    grid-column: span 12;
  }
  #services-1331 .cs-item:hover {
    transform: translateY(-1rem);
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  }
  #services-1331 .cs-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    text-align: left;
  }
  #services-1331 .cs-step {
    display: block;
    margin-bottom: clamp(1rem, 3vw, 3.25rem);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary);
    text-align: inherit;
  }
  #services-1331 .cs-h3 {
    margin: 0;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    transition: color 0.3s;
    text-align: inherit;
  }
  #services-1331 .cs-item-text {
    margin: 0;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    transition: color 0.3s;
    text-align: inherit;
  }
}
@media only screen and (min-width: 48rem) {
  #services-1331 .cs-container {
    max-width: 80rem;
  }
  #services-1331 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: clamp(3rem, 6vw, 5rem);
    text-align: left;
  }
  #services-1331 .cs-title {
    margin: 0;
  }
  #services-1331 .cs-flex-group {
    width: 50%;
  }
  #services-1331 .cs-card-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1rem;
  }
  #services-1331 .cs-item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-1331 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #services-1331 .cs-title, body.dark-mode #services-1331 .cs-text, body.dark-mode #services-1331 .cs-h3, body.dark-mode #services-1331 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1331 .cs-text, body.dark-mode #services-1331 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #services-1331 .cs-item {
    background-color: var(--medium);
  }
}
@media only screen and (min-width: 0rem) {
  #services-1301 {
    z-index: 10;
    position: relative;
    background-color: var(--primaryDark);
    padding: var(--sectionPadding);
  }
  #services-1301 .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1301 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
  }
  #services-1301 .cs-topper {
    color: var(--bodyTextColorWhite);
  }
  #services-1301 .cs-title {
    max-width: 20ch;
    color: var(--bodyTextColorWhite);
  }
  #services-1301 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  #services-1301 .cs-card-group {
    z-index: 15;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    background-color: rgba(255, 255, 255, 0.04);
    max-width: 80rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.05);
  }
  #services-1301 .cs-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: left;
    grid-column: span 12;
  }
  #services-1301 .cs-item:last-of-type {
    border-bottom: none;
  }
  #services-1301 .cs-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(1.5rem, 5.3vw, 3.75rem) clamp(1rem, 2.7vw, 2.5rem);
    text-decoration: none;
  }
  #services-1301 .cs-icon {
    margin: 0 0 1rem 0;
    height: clamp(2rem, 4vw, 2.5rem);
    width: auto;
  }
  #services-1301 .cs-h3 {
    margin: 0 0 0.75rem 0;
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    transition: color 0.3s;
    text-align: inherit;
  }
  #services-1301 .cs-item-text {
    margin: 0;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColorWhite);
    transition: color 0.3s, opacity 0.3s;
    text-align: inherit;
  }
}
@media only screen and (min-width: 48rem) {
  #services-1301 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
  }
  #services-1301 .cs-title {
    margin: 0;
  }
  #services-1301 .cs-flex-group {
    width: 50%;
    flex: none;
  }
  #services-1301 .cs-item {
    grid-column: span 6;
  }
  #services-1301 .cs-item:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 64rem) {
  #services-1301 .cs-card-group {
    padding: 0;
  }
  #services-1301 .cs-item {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    grid-column: span 3;
  }
  #services-1301 .cs-item:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
  }
  #services-1301 .cs-item:hover .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  #services-1301 .cs-item:hover .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  #services-1301 .cs-item:nth-of-type(4n) {
    border-right: none;
  }
  #services-1301 .cs-item:nth-of-type(1), #services-1301 .cs-item:nth-of-type(2), #services-1301 .cs-item:nth-of-type(3), #services-1301 .cs-item:nth-of-type(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-1301 {
    z-index: 1;
    position: relative;
    background-color: transparent;
  }
  body.dark-mode #services-1301 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1301 .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #services-1301 .cs-card-group {
    background-color: rgba(0, 0, 0, 0.3);
  }
  body.dark-mode #services-1301 .cs-item {
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #services-1301 .cs-item:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #services-1301 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1301 .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #services-1301:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.6;
    display: block;
    background: var(--primaryDark);
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 0rem) {
  #RPsbs-1163, #RPsbsr-1163 {
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #RPsbs-1163 .cs-container, #RPsbsr-1163 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 34.375rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #RPsbs-1163 .cs-content, #RPsbsr-1163 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 33.875rem;
    width: 100%;
    text-align: left;
  }
  #RPsbs-1163 .cs-text, #RPsbsr-1163 .cs-text {
    margin-bottom: 1rem;
  }
  #RPsbs-1163 .cs-text:last-of-type, #RPsbsr-1163 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #RPsbs-1163 .cs-image-group, #RPsbsr-1163 .cs-image-group {
    z-index: 1;
    position: relative;
    display: block;
    height: 36.75em;
    width: 42.375em;
    font-size: min(2.15vw, 0.8em);
  }
  #RPsbs-1163 .cs-picture, #RPsbsr-1163 .cs-picture {
    position: absolute;
  }
  #RPsbs-1163 .cs-picture img, #RPsbsr-1163 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #RPsbs-1163 .cs-picture1, #RPsbsr-1163 .cs-picture1 {
    z-index: 10;
    top: 0;
    left: 0;
    height: 24.375em;
    width: 39.375em;
  }
  #RPsbs-1163 .cs-picture2, #RPsbsr-1163 .cs-picture2 {
    z-index: 10;
    bottom: 0;
    right: 0;
    height: 18.75em;
    width: 28.8125em;
  }
  #RPsbs-1163 .cs-box, #RPsbsr-1163 .cs-box {
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primaryDark);
    height: 11.125em;
    width: 12.3125em;
    box-sizing: border-box;
    padding: 0.5rem;
  }
  #RPsbs-1163 .cs-number, #RPsbsr-1163 .cs-number {
    display: block;
    margin: 0 0 clamp(0.25rem, 1vw, 0.5rem);
    width: 100%;
    font-size: clamp(1.25rem, 4vw, 2.4375rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
  }
  #RPsbs-1163 .cs-desc, #RPsbsr-1163 .cs-desc {
    display: block;
    margin: 0;
    max-width: 12ch;
    width: 100%;
    font-size: clamp(0.75rem, 1.9vw, 1rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
}
@media only screen and (min-width: 64rem) {
  #RPsbs-1163 .cs-container, #RPsbsr-1163 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 80rem;
  }
  #RPsbs-1163 .cs-image-group, #RPsbsr-1163 .cs-image-group {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #RPsbs-1163 .cs-title, body.dark-mode #RPsbsr-1163 .cs-title, body.dark-mode #RPsbs-1163 .cs-text, body.dark-mode #RPsbsr-1163 .cs-text, body.dark-mode #RPsbs-1163 .cs-h3, body.dark-mode #RPsbsr-1163 .cs-h3, body.dark-mode #RPsbs-1163 .cs-li, body.dark-mode #RPsbsr-1163 .cs-li {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #RPsbs-1163 .cs-text, body.dark-mode #RPsbsr-1163 .cs-text, body.dark-mode #RPsbs-1163 .cs-li, body.dark-mode #RPsbsr-1163 .cs-li {
    opacity: 0.8;
  }
  body.dark-mode #RPsbs-1163 .cs-graphic, body.dark-mode #RPsbsr-1163 .cs-graphic {
    opacity: 0.1;
  }
}
@media only screen and (min-width: 0rem) {
  #RPsbsr-1163 {
    background-color: #f7f7f7;
  }
  #RPsbsr-1163 .cs-picture1 {
    left: auto;
    right: 0;
  }
  #RPsbsr-1163 .cs-picture2 {
    left: 0;
    right: auto;
  }
  #RPsbsr-1163 .cs-graphic {
    position: absolute;
    height: auto;
  }
  #RPsbsr-1163 .cs-graphic1 {
    left: -3.75em;
    right: auto;
    transform: rotate(-165deg);
  }
  #RPsbsr-1163 .cs-graphic2 {
    left: -1.5625em;
    right: auto;
  }
  #RPsbsr-1163 .cs-box {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 64rem) {
  #RPsbsr-1163 .cs-image-group {
    order: 2;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #RPsbsr-1163 {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 0rem) {
  #cta-697 {
    z-index: 1;
    position: relative;
    background-color: var(--primaryDark);
    padding: var(--sectionPadding);
  }
  #cta-697 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-title {
    max-width: 35ch;
    color: var(--bodyTextColorWhite);
  }
  #cta-697 .cs-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 64rem) {
  #cta-697 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 0rem) {
  #sbs-311 {
    padding: var(--sectionPadding);
  }
  #sbs-311 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-311 .cs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 33.875rem;
    width: 100%;
    text-align: left;
  }
  #sbs-311 #list-824 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 2rem 0;
    max-width: 39.375rem;
    width: 100%;
    padding: 0;
    gap: 1.5rem;
  }
  #sbs-311 #list-824 .cs-li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #sbs-311 #list-824 .cs-h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
    gap: 0.75rem;
  }
  #sbs-311 #list-824 .cs-icon {
    margin-top: 0.25rem;
    height: auto;
    width: 0.75rem;
    transform: scale(2);
  }
  #sbs-311 #list-824 .cs-item-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs-311 .cs-image-group {
    position: relative;
    height: 39.75em;
    width: 39.4375em;
    font-size: min(2.31vw, 0.7em);
  }
  #sbs-311 .cs-picture {
    position: absolute;
    display: block;
    overflow: hidden;
  }
  #sbs-311 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-311 .cs-picture1 {
    top: 0;
    left: 0;
    height: 36.3125em;
    width: 32.625em;
  }
  #sbs-311 .cs-picture2 {
    bottom: 0;
    right: 0;
    height: 16em;
    width: 22em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
  }
}
@media only screen and (min-width: 64rem) {
  #sbs-311 .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs-311 .cs-image-group {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs-311 .cs-content {
    margin: 0;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-311 .cs-image-group:before, body.dark-mode #sbs-311 .cs-image-group:after {
    background: var(--accent);
  }
  body.dark-mode #sbs-311 .cs-picture2 {
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);
    background-color: var(--dark);
  }
  body.dark-mode #sbs-311 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #sbs-311 .cs-title, body.dark-mode #sbs-311 .cs-h3, body.dark-mode #sbs-311 .cs-quote-text, body.dark-mode #sbs-311 .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-311 #list-824 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-311 #list-824 .cs-item-text {
    opacity: 0.8;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-311 #list-824 .cs-icon {
    filter: brightness(125%);
  }
}
@media only screen and (min-width: 0rem) {
  #faq {
    z-index: 1;
    position: relative;
    background-color: var(--primaryLight);
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #faq .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 36.5rem;
    width: 100%;
    gap: clamp(2.5rem, 5vw, 3rem);
  }
  #faq .cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #faq .cs-title {
    margin: 0;
  }
  #faq .cs-text {
    margin: 1rem 0 0;
  }
  #faq .cs-faq-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 1rem;
  }
  #faq .cs-faq-item {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    transition: border-bottom 0.3s;
  }
  #faq .cs-faq-item.active .cs-button {
    color: var(--primary);
  }
  #faq .cs-faq-item.active .cs-button:before {
    transform: rotate(315deg);
    background-color: var(--primary);
  }
  #faq .cs-faq-item.active .cs-button:after {
    transform: rotate(-315deg);
    background-color: var(--primary);
  }
  #faq .cs-faq-item.active .cs-item-p {
    opacity: 0.8;
    height: auto;
    padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
  }
  #faq .cs-button {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border: none;
    background: transparent;
    width: 100%;
    overflow: hidden;
    padding: 0 2.5rem 0 0;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
    transition: background-color 0.3s, color 0.3s;
    text-align: left;
    gap: clamp(1rem, 2.5vw, 1.5rem);
  }
  #faq .cs-button:hover {
    cursor: pointer;
  }
  #faq .cs-button:before {
    position: absolute;
    top: 45%;
    right: 1.1875rem;
    content: "";
    opacity: 1;
    transform: rotate(45deg);
    display: block;
    border-radius: 50%;
    background-color: var(--headerColor);
    height: 0.125rem;
    width: 0.5rem;
    transition: transform 0.5s;
    transform-origin: left center;
  }
  #faq .cs-button:after {
    position: absolute;
    top: 45%;
    right: 1rem;
    content: "";
    opacity: 1;
    transform: rotate(-45deg);
    display: block;
    border-radius: 50%;
    background-color: var(--headerColor);
    height: 0.125rem;
    width: 0.5rem;
    transition: transform 0.5s;
    transform-origin: right center;
  }
  #faq .cs-button-text {
    display: block;
    width: 90%;
    padding: clamp(1rem, 2.5vw, 1.5rem);
  }
  #faq .cs-item-p {
    opacity: 0;
    margin: 0;
    height: 0;
    max-width: 33.8125rem;
    width: 90%;
    overflow: hidden;
    padding: 0 clamp(1rem, 2.5vw, 1.5rem);
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    transition: opacity 0.3s, padding-bottom 0.3s, padding-top 0.3s;
  }
  #faq .cs-link {
    color: var(--secondary);
  }
}
@media only screen and (min-width: 64rem) {
  #faq .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 80rem;
  }
  #faq .cs-content {
    align-items: flex-start;
    text-align: left;
  }
  #faq .cs-faq-group {
    width: 56%;
    flex: none;
  }
}
@media only screen and (min-width: 0rem) {
  body.dark-mode #faq {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #faq .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq .cs-item-p {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #faq .cs-faq-item {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #faq .cs-faq-item.active {
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #faq .cs-faq-item.active .cs-button {
    color: var(--primary);
  }
  body.dark-mode #faq .cs-faq-item.active .cs-button:before, body.dark-mode #faq .cs-faq-item.active .cs-button:after {
    background-color: var(--primary);
  }
  body.dark-mode #faq .cs-faq-item.active .cs-number {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #faq .cs-button {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq .cs-button:before, body.dark-mode #faq .cs-button:after {
    background-color: var(--bodyTextColorWhite);
  }
  body.dark-mode #faq .cs-number {
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--bodyTextColorWhite);
  }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-404 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
  }
  #gallery-404 .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);
    position: relative;
  }
  #gallery-404 .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-404 .cs-title {
    max-width: 20ch;
  }
  #gallery-404 .cs-button-group {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    column-gap: 2rem;
  }
  #gallery-404 .cs-button {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    background-color: transparent;
    border: none;
    transition: color 0.3s;
  }
  #gallery-404 .cs-button:hover {
    color: var(--primary);
    cursor: pointer;
  }
  #gallery-404 .cs-button.cs-active {
    color: var(--primary);
  }
  #gallery-404 .cs-gallery-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #gallery-404 .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;
    /* 16px - 20px */
    gap: clamp(1rem, 1.5vw, 1.25rem);
    transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;
    /* makes the transform scaling origin the top left corner, dictates the direction by which the scale transforms animate towards */
    transform-origin: left top;
  }
  #gallery-404 .cs-gallery.cs-hidden {
    position: absolute;
    /* 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 position 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-404 .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-404 .cs-image {
    border-radius: 1.25rem;
    width: 47%;
    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-404 .cs-image:nth-of-type(1) {
    /* changes transition delays 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-404 .cs-image:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  #gallery-404 .cs-image:nth-of-type(3) {
    transition-delay: 0.45s;
  }
  #gallery-404 .cs-image:nth-of-type(4) {
    transition-delay: 0.6s;
  }
  #gallery-404 .cs-image:nth-of-type(5) {
    transition-delay: 0.75s;
  }
  #gallery-404 .cs-image:nth-of-type(6) {
    transition-delay: 0.9s;
  }
  #gallery-404 .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes it act like a background image */
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-404 .cs-container {
    max-width: 80rem;
  }
  #gallery-404 .cs-content {
    text-align: left;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  #gallery-404 .cs-title {
    margin: 0;
  }
  #gallery-404 .cs-image {
    width: 31.8%;
    aspect-ratio: 1;
  }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #gallery-404 .cs-flex {
    max-width: 34.375rem;
  }
  #gallery-404 .cs-gallery {
    align-items: stretch;
    justify-content: center;
  }
  #gallery-404 .cs-image {
    width: 39.375rem;
    max-width: 100%;
    height: 25rem;
  }
  #gallery-404 .cs-image:nth-of-type(2), #gallery-404 .cs-image:nth-of-type(3), #gallery-404 .cs-image:nth-of-type(4), #gallery-404 .cs-image:nth-of-type(5) {
    width: 19.0625rem;
  }
  #gallery-404 .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-404 .cs-image:nth-of-type(2) {
    transition-delay: 0.3s;
  }
  #gallery-404 .cs-image:nth-of-type(3) {
    transition-delay: 0.45s;
  }
  #gallery-404 .cs-image:nth-of-type(4) {
    transition-delay: 0.15s;
  }
  #gallery-404 .cs-image:nth-of-type(5) {
    transition-delay: 0.3s;
  }
  #gallery-404 .cs-image:nth-of-type(6) {
    transition-delay: 0.45s;
  }
}

/*# sourceMappingURL=local.css.map */
