/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-509 {
    /* Centers button */
    text-align: left;
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-509 .cs-form-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: auto;
  }
  #hero-509 .cs-form-side img {
    width: 100%;
    height: auto;
  }
  #hero-509 .cs-ul {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
    position: relative;
    margin-bottom: 2.25rem;
  }
  #hero-509 .cs-li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
  #hero-509 .cs-li:hover .cs-icon-wrapper {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #hero-509 .cs-icon-wrapper {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #bababa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* prevents flexbox from squishing it */
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #hero-509 .cs-icon-wrapper img {
    -webkit-filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(102%) contrast(104%);
            filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(102%) contrast(104%);
  }
  #hero-509 .cs-header {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0.75rem;
    color: white;
    display: block;
  }
  #hero-509 .cs-link {
    font-size: 1rem;
    line-height: 1.5em;
    text-decoration: none;
    color: white;
    display: block;
    position: relative;
  }
  #hero-509 .cs-contact-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0 0 1.5rem;
    color: var(--bodyTextColor);
  }
  #hero-509 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-509 .cs-background:before {
    /* Overlay */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    /* prevents the cursor from interacting with it */
    pointer-events: none;
  }
  #hero-509 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero-509 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* changes at tablet */
    gap: 3rem;
  }
  #hero-509 .cs-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* 1 part for the left, 3 parts for the right */
    /* height: 100vh; /* Optional: Makes the grid height fill the viewport */
    width: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  #hero-509 h1.cs-title {
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    max-width: 51.8125rem;
    /* 16px - 24px */
    margin: 0 auto clamp(1rem, 4vw, 1.5rem) 0;
    color: #fff;
    position: relative;
  }
  #hero-509 .cs-text {
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    /* 464px - 622px */
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 auto 0 0;
    margin-bottom: 2.25rem;
    color: #fff;
  }
  #hero-509 .cs-button-solid {
    gap: 1rem;
  }
  #hero-509 .cs-button-solid a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hero-509 .cs-button-group {
    margin-bottom: 2.25rem;
  }
  #hero-509 iframe {
    width: 350px;
    max-width: 100%;
  }
  #hero-509 .cs-card-group {
    overflow-x: auto;
    overflow-y: clip;
    scrollbar-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    padding: 0 1rem;
  }
  #hero-509 .cs-card-group .cs-item {
    background-color: transparent;
  }
  #hero-509 .cs-card-group .cs-item .cs-flex-group {
    border: 1px solid white;
  }
  #hero-509 .cs-card-group .cs-item .cs-flex-group .cs-title,
  #hero-509 .cs-card-group .cs-item .cs-flex-group .cs-desc {
    color: white;
  }
  #hero-509 .cs-card-group .cs-item .cs-review-stars {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #cs-footer-487 {
    background-color: var(--secondary);
  }
  #cs-footer-487 .cs-icon,
  #cs-footer-487 .cs-arrow {
    -webkit-filter: unset;
            filter: unset;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-509 .cs-container {
    max-width: 80rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* 96px - 164px */
    gap: clamp(6rem, 13vw, 10.25rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #hero-509 .cs-content {
    width: 100%;
    -ms-grid-columns: 2fr 3rem 4fr;
    grid-template-columns: 2fr 4fr;
    gap: 3rem;
  }
}
/*-- -------------------------- -->
<---           Form             -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .cs-form-side {
    scroll-margin-top: 100px;
  }
  .cs-form-side .top-wave {
    position: absolute;
    width: 100%;
    top: -0.125em;
    height: auto;
    left: 0;
  }
  .cs-form-side .cs-title {
    color: white;
    margin-bottom: 0.875em;
    text-align: center;
  }
  .cs-form-side .left-section {
    width: 96%;
    margin: auto;
    margin-top: 15%;
    max-width: 37.5em;
  }
  .cs-form-side #contact {
    width: 100%;
    margin: auto;
    margin-bottom: 6.25em;
  }
  .cs-form-side #contact .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.875em;
  }
  .cs-form-side #contact .input-group label {
    color: white;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0.375em;
  }
  .cs-form-side #contact .input-group input[type="text"],
  .cs-form-side #contact .input-group input[type="email"],
  .cs-form-side #contact .input-group input[type="tel"],
  .cs-form-side #contact .input-group input[type="url"],
  .cs-form-side #contact .input-group select,
  .cs-form-side #contact .input-group option,
  .cs-form-side #contact .input-group textarea {
    font-size: 1em;
    height: 4.1875em;
    border: none;
    border-bottom: 0.0625em solid #d4d4d4;
    background: transparent;
    color: white;
  }
  .cs-form-side #contact .input-group select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 0.0625em solid #d4d4d4;
  }
  .cs-form-side #contact .input-group option {
    color: black;
  }
  .cs-form-side #contact .input-group input[type="checkbox"] {
    font-size: 1em;
    height: 2.09375em;
    border: none;
    border-bottom: 0.0625em solid white;
    background: transparent;
  }
  .cs-form-side #contact .input-group input:focus {
    border: 0.0625em solid white;
  }
  .cs-form-side #contact .input-group textarea {
    min-height: 12.5em;
    padding-top: 1.25em;
  }
  .cs-form-side #contact .input-group ::-webkit-input-placeholder {
    color: white;
  }
  .cs-form-side #contact .input-group ::-moz-placeholder {
    color: white;
  }
  .cs-form-side #contact .input-group :-ms-input-placeholder {
    color: white;
  }
  .cs-form-side #contact .input-group ::-ms-input-placeholder {
    color: white;
  }
  .cs-form-side #contact .input-group ::placeholder {
    color: white;
  }
  .cs-form-side #contact .checkbox-group {
    margin-top: 1em;
  }
  .cs-form-side #contact .checkbox-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
  }
  .cs-form-side .form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Mobile Landscape */
@media only screen and (min-width: 568px) {
  .cs-form-side .contact-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cs-form-side .contact-right .info-group {
    width: 40%;
    margin-left: 3.125em;
  }
  .cs-form-side .contact-right .info-group:nth-of-type(3) {
    margin-bottom: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  .cs-form-side #contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cs-form-side #contact .input-group {
    width: 48%;
    margin-bottom: 3.125em;
    position: relative;
  }
  .cs-form-side #contact .input-group:nth-of-type(5) {
    width: 100%;
  }
  .cs-form-side #contact .input-group:last-of-type {
    width: 100%;
  }
  .cs-form-side #contact .input-group:not(:has(select)):hover .hover-box {
    height: 4.1875em;
    border: 0.0625em solid white;
    pointer-events: none;
  }
  .cs-form-side #contact .input-group:not(:has(select)):hover input[type="text"],
  .cs-form-side #contact .input-group:not(:has(select)):hover input[type="email"],
  .cs-form-side #contact .input-group:not(:has(select)):hover input[type="tel"],
  .cs-form-side #contact .input-group:not(:has(select)):hover input[type="url"],
  .cs-form-side #contact .input-group:not(:has(select)):hover input[type="checkbox"],
  .cs-form-side #contact .input-group:not(:has(select)):hover select,
  .cs-form-side #contact .input-group:not(:has(select)):hover textarea {
    padding-left: 1.25em;
  }
  .cs-form-side #contact .input-group input[type="text"],
  .cs-form-side #contact .input-group input[type="email"],
  .cs-form-side #contact .input-group input[type="tel"],
  .cs-form-side #contact .input-group input[type="url"],
  .cs-form-side #contact .input-group input[type="checkbox"],
  .cs-form-side #contact .input-group option,
  .cs-form-side #contact .input-group textarea {
    border-bottom: none;
    position: relative;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    background: transparent;
  }
  .cs-form-side #contact .input-group select {
    position: relative;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    background: transparent;
  }
  .cs-form-side #contact .input-group .hover-box {
    position: absolute;
    display: block;
    height: 0.0625em;
    width: 100%;
    background: transparent;
    border: 0.0625em solid #e9e8e8;
    opacity: 1;
    bottom: -0.0625em;
    left: 0;
    z-index: 10;
    -webkit-transition: height 0.3s, border 0.3s;
    transition: height 0.3s, border 0.3s;
    z-index: -1;
  }
  .cs-form-side #contact .textarea:hover .hover-box {
    height: 10.5em !important;
  }
  .cs-form-side #contact .form-submit {
    margin: auto;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  .cs-form-side .left-section {
    width: 97%;
    margin: 0;
    margin-left: 0;
    max-width: 82.5em;
  }
  .cs-form-side #contact {
    margin: 0;
    margin-right: 0;
    max-width: none;
  }
  .cs-form-side .contact-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 18.75em;
    margin: 0;
    height: 34.625em;
  }
  .cs-form-side .contact-right .info-group {
    margin-left: 0;
    width: 100%;
  }
  .cs-form-side .contact-right .info-group:nth-of-type(3),
  .cs-form-side .contact-right .info-group:last-of-type {
    margin-bottom: 2.25em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  .cs-form-side {
    font-size: inherit;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq {
    scroll-margin-top: 50px;
  }
  .sbsr-1576 {
    padding: var(--sectionPadding);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sbsr-1576 .cs-container {
    width: 100%;
    /* changes to 1280px at small desktop */
    max-width: 36.5rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  .sbsr-1576 .cs-title {
    color: white;
  }
  .sbsr-1576 .cs-content-faq {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sbsr-1576 .cs-title {
    /* 20 characters wide including spaces */
    max-width: 20ch;
    margin: 0 0 2rem 0;
  }
  .sbsr-1576 .cs-faq-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  .sbsr-1576 .cs-faq-item {
    text-align: left;
    list-style: none;
    width: 100%;
    background-color: transparent;
    border: 2px solid var(--primary);
    /* 12px - 16px */
    padding: clamp(0.75rem, 2vw, 1rem) 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
  }
  .sbsr-1576 .cs-faq-item.active {
    background-color: var(--primary);
    border-color: var(--primaryLight);
  }
  .sbsr-1576 .cs-faq-item.active .cs-button {
    padding-bottom: 1rem;
    color: white;
  }
  .sbsr-1576 .cs-faq-item.active .cs-button .cs-indicator:before {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  .sbsr-1576 .cs-faq-item.active .cs-button .cs-indicator:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .sbsr-1576 .cs-faq-item.active .cs-item-p {
    min-width: 100%;
    height: auto;
    padding-top: 1rem;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    color: white;
    border-top: 2px solid black;
  }
  .sbsr-1576 .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: var(--headerColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .sbsr-1576 .cs-button:hover {
    cursor: pointer;
  }
  .sbsr-1576 .cs-button .cs-indicator {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    z-index: 1;
  }
  .sbsr-1576 .cs-button .cs-indicator:before {
    /* left line */
    content: '';
    width: 1rem;
    height: 0.125rem;
    background-color: #FFFFFF;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .sbsr-1576 .cs-button .cs-indicator:after {
    /* right line */
    content: '';
    width: 1rem;
    height: 0.125rem;
    background-color: #FFFFFF;
    opacity: 1;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .sbsr-1576 .cs-button-text {
    width: 90%;
    display: block;
    color: white;
  }
  .sbsr-1576 .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: var(--bodyTextColor);
    /* clips the text so it doesn't show up */
    overflow: hidden;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: opacity 0.3s, padding-bottom 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, padding-bottom 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, padding-bottom 0.3s;
    transition: opacity 0.3s, transform 0.3s, padding-bottom 0.3s, -webkit-transform 0.3s;
  }
  .sbsr-1576 .cs-image-group {
    /* everything inside the image group is in ems so the font size will scale them down.  Font size minimum is tied to view width size, and grows until it reaches 75% of the value on em */
    font-size: min(2.3vw, .89em);
    width: 39.375em;
    min-height: 63.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25em;
    position: relative;
    z-index: 1;
  }
  .sbsr-1576 .cs-picture {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2rem;
  }
  .sbsr-1576 .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sbsr-1576 .cs-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25em;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  .sbsr-1576 .cs-container {
    max-width: 80rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sbsr-1576 .cs-content-faq {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* Large Desktop - 1300px */
