 @media only screen and (min-width: 0em) {#reviews {text-align: center;padding: var(--sectionPadding);}#reviews .cs-container {width: 100%;max-width: 69rem;margin: auto;text-align: center;}#reviews .cs-topper {text-align: center;margin-bottom: 1rem;}#reviews .cs-title {text-align: center;}#reviews .cs-text {text-align: center;margin-bottom: 1.5rem;}#reviews .cs-card-group {margin: 0 auto clamp(3rem, 5vw, 4rem);padding: 0;}#reviews .cs-item {text-align: left;list-style: none;width: 100%;max-width: 33.875rem;margin: 0 auto 4rem;box-sizing: border-box;padding: 3.75rem clamp(1rem, 3.2vw, 2rem) 0;padding-bottom: clamp(2rem, 5.4vw, 2.5rem);background: #fff;box-shadow: 0px 20px 39px 0px rgba(0, 0, 0, 0.05);border-radius: 0.25rem;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;position: relative;}#reviews .cs-item:last-of-type {margin-bottom: 0;}#reviews .cs-item-img {width: 5rem;height: 5rem;position: absolute;top: -2.5rem;}#reviews .cs-item-p {font-size: 1rem;line-height: 1.5em;margin: 0 0 1.25rem;padding-bottom: 1.25rem;color: var(--bodyTextColor);border-bottom: 1px solid #e8e9ec;}#reviews .cs-reviewer {font-size: 1rem;font-weight: 700;line-height: 1.5em;width: 40%;margin: 0 auto 0 0;color: var(--headerColor);display: block;}#reviews .cs-desc {font-size: 0.875rem;font-weight: 400;color: var(#353535);display: block;}#reviews .cs-item-stars {width: 6rem;height: 1rem;}}@media only screen and (min-width: 48em) {#reviews .cs-card-group {display: grid;grid-template-columns: 1fr 1fr;gap: 1rem;}#reviews .cs-item {margin: 0;}}@media only screen and (min-width: 0rem) {#gallery-1716 {padding: var(--sectionPadding);position: relative;z-index: 1;overflow: hidden;}#gallery-1716 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#gallery-1716 .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#gallery-1716 .cs-text {margin-bottom: 1rem;}#gallery-1716 .cs-text:last-of-type {margin-bottom: clamp(2rem, 7vw, 4rem);}#gallery-1716 .cs-text:last-of-type:before {content: "";width: 100%;height: 80%;background: var(--primary);opacity: 0.1;position: absolute;display: block;bottom: 0;left: 0;z-index: -1;}#gallery-1716 .cs-button-solid {font-size: 1rem;line-height: clamp(2.875rem, 5.5vw, 3.5rem);text-decoration: none;font-weight: 700;text-align: center;margin: 0;color: #fff;min-width: 9.375rem;padding: 0 1.5rem;background-color: var(--primary);display: inline-block;position: relative;z-index: 1;box-sizing: border-box;}#gallery-1716 .cs-button-solid:before {content: "";position: absolute;height: 100%;width: 0%;background: #000;opacity: 1;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#gallery-1716 .cs-button-solid:hover:before {width: 100%;}#gallery-1716 .cs-gallery {width: 100%;display: grid;grid-template-columns: repeat(12, 1fr);gap: 0.5rem;order: -1;}#gallery-1716 .cs-picture {width: 100%;height: 100vw;max-height: 16.6666666667rem;display: block;position: relative;z-index: 1;grid-column: span 6;}#gallery-1716 .cs-picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}}@media only screen and (min-width: 48rem) {#gallery-1716 .cs-container {flex-direction: row;justify-content: space-between;align-items: stretch;}#gallery-1716 .cs-content {max-width: 19rem;padding-bottom: clamp(2rem, 7vw, 4rem);}#gallery-1716 .cs-text:last-of-type {position: relative;z-index: 1;}#gallery-1716 .cs-text:last-of-type:before {width: 250vw;height: 100vw;top: calc(100% + 1.8rem);left: 50%;transform: translateX(-50%);}#gallery-1716 .cs-gallery {height: auto;}#gallery-1716 .cs-picture {height: 100%;max-height: 100%;min-height: clamp(17.5rem, 37vw, 26.25rem);}}olid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #gallery-1716 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #gallery-1716 .cs-button-solid:hover:before {
    width: 100%;
  }
  #gallery-1716 .cs-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.5rem;
    /* sends it to the top in the 1st position */
    order: -1;
  }
  #gallery-1716 .cs-picture {
    width: 100%;
    /* changes at tablet */
    height: 100vw;
    max-height: 16.6666666667rem;
    display: block;
    position: relative;
    z-index: 1;
    grid-column: span 6;
  }
  #gallery-1716 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #gallery-1716 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #gallery-1716 .cs-content {
    max-width: 19rem;
    /* 32px - 64px, ensures theres always a gap at the bottom to space out the content from the bottom of the container and let the colored rectangle shape be a little bigger and take up more space */
    padding-bottom: clamp(2rem, 7vw, 4rem);
  }
  #gallery-1716 .cs-text:last-of-type {
    /* add position relative so the colored rectangle is now absolutely positioned to the cs-text parent. We also only want these styles on the last paragraph tag */
    position: relative;
    z-index: 1;
  }
  #gallery-1716 .cs-text:last-of-type:before {
    width: 250vw;
    height: 100vw;
    top: calc(100% + 1.8rem);
    left: 50%;
    transform: translateX(-50%);
  }
  #gallery-1716 .cs-gallery {
    height: auto;
  }
  #gallery-1716 .cs-picture {
    height: 100%;
    max-height: 100%;
    /* 280px - 420px */
    min-height: clamp(17.5rem, 37vw, 26.25rem);
  }
}

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