:root {
    scroll-behavior: initial
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box
}

a:hover, a:focus, a:active {
    text-decoration: none
}

ol, ul {
    margin: 0;
    padding: 0
}

img {
    display: block
}

figure {
    margin: 0
}

a, button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none
}

.hero-banner {
    padding: 100px 0 30px;
    background: #FFFFF8;
    position: relative
}

.hero-banner .row {
    align-items: center
}

.banner-data h1 {
    font-size: 50px;
    font-weight: 700;
    color: #373B4D;
    line-height: 150%;
    margin: 0 0 25px
}

.banner-data h1 span {
    background: linear-gradient(90deg, #15D200 0%, #00FFC8 98.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0
}

.banner-data ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px
}

.banner-data ul li {
    margin: 0 20px 15px 0;
    display: flex;
    align-items: center;
    padding: 8px 12px 8px 8px;
    background: #FFF;
    box-shadow: -1px 3px 15px rgb(0 0 0 / .075);
    border-radius: 200px;
    font-size: 16px;
    font-weight: 400;
    color: #2B354F;
    line-height: 150%
}

.banner-data ul li figure {
    min-width: 24px;
    max-width: 24px;
    margin-right: 8px
}

.banner-data ul li figure img {
    width: 100%
}

.banner-data .btn-group-landing {
    display: flex;
    align-items: center
}

.banner-data .btn-group-landing .btn-primary {
    margin-right: 11px
}

.btn-secondary-v2 {
    padding: 12px 35px;
    background: #fff0;
    border: 1px solid #15D200!important;
    border-radius: 50px;
    color: #15D200!important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.btn-secondary-v2:hover {
    background: #15D200!important;
    color: #fff!important;
}

.trusted-wrp {
    padding: 120px 0 0
}

.trusted-wrp h2 {
    font-size: 16px;
    font-weight: 400;
    color: #373B4D;
    line-height: 150%;
    text-align: center;
    margin: 0 auto 20px
}

.trusted-slider .slick-slide {
    margin: 0 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.trusted-slider .slick-list {
    margin: 0 -15px;
    display: flex !important;
    align-items: center;
}

.trusted-slider .slick-track {
    display: flex !important;
    align-items: center
}

.trusted-slider .trusted-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.still-filling-wrp {
    padding: 65px 0
}



.still-block {
    max-width: 300px;
    margin: 0 auto
}

.still-data-box h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 134.78%;
    text-align: center;
    letter-spacing: -.02em;
    color: #000;
    margin: 0 auto 25px
}

.still-data-box p {
    margin: 0 auto 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 134.78%;
    text-align: center;
    letter-spacing: -.02em;
    color: #000
}

.still-img-box img {
    width: 100%
}

.five-star-pricing-wrp {
    padding: 55px 0;
    background: #FFFFF8
}

.five-star-pricing-wrp h2 {
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 134.78%;
    letter-spacing: -.02em;
    color: #373B4D
}

.five-lg {
    margin: 0 auto 65px;
    display: table
}

.success-story-block {
    max-width: 830px;
    margin: 0 auto
}

.success-story-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 134.78%;
    letter-spacing: -.02em;
    color: #373B4D;
    margin: 0 0 30px
}

.success-story-block p strong {
    font-weight: 700
}

.success-story-block p span {
    font-weight: 500
}

.success-story-block h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 134.78%;
    letter-spacing: -.02em;
    color: #373B4D;
    margin: 0
}

.success-story-block h3 span {
    font-weight: 700;
    display: block
}

.working-step-wrp {
    padding: 65px 0
}

.working-step-wrp .titlebar {
    margin: 0 auto 85px
}

.work-stepbox {
    padding: 65px 35px 30px;
    border-radius: 15px;
    background: #FAFAFA;
    max-width: 310px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear
}

.work-stepbox:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    box-shadow: 0 3px 10px rgb(0 0 0 / .1)
}

.working-dtbx {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 45px;
    border-left: 3px solid #000
}

.working-dtbx p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #373B4D
}

.working-dtbx p strong {
    display: block;
    font-weight: 800
}

.working-img {
    transition: .4s linear;
    -webkit-transition: .4s linear
}

.work-stepbox:hover .working-img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5)
}

.working-img img {
    margin: 0 auto;
    width: 100%
}

.work-stepbox .step-ic {
    margin: 0;
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: -30px;
    left: -30px
}

.step-3box .working-img {
    margin: 0 auto
}

.working-step-wrp .btn-group-landing {
    display: block;
    margin: 55px auto 0
}

.readmore {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: table;
    margin: 0 auto
}

.readmore:hover {
    color: #15D200!important
}



.feature-wrp {
    padding: 70px 0
}

.feature-wrp .titlebar h2 {
    max-width: 70%;
    margin: 0 auto 85px
}

.features-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px 30px
}

.features-list ul:last-child {
    margin: 0 -15px 0
}

.features-list ul li {
    padding: 0 15px
}

.features-list ul li span {
    padding: 15px 35px;
    border-radius: 10px;
    background: #F2F2F2;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #3E4251;
    line-height: 24px
}

.features-list ul li.light span {
    background: #FAFAFA
}

.success-story-block img {
    height: 20px
}



.contact-wrp {
    padding: 100px 0 95px;
    background: #FFFFF8
}

.contact-wrp h1 {
    font-size: 50px;
    font-weight: 700;
    color: #373B4D;
    line-height: 120%;
    margin: 0 0 120px
}

.contact-wrp h1 span {
    display: block;
    font-weight: 400
}

.contact-block {
    border-radius: 15px;
    background: #FAFAFA;
    border: 1px solid #C7C7C7;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.book-demo-box {
    padding: 30px 0 10px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.book-demo-box h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 134.78%;
    letter-spacing: -.02em;
    color: #373B4D;
    margin: 0 0 30px
}

.book-demo-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 45px
}

.book-demo-box ul li {
    margin: 0 15px 15px 0;
    display: flex;
    align-items: center;
    padding: 8px 12px 8px 8px;
    background: #FFF;
    box-shadow: -1px 3px 15px rgb(0 0 0 / .075);
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B354F
}

.book-demo-box ul li figure {
    min-width: 24px;
    margin-right: 8px
}

.book-demo-box ul li figure img {
    width: 24px
}

.book-demo-inbox {
    background-color: white;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.book-demo-inbox img {
    width: 80%;
    margin: 0 auto
}

.contact-star-wrp {
    background: #fff
}

.contact-star-wrp h2 {
    font-weight: 700
}

.contact-join-wrp {
    background: #FFFFF8
}

.contact-join-wrp h3 {
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 134.78%;
    letter-spacing: -.02em;
    color: #373B4D;
    text-align: center
}

/* HubSpot Form Styling */
#hubspot-form-container {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
}

#hubspot-form-container h3 {
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 134.78%;
    letter-spacing: -.02em;
    color: #373B4D;
    font-family: inherit;
}

#hubspot-form-container input,
#hubspot-form-container textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: inherit;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#hubspot-form-container input:focus,
#hubspot-form-container textarea:focus {
    outline: none;
    border-color: #15d200;
    box-shadow: 0 0 0 2px rgba(120, 177, 0, 0.1);
}

#hubspot-form-container textarea {
    min-height: 390px;
    height: 390px;
    resize: vertical;
}

#hubspot-form-container .hs-button,
#hubspot-form-container button[type="submit"] {
    background-color: #15d200 !important;
    border-color: #15d200 !important;
    color: #fff !important;
    border: 1px solid #15d200;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    font-family: inherit;
    margin-top: 10px;
    transition: all 0.3s ease;
    width: auto;
    display: inline-block;
    text-align: left;
}

#hubspot-form-container .hs-button:hover,
#hubspot-form-container button[type="submit"]:hover {
    background: #fff !important;
    border-color: #15d200 !important;
    color: #15d200 !important;
}

#hubspot-form-container label {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    font-family: inherit;
}

#hubspot-form-container .hs-field-desc {
    color: #666;
    font-size: 12px;
    margin-top: 4px;
    font-family: inherit;
}
