/*-- -------------------------- -->
<---       Trust Banner         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose-12 {
    padding: var(--sectionPadding);
  }
  #why-choose-12 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #why-choose-12 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3.75rem;
  }
  #why-choose-12 .cs-item {
    text-align: center;
    list-style: none;
    width: 100%;
    max-width: 22.5rem;
    margin: 0;
    padding: 0;
  }
  #why-choose-12 .cs-picture {
    /* 68px - 88px */
    width: clamp(4.25rem, 7vw, 5.5rem);
    height: clamp(4.25rem, 7vw, 5.5rem);
    margin: auto;
    margin-bottom: 2rem;
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #why-choose-12 .cs-picture img {
    width: auto;
    height: 2.625rem;
    display: block;
  }
  #why-choose-12 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: inherit;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0.5rem;
    color: var(--headerColor);
  }
  #why-choose-12 .cs-item-text {
    font-size: 1rem;
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-choose-12 .cs-card-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
/*-- -------------------------- -->
<---      Why Choose O2Sync     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-1166 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
  }
  #why-1166 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #why-1166 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #why-1166 .cs-text {
    margin-bottom: 1rem;
  }
  #why-1166 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #why-1166 .cs-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  #why-1166 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* 16px - 20px */
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }
  #why-1166 .cs-li-picture {
    /* 60px - 80px */
    width: clamp(3.75rem, 6vw, 5rem);
    height: clamp(3.75rem, 6vw, 5rem);
    margin: 0;
    background-color: var(--o2grey);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #why-1166 .cs-li-icon {
    /* 24px - 32px */
    width: clamp(1.5rem, 3vw, 2rem);
    height: auto;
    display: block;
  }
  #why-1166 .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #why-1166 .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #why-1166 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .8em, resets at desktop */
    font-size: min(1.7vw, .7em);
    width: 53.625em;
    height: auto;
    /* 60px - 80px */
    padding-top: clamp(3.75rem, 6vw, 5rem);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    /* 48px - 64px, changes to 36px at large desktop */
    row-gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #why-1166 .cs-graphic-wrapper {
    width: 100vw;
    height: 100%;
    background-color: var(--o2grey);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
    background-color: #ffffff;
    background-image: url('/assets/images/waves.svg');
    background-size: cover;
    background-position: center;
  }
  #why-1166 .cs-graphic-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 100%;
    background-color: var(--o2grey);
    z-index: 1;
  }
  #why-1166 .cs-stat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #why-1166 .cs-icon-wrapper {
    /* 72px - 96px */
    width: clamp(4.5rem, 12vw, 6rem);
    height: clamp(4.5rem, 12vw, 6rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #why-1166 .cs-icon-wrapper img {
    width: 70%;
    height: 70%;
  }
  #why-1166 .cs-icon {
    /* 32px - 48px */
    width: clamp(2rem, 6vw, 3rem);
  }
  #why-1166 .cs-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #why-1166 .cs-number {
    font-size: clamp(1.9375rem, 5.9vw, 3.0625rem);
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
    margin: 0;
    color: var(--primary);
    display: block;
  }
  #why-1166 .cs-desc {
    font-size: 1rem;
    line-height: 1.2em;
    text-align: left;
    margin: 0;
    color: var(--primary);
    display: block;
  }
  #why-1166 .cs-picture1 {
    width: auto;
    height: 29.8125em;
    display: block;
    position: absolute;
    bottom: 1.25em;
    left: 0;
    z-index: 10;
  }
  #why-1166 .cs-picture1 img {
    height: 100%;
    width: auto;
  }
  #why-1166 .cs-picture2 {
    width: auto;
    height: 33.625em;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    z-index: 10;
  }
  #why-1166 .cs-picture2 img {
    height: 100%;
    width: auto;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-1166 .cs-title {
    white-space: nowrap;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #why-1166 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  #why-1166 .cs-content {
    width: 47%;
  }
  #why-1166 .cs-image-group {
    font-size: min(1vw, 1em);
    width: 32.625em;
    height: 100%;
    padding: 0;
    flex: none;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 9.375em;
  }
  #why-1166 .cs-graphic-wrapper {
    width: 47em;
    height: 100%;
  }
  #why-1166 .cs-picture1 {
    height: 62%;
    max-height: 29.8125em;
    right: auto;
    left: 50%;
    transform: translateX(-54%);
  }
  #why-1166 .cs-picture2 {
    height: 67%;
    max-height: 33.625em;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #why-1166 .cs-image-group {
    gap: 2.25em;
  }
  #why-1166 .cs-graphic-wrapper {
    height: 100%;
  }
  #why-1166 .cs-graphic-wrapper::after {
    width: 65%;
  }
}
/*-- -------------------------- -->
<!--           Quote            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #quote-2422 {
    padding: var(--sectionPadding);
    /* padding-top resets at 768px */
    padding-top: 30rem;
    position: relative;
    overflow: hidden;
  }
  #quote-2422 .cs-container {
    max-width: 80rem;
    margin: 0 auto;
  }
  #quote-2422 .cs-card {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-right: auto;
    /* 24px - 40px */
    padding: clamp(1rem, 4.8vw, 2.5rem);
    padding-top: clamp(5rem, 8.8vw, 6.25rem);
    background-color: var(--o2grey);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #quote-2422 .cs-card:before {
    /* background color */
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    opacity: .05;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #quote-2422 .cs-title {
    margin-bottom: 3rem;
  }
  #quote-2422 .cs-blockquote {
    width: 100%;
    margin: 0;
  }
  #quote-2422 .cs-quote {
    /* blockquote */
    font-size: 1.25rem;
    line-height: 1.5em;
    margin: 0 0 1rem;
    color: var(--bodyTextColor);
    z-index: 1;
  }
  #quote-2422 .cs-info {
    /* figcaption */
    width: 100%;
    gap: 0.75rem;
    position: relative;
  }
  #quote-2422 .cs-name {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 0;
  }
  #quote-2422 .cs-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 4px;
    color: var(--bodyTextColor);
    display: block;
  }
  #quote-2422 .cs-wrapper {
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3.75rem;
    right: 0;
    left: 0;
    z-index: -1;
  }
  #quote-2422 .cs-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--primary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #quote-2422 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #quote-2422 .cs-background img {
    width: 100%;
    height: 100%;
    /* makes image act as a background image */
    object-fit: cover;
    object-position: 0% center;
  }
  #quote-2422 .cs-background2 {
    display: none;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #quote-2422 {
    /* resetting top padding */
    padding-top: clamp(7.5rem, 10vw, 11.25rem);
  }
  #quote-2422 .cs-card {
    width: 62%;
    max-width: 34.5rem;
  }
  #quote-2422 .cs-background img {
    height: revert-layer;
    margin-left: 23rem;
  }
  #quote-2422 .cs-background2 {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #quote-2422 .cs-background2 img {
    width: 100%;
    height: 100%;
    /* makes image act as a background image */
    object-fit: cover;
    margin-left: -23rem;
  }
}
/* Desktop */
@media only screen and (min-width: 81.25rem) {
  #quote-2422 .cs-background img {
    margin-left: 26rem;
  }
  #quote-2422 .cs-background2 img {
    margin-left: -37rem;
  }
}
/* Large Desktop */
@media only screen and (min-width: 103.4375rem) {
  #quote-2422 .cs-background img {
    margin-left: 37rem;
  }
}
/* 1440p Desktop */
@media only screen and (min-width: 143.75rem) {
  #quote-2422 .cs-background img {
    height: 185%;
  }
}
/*-- -------------------------- -->
<---      O2Sync Standard       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1267 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #services-1267 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: calc(34.375rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1267 .cs-content {
    width: 100%;
    max-width: calc(32.625rem);
    margin: 0;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
  }
  #services-1267 .cs-card-group {
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    gap: clamp(1rem, 2.75vw, 1.25rem);
  }
  #services-1267 .cs-item {
    border-radius: calc(1rem);
    margin-left: 0;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    grid-column: span 12;
    /* 20px - 24px */
    padding: clamp(1.25rem, 2.4vw, 1.5rem);
    list-style: none;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  }
  #services-1267 .cs-h3 {
    font-size: calc(1.25rem);
    line-height: 1.2em;
    margin: 0 0 calc(1.25rem) 0;
    color: var(--headerColor);
    display: flex;
    align-items: center;
    gap: calc(1rem);
  }
  #services-1267 .cs-picture {
    width: calc(2.25rem);
    height: calc(2.25rem);
    border-radius: 50%;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #services-1267 .cs-icon {
    height: 70%;
    width: 70%;
  }
  #services-1267 .cs-number {
    display: block;
    margin: 0 0 calc(0.75rem) 0;
    font-size: calc(1.5625rem);
    font-weight: 700;
    color: var(--primary);
  }
  #services-1267 .cs-item-text {
    margin: 0;
    font-size: calc(0.875rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #services-1267 .cs-background {
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60%;
    width: 100%;
  }
  #services-1267 .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1267 .cs-container {
    max-width: calc(80rem);
  }
  #services-1267 .cs-item {
    grid-column: span 6;
  }
  #services-1267 .cs-item:nth-of-type(3) {
    order: 4;
  }
  #services-1267 .cs-background {
    height: 45%;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-1267 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: calc(2.5rem);
  }
  #services-1267 .cs-content {
    width: 42%;
    max-width: calc(32.625rem);
  }
  #services-1267 .cs-wrapper {
    width: 52%;
    max-width: calc(39.375rem);
    /* sends it to the left */
    order: -1;
    position: relative;
  }
  #services-1267 .cs-item {
    grid-column: span 6;
  }
  #services-1267 .cs-background {
    height: 150%;
    width: 115%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
