/*-- -------------------------- -->
<---       About         -->
<--- -------------------------- -*/

/* Mobile */
@media only screen and (min-width: 0rem) {
  .sbs-2362 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
    background-color: #F7F7F7;
  }
  .sbs-2362 .floater {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
  }
  .sbs-2362 .logo {
    position: absolute;
    top: 70px;
    right: 50px;
    width: 250px;
    height: 67px;
    display: none;
  }
  .sbs-2362 .cs-container {
    width: 100%;
    max-width: 112.5rem;
    margin: auto;
    /* 16px - 80px */
    padding: clamp(1rem, 4.5vw, 5rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .review .cs-container {
    padding: 0 clamp(1rem, 4.5vw, 5rem) clamp(1rem, 4.5vw, 5rem) clamp(1rem, 4.5vw, 5rem);
  }
  .sbs-2362 .cs-wrapper {
    /* changes at tablet */
    width: 100%;
    max-width: 55.625rem;
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 8vw, 4rem);
  }
  .sbs-2362 .cs-content {
    width: 100%;
    text-align: left;
    /* 24px - 60px top & bottom */
    /* 16px - 60px left & right */
    padding: clamp(1.5rem, 7vw, 3.75rem) clamp(1rem, 7vw, 3.75rem);
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .sbs-2362 .cs-rating {
    color: var(--bodyTextColor);
  }
  .sbs-2362 .rating-bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    row-gap: 15px;
  }
  .sbs-2362 .cs-reviewer {
    font-weight: 600;
    text-wrap: none;
  }
  .sbs-2362 .reviewer {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    width: 148px;
  }
  .sbs-2362 .rating {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .sbs-2362 .cs-title,
  .sbs-2362 .cs-text {
    text-align: inherit;
  }
  .sbs-2362 .cs-title {
    max-width: 425px;
  }
  .sbs-2362 .cs-text {
    margin-bottom: 1rem;

  }
  .sbs-2362 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  .sbs-2362 .cs-stat-group {
    /* changes on tablet */
    width: 100%;
    max-width: 43.875rem;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .sbs-2362 .cs-stat {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    grid-column: span 2;
  }
  .sbs-2362 .cs-number {
    /* 31px - 49px */
    font-size: clamp(1.9375rem, 7vw, 2.875rem);
    text-align: inherit;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    color: #f7f7f7; 
    background-color: transparent;
    text-shadow: -1px -1px 0 #111111, 1px -1px 0 #111111, -1px 1px 0 #111111, 1px 1px 0 #111111;
    font-family: 'Jakarta', 'Roboto', Arial, sans-serif;
  }
  .sbs-2362 .cs-color {
    color: var(--primary);
  }
  .sbs-2362 .cs-desc {
    /* 16px - 20px */
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    text-align: inherit;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  .sbs-2362 .cs-image-group {
    width: 100%;
    height: 90vw;
    max-height: 28.125rem;
    order: -1;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
  }
  .sbs-2362 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .sbs-2362 .cs-picture img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .sbs-2362 .cs-video-link {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    text-decoration: none;
    /* 32px - 40px */
    padding: 1rem clamp(2rem, 4vw, 2.5rem) 1rem 1rem;
    background-color: #f7f7f7;
    color: var(--headerColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .sbs-2362 .cs-icon-wrapper {
    /* 46px - 56px */
    width: clamp(2.875rem, 6vw, 3.5rem);
    height: clamp(2.875rem, 6vw, 3.5rem);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sbs-2362 .cs-icon {
    width: clamp(2.875rem, 6vw, 3.5rem);
    height: clamp(2.875rem, 6vw, 3.5rem);
    display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .sbs-2362 .cs-container {
    flex-direction: row;
  }
  .sbs-2362 .cs-wrapper {
    width: 57%;
    margin-left: -3.75rem;
    /* 44px - 130px */
    padding: clamp(2.75rem, 6vw, 8.125rem) 0;
    align-items: flex-end;
    flex: none;
    position: relative;
    z-index: 2;
  }
  .sbs-2362 .cs-stat-group {
    width: 80%;
  }
  .sbs-2362 .cs-image-group {
    max-width: 50.625rem;
    height: auto;
    max-height: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .sbs-2362 .logo {
    display: block;
  }
}
/*-- -------------------------- -->
<---        Bathroom renovations        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1984 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #F7F7F7;
  }
  #sbs-1984 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 1;
  }
  #sbs-1984 .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;
  }
  #sbs-1984 .cs-text {
    margin-bottom: 1.5rem;
  }
  #sbs-1984 .cs-ul {
    margin: 0 0 2rem 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #sbs-1984 .cs-li {
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    position: relative;
  }
  #sbs-1984 .cs-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }

  #sbs-1984 .cs-image-group {
    font-size: min(2.7vw, 1rem);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    order: -1;
    row-gap: 1em;
  }
  #sbs-1984 .cs-picture {
    width: 90%;
    height: 11.25em;
    box-sizing: border-box;
    background-color: #DAB692;
    /* clips img tag from overflowing it on hover */
    overflow: hidden;
    border-radius: 4px;
    grid-column: span 12;
    display: block;
    z-index: 2;
  }
  #sbs-1984 .cs-picture:nth-of-type(even) {
    margin-left: auto;
  }
  #sbs-1984 .cs-picture:hover img {
    transform: scale(1.1);
  }
  #sbs-1984 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-1984 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }
  #sbs-1984 .cs-content {
    /* changes to 100% at 1300px */
    width: 43vw;
    max-width: 39.375rem;
    padding: 4rem 0;
    align-self: center;
  }
  #sbs-1984 .cs-image-group {
    width: 47vw;
    height: 100%;
    min-height: 35.75rem;
    max-width: 35.125rem;
    /* going absolute so we can make it responsive to the content inside the cs-content area. */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  #sbs-1984 .cs-picture {
    height: auto;
  }
}
/* Small Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #sbs-1984 .cs-content {
    width: 100%;
  }
}
                                
/*-- -------------------------- -->
<---   Services     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-2181 {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #F7F7F7;
  }
  #sbsr-2181 .cs-container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
  }
  #sbsr-2181 .cs-content {
    text-align: left;
    width: auto;
    max-width: 46.125rem;
    margin: 0 1rem;
    margin-top: -5rem;
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    /* 24px - 60px top and bottom */
    /* 24px - 60px left and right */
    padding: clamp(1.5rem, 5vw, 3.75rem);
    background-color: #fff;
    /* clips the pseudo element */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }
  #sbsr-2181 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-2181 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-2181 .cs-button-transparent {
    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: 11.25rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: var(--headerColor);
    border: 1px solid var(--headerColor);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #sbsr-2181 .cs-button-transparent:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #sbsr-2181 .cs-button-transparent:hover {
    color: var(--bodyTextColorWhite);
  }
  #sbsr-2181 .cs-button-transparent:hover:before {
    width: 100%;
  }
  #sbsr-2181 .cs-button-transparent .cs-button-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }
  #sbsr-2181 .cs-button-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }
  #sbsr-2181 .cs-button-play {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    /* 46px - 56px */
    height: clamp(2.875rem, 5.5vw, 3.5rem);
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.625rem;
    position: relative;
    transition: color 0.3s;
  }
  #sbsr-2181 .cs-wrapper {
    /* 46px - 56px */
    width: clamp(2.875rem, 5.5vw, 3.5rem);
    height: clamp(2.875rem, 5.5vw, 3.5rem);
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: -1;
  }
  #sbsr-2181 .cs-button-icon {
    width: 0.875rem;
    height: auto;
    display: block;
  }
  #sbsr-2181 .cs-picture {
    width: 100%;
    height: 23.75rem;
    /* clips the img corners */
    overflow: hidden;
    display: block;
    /* sends it to the top */
    order: -1;
    border-radius: 4px;
    position: relative;
  }
  #sbsr-2181 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbsr-2181 .cs-floater {
    /* chnages on tablet */
    width: 12.5rem;
    height: auto;
    position: absolute;
    right: -2.5rem;
    bottom: -1.25rem;
    z-index: 10;
    transform: rotate(90deg);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbsr-2181 .cs-container {
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  #sbsr-2181 .additions {
    align-items: flex-end;
  }
  #sbsr-2181 .cs-content {
    width: 68%;
    margin: 0;
  }
  #sbsr-2181 .cs-button-play {
    padding-right: 1.5rem;
  }
  #sbsr-2181 .cs-button-play:before {
    content: "";
    /* 46px - 56px */
    width: clamp(2.875rem, 5.5vw, 3.5rem);
    height: clamp(2.875rem, 5.5vw, 3.5rem);
    background: var(--primary);
    opacity: 1;
    border-radius: 3.75rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: width 0.3s;
  }
  #sbsr-2181 .cs-button-play:hover {
    color: var(--bodyTextColorWhite);
  }
  #sbsr-2181 .cs-button-play:hover:before {
    width: 100%;
  }
  #sbsr-2181 .cs-picture {
    /* 404px - 742px */
    width: clamp(25.25rem, 53vw, 46.375rem);
    height: auto;
    position: absolute;
    top: 3.75rem;
    right: 0;
    bottom: 0;
  }
  #sbsr-2181 .additions.cs-picture {
    right: auto;
    left: 0;
  }
  #sbsr-2181 .cs-floater {
    width: 30%;
    max-width: 18.875rem;
    right: 0;
    bottom: 0;
    transform: none;
  }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #sbsr-2181 .cs-content {
    margin-bottom: 10.625rem;
  }
}
                      
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-413 {
        padding: var(--sectionPadding);
        /* clips svg as the screen grows so it doesn't overflow */
        overflow: hidden;
        position: relative;
        z-index: 1;
        background-color: #F7F7F7;
    }
    #sbsr-413 .cs-container {
        width: 100%;
        /* changes to 1280 at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 108px */
        gap: clamp(3rem, 7.1vw, 6.75rem);
    }
    #sbsr-413 .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;
    }

    #sbsr-413 .cs-text {
        margin-bottom: 1rem;
    }
    #sbsr-413 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #sbsr-413 .cs-image-group {
        font-size: min(2.5vw, 1em);
        width: 36.1875em;
        height: 33.875em;
        /* sends it to the top of the flexbox */
        order: -1;
        position: relative;
    }
    #sbsr-413 .cs-picture {
        border-radius: 4px;
        /* clips the img tag corners */
        overflow: hidden;
        position: absolute;
        display: block;
    }
    #sbsr-413 .cs-picture:hover:before {
        opacity: 0.6;
    }
    #sbsr-413 .cs-picture:hover img {
        transform: scale(1.1);
    }
    #sbsr-413 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 0.6s;
    }
    #sbsr-413 .cs-picture1 {
        width: 12.75em;
        height: 19.625em;
        top: 0;
        left: 0;
    }
    #sbsr-413 .cs-picture2 {
        width: 21.75em;
        height: 19.625em;
        top: 0;
        right: 0;
    }
    #sbsr-413 .cs-picture3 {
        width: 36.1875em;
        height: 12.625em;
        bottom: 0;
        left: 0;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-413 .cs-container {
        max-width: 80rem;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
    }
    #sbsr-413 .cs-content {
        width: 48%;
    }
    #sbsr-413 .container {
      width: 48%;
    }
}

                                

/*-- -------------------------- -->
<---          Minor Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-448 {
        padding: var(--sectionPadding);
        position: relative;
        
    }
    #services-448::before {
      content: '';
      background-color: #F7F7F7;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
        z-index: -2;
    }
    #services-448 .cs-container {
        width: 100%;
        /* changes at 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #services-448 .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;
    }

    #services-448 .cs-card-group {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* 16px - 20px */
        column-gap: clamp(1rem, 1.5vw, 1.25rem);
        /* 24px - 60px */
        row-gap: clamp(1.5rem, 5vw, 3.75rem);
    }
    #services-448 .cs-item {
        list-style: none;
        width: 100%;
        max-width: 22.5rem;
        /* changes at desktop */
        padding-top: 9rem;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #services-448 .cs-item:hover .cs-picture img {
        transform: scale(1.1);
    }
    #services-448 .cs-picture {
        width: 100%;
        /* changes at desktop */
        height: 15.625rem;
        border-radius: 4px;
        background-color: var(--primary);
        /* clips the corners of the image */
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #services-448 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes it behave like a background image */
        object-fit: cover;
        /* positions top of image to the top of the container */
        object-position: top;
        transition:
            transform 0.9s,
            opacity 0.5s;
    }
    #services-448 .cs-flex {
        text-align: center;
        width: 88%;
        padding: 0 1.5rem 1.5rem 1.5rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #services-448 .cs-flex:before {
        /* hover border box */
        content: "";
        background: transparent;
        /* prevents the mouse from interacting with it */
        pointer-events: none;
        border: 4px solid var(--primary);
        border-radius: 0.75rem;
        /* prevents border from affecting height and width */
        box-sizing: border-box;
        opacity: 0;
        position: absolute;
        display: block;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        transition: opacity 0.5s;
    }
    #services-448 .cs-wrapper {
        /* 80px - 120px */
        width: 5rem;
        height: 4.25rem;
        /* 20px - 24px */
        margin: 0 0 clamp(1.25rem, 1.5vw, 1.5rem);
        /* we use the same clamp value for height & width, but multiple by -.5 so it will be a negative value, and be half of the height.  Negative margins pull things toward the element so they overlap them, in this case we want the .cs-wrapper to overlap .cs-flex by half its height, so we use the same clamp for height and half it for the margin top value */
        margin-top: calc(clamp(5rem, 9.2vw, 7.5rem) * -0.5);
        border-radius: 50%;
        border: 4px solid var(--primary);
        background-color: #fff;
        /* prevents border from affecting height and width */
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10;
        opacity: 0;
    }
    #services-448 .cs-icon {
        /* 48px - 64px */
        width: clamp(3rem, 4.3vw, 4rem);
        height: auto;
        display: block;
    }
    #services-448 .cs-h3 {
        /* 20px - 25px */
        font-size: clamp(1.25rem, 1.9vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 0.5rem 0;
        color: var(--headerColor);
    }
    #services-448 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        font-weight: 400;
        /* 20px - 24px */
        margin: 0 0 0;
        color: var(--bodyTextColor);
    }
    #services-448 .cs-link {
        /* 16px - 20px */
        font-size: clamp(1rem, 1.5vw, 1.25rem);
        line-height: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0;
        color: var(--primary);
        display: inline-block;
        position: relative;
    }
    #services-448 .cs-link:hover:before {
        width: 100%;
    }
    #services-448 .cs-link:before {
        /* animated underline */
        content: "";
        width: 0%;
        height: 3px;
        background: currentColor;
        opacity: 1;
        position: absolute;
        display: block;
        bottom: -0.125rem;
        left: 0;
        transition: width 0.3s;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #services-448 .cs-container {
        max-width: 80rem;
    }
    #services-448 .cs-card-group {
        flex-direction: row;
    }
    #services-448 .cs-item {
        width: 47%;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #services-448 .cs-card-group {
        flex-wrap: nowrap;
    }
    #services-448 .cs-item {
        width: 100%;
        /* 144px - 274px */
        padding-top: clamp(9rem, 17.5vw, 17.125rem);
    }
    #services-448 .cs-picture {
        /* 224px - 428px */
        height: clamp(14rem, 28vw, 26.75rem);
    }
}

                                
/*-- -------------------------- -->
<---         Why Choose         -->
<--- -------------------------- -*/

/* Mobile */
@media only screen and (min-width: 0rem) {
  #why-2347 {
    padding: var(--sectionPadding);
    overflow: hidden;
    background-color: #f7f7f7;
  }
  #why-2347 .cs-container {
    width: 100%;
    max-width: 112.5rem;
    margin: auto;
    /* 32px - 80px top & bottom */
    /* 16px - 80px left & right */
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 6vw, 5rem);
    display: flex;
    flex-direction: column;
    /* 32px - 64px */
    gap: clamp(2rem, 6vw, 4rem);
  }
  #why-2347 .cs-wrapper {
    display: flex;
    flex-direction: column;
    order: -1;
  }
  #why-2347 .cs-content {
    width: 100%;
    margin: 0 auto;
    /* 32px - 64px */
    margin-bottom: clamp(2rem, 7vw, 4rem);
    order: -1;
  }
  #why-2347 .cs-content .cs-button-solid {
    display: none;
  }
  #why-2347 .cs-title {
    max-width: 59rem;
    margin: 0;
  }
  #why-2347 .cs-text {
    max-width: 59rem;
    margin-bottom: 1rem;
  }
  #why-2347 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }

  #why-2347 .cs-image-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    order: -1;
  }
  #why-2347 .cs-wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  #why-2347 .cs-card-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    column-gap: clamp(1rem, 2.5vw, 1.25rem);
    row-gap: 2rem;
  }
  #why-2347 .cs-item {
    text-align: left;
    list-style: none;
    display: flex;
    grid-column: span 12;
    flex-direction: column;
    align-items: flex-start;
  }
  #why-2347 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #why-2347 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.4vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    width: 100%;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    color: var(--headerColor);
    border-bottom: 1px solid #E3DDD9;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #why-2347 .cs-item-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #why-2347 .cs-image-group {
    width: 100%;
  }
  #why-2347 .cs-picture {
    width: 100%;
    height: 60vw;
    display: block;
    position: relative;
    z-index: 1;
  }
  #why-2347 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* In-between - 600px */
@media only screen and (min-width: 37.5rem) {
  #why-2347 .cs-content .cs-button-solid {
    display: inline-block;
  }
  #why-2347 .cs-image-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    column-gap: clamp(1rem, 2.5vw, 1.25rem);
  }
  #why-2347 .cs-wrapper {
    grid-column: span 6;
  }
  #why-2347 .cs-picture1 {
    height: auto;
    /* 80px - 120px */
    margin-bottom: clamp(5rem, 9vw, 7.5rem);
    grid-column: span 6;
  }
  #why-2347 .cs-picture2 {
    height: auto;
    /* 220px - 400px */
    min-height: clamp(13.75rem, 25vw, 25rem);
  }
  #why-2347 .cs-title {
    margin-bottom: 2rem;
    grid-column: span 12;
  }
  #why-2347 .cs-button-solid {
    display: none;
  }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #why-2347 .cs-container {
    flex-direction: row;
    justify-content: space-between;
  }
  #why-2347 .cs-wrapper2 {
    max-width: 48.0625rem;
  }
  #why-2347 .cs-image-group {
    max-width: 46.4375rem;
    order: 2;
  }
  #why-2347 .cs-picture2 {
    height: 100%;
  }
}
                                
#sbsr-413 {
*,
*::after,
*::before {
  box-sizing: border-box;
}

iframe {
  aspect-ratio: 16/9;
}

.video-container {
  margin: 2rem;
  max-height: 300px;
}

img {
  display: block;
  max-width: 100%;
}

main {
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  --position: 50%;
}
.container::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: 'BEFORE';
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  padding: 5px 8px;
  color: white;
  font-size: 16px;
  font-family: 'Jakarta', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  border-radius: 8px;
}
.container::after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: 'AFTER';
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  padding: 5px 8px;
  color: white;
  font-size: 16px;
  font-family: 'Jakarta', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  border-radius: 8px;
}

.image-container {
  max-width: 800px;
  max-height: 540px;
}

.slider-image {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: left;
  border-radius: 8px;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
}
.image-after {
  width: 615px;
  height: 540px;
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 540px;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 540px;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
}