@media only screen and (min-width: 0rem) {
  #services-we-provide {
    z-index: 1;
    position: relative;
    padding: var(--sectionPadding);
    padding-top: 0;
  }
  #services-we-provide .cs-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    margin: auto;
    max-width: 34.375rem;
    width: 100%;
  }
  #services-we-provide .cs-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 50rem;
    text-align: center;
    width: 100%;
  }
  #services-we-provide .cs-text {
    color: var(--bodyTextColor);
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    max-width: 100%;
    text-align: inherit;
    width: 100%;
  }
  #services-we-provide .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 25ch;
  }
  #services-we-provide .cs-card-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0;
    padding: 0;
    row-gap: 1.875rem;
    width: 100%;
  }
  #services-we-provide .cs-item {
    list-style: none;
    text-align: left;
    margin: 2.75rem 0 0 0;
    grid-column: span 12;
    grid-row: span 1;
  }
  #services-we-provide .cs-item:hover .cs-icon-wrapper {
    background-color: var(--headerColor);
  }
  #services-we-provide .cs-item:hover .cs-icon {
    filter: none;
  }
  #services-we-provide .cs-item:hover .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  #services-we-provide .cs-item:hover .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  #services-we-provide .cs-item:hover .cs-fake-link {
    color: var(--bodyTextColorWhite);
  }
  #services-we-provide .cs-item:hover .cs-background {
    opacity: 1;
  }
  #services-we-provide .cs-item:hover .cs-background:after {
    transform: rotate(35deg) translate(2.25rem, 1.5rem);
  }
  #services-we-provide .cs-item:hover .cs-graphic {
    bottom: -1px;
    opacity: 1;
  }
  #services-we-provide .cs-link {
    text-decoration: none;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 1rem;
    background-color: #f7f7f7;
    width: 100%;
    box-sizing: border-box;
    padding: 0 clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 6vw, 4rem);
    transition: background-color 0.3s;
  }
  #services-we-provide .cs-link:hover {
    cursor: pointer;
  }
  #services-we-provide .cs-icon-wrapper {
    align-items: center;
    background-color: var(--primary);
    border-radius: 1rem;
    display: flex;
    height: 5.5rem;
    justify-content: center;
    margin: -2.75rem auto 2rem 2.375rem;
    position: relative;
    left: calc(clamp(1.5rem, 4vw, 2.5rem) * -1);
    transition: background-color 0.3s, border-radius 0.3s;
    width: 5.5rem;
  }
  #services-we-provide .cs-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  #services-we-provide .cs-h3 {
    color: var(--headerColor);
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    text-align: inherit;
    transition: color 0.3s;
  }
  #services-we-provide .cs-item-text {
    color: var(--bodyTextColor);
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0 0 2rem 0;
    max-width: 18.75rem;
    padding: 0;
    transition: color 0.3s;
  }
  #services-we-provide .cs-fake-link {
    position: relative;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--primary);
    transition: color 0.3s;
  }
  #services-we-provide .cs-fake-link:hover {
    color: #ffffff;
  }
  #services-we-provide .cs-fake-link:before {
    background: currentColor;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
  }
  #services-we-provide .cs-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    border-radius: 1rem;
    background: var(--primary);
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: opacity 0.3s;
  }
  #services-we-provide .cs-background .wrapper {
    width: 550px;
    height: 550px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
  }
  #services-we-provide .cs-background .wave {
    width: 1000px;
    height: 1050px;
    position: absolute;
    top: -25%;
    left: 50%;
    margin-left: -500px;
    margin-top: -500px;
    border-radius: 35%;
    background: var(--primary);
    animation: wave 15s infinite linear;
  }
  @keyframes wave {
    from {
      transform: rotate(0deg);
    }
    from {
      transform: rotate(360deg);
    }
  }
  #services-we-provide .cs-graphic {
    bottom: 30%;
    top: 50%;
    height: auto;
    left: 55%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.5s, bottom 0.5s;
    width: 30%;
    z-index: 3;
    transform: scale(0.5);
  }
  #services-we-provide .universe {
    display: none;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  #services-we-provide .satellite {
    left: -0.625rem;
  }
  #services-we-provide .shooting-star {
    animation: none;
    background: #ffffff;
    height: 70px;
    position: absolute;
    right: 50%;
    top: -23.59%;
    transform: rotate(-33deg);
    width: 1px;
  }
  #services-we-provide .shooting-star2 {
    top: -26.59%;
  }
  body.dark-mode #services-we-provide .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-we-provide .cs-topper {
    color: var(--primary);
  }
  body.dark-mode #services-we-provide .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  body.dark-mode #services-we-provide .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-we-provide .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.9;
  }
  body.dark-mode #services-we-provide .cs-fake-link {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-we-provide .cs-item:hover .cs-icon-wrapper {
    background-color: var(--headerColor);
  }
  body.dark-mode #services-we-provide .cs-item:hover .cs-link {
    background-color: #000000;
  }
  body.dark-mode #services-we-provide .cs-item:hover .cs-icon {
    filter: none;
  }
  body.dark-mode #services-we-provide .cs-item .cs-background {
    background: rgb(0, 0, 0);
  }
  body.dark-mode #services-we-provide .cs-link {
    background-color: rgba(0, 0, 0, 0.4);
  }
  body.dark-mode #services-we-provide .cs-icon-wrapper {
    transition: background-color 0.3s, box-shadow 0.3s;
  }
  body.dark-mode #sbs-offer {
    background-color: var(--medium);
  }
  body.dark-mode #sbs-offer .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-offer .cs-topper {
    color: var(--primary);
  }
  body.dark-mode #sbs-offer .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #sbs-offer #list-1 .cs-item-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #sbs-offer #list-1 .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-offer .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-offer .cs-bubbles:before {
    border-color: #ffffff;
    box-shadow: rgba(225, 231, 235, 0.2) 0 0 44px, inset rgba(241, 248, 252, 0.2) 0 0 30px, inset rgba(247, 247, 247, 0.2) 0 0 55px, inset rgba(255, 255, 255, 0.4) 0 0 75px, rgba(243, 243, 243, 0.4) 0 0 105px;
  }
  body.dark-mode #sbs-offer .cs-bubbles:after {
    background-color: var(--secondary);
  }
  body.dark-mode #process {
    background-color: var(--dark);
  }
  body.dark-mode #process .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #process .cs-topper {
    color: var(--primary);
  }
  body.dark-mode #process .cs-text {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #process .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #process .cs-item-p {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  body.dark-mode #sbs-performance {
    background-color: var(--dark);
  }
  body.dark-mode #sbs-performance .cs-topper {
    color: var(--primary);
  }
  body.dark-mode #sbs-performance .cs-item {
    background-color: rgba(67, 183, 255, 0.1);
  }
  body.dark-mode #sbs-performance .cs-number,
  body.dark-mode #sbs-performance .cs-color {
    color: var(--primary);
  }
  body.dark-mode #sbs-performance .cs-button-solid {
    background-color: var(--primary);
    color: var(--dark);
  }
  body.dark-mode .pricing {
    background-color: var(--dark);
  }
  body.dark-mode .pricing .cs-topper {
    color: var(--primary);
  }
  body.dark-mode .pricing .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-plan {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-item {
    background: var(--accent);
    border-color: var(--medium);
  }
  body.dark-mode .pricing .cs-popular {
    background: var(--primary);
  }
  body.dark-mode .pricing .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-price {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-included {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-li {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-li img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
  body.dark-mode .pricing .cs-li.cs-disabled img {
    content: url("/assets/svgs/cross.svg");
    filter: brightness(0) saturate(100%) invert(100%);
  }
  body.dark-mode .pricing .cs-small {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode .pricing .cs-disclaimer {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #blog-featured {
    background-color: var(--dark);
  }
  body.dark-mode #blog-featured .cs-topper {
    color: var(--primary);
  }
  body.dark-mode #blog-featured .cs-title,
  body.dark-mode #blog-featured .cs-text,
  body.dark-mode #blog-featured .cs-h3,
  body.dark-mode #blog-featured .cs-date,
  body.dark-mode #blog-featured .cs-category {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #blog-featured .cs-text,
  body.dark-mode #blog-featured .cs-date,
  body.dark-mode #blog-featured .cs-category {
    opacity: 0.8;
  }
  body.dark-mode #blog-featured .cs-item-text {
    background-color: var(--medium);
  }
  body.dark-mode #blog-featured .cs-category::before {
    background-color: var(--accent);
  }
  #sbs-offer {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: var(--sectionPadding);
    padding-top: 0;
    background-color: var(--background);
  }
  #sbs-offer .cs-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    margin: auto;
    max-width: 36.5rem;
    width: 100%;
  }
  #sbs-offer .cs-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 39.375rem;
    text-align: left;
    width: 100%;
  }
  #sbs-offer .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 26ch;
  }
  #sbs-offer .cs-text {
    margin-bottom: 1.5rem;
  }
  #sbs-offer #list-1 {
    display: grid;
    align-items: center;
    margin: 0 0 2rem;
    max-width: clamp(34.375rem, 50vw, 39.375rem);
    width: 100%;
    padding: 0;
    gap: clamp(1rem, 4vw, 2.5rem);
  }
  #sbs-offer #list-1 .cs-item {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
  }
  #sbs-offer #list-1 .wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    width: 100%;
  }
  #sbs-offer #list-1 .cs-h3 {
    align-items: center;
    color: var(--headerColor);
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: flex-start;
    line-height: 1.2em;
    margin: 0;
  }
  #sbs-offer #list-1 .cs-item-text {
    color: var(--bodyTextColor);
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0;
  }
  #sbs-offer .cs-image-group {
    border-bottom-right-radius: 1rem;
    border-radius: clamp(1rem, 10vw, 6.25rem);
    height: 32.5rem;
    max-width: 36.625rem;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #sbs-offer .cs-background {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbs-offer .cs-background img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #sbs-offer .cs-box {
    align-items: center;
    background-color: #ffffff;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    bottom: clamp(0.75rem, 1.9vw, 1.5rem);
    box-sizing: border-box;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    max-width: 19rem;
    padding: 1.5rem;
    position: absolute;
    right: clamp(0.75rem, 1.9vw, 1.5rem);
    text-align: left;
    width: 80%;
  }
  #sbs-offer .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #sbs-offer .cs-name {
    color: var(--headerColor);
    display: block;
    font-family: var(--headerFont);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  #sbs-offer .cs-job {
    color: var(--primary);
    display: block;
    font-size: clamp(0.875rem, 1.8vw, 1rem);
    line-height: 1.2em;
  }
  #sbs-offer .cs-box-icon {
    display: block;
    height: 3rem;
    width: auto;
  }
  #sbs-offer .cs-bubbles {
    z-index: -1;
    position: absolute;
    bottom: -3.125em;
    right: -16.25em;
    height: 26.6875em;
    width: 26.1875em;
    font-size: min(2.5vw, 0.7em);
  }
  #sbs-offer .cs-bubbles:before {
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: floatAnimation;
    animation-timing-function: ease-in-out;
    background: transparent;
    border: 1px solid var(--dark);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 20.625em;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 20.625em;
    border-color: var(--dark);
    box-shadow: rgba(24, 23, 23, 0.2) 0 0 44px, inset rgba(21, 22, 22, 0.2) 0 0 30px, inset rgba(14, 13, 13, 0.2) 0 0 55px, inset rgba(12, 12, 12, 0.4) 0 0 75px, rgba(3, 3, 3, 0.4) 0 0 105px;
  }
  #sbs-offer .cs-bubbles:after {
    animation-duration: 14s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: floatAnimation2;
    animation-timing-function: ease-in-out;
    background: var(--primary);
    border-radius: 50%;
    content: "";
    display: block;
    height: 16.25em;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    transition: box-shadow 0.3s;
    width: 16.25em;
    z-index: -1;
  }
  @keyframes floatAnimation {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes floatAnimation2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-3rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  #process {
    padding: var(--sectionPadding);
  }
  #process .cs-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    margin: auto;
    max-width: 80rem;
    width: 100%;
  }
  #process .cs-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  #process .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 20ch;
  }
  #process .cs-text {
    max-width: 40.625rem;
  }
  #process .cs-card-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #process .cs-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    list-style: none;
    max-width: 20.375rem;
    text-align: center;
    width: 100%;
  }
  #process .cs-picture {
    align-items: center;
    border-radius: 1rem 0 1rem 0;
    display: flex;
    height: 4.5rem;
    width: 4.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  #process .cs-h3 {
    color: var(--headerColor);
    font-size: 1.25rem;
    line-height: 1.2em;
    margin: 0 0 0.75rem 0;
    text-align: inherit;
  }
  #process .cs-item-p {
    color: var(--bodyTextColor);
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    text-align: inherit;
  }
  #process .cs-arrow {
    display: block;
    flex: none;
    height: auto;
    transform: rotate(90deg);
    width: clamp(3rem, 6vw, 5rem);
  }
  #process .cs-arrow-img {
    display: block;
    width: 100%;
  }
  #process .cs-icon {
    display: block;
    height: auto;
    width: 4.5rem;
  }
  #projects {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #projects .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #projects .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #projects .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 20ch;
  }
  #projects .cs-image-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    gap: clamp(1rem, 4.3vw, 3.75rem);
  }
  #projects .cs-link {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #projects .cs-item {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    grid-column: span 12;
  }
  #projects .cs-item:hover .cs-h3,
  #projects .cs-item:hover .cs-desc {
    color: #fff;
  }
  #projects .cs-item:hover .cs-item-text {
    background-color: var(--primary);
  }
  #projects .cs-item:hover .cs-icon-wrapper {
    border-color: #fff;
  }
  #projects .cs-item:hover .cs-icon {
    filter: brightness(1000%) grayscale(1);
  }
  #projects .cs-picture {
    width: 100%;
    height: clamp(21.5rem, 30vw, 26.25rem);
    margin: auto;
    border-radius: 1.5rem;
    display: block;
    position: relative;
    overflow: hidden;
  }
  #projects .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #projects .cs-item-text {
    padding: clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2.8vw, 2.5rem);
    background-color: #f7f7f7;
    border-radius: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    gap: 1rem;
    transition: background-color 0.3s;
  }
  #projects .cs-flex {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #projects .cs-h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
    line-height: 1.2em;
    text-align: left;
    margin: 0;
    color: #1a1a1a;
    transition: color 0.3s;
  }
  #projects .cs-desc {
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    line-height: 1.5em;
    color: #1a1a1a;
    transition: color 0.3s;
  }
  #projects .cs-icon-wrapper {
    width: 3rem;
    height: 3rem;
    border: 1px solid #bababa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: border-color 0.3s;
  }
  #projects .cs-icon {
    width: auto;
    height: 0.75rem;
    transition: filter 0.3s;
  }
  #projects .cs-bubbles {
    width: 25.9375rem;
    height: 34.125rem;
    position: absolute;
    right: -10.25rem;
    bottom: -2.875rem;
    z-index: -1;
  }
  #projects .cs-bubbles:before {
    content: "";
    width: 21.3125rem;
    height: 21.3125rem;
    background: transparent;
    opacity: 1;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    animation-name: floatAnimation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
  }
  #projects .cs-bubbles:after {
    content: "";
    width: 21.3125rem;
    height: 21.3125rem;
    background: var(--primary);
    opacity: 0.1;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation-name: floatAnimation2;
    animation-duration: 14s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
  }
  #sbs-performance {
    background-color: var(--primary);
    overflow: hidden;
    padding: var(--sectionPadding);
  }
  #sbs-performance .cs-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    margin: auto;
    max-width: 36.5rem;
    width: 100%;
  }
  #sbs-performance .cs-stats-group {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
    max-width: 39.375rem;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 10;
  }
  #sbs-performance .cs-stats {
    column-gap: clamp(1.5rem, 4vw, 4.5vw);
    display: flex;
    grid-template-columns: repeat(12, 1fr);
    justify-content: space-between;
    margin: 0;
    max-width: 39.375rem;
    padding: 0;
    row-gap: 1.5rem;
    width: 100%;
  }
  #sbs-performance .cs-stat {
    align-content: space-between;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    grid-column: span 4;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #sbs-performance .cs-number {
    color: var(--headerColor);
    display: block;
    font-family: var(--headerFont);
    font-size: clamp(2.4375rem, 5vw, 3.8125rem);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.25rem 0;
    text-align: left;
  }
  #sbs-performance .cs-desc {
    color: var(--bodyTextColorWhite);
    font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    line-height: 1.5em;
    margin: 0;
    text-align: left;
  }
  #sbs-performance .cs-picture {
    z-index: 1;
    position: relative;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  #sbs-performance .cs-picture img {
    height: auto;
    left: 0;
    object-fit: contain;
    position: static;
    top: 0;
    width: 100%;
  }
  #sbs-performance .cs-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 35.625rem;
    width: 100%;
    gap: 2rem;
  }
  #sbs-performance .cs-content .cs-button-solid {
    background-color: var(--dark);
    color: var(--primary);
  }
  #sbs-performance .cs-content .cs-button-solid:hover {
    color: var(--dark);
  }
  #sbs-performance .cs-content .cs-button-solid:before {
    background: var(--background);
  }
  #sbs-performance .cs-topper {
    color: var(--bodyTextColorWhite);
  }
  #sbs-performance .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: var(--bodyTextColorWhite);
    margin: 0 0 2.5rem 0;
  }
  #sbs-performance .cs-color {
    color: var(--headerColor);
  }
  #sbs-performance .cs-text {
    margin-bottom: 1rem;
    color: var(--bodyTextColorWhite);
  }
  #sbs-performance .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-performance #list-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 2rem 0;
    max-width: 27.3125rem;
    padding: 0;
    row-gap: clamp(1.5rem, 4vw, 2rem);
  }
  #sbs-performance #list-2 .cs-li {
    align-items: center;
    color: var(--bodyTextColorWhite);
    display: flex;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    font-weight: 700;
    gap: 2rem;
    justify-content: flex-start;
    line-height: 1.5em;
    list-style: none;
    margin: 0;
  }
  #sbs-performance .cs-icon {
    height: auto;
    width: 2.5rem;
  }
  #pricing {
    padding-bottom: 0;
    scroll-margin-top: 4rem;
  }
  .pricing {
    padding: var(--sectionPadding);
  }
  .pricing .cs-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    margin: auto;
    max-width: 80rem;
    width: 100%;
  }
  .pricing .cs-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .pricing .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 20ch;
  }
  .pricing .cs-text {
    color: var(--bodyTextColor);
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 3rem;
    max-width: 40.625rem;
    text-align: inherit;
    width: 100%;
  }
  .pricing .cs-plan {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: var(--headerColor);
  }
  .pricing .cs-plan:hover {
    cursor: pointer;
  }
  .pricing .cs-toggle {
    position: relative;
    border: none;
    border-radius: 2.5em;
    margin: 0 0.75em;
    background-color: var(--primary);
    height: 1.75em;
    width: 3.5em;
    flex: none;
  }
  .pricing .cs-toggle:hover {
    cursor: pointer;
  }
  .pricing .cs-toggle:before {
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    border-radius: 2.5em;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
  }
  .pricing .cs-toggle.active:before {
    opacity: 1;
  }
  .pricing .cs-option-group {
    position: relative;
    transform-style: preserve-3d;
    perspective: 700px;
    width: 100%;
  }
  .pricing .cs-option-group:after {
    height: 1px;
    position: relative;
    content: "";
    opacity: 1;
    display: block;
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    background: linear-gradient(90deg, rgba(232, 232, 232, 0.2) 0%, #e8e8e8 53.78%, rgba(232, 232, 232, 0.2) 100%);
    width: 100%;
  }
  .pricing .cs-card-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.25rem);
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .pricing .cs-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    border-radius: 1em;
    background: var(--bodyTextColorWhite);
    max-width: 39.375em;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 2.4vw, 2rem);
    list-style: none;
  }
  .pricing .cs-popular {
    position: relative;
    background: var(--primary);
    overflow: hidden;
  }
  .pricing .cs-popular .cs-h3 {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-item-text {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-price {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-included {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-li {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-small {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-button-solid {
    background-color: var(--bodyTextColorWhite);
    color: var(--headerColor);
    transition: color 0.3s;
  }
  .pricing .cs-popular .cs-button-solid:before {
    background-color: var(--headerColor);
  }
  .pricing .cs-popular .cs-button-solid:hover {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-popular .cs-disclaimer {
    color: var(--bodyTextColorWhite);
  }
  .pricing .cs-h3 {
    color: var(--headerColor);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.25em;
    padding: 0;
  }
  .pricing .cs-item-text {
    color: var(--bodyTextColor);
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
    padding: 0;
  }
  .pricing .cs-price {
    color: var(--headerColor);
    display: block;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
  }
  .pricing .cs-price:last-of-type {
    margin-bottom: 1.5em;
  }
  .pricing .cs-small {
    color: var(--headerColor);
    font-size: 0.35em;
    font-weight: 400;
  }
  .pricing .cs-included {
    color: var(--headerColor);
    display: block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: clamp(1rem, 3vw, 1.5rem);
  }
  .pricing .cs-monthly-only {
    transition: opacity 0.3s, filter 0.3s;
  }
  .pricing .cs-ul {
    margin: 0;
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    padding: 0;
  }
  .pricing .cs-li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0.75em;
    padding: 0;
    list-style: none;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  .pricing .cs-li:last-of-type {
    margin-bottom: 0;
  }
  .pricing .cs-disabled {
    filter: grayscale(1);
    opacity: 0.3;
  }
  .pricing .cs-li-img {
    height: auto;
    margin-right: 0.5em;
    margin-top: 0.1875em;
    width: 1.25em;
  }
  .pricing .cs-disclaimer {
    color: var(--primary);
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 1rem;
  }
  .pricing .cs-button-solid {
    margin-top: auto;
    width: 100%;
  }
  #blog-featured {
    background-color: var(--background);
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #blog-featured .cs-container {
    width: 100%;
    /* changes to 1280px on desktop */
    max-width: 43.75rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #blog-featured .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;
  }
  #blog-featured .cs-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    max-width: 20ch;
  }
  #blog-featured .cs-topper {
    color: var(--primary);
  }
  #blog-featured .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
  }
  #blog-featured .cs-item {
    list-style: none;
    display: flex;
    flex-direction: column;
    grid-column: span 6;
  }
  #blog-featured .cs-item:hover .cs-h3,
  #blog-featured .cs-item:hover .cs-date,
  #blog-featured .cs-item:hover .cs-category {
    color: #fff;
  }
  #blog-featured .cs-item:hover .cs-item-text {
    background-color: var(--primary);
  }
  #blog-featured .cs-item:hover .cs-icon-wrapper {
    border-color: #fff;
  }
  #blog-featured .cs-item:hover .cs-icon {
    transform: rotate(45deg);
  }
  #blog-featured .cs-item:hover .cs-category::before {
    background-color: #fff;
    opacity: 0.2;
  }
  #blog-featured .cs-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /* if one card has more content then the others, the card will stretch to fill the parent container */
    flex-grow: 1;
    gap: 1rem;
  }
  #blog-featured .cs-picture {
    width: 100%;
    height: 20rem;
    margin: 0;
    border-radius: 1.5rem;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #blog-featured .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #blog-featured .cs-item-text {
    padding: 1.25rem;
    background-color: #f7f7f7;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* makes the item text the element that grows to fill the container */
    flex-grow: 1;
    transition: background-color 0.3s;
  }
  #blog-featured .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
    line-height: 1.2em;
    text-align: left;
    margin: 0;
    color: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: color 0.3s;
  }
  #blog-featured .cs-icon-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 icon */
    flex-shrink: 0;
    transition: border-color 0.3s;
  }
  #blog-featured .cs-icon {
    width: auto;
    height: 0.75rem;
    transition: filter 0.3s, transform 0.3s;
  }
  #blog-featured .cs-info {
    margin: 1rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #blog-featured .cs-date {
    font-size: 0.875rem;
    line-height: 1.5em;
    text-align: left;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
  }
  #blog-featured .cs-date-icon {
    width: auto;
    height: 1.5rem;
    transition: filter 0.3s;
  }
  #blog-featured .cs-category {
    font-size: 0.875rem;
    /* centers the text if the category bullet has to span multiple lines */
    text-align: center;
    padding: 0.25rem 1rem;
    color: #1a1a1a;
    border-radius: 5rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  #blog-featured .cs-category::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 37.5rem) {
  #projects .cs-item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 48rem) {
  #services-we-provide {
    padding-top: 3.125rem;
  }
  #services-we-provide .cs-container {
    max-width: 80rem;
  }
  #services-we-provide .cs-card-group {
    column-gap: 1.875rem;
  }
  #services-we-provide .cs-item {
    grid-column: span 4;
  }
  #services-we-provide .cs-item:hover .cs-fake-link:hover {
    color: var(--primary);
  }
  #services-we-provide .cs-fake-link {
    line-height: 1.875rem;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 700px;
    transform: translateX(-1rem);
    transition: color 0.3s;
  }
  #services-we-provide .cs-fake-link:hover:before {
    background-color: var(--secondary);
    bottom: 0;
    height: 1.875rem;
    left: 0;
    right: 0;
  }
  #services-we-provide .cs-fake-link:before {
    border-radius: 0.5rem;
    bottom: 0.3125rem;
    left: 1rem;
    right: 1rem;
    transition: width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, bottom 0.3s, left 0.3s, right 0.3s, box-shadow 0.3s;
    width: auto;
    z-index: -1;
  }
  #services-we-provide .cs-background .wave {
    height: 1130px;
  }
  #services-we-provide .cs-graphic {
    top: 55%;
    left: 45%;
    transform: scale(0.6);
  }
  #sbs-offer {
    padding-top: 3.125rem;
  }
  #list-1 {
    grid-template-columns: repeat(12, 1fr);
  }
  #list-1 .cs-item {
    grid-column: span 6;
  }
  #process .cs-card-group {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  #process .cs-arrow {
    align-self: center;
    transform: rotate(0deg);
  }
  #sbs-performance .cs-container {
    align-items: stretch;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 80rem;
  }
  #sbs-performance .cs-flex {
    flex: none;
    max-width: 45ch;
    text-align: left;
    width: 40vw;
  }
  .pricing .cs-card-group {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .pricing .cs-item {
    align-self: stretch;
    width: 100%;
  }
  .pricing .cs-popular {
    order: unset;
  }
  .pricing #cs-option2-387:before {
    top: -0.625em;
  }
  .pricing #cs-option2-387:after {
    right: -6.25em;
    top: -2.1875em;
  }
  .pricing .cs-price {
    font-size: 2em;
  }
  #blog-featured .cs-item {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 64rem) {
  #services-we-provide .cs-background .wave {
    height: 1055px;
  }
  #services-we-provide .cs-graphic {
    top: 57%;
    left: 50%;
    transform: scale(0.7);
  }
  body.dark-mode #services-we-provide .cs-fake-link {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-we-provide .cs-item:hover .cs-icon-wrapper {
    background-color: var(--headerColor);
  }
  body.dark-mode #services-we-provide .cs-item:hover .cs-icon {
    filter: none;
  }
  #sbs-offer .cs-container {
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    max-width: 80rem;
  }
  #sbs-offer .cs-image-group {
    height: auto;
  }
  #sbs-offer .cs-content {
    align-self: center;
  }
  #sbs-offer .cs-bubbles {
    font-size: min(2.5vw, 1em);
  }
  #blog-featured .cs-container {
    max-width: 80rem;
  }
  #blog-featured .cs-item {
    grid-column: span 2;
  }
  .pricing .cs-price {
    font-size: 3em;
  }
}
@media only screen and (min-width: 81.25rem) {
  #services-we-provide .cs-background .wave {
    height: 1085px;
  }
  #services-we-provide .cs-graphic {
    top: 53%;
    left: 50%;
    transform: scale(0.7);
  }
  .pricing .cs-top-section {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
  }
  .pricing .cs-top-section:after {
    height: 1px;
    position: relative;
    content: "";
    opacity: 1;
    display: block;
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    background: linear-gradient(90deg, rgba(232, 232, 232, 0.2) 0%, #e8e8e8 53.78%, rgba(232, 232, 232, 0.2) 100%);
    width: 100%;
  }
  .pricing .cs-option-group {
    margin-right: 5rem;
  }
  .pricing .cs-option-group:after {
    display: none;
  }
}
@media only screen and (min-width: 100rem) {
  #sbs-offer .cs-bubbles {
    bottom: 1.875rem;
    left: 50%;
    margin-left: 40.625rem;
    right: auto;
  }
}

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