/* @import url('http://example.com/example_style.css'); */


/***********************************************/


/* CSS @imports must be at the top of the file */


/* Add them above this section                 */


/***********************************************/


/*****************************************/


/* Start your style declarations here    */


/*****************************************/

html {
    scroll-behavior: smooth;
    font-family: 'PP Right Grotesk Wide Regular';
    font-size: 16px;
}

.body-wrapper {
    padding-top: 0px !important;
    line-height: 20px;
}

.section-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.section-container-wide {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.section-header {
    font-family: 'PP Right Grotesk Narrow Black';
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    color: #222222;
    margin: 20px 0;
}

.section-text {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #222222;
}

.banner-background {
    background-color: #F6F1E6;
    /* The background color */
    background-repeat: no-repeat;
    /* This will prevent the image from repeating */
    background-position: center bottom;
    /* This will center the image */
    background-size: contain;
}

@media only screen and (max-width: 600px) {}

.contact-us-btn {
    width: 121px;
    height: 38px;
    padding: 10px 12px 10px 12px;
    border-radius: 4px;
    border: 1px solid #222222;
    gap: 6px;
    font-size: 18px;
    font-weight: 340;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #222222;
    transition: 0.8s;
}

.contact-us-btn:hover {
    border: 1px solid #9747FF;
    background: #9747FF;
    color: white;
}

.btn-text {
    font-family: PP Right Grotesk Wide Regular;
}

.margin-auto {
    margin: auto auto
}

.arrow-wrapper {
    width: 42px;
    height: 42px;
    background-color: red;
    border-radius: 999px;
    transition: 0.8;
}

.text-white {
    color: white;
}

.text-red {
    color: red;
}

.banner-nav {
    display: flex;
    margin: 0px auto;
    padding: 20px 0px 80px 0px;
    max-width: 1240px;
    width: 90%;
    justify-content: space-between;
}

.banner-nav a img {
    width: 168px;
}

.center-item {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 100%;
}

.schedule-demo-btn {
    margin-top: 20px;
    border: 2px solid red;
    border-radius: 9999px;
    height: 66px;
    width: 266px;
    padding: 0 11px;
    font-family: PP Right Grotesk Wide Variable;
    font-size: 18px;
    font-weight: 340;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    transition: 0.8s;
}

.schedule-demo-btn-icon {
    width: 42px;
    height: 42px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.height-100: {
    100%
}

.shadow-wrapper {
    width: 100%;
    border-radius: 20px;
}

.shadow-wrapper-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    gap: 3em;
}

.meetings-iframe-container {
    width: 100%;
}

@media only screen and (max-width: 800px) {
 
    .shadow-wrapper-container {}
    .shadow-wrapper {
        box-shadow: none;
        padding: 60px 0;
    }
    .shadow-wrapper img {
        text-align: center;
    }
}

.section-spacer-50 {
    margin-top: 50px;
}

.section-spacer-100 {
    margin-top: 100px;
}

.section-spacer-150 {
    margin-top: 150px;
}

.sales-point-wrapper {
    display: flex;
    padding: 20px 40px;
    justify-content: space-between;
    align-items: center;
}

.sales-point-item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 20px;
}

@media only screen and (max-width: 1200px) {
    .sales-point-wrapper {
        flex-wrap: wrap;
    }
    .sales-point-item {
        width: 100%;
    }
}

.sales-point-header {
    font-family: PP Right Grotesk Wide Regular;
    font-size: 28px;
    font-weight: 340;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    margin: 20px 0;
}

.sales-point-text {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
}

.common-btn-red {
    display: inline-block;
    height: 38px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid red;
    font-size: 18px;
    gap: 6px
}

.red-circle {
    width: 18px;
    height: 18px;
    border: 1px solid red;
    border-radius: 999px;
    transition: 0.8;
}

.common-btn-red:hover {
    background: red;
}

.common-btn-red:hover .text-red {
    color: white;
}

.common-btn-red:hover .text-white {
    color: red;
}

.common-btn-red:hover .red-circle {
    border: 1px solid white;
}

.schedule-demo-btn:hover {
    background: red;
}

.schedule-demo-btn:hover .text-red {
    color: white;
}

.schedule-demo-btn:hover .text-white {
    color: red;
}

.schedule-demo-btn:hover .arrow-wrapper {
    background-color: white;
}

.sales-solution-subtitle {
    font-family: PP Right Grotesk Wide Regular;
    font-size: 14px;
    font-weight: 340;
    line-height: 14px;
    letter-spacing: 0.025em;
    text-align: left;
    text-transform: uppercase;
}

.sale-solution-title {
    font-family: PP Right Grotesk Wide Regular;
    font-size: 36px;
    font-weight: 340;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0;
}

.sales-solution-points {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.sales-solution-item {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 20px;
}

.sales-solution-image {
    width: 60%
}

.sales-solution-text {
    width: 40%;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .sales-solution-item {
        flex-wrap: wrap;
    }
    .sales-solution-image {
        width: 100%
    }
    .sales-solution-text {
        width: 100%;
        min-height: 400px;
    }
    .flex-col-r {
        flex-direction: column-reverse;
    }
}

ul li:before {
    --bullet-color: #222222;
    --bullet-color-dark: #222222;
    content: "\25CF";
}

.testimonial-section {
    background: #9B9BFF;
    background-size: cover;
    min-height: 572px;
    padding: 40px 0;
}

.testimonial-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-text {
    background: url("https://21507210.fs1.hubspotusercontent-na1.net/hubfs/21507210/eyeware-lp/quote_7350737%201.png");
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
    font-family: PP Right Grotesk Wide Regular;
    font-size: 26px;
    font-weight: 340;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    width: 60%;
    padding: 10% 10%;
}

.testimonial-image {
    width: 40%;
}

.row-number-1 {
    background-image: url("https://offer.shoplazza.com/hubfs/eyeware-lp/20240108-211203.jpg") !important;
}

@media only screen and (min-width: 800px) {
    .row-number-1 {
        background-size: 69% !important;
        background-position: 81% 100% !important;
        background-repeat: no-repeat !important;
    }
}

@media only screen and (min-width: 1200px) {
    .row-number-1 {
        background-size: 60% !important;
        background-position: 81% 100% !important;
        background-repeat: no-repeat !important;
    }
}


@media only screen and (min-width: 1440px) {

    .row-number-1 {
        background-size: 50% !important;
        background-position: 81% 100% !important;
        background-repeat: no-repeat !important;
    }

}


@media only screen and (max-width: 1200px) {

    .testimonial-inner-wrapper {
        flex-wrap: wrap;
    }
    .testimonial-text {
        width: 100%;
    }
    .testimonial-image {
        width: 100%;
    }
}

.form-section {
    background: url("https://21507210.fs1.hubspotusercontent-na1.net/hubfs/21507210/eyeware-lp/background-blue.png");
    background-size: cover;
    min-height: 818px;
    padding: 40px 0;
    background-position: center center;
}

.form-inner-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.form-text {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.form-description {
    width: 50%;
    padding: 0 20px;
}

.form-form {
    width: 50%;
    padding: 20px 20px;
}

.contact-us-btn {
    color: #fff;
    background-color: #222;
}

@media only screen and (max-width: 1200px) {
    .form-inner-wrapper {
        flex-wrap: wrap;
    }
    .form-description {
        width: 100%;
    }
    .form-form {
        width: 100%;
    }
}

.footer-section {
    display: flex;
    padding: 60px 0;
}

.footer-url-wrapper {
    margin-bottom: 10px;
}

.footer-url-text a {
    color: #222222;
    line-height: 30px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.footer-title {
    font-family: PP Right Grotesk Wide Regular;
    color: #A6AEB3;
    margin-bottom: 10px;
}

a:link {
    text-decoration: none;
}

.footer-url-text a:link {
    color: #222222;
    text-decoration: none;
}

.footer-column {
    width: 25%;
    padding: 20px 20px;
}

.footer-column a img {
    width: 168px;
}

@media only screen and (max-width: 900px) {
    .footer-section {
        flex-wrap: wrap;
    }
    .footer-column {
        width: 100%;
    }
}

.footer-icons-group {
    margin-top: 18px;
    display: flex;
}

.footer-icon-wrapper {
    margin-right: 18px;
}

.show-moblie {
    display: none;
}

.show-pc {
    display: block;
}

.form-wrapper {
    margin-top: 5rem;
    background: white;
    padding: 1rem;
    border-radius: 10px;
}

.form-title {
    font-family: PP Right Grotesk Wide Regular;
    font-size: 26px;
    font-weight: 340;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 1rem;
}

.form-text {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2rem;
}

.flex-r {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 900px) {
    .show-moblie {
        display: block;
    }
    .show-pc {
        display: none;
    }
}

.popup-container {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4)
}

.popup-container p {
    font-size: 20px;
}

.popup-container .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup-container.active {
    display: block;
}

.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    display: block;
    text-align: center;
}

.popup-content {
    /*Hides pop-up content when there is no "active" class */
    visibility: hidden;
    padding: 60px;
    display: flex;
    gap: 20px;
}

.popup-header {
    font-family: "PP Right Grotesk Wide Regular";
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 32px;
    margin-top: 50px;
}

.popup-description {
    font-family: "DM Sans";
    font-size: 16px;
}

.popup-column {
    width: 50%;
    text-align: left;
}

.popup-content h2 {
    font-size: 40px;
    margin-top: 0px;
}

.popup-content.active {
    /*Shows pop-up content when "active" class is present */
    visibility: visible;
}

#hs_cos_wrapper_main_body-module-6_>img,
#hs_cos_wrapper_main_body-module-11_>img {
    max-width: 130% !important;
}

#body>div.container-fluid>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-1.main_body-row-0-padding.dnd-section.main_body-row-0-background-color>div>div.span6.widget-span.widget-type-cell.main_body-column-5-margin.dnd-column,
#body>div.container-fluid>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-8.dnd-section.main_body-row-2-background-color.main_body-row-2-padding>div>div.span6.widget-span.widget-type-cell.dnd-column.main_body-column-10-margin {
    margin-left: 0%;
}

#main_body-module-35 p {
    text-align: center;
}

#hs_cos_wrapper_main_body-module-13 .content_title {
    text-align: center;
    width: 60%;
    margin: 0px auto;
}

.hs-button {
    border: none;
    background-color: #222222 !important;
    font-size: 20px;
    font-family: "PP Right Grotesk Wide Regular";
    font-weight: normal;
}

.schedule_link {
    color: #5959FF;
    font-weight: bold;
}

.schedule_link:hover {
    color: #5959FF;
}

.schedule_link img {
    vertical-align: middle;
    margin-left: 10px;
}

.main_body-row-8-background-color {
    background-image: url(https://21507210.fs1.hubspotusercontent-na1.net/hubfs/21507210/eyeware-lp/tstimonials_bg.png) !important;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.hs-dependent-field>label,
.hs-form-field>label {
    font-size: 20px;
}

.hs-form.hs-form [class*=form-columns] .hs-dependent-field .hs-input,
.hs-form.hs-form [class*=form-columns] .hs-form-field .hs-input {
    background-color: #D8CFBD !important;
}

.hs-submit .hs-button {
    background-color: #D8CFBD !important;
    color: #222 !important;
    font-family: "PP Right Grotesk Wide Regular";
}


@media only screen and (max-width: 480px) {

    .center-item {
        width: 100%;
    }

    .main_body-row-0-padding {
        padding-bottom: 19em !important;
    }

    #hs_cos_wrapper_main_body-module-33 .content_title,
    #hs_cos_wrapper_main_body-module-38 .content_title {
        text-align: center !important;
    }
    .popup-content.active {
        margin-top: 10px;
    }
    .row-number-1 {
        background-size: 151% !important;
        background-position: 50% 117% !important;
        background-repeat: no-repeat !important;
    }
    #hs_cos_wrapper_main_body-module-6_>img,
    #hs_cos_wrapper_main_body-module-11_>img {
        max-width: 100% !important;
    }
    #hs_cos_wrapper_main_body-module-13 .content_title {
        font-size: 32px !important;
        width: 100%;
    }
    #body>div.container-fluid>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-18.main_body-row-5-vertical-alignment.dnd-section.main_body-row-5-padding>div {
        flex-direction: column-reverse;
    }
    #hs_cos_wrapper_main_body-module-6_>img {
        max-width: 100% !important;
        margin-top: 0%;
    }
    .dnd-column {
        margin-top: 20px !important;
    }
    #hs_cos_wrapper_main_body-module-8>div {
        text-align: center;
    }
    .banner-nav {
        padding-bottom: 40px;
    }
    .popup-overlay {
        /*Hides pop-up when there is no "active" class*/
        width: 100%;
        position: fixed;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    .popup-content {
        flex-direction: column;
        padding: 10px;
    }
    .popup-column {
        width: 100%;
    }
    .popup-header {
        font-size: 24px;
        text-align: center;
    }
    .popup-description {
        text-align: center;
    }
    #hs_cos_wrapper_main_body-module-6_>img {
        margin-left: -10px;
        max-width: 107% !important;
    }
    .hs-button {
        padding: 11px 26px 11px 26px;
    }
    .content-title {
        letter-spacing: 0px;
    }
    .hbspt-form {
        padding-left: 5px;
        padding-right: 5px;
    }
    #body>div.container-fluid>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-8.dnd-section.main_body-row-2-background-color.main_body-row-2-padding>div {
        flex-direction: column-reverse;
    }
    .main_body-row-8-background-color {
        background: none !important;
    }
    #main_body-module-36 {
        background-image: url(https://offer.shoplazza.com/hubfs/eyeware-lp/Group%2010644.png) !important;
        background-size: 100% !important;
        background-position: top !important;
        min-height:400px;
    }
 
    .shadow-wrapper {
        padding: 0px 0px 80px 0px;
    }
    .shadow-wrapper-container {
        gap: 1em;
    }
    .testimonial-description {
        padding-top: 130px !important;
    }
}

@media only screen and (max-width: 400px) {
    .testimonial-description {
        padding-top: 100px !important;
    }
}