 @media only screen and (min-width: 0rem) {#services-1169 {background-color: #fff;padding: var(--sectionPadding);}#services-1169 .cs-container {display: flex;flex-direction: column;align-items: center;margin: auto;max-width: 51.5rem;width: 100%;gap: clamp(3rem, 6vw, 4rem);}#services-1169 .cs-content {display: flex;flex-direction: column;align-items: center;width: 100%;text-align: center;}#services-1169 .cs-title {max-width: 20ch;}#services-1169 .cs-text:last-of-type {margin-top: 1.5rem;}#services-1169 .cs-card-group {display: grid;align-items: stretch;grid-template-columns: repeat(12, 1fr);margin: 0;width: 100%;padding: 0;gap: clamp(1rem, 2vw, 1.25rem);}#services-1169 .cs-item {z-index: 1;position: relative;display: flex;flex-direction: column;align-items: flex-start;background-color: #f7f7f7;width: 100%;list-style: none;text-align: left;grid-column: span 12;max-width: 25rem;margin: 0 auto;}#services-1169 .cs-item:hover .cs-picture img {transform: scale(1.2);}#services-1169 .cs-item:hover .cs-h3, #services-1169 .cs-item:hover .cs-link {color: var(--primary);}#services-1169 .cs-item:hover .cs-arrow {filter: initial;}#services-1169 .cs-picture {position: relative;display: block;height: clamp(11.25rem, 24vw, 15rem);width: 100%;overflow: hidden;}#services-1169 .cs-picture img {z-index: -1;position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;transition: transform 0.65s;}#services-1169 .cs-info {display: flex;flex-direction: column;padding: 1.5rem;}#services-1169 .cs-h3 {display: flex;justify-content: flex-start;align-items: center;width: 100%;box-sizing: border-box;font-size: clamp(1.25rem, 2.5vw, 1.5625rem);line-height: 1.5em;font-weight: 700;color: var(--headerColor);transition: background-color 0.3s;text-align: inherit;margin: 0 0 0.75rem 0;transition: color 0.3s;}#services-1169 .cs-item-text {width: 100%;box-sizing: border-box;font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;color: var(--bodyTextColor);text-align: inherit;margin: 0;}#services-1169 .spec-li {margin-left: 2rem;}#services-1169 .call-link {color: var(--primary);font-weight: 700;transition: color 0.3s;}#services-1169 .call-link:hover {color: var(--secondary);}#services-1169 .cs-link {display: flex;justify-content: flex-start;align-items: center;text-decoration: none;font-size: 1rem;line-height: 1.2em;font-weight: 700;color: var(--headerColor);text-align: inherit;margin-top: 1.25rem;transition: color 0.3s;}#services-1169 .cs-link:hover .cs-arrow {transform: translateX(0.25rem);filter: grayscale(1) brightness(0);}#services-1169 .cs-arrow {display: block;height: auto;width: 1.25rem;transition: filter 0.3s, transform 0.3s;}}@media only screen and (min-width: 48rem) {#services-1169 .cs-container {max-width: 59rem;}#services-1169 .cs-title {max-width: 80%;}#services-1169 .cs-text {max-width: 56.25rem;}#services-1169 .cs-item {grid-column: span 6;max-width: initial;}#services-1169 .cs-picture {height: 25rem;}}@media only screen and (min-width: 81.25rem) {#services-1169 .cs-container {max-width: 90rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #services-1169 {background-color: var(--dark);}body.dark-mode #services-1169 .cs-title, body.dark-mode #services-1169 .cs-text, body.dark-mode #services-1169 .cs-item-text, body.dark-mode #services-1169 .cs-h3, body.dark-mode #services-1169 .cs-link {color: var(--bodyTextColorWhite);}body.dark-mode #services-1169 .cs-text, body.dark-mode #services-1169 .cs-item-text {opacity: 0.8;}body.dark-mode #services-1169 .cs-arrow {filter: grayscale(1) brightness(1000%);}body.dark-mode #services-1169 .cs-item {background-color: var(--medium);}}ver .cs-arrow {
    transform: translateX(0.25rem);
    filter: grayscale(1) brightness(0);
  }
  #services-1169 .cs-arrow {
    display: block;
    height: auto;
    width: 1.25rem;
    transition: filter 0.3s, transform 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1169 .cs-container {
    max-width: 59rem;
  }
  #services-1169 .cs-title {
    max-width: 80%;
  }
  #services-1169 .cs-text {
    max-width: 56.25rem;
  }
  #services-1169 .cs-item {
    grid-column: span 6;
    max-width: initial;
  }
  #services-1169 .cs-picture {
    height: 25rem;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #services-1169 .cs-container {
    max-width: 90rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #services-1169 {
    background-color: var(--dark);
  }
  body.dark-mode #services-1169 .cs-title,
  body.dark-mode #services-1169 .cs-text,
  body.dark-mode #services-1169 .cs-item-text,
  body.dark-mode #services-1169 .cs-h3,
  body.dark-mode #services-1169 .cs-link {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #services-1169 .cs-text,
  body.dark-mode #services-1169 .cs-item-text {
    opacity: 0.8;
  }
  body.dark-mode #services-1169 .cs-arrow {
    filter: grayscale(1) brightness(1000%);
  }
  body.dark-mode #services-1169 .cs-item {
    background-color: var(--medium);
  }
}
