/* Hero Section */
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #hero-1467 {
        z-index: 1;
        overflow: hidden;
        position: relative;
        padding: clamp(12.5rem, 25.95vw, 21.875em) 1rem clamp(6.25rem, 7vw, 12.5rem);
    }
    #hero-1467 .cs-container {
        gap: 3rem;
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        max-width: 44rem;
        align-items: center;
        justify-content: center;
    }
    #hero-1467 .cs-content {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        max-width: 35.625rem;
        flex-direction: column;
        justify-content: flex-start;
    }
    #hero-1467 .cs-flex {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }
    #hero-1467 .cs-title {
        /* 39px - 49px */
        z-index: 1;
        color: #FFF;
        font-weight: 700;
        line-height: 1.2em;
        position: relative;
        text-align: inherit;
        max-width: 51.8125rem;
        font-size: clamp(2.4375rem, 6.4vw, 3.0625rem);
    }
    #hero-1467 .cs-title:before {
        opacity: 1;
        content: '';
        height: 8px;
        width: 3.75rem;
        display: block;
        border-radius: 8px;
        margin: 0 auto 2rem;
        background: var(--primary);
    }
    #hero-1467 .cs-text {
        /* 16px - 20px */
        margin: 0;
        width: 100%;
        color: #FFF;
        line-height: 1.5em;
        text-align: inherit;
        margin-bottom: 2rem;
        font-size: clamp(1rem, 1.95vw, 1.25rem);
        max-width: clamp(29rem, 60vw, 38.785rem);
    }
    #hero-1467 .cs-link {
        color: var(--primary);
    }
    #hero-1467 .cs-button-solid:hover:before {
        width: 100%;
    }
    #hero-1467 .cs-reviews {
        z-index: -1;
        position: relative;
        display: inline-flex;
        box-sizing: border-box;
        border-radius: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: clamp(0.5rem, 2vw, 1rem);
        margin-top: clamp(2.5rem, 6vw, 5rem);
        box-shadow: 0px 8px 100px 0px rgba(0, 0, 0, 0.08);
    }
    #hero-1467 .cs-reviews-flex {
        display: flex;
        margin-bottom: 1rem;
        align-items: center;
        justify-content: flex-start;
    }
    #hero-1467 .cs-stars {
        gap: 2px;
        display: flex;
        align-items: center;
        margin: 0 0 0.5rem 0;
        justify-content: center;
    }
    #hero-1467 .cs-icon {
        width: 1rem;
        height: auto;
    }
    #hero-1467 .cs-desc {
        margin: 0;
        color: #F7F7F7;
        max-width: 20ch;
        line-height: 1.5em;
        text-align: inherit;
        font-size: var(--bodyFontSize);
    }
    #hero-1467 .cs-reviews-img {
        width: 3rem;
        height: auto;
        border-radius: 50%;
        margin: 0 -1rem 0 0;
        border: 2px solid #FFF;
        background-color: #FFF;
    }
    #hero-1467 .cs-reviews-number {
        width: 3rem;
        height: 3rem;
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        font-family: var(--subFont);
        background: var(--secondary);
        color: var(--bodyTextColorWhite);
    }
    #hero-1467 .cs-right {
        z-index: 1;
        width: 100%;
        display: flex;
        background: #FFF;
        text-align: center;
        position: relative;
        align-items: center;
        border-radius: 1.5rem;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        background: var(--itemColor);
        
        border-top: 8px solid var(--primary);
        padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 3rem);
    }
    #hero-1467 .cs-h3 {
        max-width: 20ch;
        font-weight: 900;
        text-align: inherit;
        margin: 0 0 0.5rem 0;
        color: var(--headerColor);
        font-size: clamp(1.9375rem, 4vw, 2.4375rem);
    }
    #hero-1467 .cs-expires {
        display: block;
        font-size: 1rem;
        line-height: 1.5em;
        margin: 0 0 1rem 0;
        text-align: inherit;
        color: var(--secondary);
    }
    #hero-1467 .cs-form-text {
        width: 100%;
        line-height: 1.5em;
        text-align: inherit;
        max-width: 40.625rem;
        margin: 0 0 1.5rem 0;
        color: var(--bodyTextColor);
        font-family: var(--bodyFont);
        font-size: var(--bodyFontSize);
    }
    #hero-1467 .cs-form {
        gap: 1rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-family: var(--bodyFont);
        justify-content: space-between;
    }
    #hero-1467 .cs-label {
        width: 100%;
        gap: 0.25rem;
        display: flex;
        color: #1A1A1A;
        font-size: 0.875rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-family: var(--bodyFont);
    }
    #hero-1467 .cs-input,
    #hero-1467 select {
        padding: 0;
        width: 100%;
        border: none;
        height: 3.5rem;
        color: #1A1A1A;
        font-size: 1rem;
        padding-left: 1.5rem;
        background: #ECECEC;
        border-radius: 0.5rem;
        box-sizing: border-box;
        transition: border-color 0.3s;
    }
    #hero-1467 .cs-input:hover,
    #hero-1467 select:hover {
        border-color: var(--secondary);
    }
    #hero-1467 .cs-input:focus,
    #hero-1467 select:focus {
        outline: 1px solid var(--secondary);
    }
    #hero-1467 .cs-input::placeholder,
    #hero-1467 select::placeholder {
        opacity: 0.6;
        color: #7D799C;
    }
    #hero-1467 .cs-textarea {
        padding-top: 1.5rem;
        font-family: inherit;
        min-height: 5.9375rem;
        margin-bottom: 0.75rem;
        font-family: var(--bodyFont);
    }
    #hero-1467 .cs-submit {
        width: 100%;
        border: none;
        margin: 0 0 1rem 0;
        text-transform: uppercase;
    }
    #hero-1467 .cs-submit:hover {
        cursor: pointer;
    }
    #hero-1467 .cs-disclaimer {
        gap: 0.25rem;
        display: flex;
        text-align: left;
        line-height: 1.5em;
        margin: 0 auto 0 0;
        font-size: 0.875rem;
        align-items: flex-start;
        color: var(--bodyTextColor);
        justify-content: flex-start;
        font-family: var(--bodyFont);
    }
    #hero-1467 .cs-disclaimer-icon {
        height: auto;
        width: 1.25rem;
    }
    #hero-1467 .cs-background {
        top: 0;
        left: 0;
        width: 100%;
        z-index: -2;
        height: 100%;
        display: block;
        position: absolute;
    }
    #hero-1467 .cs-background:before {
        /* Overlay */
        top: 0;
        left: 0;
        z-index: 1;
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.88;
        display: block;
        position: absolute;
        background: #1A1A1A;
        pointer-events: none;
    }
    #hero-1467 .cs-background img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
/* Dark Mode Styles */
@media only screen and (min-width: 0rem) {
    body.dark-mode #hero-1467 .cs-label {
        color: #FAFBFC;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #hero-1467 .cs-form {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    #hero-1467 .cs-label {
        grid-column: span 12;
    }
    #hero-1467 .cs-label:nth-of-type(1),
    #hero-1467 .cs-label:nth-of-type(2),
    #hero-1467 .cs-label:nth-of-type(3),
    #hero-1467 .cs-label:nth-of-type(4) {
        grid-column: span 6;
    }
    #hero-1467 .cs-submit {
        grid-column: span 12;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #hero-1467 .cs-container {
        max-width: 80rem;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    #hero-1467 .cs-right {
        align-items: flex-start;
    }
    #hero-1467 .cs-title:before {
        margin-left: 0;
    }
    #hero-1467 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
    #hero-1467 .cs-flex {
        text-align: left;
        align-items: flex-start;
    }
}
/* Desktop Parallax Effect - 1600px */
@media only screen and (min-width: 100rem) {
    #hero-1467 {
        background: url("../img/hero.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    #hero-1467 .cs-background img {
        display: none;
    }
}