/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-2270 {
    background-color: #1a1a1a;
  }
  #hero-2270 .cs-container {
    width: 100%;
    max-width: 120rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
    position: relative;
  }
  #hero-2270 .cs-content {
    box-sizing: border-box;
    /* top changes to 100px on tablet */
    /* bottom 60px - 180px */
    padding: 22.5rem 1rem clamp(3.75rem, 12vw, 11.25rem);
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
  #hero-2270 .cs-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  #hero-2270 .cs-name {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--bodyTextColorWhite);
    display: block;
  }
  #hero-2270 .cs-job {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 1rem;
    color: var(--bodyTextColorWhite);
    display: block;
  }
  #hero-2270 .cs-title {
    /* 49px - 61px */
    font-size: clamp(3.0625rem, 6vw, 3.8125rem);
    max-width: 34.625rem;
    color: var(--bodyTextColorWhite);
  }
  #hero-2270 .cs-text {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    max-width: 32.125rem;
    color: var(--bodyTextColorWhite);
    padding-bottom: 1rem;
  }
  #hero-2270 .cs-video-group {
    width: 100%;
    /* 180px - 320px */
    height: clamp(11.25rem, 40vw, 20rem);
    /* 48px - 80px */
    margin-top: clamp(3rem, 11vw, 5rem);
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  #hero-2270 .cs-video-group:hover {
    /* cursor: pointer; */
  }
  #hero-2270 .cs-video-group:hover .cs-play {
    transform: translateY(-50%) scale(1.1);
  }
  #hero-2270 .cs-video-group video,
  #hero-2270 .cs-video-group .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
  }
  #hero-2270 .cs-video-group video img,
  #hero-2270 .cs-video-group .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hero-2270 .cs-wrapper {
    width: 88%;
    position: relative;
    z-index: 1;
  }
  #hero-2270 .cs-play {
    /* 80px - 120px */
    width: clamp(5rem, 10vw, 7.5rem);
    height: auto;
    padding: 0;
    background-color: transparent;
    pointer-events: none;
    border: none;
    position: absolute;
    top: 50%;
    left: calc(clamp(5rem, 10vw, 7.5rem) * -0.5);
    transform: translateY(-50%);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: center;
  }
  #hero-2270 .cs-play:hover {
    cursor: pointer;
  }
  #hero-2270 .cs-play.cs-hide {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }
  #hero-2270 .cs-play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hero-2270 .cs-background {
    width: 100%;
    height: 39.0625rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hero-2270 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #hero-2270 .cs-background::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1a1a1a 0%, rgba(26, 26, 26, 0.83) 38.94%, rgba(26, 26, 26, 0) 76.68%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-2270 {
    background: linear-gradient(90deg, #1a1a1a 66.48%, rgba(26, 26, 26, 0) 66.82%), #262525;
  }
  #hero-2270 .cs-container {
    align-items: flex-end;
  }
  #hero-2270 .cs-content {
    text-align: left;
    width: 47%;
    max-width: 40.375rem;
    padding-top: 6.25rem;
    align-items: flex-start;
  }
  #hero-2270 .cs-text {
    max-width: 32.125rem;
    padding-bottom: 1rem;
  }
  #hero-2270 .cs-author {
    position: absolute;
    /* 60px - 120px */
    bottom: clamp(3.75rem, 12vw, 7.5rem);
    left: 7.5rem;
  }
  #hero-2270 .cs-job {
    margin: 0;
  }
  #hero-2270 .cs-background {
    width: 73%;
    height: 100%;
  }
  #hero-2270 .cs-background::before {
    background: linear-gradient(0deg, #1a1a1a 0%, rgba(26, 26, 26, 0.83) 17.39%, rgba(26, 26, 26, 0) 34.24%), linear-gradient(270deg, #1a1a1a 5.72%, rgba(26, 26, 26, 0.83) 32.01%, rgba(26, 26, 26, 0) 57.49%), -556.663px -57.033px / 285.317% 115.906% no-repeat;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #hero-2270 .cs-content {
    width: 100%;
    box-sizing: content-box;
    /* 16px - 170px */
    padding-right: clamp(1rem, 11vw, 10.625rem);
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-2270 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.dark-mode #hero-2270 .cs-text {
    opacity: 0.9;
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-2270 {
    max-width: 120rem;
    margin: auto;
    position: relative;
    z-index: 10;
  }
  #services-2270:before {
    /* background color */
    content: "";
    width: 100vw;
    height: 100%;
    background: #1a1a1a;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #services-2270 .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-2270 .cs-card-group {
    width: 100%;
    margin: 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* 60px - 100px top & bottom */
    /* 16px - 100px left and right */
    padding: clamp(3.75rem, 7vw, 6.25rem) clamp(1rem, 4vw, 6.25rem);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 2rem;
    position: relative;
    z-index: 15;
  }
  #services-2270 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    grid-column: span 12;
    transition: background-color 0.3s;
  }
  #services-2270 .cs-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
  #services-2270 .cs-icon {
    width: 2rem;
    height: auto;
  }
  #services-2270 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
  }
  #services-2270 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
    transition: color 0.3s, opacity 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-2270 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
  }
  #services-2270 .cs-title {
    margin: 0;
  }
  #services-2270 .cs-card-group {
    /* 32px - 60px */
    column-gap: clamp(2rem, 6vw, 3.75rem);
  }
  #services-2270 .cs-flex-group {
    width: 50%;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #services-2270 .cs-item {
    grid-column: span 4;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-2270:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
/*-- -------------------------- -->
<---        Comparison          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1737-comparison {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
  }
  #services-1737-comparison .cs-container {
    width: 100%;
    max-width: calc(1280 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1737-comparison .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-1737-comparison .cs-title {
    margin: 0;
  }
  #services-1737-comparison .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #services-1737-comparison .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    min-height: clamp(18.75rem, 55vw, 26.25rem);
    margin: 0;
    padding: clamp(2rem, 4.5vw, 3.75rem) clamp(1rem, 3.1vw, 2.5rem);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    background-color: #fff;
    border-radius: calc(16 / 16 * 1rem);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column: span 12;
    /* 24px - 40px */
    gap: clamp(1rem, 3vw, 1.5rem);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  #services-1737-comparison .cs-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  #services-1737-comparison .cs-h3 {
    /* 20px - 31px */
    font-size: clamp(1.25rem, 2.5vw, 1.9375rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    /* 12px - 16px */
    margin: 0 0 clamp(0.75rem, 1.8vw, 1rem) 0;
    color: var(--headerColor);
  }
  #services-1737-comparison .cs-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #services-1737-comparison .cs-list li {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin-bottom: calc(12 / 16 * 1rem);
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1737-comparison .cs-item {
    grid-column: span 6;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #ABoutRPsbs-328 {
    padding: var(--sectionPadding);
    background-color: #fff;
  }
  #ABoutRPsbs-328 .cs-container {
    max-width: calc(1280 / 16 * 1rem);
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #ABoutRPsbs-328 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    max-width: calc(542 / 16 * 1rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #ABoutRPsbs-328 .cs-text {
    margin-bottom: calc(16 / 16 * 1rem);
  }
  #ABoutRPsbs-328 .cs-text:last-of-type {
    margin-bottom: calc(32 / 16 * 1rem);
  }
  #ABoutRPsbs-328 .cs-quote {
    margin: 0 0 calc(32 / 16 * 1rem) 0;
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
    background-color: #f0f9ff;
    border-left: 4px solid var(--primary);
    border-radius: calc(16 / 16 * 1rem);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    position: relative;
  }
  #ABoutRPsbs-328 .cs-quote-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0 0 calc(16 / 16 * 1rem);
    color: #767676;
    display: block;
  }
  #ABoutRPsbs-328 .cs-name {
    font-size: calc(16 / 16 * 1rem);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 calc(4 / 16 * 1rem);
    color: var(--headerColor);
    text-transform: uppercase;
    display: block;
  }
  #ABoutRPsbs-328 .cs-job {
    font-size: calc(14 / 16 * 1rem);
    line-height: 1.5em;
    color: #767676;
    display: block;
  }
  #ABoutRPsbs-328 .cs-quote-icon {
    /* 60px - 136px */
    width: clamp(3.75rem, 10vw, 8.5rem);
    height: auto;
    position: absolute;
    /* 16px - 32px */
    right: clamp(1rem, 4vw, 2rem);
    bottom: 0;
  }
  #ABoutRPsbs-328 .cs-picture {
    width: 100%;
    max-width: calc(630 / 16 * 1rem);
    height: auto;
    display: block;
    position: relative;
    border-radius: calc(16 / 16 * 1rem);
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  #ABoutRPsbs-328 .cs-picture img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }
  #ABoutRPsbs-328 .cs-picture:hover img {
    transform: scale(1.05);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #ABoutRPsbs-328 .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: calc(52 / 16 * 1rem);
  }
  #ABoutRPsbs-328 .cs-content {
    margin: 0;
  }
  #ABoutRPsbs-328 .cs-picture {
    max-width: 50%;
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1737 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
  }
  #services-1737 .cs-container {
    width: 100%;
    max-width: calc(1280 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1737 .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-1737 .cs-title {
    margin: 0;
  }
  #services-1737 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
  }
  #services-1737 .cs-item {
    text-align: left;
    list-style: none;
    width: 100%;
    height: clamp(18.75rem, 55vw, 26.25rem);
    margin: 0;
    padding: clamp(2rem, 4.5vw, 3.75rem) clamp(1rem, 3.1vw, 2.5rem);
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    background-color: #fff;
    border-radius: calc(12 / 16 * 1rem);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-column: span 12;
    /* 24px - 40px */
    gap: clamp(1.5rem, 4vw, 2.5rem);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  #services-1737 .cs-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  #services-1737 .cs-item:nth-last-of-type(odd) {
    background-color: #fff;
  }
  #services-1737 .cs-item:nth-last-of-type(odd) .cs-h3,
  #services-1737 .cs-item:nth-last-of-type(odd) .cs-item-text {
    color: var(--headerColor);
    opacity: 1;
  }
  #services-1737 .cs-item-white {
    background-color: #fff;
  }
  #services-1737 .cs-item-white .cs-h3,
  #services-1737 .cs-item-white .cs-item-text {
    color: var(--headerColor);
    opacity: 1;
  }
  #services-1737 .cs-item-light {
    background-color: #f0f9ff;
  }
  #services-1737 .cs-item-light .cs-h3,
  #services-1737 .cs-item-light .cs-item-text {
    color: var(--headerColor);
    opacity: 1;
  }
  #services-1737 .cs-icon-wrapper {
    width: calc(80 / 16 * 1rem);
    height: calc(80 / 16 * 1rem);
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #services-1737 .cs-icon {
    width: calc(32 / 16 * 1rem);
    height: auto;
  }
  #services-1737 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 20ch;
    /* 12px - 16px */
    margin: 0 0 clamp(0.75rem, 1.8vw, 1rem) 0;
    color: var(--headerColor);
  }
  #services-1737 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1737 .cs-item {
    grid-column: span 6;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-1737 .cs-item {
    grid-column: span 4;
  }
}
/*-- -------------------------- -->
<---          Steps             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-1712 {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #steps-1712 .cs-container {
    max-width: calc(1280 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  #steps-1712 .cs-wrapper {
    /* changes to 630px on tablet */
    max-width: calc(500 / 16 * 1rem);
    margin: auto;
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-1712 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
  }
  #steps-1712 .cs-title {
    margin: 0;
  }
  #steps-1712 .cs-card-group {
    margin: 0;
    padding: 0;
    display: grid;
    justify-items: center;
    align-items: stretch;
    /* 24px - 32px */
    gap: clamp(1.5rem, 3vw, 2rem);
    grid-auto-flow: row;
  }
  #steps-1712 .cs-item {
    list-style: none;
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #steps-1712 .cs-number {
    /* 80px - 100px */
    font-size: clamp(5rem, 9vw, 6.25rem);
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: -2px;
    margin-right: calc(-20 / 16 * 1rem);
    color: var(--primary);
    opacity: 0.12;
    display: block;
  }
  #steps-1712 .cs-h3 {
    font-size: calc(25 / 16 * 1rem);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 calc(12 / 16 * 1rem) 0;
    color: var(--headerColor);
  }
  #steps-1712 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #steps-1712 .cs-background {
    width: 100%;
    height: calc(360 / 16 * 1rem);
    display: block;
  }
  #steps-1712 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-1712 {
    padding: var(--sectionPadding);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #steps-1712 .cs-container {
    padding: 0 0 0 clamp(4rem, 8vw, 10rem);
    width: 55%;
  }
  #steps-1712 .cs-title {
    margin: 0;
  }
  #steps-1712 .cs-wrapper {
    width: 100%;
    max-width: calc(630 / 16 * 1rem);
    margin: 0;
    padding: 0;
  }
  #steps-1712 .cs-card-group {
    /* 16px - 32px */
    gap: clamp(1rem, 3vw, 2rem);
  }
  #steps-1712 .cs-item {
    flex-direction: row;
  }
  #steps-1712 .cs-picture {
    width: calc(180 / 16 * 1rem);
    height: calc(180 / 16 * 1rem);
  }
  #steps-1712 .cs-background {
    width: 40%;
    height: auto;
    min-height: calc(600 / 16 * 1rem);
    position: relative;
    display: block;
    order: 2;
    border-radius: calc(16 / 16 * 1rem);
    overflow: hidden;
  }
  #steps-1712 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #steps-1712 .cs-container {
    width: 50%;
  }
  #steps-1712 .cs-background {
    width: 45%;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #steps-1712 .cs-title,
  body.dark-mode #steps-1712 .cs-h3,
  body.dark-mode #steps-1712 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #steps-1712 .cs-item-text {
    opacity: 0.8;
  }
}
/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-96 {
    padding: var(--sectionPadding);
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cta-96 .cs-container {
    width: 100%;
    max-width: calc(1280/16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #cta-96 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cta-96 .cs-topper {
    color: var(--primary);
  }
  #cta-96 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  #cta-96 .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
    padding-bottom: 1rem;
  }
  #cta-96 .cs-picture {
    width: 100%;
    height: auto;
    display: block;
  }
  #cta-96 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #cta-96 .cs-stripes {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cta-96 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #cta-96 .cs-content {
    width: 50%;
    text-align: left;
    align-items: flex-start;
  }
  #cta-96 .cs-picture {
    width: 40%;
    max-width: calc(457/16 * 1rem);
  }
}
/*-- -------------------------- -->
<---        Dark Mode           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  body.dark-mode #hero-2270 {
    background: linear-gradient(135deg, #0a0e1a 0%, #1a1f2e 100%);
  }
  body.dark-mode #hero-2270 .cs-background:before {
    opacity: 0.85;
  }
  body.dark-mode #services-1737-comparison {
    background-color: var(--medium);
  }
  body.dark-mode #services-1737-comparison .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #services-1737-comparison .cs-title,
  body.dark-mode #services-1737-comparison .cs-text,
  body.dark-mode #services-1737-comparison .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1737-comparison .cs-item {
    background-color: var(--accent);
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #services-1737-comparison .cs-list li {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #ABoutRPsbs-328 {
    background-color: var(--dark);
  }
  body.dark-mode #ABoutRPsbs-328 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #ABoutRPsbs-328 .cs-title,
  body.dark-mode #ABoutRPsbs-328 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #ABoutRPsbs-328 .cs-quote {
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.3) 0%, rgba(59, 130, 246, 0.2) 100%);
    border-left-color: var(--primaryLight);
  }
  body.dark-mode #ABoutRPsbs-328 .cs-quote-text {
    color: rgba(255, 255, 255, 0.8);
  }
  body.dark-mode #services-1737 {
    background-color: var(--medium);
  }
  body.dark-mode #services-1737 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #services-1737 .cs-title,
  body.dark-mode #services-1737 .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1737 .cs-item {
    background-color: var(--accent);
    border-color: rgba(255, 255, 255, 0.1);
  }
  body.dark-mode #services-1737 .cs-item-white {
    background-color: var(--accent);
  }
  body.dark-mode #services-1737 .cs-item-light {
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.3) 0%, rgba(59, 130, 246, 0.2) 100%);
  }
  body.dark-mode #services-1737 .cs-h3,
  body.dark-mode #services-1737 .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 1;
  }
  body.dark-mode #services-1737 .cs-icon-wrapper {
    background-color: var(--primaryLight);
  }
  body.dark-mode #steps-1712 {
    background-color: var(--dark);
  }
  body.dark-mode #steps-1712 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #steps-1712 .cs-title,
  body.dark-mode #steps-1712 .cs-h3,
  body.dark-mode #steps-1712 .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #steps-1712 .cs-number {
    color: var(--primaryLight);
  }
  body.dark-mode #steps-1712 .cs-background:before {
    opacity: 0.8;
  }
  body.dark-mode #cta-96 {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  }
  body.dark-mode #cta-96 .cs-topper {
    color: #60a5fa;
  }
}
/*-- -------------------------- -->
<---     GHL Popup Styles       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .ghl-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .ghl-popup-overlay.ghl-popup-show {
    opacity: 1;
    visibility: visible;
  }
  .ghl-popup-overlay .ghl-popup-container {
    background: white;
    border-radius: 0.75rem;
    max-width: 90vw;
    max-height: 90vh;
    width: 37.5rem;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
  }
  .ghl-popup-overlay.ghl-popup-show .ghl-popup-container {
    transform: scale(1);
  }
  .ghl-popup-overlay .ghl-popup-close {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }
  .ghl-popup-overlay .ghl-popup-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ghl-popup-overlay .ghl-popup-close img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .ghl-popup-overlay .ghl-popup-content {
    padding: 1.25rem;
    overflow-y: auto;
    max-height: 80vh;
  }
  .ghl-popup-overlay .ghl-form-container {
    width: 100%;
    min-height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ghl-popup-overlay .ghl-form-container iframe {
    width: 100%;
    height: 31.25rem;
    border: none;
    border-radius: 0.5rem;
  }
  .ghl-popup-overlay .ghl-loading {
    text-align: center;
    padding: 2.5rem;
    color: #666;
    font-size: 1rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48em) {
  .ghl-popup-overlay .ghl-popup-container {
    width: 43.75rem;
  }
  .ghl-popup-overlay .ghl-form-container iframe {
    height: 37.5rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64em) {
  .ghl-popup-overlay .ghl-popup-container {
    width: 50rem;
  }
  .ghl-popup-overlay .ghl-form-container iframe {
    height: 40.625rem;
  }
}
/* Dark mode styles for GHL popup */
@media only screen and (min-width: 0em) {
  body.dark-mode .ghl-popup-overlay .ghl-popup-container {
    background: var(--dark);
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .ghl-popup-overlay .ghl-popup-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
