/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0em) {
  #hero-229 {
    /* Top: 144px-208px | L/R: 16px | Bottom: 64px-112px */
    padding: clamp(7rem, 15vw, 10rem) 1rem clamp(4rem, 10vw, 7rem);
    position: relative;
    z-index: 1;
  }

  #hero-229 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  #hero-229 .cs-picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }

  #hero-229 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #hero-229 .cs-container {
    width: 100%;
    max-width: var(--containerMaxWidth);
    margin: auto;
    position: relative;
  }

  #hero-229 .cs-flex-group {
    margin: 0 auto;
    width: 80vw;
    max-width: clamp(29rem, 60vw, 50rem);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: var(--gridGap);
  }

  #hero-229 .cs-topper {
    color: var(--secondary);
    margin-bottom: 2rem;
  }

  #hero-229 .cs-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    text-align: center;
    width: 100%;
    margin: 0 auto clamp(2rem, 4vw, 2.5rem);
    color: var(--bodyTextColorWhite);
  }

  #hero-229 .cs-text {
    font-size: clamp(1rem, 1.95vw, 1.25rem);
    text-align: center;
    margin: 0 auto clamp(2.5rem, 4vw, 3rem);
    color: var(--bodyTextColorWhite);
  }

  #hero-229 .cs-button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.3vw, 1.25rem);
  }

  #hero-229 .cs-button {
    min-width: 12.3125rem;
  }

  #hero-229 .cs-button-solid {
    padding: 0 3rem;
  }

  #hero-229 .cs-button-transparent {
    line-height: var(--buttonHeight);
    width: 11.25rem;
    height: var(--buttonHeight);
    text-decoration: none;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    background-color: transparent;
    border: 1px solid var(--bodyTextColorWhite);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  #hero-229 .cs-button-transparent:before {
    content: '';
    position: absolute;
    display: block;
    background: #000;
    opacity: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform var(--transition);
  }

  #hero-229 .cs-button-transparent:hover:before {
    transform: scaleX(1);
  }

  #hero-229 .cs-button-transparent .cs-img {
    display: block;
    margin-right: 0.75rem;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48em) {
  #hero-229 {
    padding: clamp(7rem, 15vw, 10rem) clamp(2rem, 5vw, 2.5rem) clamp(4rem, 10vw, 7rem);
  }

  #hero-229 .cs-button-group {
    flex-direction: row;
  }
}

/* Desktop Parallax Effect - 1300px */
@media only screen and (min-width: 81.25em) {
  #hero-229 {
    background: url("https://csimg.nyc3.digitaloceanspaces.com/Hero/Background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  #hero-229 .cs-picture img {
    display: none;
  }
}

/*-- -------------------------- -->
<---          SERVICES          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0em) {
  #services-1062 {
    padding: var(--sectionPadding);
  }

  #services-1062 .cs-container {
    width: 100%;
    max-width: var(--containerMaxWidth);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--headerGap);
  }

  #services-1062 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #services-1062 .cs-title {
    max-width: 50rem;
  }

  #services-1062 .cs-card-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--gridGap);
  }

  #services-1062 .cs-item {
    width: 100%;
    text-align: left;
    list-style: none;
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: var(--bgLight);
    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-1062 .cs-icon-wrapper {
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 1.5rem;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #services-1062 .cs-icon {
    width: 3rem;
    height: auto;
  }

  #services-1062 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 0.75rem;
  }

  #services-1062 .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    max-width: 28.125rem;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48em) {
  #services-1062 .cs-item {
    grid-column: span 4;
  }
}

/*-- -------------------------- -->
<---          REVIEWS           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0em) {
  #reviews-727 {
    padding: var(--sectionPadding);
    padding-top: 0;
  }

  #reviews-727 .cs-container {
    width: 100%;
    max-width: var(--containerMobileMax);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--headerGap);
  }

  #reviews-727 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #reviews-727 .cs-title {
    max-width: 20ch;
  }

  #reviews-727 .cs-card-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gridGap);
  }

  #reviews-727 .cs-item {
    list-style: none;
    width: 100%;
    padding: clamp(2rem, 7vw, 3rem) clamp(1rem, 4vw, 2rem);
    background-color: var(--bgLight);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #reviews-727 .cs-icon {
    width: clamp(1.875rem, 4vw, 2.5rem);
    height: auto;
    margin-bottom: 2rem;
    display: block;
  }

  #reviews-727 .cs-h3 {
    font-size: clamp(1.25rem, 4vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  #reviews-727 .cs-item-text {
    font-size: clamp(0.875rem, 4vw, 1rem);
    margin-bottom: 3rem;
  }

  #reviews-727 .cs-name {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 500;
    margin-top: auto;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }

  #reviews-727 .cs-name:before {
    content: '';
    width: 0.5rem;
    height: 1px;
    background: currentColor;
    display: block;
    position: relative;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48em) {
  #reviews-727 .cs-container {
    max-width: var(--containerMaxWidth);
  }

  #reviews-727 .cs-card-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  #reviews-727 .cs-item {
    width: 48.5%;
  }
}