/*-- -------------------------- -->
<---         Services           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-2414 {
      padding: var(--sectionPadding);
    }
    #services-2414 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
      z-index: 1;
    }
    #services-2414 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      max-width: 39.375rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
      gap: 2rem;
    }
    #services-2414 .cs-title {
      max-width: 25ch;
    }
    #services-2414 .cs-text {
      margin-bottom: 1rem;
    }
    #services-2414 .cs-text:last-of-type {
      margin-bottom: 2rem;
    }
    #services-2414 .cs-button-solid {
      --gradientmix: color-mix(in lab, var(--primary), black 49%);
      font-size: 1rem;
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      color: #fff;
      white-space: nowrap;
      margin: 0;
      min-width: 9.375rem;
      padding: 0 1.75rem;
      background-color: var(--primary);
      /* background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--gradientmix) 99%);
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--gradientmix) 99%);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--gradientmix) 99%); */
      /* border-radius: 6.25rem; */
      overflow: hidden;
      display: inline-block;
      position: relative;
      z-index: 1;
    }
    #services-2414 .cs-button-solid:before {
      content: '';
      width: 0%;
      height: 100%;
      border-radius: 0.25rem;
      background: var(--jdl-black);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
      opacity: 1;
    }
    #services-2414 .cs-button-solid:hover:before {
      width: 100%;
    }
    #services-2414 .cs-card-group {
      margin: 0;
      padding: 0;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      /* 16px - 20px */
      gap: clamp(1rem, 2.4vw, 1.25rem);
    }
    #services-2414 .cs-item {
      width: 100%;
      text-align: left;
      list-style: none;
      margin: 0;
      /* 12px - 20px */
      padding: clamp(0.75rem, 1vw, 1.25rem);
      border-radius: 0.75rem;
      background-color: #fff;
      overflow: hidden;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      grid-column: span 12;
      grid-row: span 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: relative;
      z-index: 1;
    }
    #services-2414 .cs-item:before {
      content: '';
      width: 100%;
      height: 100%;
      background: var(--primary);
      opacity: 0.05;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #services-2414 .cs-picture {
      width: 100%;
      height: 45vw;
      max-height: 21.875rem;
      /* 12px - 16px */
      margin-bottom: clamp(0.75rem, 2vw, 1rem);
      border-radius: 0.5rem;
      overflow: hidden;
      display: block;
      position: relative;
      z-index: 1;
    }
    #services-2414 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }
    #services-2414 .cs-h3 {
      /* 16px - 20px */
      font-size: clamp(1rem, 3vw, 1.25rem);
      line-height: 1.2em;
      font-weight: bold;
      text-align: inherit;
      margin: 0;
      color: var(--headerColor);
    }
    #services-2414 .cs-image-group {
      width: 100%;
      max-width: 44rem;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2.625rem;
      position: relative;
      z-index: 1;
    }
    #services-2414 .cs-map {
      width: 89%;
      height: 79vw;
      max-height: 25rem;
      overflow: hidden;
      display: block;
      position: relative;
      z-index: 1;
    }
    #services-2414 .cs-map:before {
      content: '';
      background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0.03) 34%, rgba(255, 255, 255, 0.57) 54%, #ffffff 70%, #ffffff 88%);
      pointer-events: none;
      opacity: 1;
      display: block;
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      z-index: 2;
    }
    #services-2414 .cs-map img,
    #services-2414 .cs-map iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #services-2414 .cs-arrow {
      width: 2.25rem;
      height: auto;
      margin-right: 1.25rem;
      display: block;
      position: absolute;
      bottom: 4.6875rem;
      right: 50%;
      z-index: 3;
      transform: rotate(-137deg);
    }
    #services-2414 .cs-box {
      text-align: center;
      width: 40vw;
      max-width: 11.0625rem;
      margin-right: 15.625rem;
      /* 12px - 16px top & bottom */
      /* 12px - 24px left & right */
      padding: clamp(0.75rem, 3vw, 1rem) clamp(0.75rem, 3vw, 1.5rem);
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
      z-index: 1;
    }
    #services-2414 .cs-box:before {
      /* background color */
      content: '';
      width: 100%;
      height: 100%;
      background: var(--primary);
      border-radius: 1rem;
      opacity: 0.1;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #services-2414 .cs-box:after {
      /* border color */
      content: '';
      width: 100%;
      height: 100%;
      border: 4px solid var(--primary);
      border-radius: 1rem;
      opacity: 0.2;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #services-2414 .cs-box-text {
      /* 12px - 16px */
      font-size: clamp(0.75rem, 3vw, 1rem);
      line-height: 1.2em;
      font-weight: 700;
      width: 100%;
      margin: 0;
      color: var(--headerColor);
      display: block;
    }
  }
  /* Tablet - 700px */
  @media only screen and (min-width: 43.75rem) {
    #services-2414 .cs-item {
      grid-column: span 6;
    }
    #services-2414 .cs-box {
      margin-right: 21.875rem;
    }
    #services-2414 .cs-picture {
      height: auto;
      min-height: 13.25rem;
      max-height: 100%;
    }
    #services-2414 .cs-arrow {
      margin-right: 3.75rem;
      bottom: 6.25rem;
    }
  }
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #services-2414 .cs-container {
      align-items: flex-end;
    }
    #services-2414 .cs-content {
      text-align: left;
      width: 54vw;
      box-sizing: border-box;
      align-items: flex-start;
    }
    #services-2414 .cs-flex {
      padding-bottom: 0;
    }
    #services-2414 .cs-card-group {
      /* 200px - 325px */
      padding-left: clamp(12.5rem, 21vw, 20.3125rem);
    }
    #services-2414 .cs-item {
      grid-column: span 3;
    }
    #services-2414 .cs-picture {
      max-height: 12.5rem;
    }
    #services-2414 .cs-image-group {
      width: 41vw;
      max-width: 32.625rem;
      height: auto;
      position: absolute;
      left: 0;
      top: 0;
      bottom: -1.25rem;
    }
    #services-2414 .cs-map {
      width: 100%;
      height: auto;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 8.25rem;
    }
    #services-2414 .cs-box {
      margin: 0;
      position: absolute;
      left: 0;
      bottom: 0;
    }
  }
  /* Large Desktop - 1300px */
  @media only screen and (min-width: 81.25rem) {
    #services-2414 .cs-map {
      bottom: 4.375rem;
    }
    #services-2414 .cs-arrow {
      margin-right: 1.875rem;
      bottom: 4.375rem;
    }
  }
                                  