







/*-- -------------------------- -->
<---        Recent Posts        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2rem);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3rem);
        }
        100% {
            transform: translateY(0);
        }
    }
    #meet-team-1370 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    #meet-team-1370 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-1370 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }
    #meet-team-1370 .cs-topper {
        font-size: var(--topperFontSize);
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 0.25rem;
        color: var(--primary);
        display: block;
    }
    #meet-team-1370 .cs-title {
        font-size: var(--headerFontSize);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        max-width: 43.75rem;
        margin: 0 0 1rem 0;
        color: var(--headerColor);
        position: relative;
    }
    #meet-team-1370 .cs-text {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        max-width: 40.625rem;
        margin: 0;
        color: var(--bodyTextColor);
    }

    #meet-team-1370 .cs-card-group {
        width: 100%;
        /* max-width is removed on tablet */
        max-width: 43.75rem;
        margin: 0;
        padding: 0;
        display: grid;
        align-items: stretch;
        grid-template-columns: repeat(12, 1fr);
        /* 16px - 20px */
        gap: clamp(1rem, 2vw, 1.25rem);
    }
    #meet-team-1370 .cs-item {
        list-style: none;
        display: flex;
        flex-direction: column;
        grid-column: span 12;
    }
    #meet-team-1370 .cs-item:hover .cs-link {
        opacity: 1;
        transform: translateY(0);
    }
    #meet-team-1370 .cs-picture-wrapper {
        /* 12px - 20px */
        margin-bottom: clamp(0.75rem, 4vw, 1.25rem);
        position: relative;
    }
    #meet-team-1370 .cs-picture {
        margin: 0 auto;
        border-radius: 50%;
        display: block;
        position: relative;
        z-index: 1;
        overflow: hidden;
        aspect-ratio: 1/1;
    }
    #meet-team-1370 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #meet-team-1370 .cs-info {
        text-align: center;
        /* 16px - 24px */
        padding: clamp(1rem, 1.7vw, 1.5rem);
        background-color: #f7f7f7;
        border-radius: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* makes the info boxes grow when the items aren't matching heights */
        flex-grow: 1;
        transition: background-color 0.3s;
    }
    #meet-team-1370 .cs-info:hover {
        color: #fff;
        background-color: var(--primary);
    }
    #meet-team-1370 .cs-name {
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0;
        margin: 0 0 0.25rem;
        gap: 1rem;
        transition: color 0.3s;
    }
    #meet-team-1370 .cs-job {
        transition: color 0.3s;
    }
    #meet-team-1370 .cs-social {
        display: flex;
        gap: 0.5rem;
        position: absolute;
        right: 50%;
        bottom: 1.5rem;
        z-index: 1;
        transform: translateX(50%);
    }
    #meet-team-1370 .cs-link {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #fff;
        opacity: 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(1rem);
        transition:
            transform 0.3s,
            opacity 0.3s;
    }
    #meet-team-1370 .cs-link:hover .cs-icon {
        /* use this pen to generate a filter from black to a color of your choosing */
        /* https://codepen.io/sosuke/pen/Pjoqqp */
        filter: invert(55%) sepia(42%) saturate(4845%) hue-rotate(337deg)
            brightness(101%) contrast(98%);
    }
    #meet-team-1370 .cs-link:first-of-type,
    #meet-team-1370 .cs-link:last-of-type {
        margin-top: -1.25rem;
    }
    #meet-team-1370 .cs-link:nth-of-type(1) {
        transition-delay: 0.05s;
    }
    #meet-team-1370 .cs-link:nth-of-type(2) {
        transition-delay: 0.1s;
    }
    #meet-team-1370 .cs-link:nth-of-type(3) {
        transition-delay: 0.15s;
    }
    #meet-team-1370 .cs-link:nth-of-type(4) {
        transition-delay: 0.2s;
    }
    #meet-team-1370 .cs-bubbles {
        width: 22.3125rem;
        height: 29.375rem;
        margin-left: -58.625rem;
        display: none;
        position: absolute;
        top: 2.375rem;
        left: 45%;
        z-index: -1;
    }
    #meet-team-1370 .cs-bubbles:before {
        /* white border bubble */
        content: "";
        width: 18.375rem;
        height: 18.375rem;
        background: transparent;
        opacity: 1;
        border: 1px solid #1a1a1a;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        animation-name: floatAnimation;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }
    #meet-team-1370 .cs-bubbles:after {
        /* orange bubble */
        content: "";
        width: 18.375rem;
        height: 18.375rem;
        background: var(--primary);
        opacity: 0.1;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        animation-name: floatAnimation2;
        animation-duration: 14s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }
}
/* Tablet - 500px */
@media only screen and (min-width: 31.25rem) {
    #meet-team-1370 .cs-item {
        grid-column: span 6;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #meet-team-1370 .cs-container {
        flex-direction: row;
    }
    #meet-team-1370 .cs-content {
        text-align: left;
        max-width: 25.8125rem;
        align-items: start;
    }
    #meet-team-1370 .cs-card-group {
        max-width: none;
    }
    #meet-team-1370 .cs-bubbles {
        display: block;
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #meet-team-1370 .cs-topper {
        color: var(--primaryLight);
    }
    body.dark-mode #meet-team-1370 .cs-title,
    body.dark-mode #meet-team-1370 .cs-text {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #meet-team-1370 .cs-text,
    body.dark-mode #meet-team-1370 .cs-job {
        opacity: 0.8;
    }
    body.dark-mode #meet-team-1370 .cs-info {
        background-color: var(--medium);
    }
}

                                
/*-- -------------------------- -->
<---           Steps            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #steps-1376 {
      padding: var(--sectionPadding);
      background-color: var(--secondary);
      /* clips the waves and lines from cause overflow issues */
      overflow: hidden;
      /* setting the row groups to display: contents causes the child cs-items to "appear" as direct children of the parent .cs-card-group */
      /* therefore, we can set the order of the .cs-items between rows, changing it between mobile and desktop */
    }
    #steps-1376 .cs-container {
      width: 100%;
      max-width: 90rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #steps-1376 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
    }

    #steps-1376 .cs-title {
      max-width: 25ch;
      margin: 0;
    }
    #steps-1376 .cs-group1,
    #steps-1376 .cs-group2 {
      /* the contents of this div are no longer its children. This div acts as if it doesn't exist and their content is now children of the next level parent, in this case, the cs-card-group. That way they can all be arranged together as children under 1 parent div instead of children in two different parent divs */
      display: contents;
    }
    #steps-1376 .cs-card-group {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      /* 16px - 20px */
      gap: clamp(1rem, 2.3vw, 1.25rem);
      position: relative;
    }
    #steps-1376 .cs-group1 {
      display: contents;
    }
    #steps-1376 .cs-group1 .cs-item:nth-of-type(1) {
      order: 1;
    }
    #steps-1376 .cs-group1 .cs-item:nth-of-type(2) {
      order: 3;
    }
    #steps-1376 .cs-group1 .cs-item:nth-of-type(3) {
      order: 5;
    }
    #steps-1376 .cs-group2 {
      display: contents;
    }
    #steps-1376 .cs-group2 .cs-item:nth-of-type(1) {
      order: 2;
    }
    #steps-1376 .cs-group2 .cs-item:nth-of-type(2) {
      order: 4;
    }
    #steps-1376 .cs-item {
      text-align: center;
      list-style: none;
      width: 100%;
      max-width: 15rem;
      height: 15rem;
      margin: 0;
      /* prevents padding and border from affecting height and width */
      box-sizing: border-box;
      padding: 1.5rem;
      background-color: #f4f4f4;
      /* clips the :before element from being clickable when it's outside the item and triggering the hover animation */
      overflow: hidden;
      border: 1px solid #e8e8e8;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1;
      transition: background-color 0.3s, border-color 0.3s;
    }
    #steps-1376 .cs-item:before {
      content: "";
      width: 9.25rem;
      height: 9.25rem;
      background: #fff;
      opacity: 0;
      border-radius: 50%;
      display: block;
      position: absolute;
      bottom: 0;
      left: -7.25rem;
      transform: translateY(6.25rem);
      transition: left 0.3s, transform 0.3s, opacity 0.3s;
    }
    #steps-1376 .cs-item:hover {
      background-color: var(--primary);
      border-color: var(--primary);
    }
    #steps-1376 .cs-item:hover:before {
      opacity: 0.2;
      left: -1rem;
      transform: translateY(0);
    }
    #steps-1376 .cs-item:hover .cs-icon {
      filter: grayscale(1) brightness(1000%);
    }
    #steps-1376 .cs-item:hover .cs-h3,
    #steps-1376 .cs-item:hover .cs-item-text {
      color: var(--bodyTextColorWhite);
    }
    #steps-1376 .cs-item:hover .cs-text {
      opacity: 0.8;
    }
    #steps-1376 .cs-picture {
      width: 6.25rem;
      height: auto;
      margin: 0 0 0.5rem 0;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      /* prevents flexbox from squishing it */
      flex: none;
    }
    #steps-1376 .cs-icon {
      width: 2rem;
      height: auto;
    }
    #steps-1376 .cs-h3 {
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.2em;
      text-align: inherit;
      margin: 0 0 0.75rem 0;
      color: var(--headerColor);
      transition: color 0.3s;
    }
    #steps-1376 .cs-item-text {
      font-size: 0.875rem;
      line-height: 1.5em;
      max-width: 28.125rem;
      margin: 0;
      padding: 0;
      color: var(--bodyTextColor);
      transition: color 0.3s, opacity 0.3s;
    }
    #steps-1376 .cs-waves {
      display: none;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #steps-1376 .cs-card-group {
      justify-content: center;
      align-items: center;
      gap: 2.5rem;
    }
    #steps-1376 .cs-group1 {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      gap: 3rem;
    }
    #steps-1376 .cs-group2 {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      gap: 3rem;
    }
    #steps-1376 .cs-item {
      /* prevents flexbox from squishing it */
      flex: none;
    }
    #steps-1376 .cs-waves {
      width: 4.4375rem;
      height: auto;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    #steps-1376 .cs-waves img {
      width: 100%;
      height: auto;
    }
  }
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #steps-1376 .cs-card-group {
      flex-direction: column;
    }
    #steps-1376 .cs-group1 {
      width: 100%;
      /* -8px to -30px, we put the clamp in a calc function to turn it into a negative number and pull down to cause the overlapping effect */
      margin-bottom: calc(clamp(.5rem, 2vw, 1.875rem)*-1);
      flex-direction: row;
    }
    #steps-1376 .cs-group2 {
      width: 100%;
      /* -8px to -30px */
      margin-top: calc(clamp(.5rem, 2vw, 1.875rem)*-1);
      flex-direction: row;
    }
    #steps-1376 .cs-waves {
      width: 110vw;
      max-width: 120rem;
      height: auto;
    }
    #steps-1376 .cs-waves:before {
      /* left continuation line */
      content: "";
      width: 50vw;
      height: 4px;
      background: #e8e8e8;
      opacity: 1;
      display: block;
      position: absolute;
      top: 5.25rem;
      right: 100%;
    }
    #steps-1376 .cs-waves:after {
      /* Right continuation line */
      content: "";
      width: 50vw;
      height: 4px;
      background: #e8e8e8;
      opacity: 1;
      display: block;
      position: absolute;
      top: 5.25rem;
      left: 100%;
    }
  }
  /* Dark Mode */
  @media only screen and (min-width: 0rem) {
    body.dark-mode #steps-1376 {
      background-color: rgba(0, 0, 0, 0.2);
    }
    body.dark-mode #steps-1376 .cs-item {
      background-color: var(--medium);
      border-color: rgba(255, 255, 255, 0.2);
    }
    body.dark-mode #steps-1376 .cs-item:hover {
      background-color: var(--primary);
      border-color: var(--primary);
    }
    body.dark-mode #steps-1376 .cs-topper {
      color: var(--primary);
    }
    body.dark-mode #steps-1376 .cs-title,
    body.dark-mode #steps-1376 .cs-text,
    body.dark-mode #steps-1376 .cs-h3,
    body.dark-mode #steps-1376 .cs-item-text,
    body.dark-mode #steps-1376 .cs-link {
      color: var(--bodyTextColorWhite);
    }
    body.dark-mode #steps-1376 .cs-text,
    body.dark-mode #steps-1376 .cs-item-text {
      opacity: 0.8;
    }
    body.dark-mode #steps-1376 .cs-waves {
      opacity: 0.1;
    }
  }
                                  

                                







/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/


 .cs-button-solid {
    font-size: 1rem;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    padding: 1rem;
    margin: 0;
    color: #fff;
    padding: 2re, 3rem;
    border-radius: 1.875rem;
    background-color: #000000;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;}

 .cs-button-solid:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 0%;
        background: var(--primary);
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }


 .cs-button-solid:hover {
        color: var(--bodyTextColorWhite);
    }
 .cs-button-solid:hover:before {
        width: 100%;
    }
  .button-container {
        display: flex;
        gap: 1rem;
        justify-content: center;
        margin-top: 2rem;
}








/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #faq-1411 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }
    #faq-1411 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* 40px - 48px */
        gap: clamp(2.5rem, 5vw, 3rem);
    }
    #faq-1411 .cs-content {
        text-align: left;
    }
    #faq-1411 .cs-topper {
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: inherit;
        letter-spacing: 0.1em;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 0.25rem;
        display: block;
    }
    #faq-1411 .cs-title {
        font-size: var(--headerFontSize);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        max-width: 43.75rem;
        margin: 0 0 1rem 0;
        color: var(--headerColor);
        position: relative;
    }
    #faq-1411 .cs-title {
        margin: 0 0 1.5rem 0;
        color: var(--headerColor);
    }
    #faq-1411 .cs-faq-group {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #faq-1411 .cs-faq-item {
        list-style: none;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        transition: border-bottom 0.3s;
    }
    #faq-1411 .cs-faq-item.active {
        border-color: var(--primary);
    }
    #faq-1411 .cs-faq-item.active .cs-button {
        color: var(--primary);
    }
    #faq-1411 .cs-faq-item.active .cs-button:before {
        background-color: var(--primary);
        transform: rotate(315deg);
    }
    #faq-1411 .cs-faq-item.active .cs-button:after {
        background-color: var(--primary);
        transform: rotate(-315deg);
    }
    #faq-1411 .cs-faq-item.active .cs-item-p {
        height: auto;
        /* 20px - 24px bottom */
        padding: 0 0 clamp(1.25rem, 1.3vw, 1.5rem);
        opacity: 1;
    }
    #faq-1411 .cs-button {
        font-size: 1.25rem;
        line-height: 1.2em;
        text-align: left;
        font-weight: bold;
        /* 16px - 20px */
        padding: clamp(1rem, 1.3vw, 1.25rem) 0;
        border: none;
        background: transparent;
        color: var(--bodyTextColorWhite);
        display: block;
        width: 100%;
        position: relative;
        transition:
            background-color 0.3s,
            color 0.3s;
    }
    #faq-1411 .cs-button:hover {
        cursor: pointer;
    }
    #faq-1411 .cs-button:before {
        /* left line */
        content: "";
        width: 0.5rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 45%;
        right: 1.5rem;
        transform: rotate(45deg);
        /* animate the transform from the left side of the x axis, and the center of the y */
        transform-origin: left center;
        transition: transform 0.5s;
    }
    #faq-1411 .cs-button:after {
        /* right line */
        content: "";
        width: 0.5rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: 45%;
        right: 1.3125rem;
        transform: rotate(-45deg);
        /* animate the transform from the right side of the x axis, and the center of the y */
        transform-origin: right center;
        transition: transform 0.5s;
    }
    #faq-1411 .cs-button-text {
        width: 80%;
        display: block;
        color: var(--headerColor);
    }
    #faq-1411 .cs-item-p {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        width: 90%;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        color: var(--headerColor);
        /* clips the text so it doesn't show up */
        overflow: hidden;
        transition:
            opacity 0.3s,
            padding-bottom 0.3s;
    }
    #faq-1411 .cs-card-group {
        margin: 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        /* 8px - 20px */
        gap: clamp(0.5rem, 2vw, 1.25rem);
    }
    #faq-1411 .cs-item {
        width: 100%;
        text-align: center;
        list-style: none;
        margin: 0;
        /* 24px - 32px */
        padding: 2rem clamp(1.5rem, 3vw, 2rem);
        background-color: #fff;
        border-radius: 1rem;
        /* prevents padding from affecting height and width */
        box-sizing: border-box;
        grid-column: span 6;
        grid-row: span 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        transition:
            box-shadow 0.3s,
            border-color 0.3s;
    }
    #faq-1411 .cs-item:hover {
        box-shadow: 0px 4px 120px 0px rgba(0, 0, 0, 0.12);
        border-color: transparent;
    }
    #faq-1411 .cs-item:hover .cs-h3 {
        color: var(--primary);
    }
    #faq-1411 .cs-image-group {
        /* 80px - 100px */
        width: clamp(5rem, 6vw, 6.25rem);
        height: auto;
        /* 20px - 24px */
        margin: 0 0 clamp(1.25rem, 2.5vw, 1.5rem);
        display: flex;
        justify-content: center;
        align-items: center;
        /* prevents flexbox from squishing it */
        flex: none;
        position: relative;
    }
    #faq-1411 .cs-icon {
        /* 38px - 48px */
        width: clamp(2.375rem, 3vw, 3rem);
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #faq-1411 .cs-graphic {
        width: 100%;
        height: auto;
    }
    #faq-1411 .cs-number {
        /* 25px - 49px */
        font-size: clamp(1.5625rem, 3.3vw, 3.0625rem);
        line-height: 1.2em;
        font-weight: bold;
        text-align: inherit;
        margin: 0;
        color: var(--headerColor);
        transition: color 0.3s;
    }
    #faq-1411 .cs-desc {
        font-size: 1rem;
        line-height: 1.5em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColor);
    }
    #faq-1411 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #faq-1411 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* Makes img tag act as a background image */
        object-fit: cover;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #faq-1411 {
        /* 40px - 80px */
        padding-left: clamp(2.5rem, 5vw, 5rem);
        padding-right: clamp(2.5rem, 5vw, 5rem);
    }
    .cs-button-solid {
        font-size: 1rem;
        line-height: 3.5rem;
        text-decoration: none;
        font-weight: 700;
        overflow: hidden;
        margin: 0;
        color: #fff;
        padding: 0 3rem;
        border-radius: 1.875rem;
        background-color: #000000;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: color 0.3s;
    }
    #faq-1411 .cs-container {
        max-width: 80rem;


        gap: 3.25rem;
    }
    #faq-1411 .cs-content {
        max-width: 60rem;
    }
    #faq-1411 .cs-card-group {
        max-width: 39.375rem;
        /* pushes up the same amount the cs-items are being translated up to maintain the proper spacing */
        margin-top: 3.75rem;
        align-items: stretch;
        /* sends it to the left in the 1st */
        order: -1;
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #faq-1411 {
        background-color: var(--medium) rgba(0, 0, 0, 0.2);
    }
    body.dark-mode #faq-1411 .cs-title,
    body.dark-mode #faq-1411 .cs-item-p,
    body.dark-mode #faq-1411 .cs-number,
    body.dark-mode #faq-1411 .cs-desc, 
    body.dark-mode #faq-1411 .cs-button-text {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #faq-1411 .cs-graphic {
        opacity: 0.2;
    }
    body.dark-mode #faq-1411 .cs-button {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #faq-1411 .cs-button:before,
    body.dark-mode #faq-1411 .cs-button:after {
        background-color: var(--bodyTextColorWhite);
    }
}

    /*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-1395 {
        /* centers the button */
        text-align: center;
        padding: var(--sectionPadding);
        padding-top: 0;
        /* clips the orbs from causing overflow issues */
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #reviews-1395 .cs-container {
        width: 100%;
        /* changes to 1024px at tablet */
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #reviews-1395 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }

    #reviews-1395 .cs-title {
        max-width: 20ch;
        margin: 0;
    }
    #reviews-1395 .cs-card-group {
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        /* 16px - 20px */
        gap: clamp(1rem, 2.5vw, 1.15rem);
    }
    #reviews-1395 .cs-item {
        list-style: none;
        text-align: left;
        /* 20px - 60px */
        padding: clamp(1rem, 4vw, 3.75rem);
        background-color: #fff;
        /* 12px - 24px */
        border-radius: clamp(0.75rem, 1.5vw, 1.25rem);
        /* prevents padding from adding to height and width */
        box-sizing: border-box;
        /* clips the pseudo box from overflowing */
        overflow: hidden;
        display: flex;
        grid-column: span 12;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    #reviews-1395 .cs-item:before {
        /* background color */
        content: "";
        width: 100%;
        height: 100%;
        background: var(--primary);
        opacity: 0.05;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: -1;
        /* prevents the mouse from interacting it */
        pointer-events: none;
    }
    #reviews-1395 .cs-quote {
        /* 72px - 120px */
        width: clamp(4.5rem, 10vw, 7.5rem);
        height: auto;
        /* 32px - 64px */
        margin-bottom: clamp(2rem, 6vw, 4rem);
        display: block;
    }
    #reviews-1395 .cs-item-text {
        /* 16px - 25px */
        font-size: clamp(1rem, 2.6vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: bold;
        margin: 0;
        /* 24px - 64px */
        margin-bottom: clamp(1.5rem, 6vw, 4rem);
        color: var(--bodyTextColor);
    }
    #reviews-1395 .cs-flex-group {
        /* in case one card has more text than the other, this pushes up against the review text so the name and title are always at the bottom. Only works if parent is a flexbox */
        margin-top: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* 8px - 24px */
        gap: clamp(0.8rem, 1.5vw, 1rem);
    }
    #reviews-1395 .cs-profile {
        /* 40px - 52px */
        width: clamp(2.5rem, 5vw, 3.25rem);
        height: clamp(2.5rem, 5vw, 3.25rem);
        margin: 0;
        border-radius: 50%;
        box-sizing: border-box;
        border: 2px solid #fff;
        /* clips image corners to make circle */
        overflow: hidden;
        position: relative;
        display: block;
    }
    #reviews-1395 .cs-profile img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes the image behave like a background image */
        object-fit: cover;
    }
    #reviews-1395 .cs-name {
        /* 16px - 25px */
        font-size: clamp(1rem, 2.5vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        color: var(--headerColor);
        display: block;
    }
    #reviews-1395 .cs-job {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        font-weight: 400;
        margin: 0;
        color: #746f95;
        display: block;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-1395 .cs-container {
        max-width: 80rem;
    }
    #reviews-1395 .cs-item {
        grid-column: span 6;
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #reviews-1395 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #reviews-1395 .cs-item {
        background-color: var(--medium);
    }
    body.dark-mode #reviews-1395 .cs-quote {
        opacity: 0.5;
    }
    body.dark-mode #reviews-1395 .cs-item-text,
    body.dark-mode #reviews-1395 .cs-name {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #reviews-1395 .cs-job {
        color: var(--bodyTextColorWhite);
        opacity: 0.7;
    }
}

                                













/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    @keyframes floatAnimation {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-2rem);
        }
        100% {
            transform: translateY(0);
        }
    }
    @keyframes floatAnimation2 {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-3rem);
        }
        100% {
            transform: translateY(0);
        }
    }
    #gallery-1374 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
        /* Prevents overflow from the image going off screen */
        overflow: hidden;
    }
    #gallery-1374 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #gallery-1374 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }

    #gallery-1374 .cs-topper {
        color: var(--secondary);
    }
    #gallery-1374 .cs-image-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 1fr;
        /* 16px - 60px */
        gap: clamp(1rem, 4.3vw, 3.75rem);
    }
    #gallery-1374 .cs-link {
        text-decoration: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #gallery-1374 .cs-item {
        list-style: none;
        width: 100%;
        height: 100%;
        margin: 0;
        grid-column: span 12;
    }
    #gallery-1374 .cs-item:hover .cs-h3,
    #gallery-1374 .cs-item:hover .cs-desc {
        color: #fff;
    }
    #gallery-1374 .cs-item:hover .cs-item-text {
        background-color: var(--primary);
    }
    #gallery-1374 .cs-item:hover .cs-icon-wrapper {
        border-color: #fff;
    }
    #gallery-1374 .cs-item:hover .cs-icon {
        filter: brightness(1000%) grayscale(1);
    }
    #gallery-1374 .cs-picture {
        width: 100%;
        /* 344px - 420px */
        height: clamp(17.5rem, 30vw, 26.25rem);
        margin: auto;
        border-radius: 1.5rem;
        display: block;
        position: relative;
        overflow: hidden;
    }
    #gallery-1374 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        position: absolute;
        top: 0;
        left: 0;
    }
    #gallery-1374 .cs-item-text {
        /* 16px - 20px top & bottom, 16px - 40px left & right */
        padding: clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2.8vw, 2.5rem);
        background-color: #f7f7f7;
        border-radius: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* makes the item text the element that grows to fill the container */
        flex-grow: 1;
        gap: 1rem;
        transition: background-color 0.3s;
    }
    #gallery-1374 .cs-flex {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    #gallery-1374 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 1.8vw, 1.5625rem);
        line-height: 1.2em;
        text-align: left;
        margin: 0;
        color: #1a1a1a;
        transition: color 0.3s;
    }
    #gallery-1374 .cs-desc {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.2vw, 1rem);
        line-height: 1.5em;
        color: #1a1a1a;
        transition: color 0.3s;
    }
    #gallery-1374 .cs-icon-wrapper {
        width: 3rem;
        height: 3rem;
        border: 1px solid #bababa;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* prevents the parent flexbox from shrinking the icon */
        flex-shrink: 0;
        transition: border-color 0.3s;
    }
    #gallery-1374 .cs-icon {
        width: auto;
        height: 1.75rem;
                filter: brightness(.3);
        transition: filter 0.3s;
    }
    #gallery-1374 .cs-button-solid {
        font-size: 1rem;
        font-weight: 700;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-align: center;
        text-decoration: none;
        min-width: 9.375rem;
        margin: 0;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        overflow: hidden;
        padding: 0 1.5rem;
        color: #fff;
        background-color: var(--primary);
        border-radius: 3rem;
        display: inline-block;
        position: relative;
        z-index: 1;
    }
    #gallery-1374 .cs-button-solid:before {
        content: "";
        width: 0%;
        height: 100%;
        background: #000;
        opacity: 1;
        border-radius: 0.25rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #gallery-1374 .cs-button-solid:hover:before {
        width: 100%;
    }
    #gallery-1374 .cs-bubbles {
        width: 25.9375rem;
        height: 34.125rem;
        position: absolute;
        right: -10.25rem;
        bottom: -2.875rem;
        z-index: -1;
    }
    #gallery-1374 .cs-bubbles:before {
        /* white border bubble */
        content: "";
        width: 21.3125rem;
        height: 21.3125rem;
        background: transparent;
        opacity: 1;
        border: 1px solid #1a1a1a;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        animation-name: floatAnimation;
        animation-duration: 5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }
    #gallery-1374 .cs-bubbles:after {
        /* orange bubble */
        content: "";
        width: 21.3125rem;
        height: 21.3125rem;
        background: var(--primary);
        opacity: 0.1;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        animation-name: floatAnimation2;
        animation-duration: 14s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }
}
/* In Between - 600px */
@media only screen and (min-width: 37.5rem) {
    #gallery-1374 .cs-item {
        grid-column: span 6;
    }
}


@media only screen and (min-width: 0rem) {
    body.dark-mode #gallery-1374 .cs-title,
    body.dark-mode #gallery-1374 .cs-text,
    body.dark-mode #gallery-1374 .cs-h3 {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #gallery-1374 .cs-text {
        opacity: 0.8;
    }
   body.dark-mode #gallery-1374 .cs-desc {
        color: #767676;
    }


  body.dark-mode  #gallery-1374 .cs-item-text {

    background-color: var(--medium);
  }
}

                                

