
body {
    margin: 0;
    padding: 0;
    background-color: #060808;
}


/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #ABoutRPsbs-328,
    #AboutRPsbsr-328 {
        padding: var(--sectionPadding);
    }
    #ABoutRPsbs-328 .cs-container,
    #AboutRPsbsr-328 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #ABoutRPsbs-328 .cs-content,
    #AboutRPsbsr-328 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #ABoutRPsbs-328 .cs-text:last-of-type,
    #AboutRPsbsr-328 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #ABoutRPsbs-328 .cs-quote,
    #AboutRPsbsr-328 .cs-quote {
        margin: 0 0 2rem 0;
        /* 16px - 32px */
        padding: clamp(1rem, 3vw, 2rem);
        background-color: #f7f7f7;
        border-radius: 1rem;
        position: relative;
    }
    #ABoutRPsbs-328 .cs-quote-text,
    #AboutRPsbsr-328 .cs-quote-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        margin: 0 0 1rem;
        color: #767676;
        display: block;
    }
    #ABoutRPsbs-328 .cs-name,
    #AboutRPsbsr-328 .cs-name {
        font-size: 1rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 0.25rem;
        color: var(--headerColor);
        display: block;
    }
    #ABoutRPsbs-328 .cs-job,
    #AboutRPsbsr-328 .cs-job {
        font-size: 0.875rem;
        line-height: 1.5em;
        color: #767676;
        display: block;
    }
    #ABoutRPsbs-328 .cs-quote-icon,
    #AboutRPsbsr-328 .cs-quote-icon {
        /* 60px - 136px */
        width: clamp(3.75rem, 10vw, 8.5rem);
        height: auto;
        position: absolute;
        bottom: 0rem;
        /* 16px - 32px */
        right: clamp(1rem, 4vw, 2rem);
    }
    #ABoutRPsbs-328 .cs-image-group,
    #AboutRPsbsr-328 .cs-image-group {
        /* scaling the font size with the view width */
        font-size: min(2.31vw, 0.7em);
        /* using ems so we can use font size to scale the whole section */
        width: 39.4375em;
        height: 39.75em;
        position: relative;
    }
    #ABoutRPsbs-328 .cs-picture,
    #AboutRPsbsr-328 .cs-picture {
        border-radius: 1.5em;
        /* clips img tag corners */
        overflow: hidden;
        position: absolute;
        display: block;
    }
    #ABoutRPsbs-328 .cs-picture img,
    #AboutRPsbsr-328 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes image act like a background image */
        object-fit: cover;
    }
    #ABoutRPsbs-328 .cs-picture1,
    #AboutRPsbsr-328 .cs-picture1 {
        width: 32.625em;
        height: 36.3125em;
        left: 0;
        top: 0;
    }
    #ABoutRPsbs-328 .cs-picture2,
    #AboutRPsbsr-328 .cs-picture2 {
        width: 25.875em;
        height: 25em;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        /* 6px - 12px */
        border: clamp(0.375em, 1.5vw, 0.75em) solid #ffffff;
        right: 0;
        bottom: 0;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #ABoutRPsbs-328 .cs-container,
    #AboutRPsbsr-328 .cs-container {
        flex-flow: row;
        justify-content: space-between;
        gap: 3.25rem;
    }
    #ABoutRPsbs-328 .cs-image-group,
    #AboutRPsbsr-328 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
    }
    #ABoutRPsbs-328 .cs-content,
    #AboutRPsbsr-328 .cs-content {
        margin: 0;
    }
}

/*-- -------------------------- -->
<---    Side By Side Reverse    -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    
    #AboutRPsbsr-328 .cs-picture1 {
        left: auto;
        right: 0;
    }
    #AboutRPsbsr-328 .cs-picture2 {
        right: auto;
        left: 0;
    }
    #AboutRPsbsr-328 .cs-quote {
        background-color: rgba(0, 0, 0, 0.05);
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #AboutRPsbsr-328 .cs-image-group {
        /* sends it to the right in the 2nd position */
        order: 2;
    }
}

#AboutRPsbsr-328 .cs-button-solid{
  font-size: 1.1rem;
  line-height: clamp(2.875rem, 5.5vw, 3.5rem);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: white;
  min-width: 9.375rem;
  padding: 0.25rem 3rem;
  background-color: #7393B3;
  border-radius: 30px;
  border: 3px solid #7393B3;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
}

#AboutRPsbsr-328 .cs-button-solid:hover{
  border: 3px solid #7393B3;
        background-color: transparent;
        color: white;
}

#ABoutRPsbs-328 .cs-button-solid{
  font-size: 1.1rem;
  line-height: clamp(2.875rem, 5.5vw, 3.5rem);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: white;
  min-width: 9.375rem;
  padding: 0.25rem 3rem;
  background-color: #7393B3;
  border-radius: 30px;
  border: 3px solid #7393B3;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
}

#ABoutRPsbs-328 .cs-button-solid:hover{
  border: 3px solid #7393B3;
        background-color: transparent;
        color: white;
}







     /*testimonal section */

     .testimonials-bubble_list{
        grid-column-gap: 2rem;
        grid-row-gap: 16px;
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: center;
        width: 175rem;
        padding-left: 1rem;
        padding-right: 1rem;
        display: grid;
    }
    .testimonials-bubble_item{
        background-color: #7393B3;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

        border-radius: 1rem;
        padding: 1.5rem;
    }
    .testimonials_content-top {
        grid-column-gap: 16px;
        color:white;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: max-content 1fr;
        grid-auto-columns: 1fr;
        align-items: center;
        margin-bottom: .75rem;
        font-size: .875rem;
        line-height: 1.2;
        display: flex;
        flex-direction: row;
    }
    .testimonials_avatar{
        object-fit: cover;
        border-radius: 100%;
        width: 3rem;
        height: 3rem;
    }
    .text-color-deepblue{
        color:white;
    }
    
    .text-style-p22 {
      color:white;
        letter-spacing: 0;
        font-family: p22-mackinac-pro, sans-serif;
        font-weight: 400;
        line-height: 1.3;
        font-size:1.125rem;
        margin-bottom:15px;
    }
    
    
    .google-stars{
      width:100px;
    }
    
    
    
    
    /*marquee section */
    
    .test-header-section{
        display: flex;
   align-items: center;
    justify-content: center;
flex-direction: column;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top:100px;
    
    }
    
    .marquee {
      width: 100vw;
     /* Adjust to fit your content */
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      padding-top:150px;
    }
    .marquee-two {
        width: 100vw;
       /* Adjust to fit your content */
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction:row-reverse;
        padding-top:10px;
      }
    .marquee-content {
      display: flex;
      overflow: visible;
      grid-column-gap:0rem ;
      justify-content: flex-start;
      align-items: center;
      width: 350rem;
      margin-bottom:2rem;
      
    }
    .marquee-content-two{
        display: flex;
      overflow: visible;
      grid-column-gap:0rem ;
      justify-content: flex-start;
      align-items: center;
      width: 350rem;
      margin-bottom:2rem;
      flex-direction: row-reverse;
    }
    .testimonial-item {
      display: inline-block;
      margin-right: 20px; /* Adjust spacing between items */
    }
    
    .testimonial-item img {
      max-width: 150px; /* Adjust size */
      margin-right: 10px;
    }
    .marquee-two{
        padding-bottom:100px
       }
    @media screen and (max-width:360px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
       
    }
    
    @media screen and (min-width:360.1px) and (max-width:413.9px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
     }
    
     @media screen and (min-width: 414px) and (max-width: 480px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
      .marquee-text-real{
        font-size: 2.5em;
      }
     }
    
     @media screen and (min-width: 480.1px) and (max-width: 600px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
       .marquee-header{
        width: 100%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
       }
      .marquee-text-real{
        font-size: 3.4em;
            line-height: 70px;
            max-width: 630px;
      }
      .marquee-text-paragraph-real{
        max-width: 650px;
        font-size: 1.3em;
        line-height: 40px;
      }
      .marquee-text-paragraph{
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
      }
      .marquee-text-text-all{
        max-width: none;
      }
     }
     @media screen and (min-width: 600.1px) and (max-width: 820px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
       .marquee-header{
        width: 100%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
       }
      .marquee-text-real{
        font-size: 4em;
            line-height: 70px;
            max-width: 630px;
      }
      .marquee-text-paragraph-real{
        max-width: 650px;
        font-size: 1.5em;
        line-height: 40px;
      }
      .marquee-text-paragraph{
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
      }
      .marquee-text-text-all{
        max-width: none;
      }
     }
     @media screen and (min-width: 820.1px) and (max-width: 1000px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
       .marquee-header{
        width: 100%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            max-width: none;
       }
      .marquee-text-real{
        font-size: 4em;
            line-height: 70px;
            max-width: 630px;
      }
      .marquee-text-paragraph-real{
        max-width: 650px;
        font-size: 1.5em;
        line-height: 40px;
      }
      .marquee-text-paragraph{
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
      }
      .marquee-text-text-all{
        max-width: none;
      }
       
     }
     @media screen and (min-width: 1000.1px) and (max-width: 1299.9px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
       .marquee-header{
        width: 100%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            max-width: none;
       }
      .marquee-text-real{
        font-size: 4em;
            line-height: 70px;
            max-width: 630px;
      }
      .marquee-text-paragraph-real{
        max-width: 650px;
        font-size: 1.5em;
        line-height: 40px;
      }
      .marquee-text-paragraph{
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
      }
      .marquee-text-text-all{
        max-width: none;
      }
       
     }
    
     @media screen and (min-width: 1300px) and (max-width: 1499.9px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
       .marquee-header{
        width: 100%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            max-width: none;
       }
      .marquee-text-real{
        font-size: 4em;
            line-height: 70px;
            max-width: 630px;
      }
      .marquee-text-paragraph-real{
        max-width: 650px;
        font-size: 1.5em;
        line-height: 40px;
      }
      .marquee-text-paragraph{
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
      }
      .marquee-text-text-all{
        max-width: none;
      }
       
     }
     @media screen and (min-width: 1500px){
        .marquee {
            padding-top: 30px;
        }
       .section-all-of-marquee-text{
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
       }
       .marquee-header{
        width: 100%;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
            max-width: none;
       }
      .marquee-text-real{
        font-size: 4em;
            line-height: 70px;
            max-width: 630px;
      }
      .marquee-text-paragraph-real{
        max-width: 650px;
        font-size: 1.5em;
        line-height: 40px;
      }
      .marquee-text-paragraph{
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
      }
      .marquee-text-text-all{
        max-width: none;
      }
     }
    
    




     .color-profile-letter{
      padding: 10px; /* Adjust as needed for spacing */
    width: 40px; /* Set width */
    height: 40px; /* Set height equal to width */
    color: white;
    border-radius: 50%; /* Makes it a circle */
     /* Use your desired background color */
    font-size: 15px;
    display: flex; /* Aligns the text within the circle */
    justify-content: center; /* Centers text horizontally */
    align-items: center; 
     }



     .color-profile-red {
      background: red;
  }
  
  .color-profile-green {
      background: green;
  }
  
  .color-profile-yellow {
      background: red;
  }
  
  .color-profile-orange {
      background: orange;
  }
  
  .color-profile-purple {
      background: purple;
  }
  
  .color-profile-pink {
      background: pink;
  }
  
  .color-profile-brown {
      background: brown;
  }
  
  .color-profile-teal {
      background: teal;
  }
  
  .color-profile-gray {
      background: gray;
  }
  
  .color-profile-gold {
      background: green;
  }
  
  

  











/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cta-51 {
      padding-top: 150px;
      padding-bottom: 150px;
        position: relative;
    }
    #cta-51 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #cta-51 .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;
    }
  
    #cta-51 .cs-title {
        color: var(--bodyTextColorWhite);
    }
    #cta-51 .cs-text {
      color: white;
      opacity: 0.8;
      max-width: 30.625rem;
    }
    #cta-51 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #cta-51 .cs-button-solid {
      font-size: 1.1rem;
          line-height: clamp(2.875rem, 5.5vw, 3.5rem);
          text-decoration: none;
          font-weight: 600;
          text-align: center;
          margin: 0;
          color: white;
          min-width: 9.375rem;
          padding: 0.25rem 3rem;
          background-color: #7393B3;
          border-radius: 30px;
          border: 3px solid #7393B3;
          display: inline-block;
          position: relative;
          z-index: 1;
          box-sizing: border-box;
          transition: ease-in-out 0.3s;
    }
    #cta-51 .cs-button-solid:hover{
      border: 3px solid #7393B3;
          background-color: transparent;
          color: white;
    }
  
  
  
    #cta-51 .cs-picture {
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #cta-51 .cs-picture:before {
        /* black color overlay */
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.8;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #cta-51 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
  }

  








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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-453 {
      /* centers the inline-block button */
      text-align: center;
      padding: var(--sectionPadding);
    }
    #gallery-453 .cs-container {
      width: 100%;
      /* changes to 1280px at tablet */
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
      position: relative;
    }
    #gallery-453 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: left;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: flex-start;
    }
    #gallery-453 .cs-button-group {
      width: 100%;
      max-width: 37.5rem;
      margin: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      row-gap: 0.5rem;
      column-gap: 1.5rem;
    }
    #gallery-453 .cs-button {
      font-size: 1rem;
      line-height: 1.5em;
      padding: 0 0 0 1rem;
      color: white;
      background-color: transparent;
      border: none;
      position: relative;
      transition: color 0.3s;
    }
    #gallery-453 .cs-button:before {
      content: "";
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      background: #7393B3;
      /* starting value, this will animate to 1 when the button is hovered, and when the active class is on it */
      opacity: 0;
      /* prevents mouse from interacting with it */
      pointer-events: none;
      position: absolute;
      display: block;
      top: 50%;
      /* start -20px left of the button */
      left: -1.25rem;
      transform: translateY(-50%);
      /* transition to and from the active class styles on hover*/
      transition: opacity 0.3s,
                      left 0.3s;
    }
    #gallery-453 .cs-button:hover {
      color: white;
      cursor: pointer;
    }
    #gallery-453 .cs-button:hover:before {
      left: 0;
      opacity: 1;
    }
    #gallery-453 .cs-button.cs-active {
      /* when the button is active, add these styles to the button and its pseudo */
      font-weight: 700;
      color: #7393b3;
    }
    #gallery-453 .cs-button.cs-active:before {
      /* animate to these values when the cs-active class is added to the button and on hover */
      left: 0;
      opacity: 1;
    }
    #gallery-453 .cs-wrapper {
      width: 100%;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    #gallery-453 .cs-gallery {
      width: 100%;
      padding: 0;
      margin: 0;
      /* 48px - 64px */
      margin-bottom: clamp(3rem, 3vw, 4rem);
      opacity: 1;
      visibility: visible;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      left: 0;
      /* 16px - 20px */
      gap: clamp(1rem, 1vw, 1.25rem);
      transition: transform 0.7s,
                  opacity 0.3s,
                  visibility 0.5s,
                  top 0.3s,
                  left 0.3s;
      /* makes the transform scaling origin the top left corner, dictates the direction by which the scale transforms animate towards */
      transform-origin: left top;
    }
    #gallery-453 .cs-gallery.cs-hidden {
      /* by using visibility:hidden instead of display:none, we can see the animations from the opacity and transforms, display:none won't render animations. */
      visibility: hidden;
      /* prevents the mouse from interacting with it */
      pointer-events: none;
      /* hidden galleries have a 0 opacity, and we animate the opacity to 1 when they become active */
      opacity: 0;
      /* this top and left value help control the animation, by setting it to position absolute and left 0, the gallery won't fly off screen to the left, it will stop its position to be at the left edge of the .cs-container (left: 0). Same for the bottom:0 value, the gallery won't go past that posiiton when it animates */
      bottom: 0;
      left: 0;
      position: absolute;
      /* prevents the hidden galleries from overflowing the section, and makes a nice animations to transition to and from */
      transform: scaleY(0) scaleX(0);
    }
    #gallery-453 .cs-gallery.cs-hidden .cs-image {
      /* when gallery is hidden, add these styles to the cs-image to animate from when cs-hidden is removed from the .cs-gallery */
      transform: translateY(2.1875rem);
      opacity: 0;
    }
    #gallery-453 .cs-image {
      border-radius: 0.25rem;
      width: clamp(47%, 42.5vw, 48.5%);
      /* changes at tablet */
      aspect-ratio: 0.72985782;
      /* clips the image corners */
      overflow: hidden;
      display: block;
      position: relative;
      /* when .cs-hidden is removed from the .cs-gallery, reset these values and animate from their hidden styles */
      transform: translateY(0rem);
      opacity: 1;
      transition: opacity 0.6s,
                  transform 0.6s;
    }
    #gallery-453 .cs-image:nth-of-type(1) {
      /* these delays stagger the reveal of each image so they all go one after the other and not all at once */
      transition-delay: 0.15s;
    }
    #gallery-453 .cs-image:nth-of-type(2) {
      transition-delay: 0.3s;
    }
    #gallery-453 .cs-image:nth-of-type(3) {
      transition-delay: 0.45s;
    }
    #gallery-453 .cs-image:nth-of-type(4) {
      transition-delay: 0.6s;
    }
    #gallery-453 .cs-image:nth-of-type(5) {
      transition-delay: 0.75s;
    }
    #gallery-453 .cs-image:nth-of-type(6) {
      transition-delay: 0.9s;
    }
    #gallery-453 .cs-image:nth-of-type(7) {
      transition-delay: 1.05s;
    }
    #gallery-453 .cs-image:nth-of-type(8) {
      transition-delay: 1.2s;
    }
    #gallery-453 .cs-image img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      /* makes it act like a background image */
      object-fit: cover;
    }
  }
  /* Tablet - 600px */
  @media only screen and (min-width: 48rem) {
    #gallery-453 .cs-container {
      max-width: 80rem;
    }
    #gallery-453 .cs-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end;
    }
    #gallery-453 .cs-flex {
      width: 50%;
    }
    #gallery-453 .cs-title {
      margin: 0;
    }
    #gallery-453 .cs-button-group {
      width: auto;
    }
    #gallery-453 .cs-gallery {
      justify-content: space-between;
    }
    #gallery-453 .cs-image {
      /* 171px - 305px */
      width: clamp(10.6875rem, 23.3%, 19.0625rem);
      aspect-ratio: 0.71529412;
    }
  }
  

  












  /*-- -------------------------- -->
<---           Menu             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cs-menu-group-1040 {
        text-align: center;
        height: auto;
        padding: var(--sectionPadding);
   
    }
    #cs-menu-group-1040 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }
    #cs-menu-group-1040 .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;
    }
    #cs-menu-group-1040 .cs-icon-wrapper {
        width: 100%;
        margin: 0 0 0.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        position: relative;
    }
    #cs-menu-group-1040 .cs-icon-wrapper:before {
        /* left line */
        content: "";
        width: 50%;
        max-width: 9.375rem;
        height: 1px;
        background: #b4b2c7;
        opacity: 0.2;
        position: relative;
        display: block;
    }
    #cs-menu-group-1040 .cs-icon-wrapper:after {
        /* right line */
        content: "";
        width: 50%;
        max-width: 9.375rem;
        height: 1px;
        background: #b4b2c7;
        opacity: 0.2;
        position: relative;
        display: block;
    }
    #cs-menu-group-1040 .cs-icon {
        width: 40%;
        /* 100px - 180px */
        max-width: clamp(6.25rem, 18vw, 11.25rem);
        height: auto;
        /* prevents flexbox from squishing it */
        flex: none;
    }
    #cs-menu-group-1040 .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(--bodyTextColorWhite);
        position: relative;
    }
    #cs-menu-group-1040 .cs-title {
        margin: 0 0 2rem;
    }
    #cs-menu-group-1040 .cs-hidden {
        display: none;
    }
    #cs-menu-group-1040 .cs-button-group {
        width: auto;
        max-width: 62.5rem;
        margin: 0 1rem;
        /* 16px - 28px top & bottom */
        /* 32px - 48px left & right */
        padding: clamp(1rem, 3vw, 1.75rem) clamp(2rem, 4vw, 3rem);
        border-radius: 4.375rem;
        background-color: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.2);
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        /* 24px - 36px */
        column-gap: clamp(1.5rem, 2vw, 2.25rem);
        row-gap: 0.75rem;
    }
    #cs-menu-group-1040 .cs-button {
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 400;
        margin: 0;
        padding: 0;
        color: #fafbfc;
        background: transparent;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        transition:
            color 0.3s,
            font-weight 0.3s,
            color 0.3s;
    }
    #cs-menu-group-1040 .cs-button:hover {
        color: #7393b3;
        cursor: pointer;
    }
    #cs-menu-group-1040 .cs-button:after {
        /* active state icon */
        content: "";
        position: relative;
        display: block;
        width: 0;
        /* 16px - 24px */
        height: clamp(1rem, 3vw, 1.5rem);
        background: url("../photos/long-leaf-blue-inner.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        transition:
            width 0.3s,
            opacity 0.3s,
            margin-left 0.3s;
    }
    #cs-menu-group-1040 .cs-button.cs-active {
        color: var(--bodyTextColorWhite);
        font-weight: 700;
    }
    #cs-menu-group-1040 .cs-button.cs-active:after {
        width: clamp(1.5625rem, 3vw, 2.25rem);
        opacity: 1;
        /* 8px - 16px */
        margin-left: clamp(0.5rem, 0.5vw, 1rem);
    }
    #cs-menu-group-1040 .cs-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 32px - 64px */
        gap: clamp(2rem, 6vw, 4rem);
    }
    #cs-menu-group-1040 .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;
        position: relative;
        z-index: 20;
    }
    #cs-menu-group-1040 .cs-card-group {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        column-gap: 1.25rem;
        /* 32px - 60px */
        row-gap: clamp(2rem, 6vw, 3.75rem);
    }
    #cs-menu-group-1040 .cs-item {
        list-style: none;
        width: 100%;
        max-width: 36.25rem;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* 16px - 36px */
        gap: clamp(1rem, 3vw, 2.25rem);
    }
    #cs-menu-group-1040 .cs-picture {
        /* 76px - 160px */
        width: clamp(4.75rem, 14vw, 10rem);
        height: clamp(4.75rem, 14vw, 10rem);
        overflow: hidden;
        display: block;
        flex: none;
        position: relative;
    }
    #cs-menu-group-1040 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes it act like a background image */
        object-fit: cover;
    }
    #cs-menu-group-1040 .cs-h3 {
        /* 16px - 24px */
        font-size: clamp(1rem, 2vw, 1.5rem);
        line-height: 1.2em;
        font-weight: 700;
        text-align: left;
        /* 8px - 16px */
        margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
        color: var(--bodyTextColorWhite);
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        gap: 0.75rem;
    }
    #cs-menu-group-1040 .cs-h3:after {
        content: "";
        width: 50%;
        height: 1px;
        background: #b4b2c7;
        opacity: 0.2;
        position: relative;
        display: block;
        order: 1;
    }
    #cs-menu-group-1040 .cs-name {
        /* 16px - 20px */
        font-size: clamp(1rem, 2vw, 1.5625rem);
        line-height: 1.2em;
        width: auto;
        max-width: 70%;
        color: var(--bodyTextColorWhite);
        flex: none;
    }
    #cs-menu-group-1040 .cs-price {
        /* 16px - 25px */
        font-size: clamp(1rem, 2vw, 1.5625rem);
        /* 28px - 46px */
        line-height: clamp(1.75rem, 4vw, 2.875rem);
        font-weight: 700;
        /* 8px - 12px */
        padding: 0 clamp(0.5rem, 1vw, 0.75rem);
        color: white;
        background-color: transparent;
        border-radius: 5rem;
        border: 2px solid #b4b2c7;
        display: flex;
        align-items: center;
        order: 3;
    }
    #cs-menu-group-1040 .cs-item-p {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 2vw, 1rem);
        line-height: 1.5em;
        text-align: left;
        margin: 0;
        color: var(--bodyTextColorWhite);
        opacity: 0.8;
    }
    #cs-menu-group-1040 .cs-button-solid {
      font-size: 1.1rem;
      line-height: clamp(2.875rem, 5.5vw, 3.5rem);
      text-decoration: none;
      font-weight: 600;
      text-align: center;
      margin: 0;
      color: white;
      min-width: 9.375rem;
      padding: 0.25rem 3rem;
      background-color: #7393B3;
      border-radius: 30px;
      border: 3px solid #7393B3;
      display: inline-block;
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      transition: ease-in-out 0.3s;
  }
  #cs-menu-group-1040 .cs-button-solid:hover{
    border: 3px solid #7393B3;
    background-color: transparent;
    color: white;
  }
  
  }
  /* Mobile - 359px */
  @media only screen and (max-width: 22.4375rem) {
    #cs-menu-group-1040 .cs-picture {
        /* removed the picture on smaller devices so everything fits on the screen better */
        display: none;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #cs-menu-group-1040 .cs-container {
        max-width: 80rem;
    }
    #cs-menu-group-1040 .cs-card-group {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 1.25rem;
    }
    #cs-menu-group-1040 .cs-item {
        width: 48.5%;
    }
  }
  
                   
  
  
  
  
  
  
  
  /*-- -------------------------- -->
  <---            FAQ             -->
  <--- -------------------------- -*/
  
  /* Mobile - 360px */
  @media only screen and (min-width: 0rem) {
    #faq-1466 {
      padding: var(--sectionPadding);
      position: relative;
      overflow: hidden;
    }
    #faq-1466 .cs-container {
      width: 100%;
      /* chnages to 1280px at desktop */
      max-width: 39.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /* 48px - 108px */
      gap: clamp(3rem, 8vw, 6.75rem);
    }
    #faq-1466 .cs-content {
      text-align: left;
      width: 100%;
      max-width: 39.375rem;
    }
    #faq-1466 .cs-title {
      margin: 0 0 2rem;
      /* 20 characters wide including spaces */
      max-width: 20ch;
    }
    #faq-1466 .cs-faq-group {
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      align-self: center;
    }
    #faq-1466 .cs-faq-item {
      list-style: none;
      width: 100%;
      /* 20px - 24px */
      padding: clamp(1.25rem, 2vw, 1.5rem) 0;
      box-sizing: border-box;
      transition: border-bottom 0.3s;
      border-bottom: 1px solid #e8e8e8;
    }
    #faq-1466 .cs-faq-item.active {
      border-color: #7393b3;
    }
    #faq-1466 .cs-faq-item.active .cs-button {
      color: #7393b3;;
    }
    #faq-1466 .cs-faq-item.active .cs-button:before {
      background-color: #7393b3;
      transform: rotate(315deg);
    }
    #faq-1466 .cs-faq-item.active .cs-button:after {
      background-color: #7393b3;
      transform: rotate(-315deg);
    }
    #faq-1466 .cs-faq-item.active .cs-item-p {
      height: auto;
      padding-top: 1rem;
      opacity: 1;
    }
    #faq-1466 .cs-button {
      /* 16px - 20px */
      font-size: clamp(1rem, 2vw, 1.25rem);
      line-height: 1.2em;
      text-align: left;
      font-weight: bold;
      padding: 0;
      border: none;
      background: transparent;
      color: white;
      display: block;
      width: 100%;
      position: relative;
      transition: background-color 0.3s, color 0.3s;
    }
    #faq-1466 .cs-button:hover {
      cursor: pointer;
    }
    #faq-1466 .cs-button:before {
      /* left line */
      content: "";
      width: 0.5rem;
      height: 0.125rem;
      background-color: #7393B3;
      opacity: 1;
      border-radius: 50%;
      position: absolute;
      display: block;
      top: 45%;
      right: 0.25rem;
      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-1466 .cs-button:after {
      /* right line */
      content: "";
      width: 0.5rem;
      height: 0.125rem;
      background-color:#7393B3;
      opacity: 1;
      border-radius: 50%;
      position: absolute;
      display: block;
      top: 45%;
      right: 0.0625rem;
      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-1466 .cs-button-text {
      width: 90%;
      display: block;
    }
    #faq-1466 .cs-item-p {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 1.5vw, 1rem);
      line-height: 1.5em;
      width: 90%;
      max-width: 33.8125rem;
      height: 0;
      margin: 0;
      padding: 0;
      opacity: 0;
      color: white;
      /* clips the text so it doesn't show up */
      overflow: hidden;
      transition: opacity 0.3s, padding-bottom 0.3s;
    }
    #faq-1466 .cs-picture {
      width: 100%;
      /* 300px - 498px */
      height: clamp(18.75rem, 65vw, 31.125rem);
      display: block;
      position: relative;
    }
    #faq-1466 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 1.5rem;
    }
  }
  /* Desktop - 1024px */
  @media only screen and (min-width: 64rem) {
    #faq-1466 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
    }
    #faq-1466 .cs-content {
      width: 45vw;
      /* prevents flexbox from squsihing it */
      flex: none;
      align-self: center;
    }
    #faq-1466 .cs-picture {
      height: auto;
      min-height: 42.375rem;
      order: 1;
    }
  }
                                  
  
  
  
  
  
  
  
  
  
  
  
  /*-- -------------------------- -->
  <---          Footer            -->
  <--- -------------------------- -*/
  
  /* Mobile - 360px */
  @media only screen and (min-width: 0rem) {
    #cs-footer-710 {
        padding: var(--sectionPadding);
        padding-bottom: 3.125rem;
        background-color: #7393B3;
        position: relative;
        z-index: 1;
    }
    #cs-footer-710 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #cs-footer-710 .cs-logo-wrapper {
        width: 100%;
    }
    #cs-footer-710 .cs-logo {
        width: 100%;
        max-width: 13.125rem;
        height: auto;
        margin-right: auto;
        display: flex;
          justify-content: flex-start;
    }
    #cs-footer-710 .cs-logo img {
        width: auto;
        height: 100px;
    }
    #cs-footer-710 .cs-top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        /* 64px - 100px */
        column-gap: clamp(4rem, 9vw, 6.25rem);
        row-gap: 2rem;
    }
    #cs-footer-710 .cs-ul {
        margin: 0;
        padding: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        flex: none;
    }
    #cs-footer-710 .cs-contact-ul {
        /* we remove the :before animated underline from the contact list and replace it with an underline.  The animated line doesn't work well on this section */
        width: 100%;
        max-width: 100%;
        gap: 0.75rem;
    }
    #cs-footer-710 .cs-contact-ul .cs-link:hover {
        text-decoration: underline;
    }
    #cs-footer-710 .cs-contact-ul .cs-link:before {
        display: none;
    }
    #cs-footer-710 .cs-li {
        list-style: none;
        margin: 0;
        display: block;
    }
    #cs-footer-710 .cs-header {
        font-size: 1rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 1.5rem 0;
        color: #fff;
        display: block;
    }
    #cs-footer-710 .cs-link {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
    }
    #cs-footer-710 .cs-link:hover:before {
        width: 100%;
    }
    #cs-footer-710 .cs-link:before {
        /* on hover underline */
        content: "";
        width: 0%;
        height: 1px;
        background: currentColor;
        opacity: 1;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        transition: width 0.3s;
    }
    #cs-footer-710 .cs-block {
        display: block;
    }
    #cs-footer-710 .cs-icon {
        width: 1.5rem;
        height: auto;
        margin: -0.0625rem 0.75rem 0 0;
    }
    #cs-footer-710 .cs-middle {
        width: 100%;
        /* changes at tablet */
        max-width: 28.125rem;
        /* 60px - 100px */
        margin: clamp(3.75rem, 8vw, 6.25rem) 0 0 0;
        /* 24px - 40px */
        padding-bottom: clamp(1.25rem, 5vw, 2.5rem);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    #cs-footer-710 .cs-nav {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 2.5rem;
        row-gap: 0.5rem;
    }
    #cs-footer-710 .cs-nav-li {
        list-style: none;
    }
    #cs-footer-710 .cs-nav-link {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: var(--bodyTextColorWhite);
        position: relative;
    }
    #cs-footer-710 .cs-nav-link:hover:before {
        width: 100%;
    }
    #cs-footer-710 .cs-nav-link:before {
        /* on hover underline */
        content: "";
        width: 0%;
        height: 1px;
        background: currentColor;
        opacity: 1;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        transition: width 0.3s;
    }
    #cs-footer-710 .cs-social {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }
    #cs-footer-710 .cs-social-li {
        list-style: none;
    }
    #cs-footer-710 .cs-social-link {
        width: 2rem;
        height: 2rem;
        background-color: transparent;
        border: 1px solid #f6e5db;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s;
    }
    #cs-footer-710 .cs-social-link:hover {
        background-color: #f6e5db;
    }
    #cs-footer-710 .cs-social-link:hover .cs-default {
        display: none;
    }
    #cs-footer-710 .cs-social-link:hover .cs-hover {
        display: block;
    }
    #cs-footer-710 .cs-social-icon {
        width: 0.75rem;
        height: auto;
        display: block;
    }
    #cs-footer-710 .cs-hover {
        display: none;
    }
    #cs-footer-710 .cs-bottom {
        width: 100%;
        margin: 0;
        /* 24px - 40px, matches the cs-middle padding bottom */
        padding: clamp(1.25rem, 5vw, 2.5rem) 0 0 0;
        border-top: 1px solid rgba(186, 186, 186, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cs-footer-710 .cs-copyright {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-align: center;
        width: 70%;
        margin: 0;
        color: var(--bodyTextColorWhite);
        display: block;
    }
    #cs-footer-710 .cs-copyright-link {
        font-size: inherit;
        line-height: inherit;
        text-decoration: none;
        margin: 0;
        color: inherit;
        display: inline-block;
    }
    #cs-footer-710 .cs-copyright-link:hover {
        text-decoration: underline;
    }
    #cs-footer-710 .cs-graphic {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* makes it act like a background image */
        object-fit: cover;
        position: absolute;
        z-index: -1;
    }
  }
  /* inbetween - 600px */
  @media only screen and (min-width: 37.5rem) {
    #cs-footer-710 .cs-top {
        justify-content: flex-end;
    }
    #cs-footer-710 .cs-ul {
        width: auto;
    }
    #cs-footer-710 .cs-contact-ul {
        width: 15rem;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #cs-footer-710 .cs-top {
        flex-wrap: nowrap;
    }
    #cs-footer-710 .cs-logo-wrapper {
         width: 80%;
        margin-right: auto;
    }
    #cs-footer-710 .cs-middle {
        max-width: 100%;
    }
  }
  /* Small Desktop 1024px */
  @media only screen and (min-width: 64rem) {
    #cs-footer-710 .cs-middle {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
  }
                                











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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-48 {
      padding: var(--sectionPadding);
      position: relative;
  }
  #gallery-48 .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-48 .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-48 .cs-title {
      margin: 0;
      max-width: 20ch;
  }
  #gallery-48 .cs-image-group {
      /* used rem so it doesn't scale with the font size of on parent */
      font-size: min(1.1vw, 1em);
      width: 100%;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      /* 8px - 20px */
      gap: clamp(0.5rem, 2vw, 1.25rem);
  }
  #gallery-48 .cs-row {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      /* 8px - 20px */
      gap: clamp(0.5rem, 2vw, 1.25rem);
  }
  #gallery-48 .cs-picture {
      width: 100%;
      position: relative;
      display: block;
  }
  #gallery-48 .cs-picture img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  #gallery-48 .cs-row-1 .cs-picture-1 {
      height: 35.4375em;
  }
  #gallery-48 .cs-row-1 .cs-picture-2 {
      height: 39.3125em;
  }
  #gallery-48 .cs-row-1 .cs-picture-3 {
      height: 32em;
  }
  #gallery-48 .cs-row-2 .cs-picture-1 {
      height: 30.75em;
  }
  #gallery-48 .cs-row-2 .cs-picture-2 {
      height: 32.3125em;
  }
  #gallery-48 .cs-row-2 .cs-picture-3 {
      height: 39.3125em;
  }
  #gallery-48 .cs-row-3 .cs-picture-1 {
      height: 39.0625em;
  }
  #gallery-48 .cs-row-3 .cs-picture-2 {
      height: 28.25em;
  }
  #gallery-48 .cs-row-3 .cs-picture-3 {
      height: 39.3125em;
  }
  #gallery-48 .cs-button-solid {
    font-size: 1.1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 600;
        text-align: center;
        margin: 0;
        color: white;
        min-width: 9.375rem;
        padding: 0.25rem 3rem;
        background-color: #7393B3;
        border-radius: 30px;
        border: 3px solid #7393B3;
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        transition: ease-in-out 0.3s;
  }
  #gallery-48 .cs-button-solid:hover{
    border: 3px solid #7393B3;
    background-color: transparent;
    color: white;
  }
}

                              





ul{
  list-style: none;
}


.side-fixed-icons {
    width:fit-content;
  position: fixed;
  left: -30px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.side-fixed-icons li {
  margin-bottom: 15px;
}

.side-fixed-icons div {
  
  width: 40px;
  height:40px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
    justify-content: center;
    align-items: center;
}
.sliding-icon{
  width:22px
}
.sliding-facebook{
  background:#336699;
}
.sliding-tiktok{
  background:black;

}
.sliding-youtube{
  background:#CC3333;
}
.sliding-instagram{
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);

}
.side-fixed-icons div:hover {
  cursor: pointer;
}

.side-fixed-icons div a {
  position: absolute;
  width: 0;
  color: #fff;
  background: #0D79EE;
  right: calc(100% - 1px);
  top: 0;
  white-space: nowrap;
  padding: 7px;
  font-size: .835em;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -ms-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
      transform-origin: right;
  overflow: hidden;
  opacity: .8;
  height: 100%;
}

.side-fixed-icons div:focus {
  outline: 0;
}

.side-fixed-icons div span {
  color: #fff;
}

.side-fixed-icons .left-no-border-radius {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
}

.side-fixed-icons .left-no-border-radius a {
  width: auto;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
}
                              