.home-banner{
    font-family: "Sofia Pro";
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 100px;
}
.home-container{
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.index-hero-bg-image{
    position: absolute;
    top: -70px;
    right: -1px;
    z-index: 1;
    width: 1181px;
}
.home-flex{
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.home-banner-content{
    width: 48%;
    max-width: 626px;
    margin-right: 40px;
}
.heading-1{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 80px;
    font-weight: 500;
}
.typed-words{
    margin-bottom: 20px;
    color: #00d59b;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
}
.hero-content{
    max-width: 630px;
    font-size: 24px;
    line-height: 43px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #7c828d;}
.select-form{
    margin: 0 0 15px;
}
#email-form-2{
    margin-top: 30px;
}
.wrap{
    margin-bottom: 30px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.w-checkbox{
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 14px 20px 14px 20px;
    border-radius: 25px;
    background-color: #efefef;
    cursor: pointer;
    align-items: center;
    display: flex;
}
.w-checkbox-input{
    position: relative;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    border: 1px solid #7460ec;
    background-color: #fff;
}
input[type='checkbox']{
    margin: 0;
}
.checkbox-field > span{
    margin-left: 10px;
}
.checkbox-field:hover{
    background-image: -webkit-gradient(linear, left top, right top, from(#aaf8de), to(#bce5fc));
}
.banner-button{
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: 130%;
    text-decoration: none;
    background-image: url(https://assets.website-files.com/620cd15…/620cd6c…_cta-arrow.svg),linear-gradient(46deg,#2a9376,#34e89e);
    background-position: 90% 50%,0 0;
    background-size: 28px 28px,auto;
    background-repeat: no-repeat,repeat;
    box-shadow: 0 20px 60px 0 rgb(49 201 144 / 30%);
    cursor: pointer;
    position: relative;
    min-height: 70px;
    min-width: 200px;
    padding: 22px 20px 20px;
    font-size: 20px;
    text-align: left;
    border-radius: 10px;
    background-color: #bce5fc;
    font-weight: 700;
    border: 0;
}
.banner-button:hover {
    background-image: url(https://assets.website-files.com/620cd15…/620cd6c…_cta-arrow.svg),linear-gradient(46deg,#34e89e,#2a9376);
}
.home-banner-image{
    left: auto;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    border-radius: 12px;
    box-shadow: 0 97px 30px 0 rgb(0 0 0 / 5%);
    margin-right: 0;
}
.line-heading{
    position: relative;
    z-index: 1;
    margin-top: 100px;
    text-align: center;
}
.bg-line{
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 100%;
    height: 3px;
    background-color: #efefef;
}
.you-do{
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 60px;
    padding-left: 60px;
    background-color: #fff;
    font-family: 'Sofia pro az',sans-serif;
    color: #00d59b;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}
.doted-text{
    margin-top: 50px;
    background-image: url('../../img/pattern-bg.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}
.font-40{
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}
.bottom-line-3{
    height: 3px;
    max-width: 800px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    background-color: #efefef;
}
.gigster-works-section{
    font-family: "Sofia Pro";
    padding-bottom: 120px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 120px;
}
.half-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    min-height: 900px;
    background-color: #292d34;
}
.work-dot-left{
    position: absolute;
    left: -50px;
    top: 380px;
    z-index: 1;
    width: 470px;
    height: 470px;
}
.work-dot-right{
    position: absolute;
    top: 500px;
    right: 25px;
    z-index: 1;
    width: 453px;
    height: 453px;
}
.ws-container{
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.work{
    position: relative;
    z-index: 2;
    -webkit-box-align: start;
    align-items: flex-start;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.work-img, .work-img-mobile{
    width: 100%;
    max-width: 540px;
    margin-right: 40px;
    border-radius: 10px;
}
.work-content{
    width: 57%;
}
.how-it-works-title{
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 150%;
    font-weight: 700;
}
.work-sub-heading{
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
}
.work-sub-heading.bottom{
    margin-top: 25px;
    margin-bottom: 5px;
    color: #efefef;
    font-size: 20px;
    line-height: 170%;
    font-weight: 400;
}
.work-909{
    width: 909px;
}
.work-pointers{
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    align-items: center;
}
.work-pointers > img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.work-pointers > h3{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    line-height: 43px;
    font-weight: 500;
    font-size: 24px;
}
.work-price{
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    -webkit-box-align: start;
    margin-right: 7px;
    color: #00d59b;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
}
.work-price-box{
    width: 48%;
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 40px 51px 0 rgb(0 0 0 / 5%);
}
.work-price-heading{
    margin-top: 0;
    margin-bottom: 25px;
    color: #292d34;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
.work-price-sub-heading{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    text-align: center;
}
.dark-green-font{
    color: #00a87a;
    font-weight: 500;
}
.price-line{
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    background-color: #efefef;
}
.work-price-item{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
}
.work-price-list{
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: start;
    align-items: flex-start;
}
.check-mark{
    width: 16px;
    height: 13px;
    margin-top: 5px;
    margin-right: 11px;
}
.work-price-point{
    color: #7c828d;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}
.dark{
    color: #292d34;
    font-weight: 500;
}
.work-benefit{
    text-decoration: underline;
    display: block;
    padding-left: 30px;
    color: #7c828d;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    background-color: transparent;
}
.price-line.top-30{
    margin-top: 30px;
}
.from-text{
    font-family: "Sofia Pro";
    color: #292d34;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.cta-pull{
    margin-bottom: -30px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    max-width: 100%;
}
.work-price-per{
    color: #7c828d;
    font-size: 24px;
    line-height: 69px;
    font-weight: 500;
}
.cta-pull > div{
    margin-top: 0;
}
.ol-submit.button.zero.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: -30px;
    min-height: 60px;
    min-width: 250px;
}
.ol-submit.button.zero {
    margin-left: 0;
}
.ol-submit.button {
    background-image: url(https://assets.website-files.com/620cd15…/620cd6c…_cta-arrow.svg),linear-gradient(46deg,#2a9376,#34e89e);
    background-position: 90% 50%,0 0;
    background-size: 28px 28px,auto;
    background-repeat: no-repeat,repeat;
    box-shadow: 0 20px 60px 0 rgb(49 201 144 / 30%);
    cursor: pointer;
}
.ol-submit {
    padding: 22px 20px 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}
.button {
    padding: 16px 42px 14px;
    border-radius: 10px;
    background-color: #bce5fc;
    font-weight: 700;
}
.full-width-100{
    width: 100%;
}
.work-price-text{
    width: 100%;
    margin-top: 90px;
    margin-bottom: 0;
    color: #7c828d;
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.mt-20{
    color: #7c828d;
    text-decoration: underline;
}
.one-click{
    font-family: "Sofia Pro";
    padding-top: 90px;
    padding-bottom: 60px;
}
.medium-2-container {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.medium-2-container{
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.vertical-column{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    text-align: center;
}
.logo-block{
    width: 100%;
    max-width: 330px;
}
.click-logo{
    width: 100%;
    max-width: 327px;
}
.real-time-coverage{
    margin-top: 30px;
    margin-right: 60px;
    margin-left: 60px;
}
.click-line{
    width: 100%;
    max-width: 458px;
}
.click-end{
    max-width: 220px;
}
.click-submit-wrap{
    /*display: inline-block;*/
    display: flex;justify-content: center;
    align-items: center;
    margin-left: 60px;
}
.one-click-text {
    max-width: 260px;
    margin: -30px auto 40px;
    color: #7c828d;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
}
.ol-submit.button.zero.one-click-cta {
    min-height: 60px;
    min-width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
}
.ol-submit.button.zero.one-click-cta:hover, .ol-submit.button.zero.price:hover {
    background-image: url(https://assets.website-files.com/620cd15…/620cd6c…_cta-arrow.svg),linear-gradient(46deg,#34e89e,#2a9376);
    color: white;
}
.ol-submit.button.zero.price:hover .hide-cta-arrow {
    display: none;
}
.ol-submit.button.zero {
    margin-left: 0;
}
.ol-submit.button {
    background-image: url(https://assets.website-files.com/620cd15…/620cd6c…_cta-arrow.svg),linear-gradient(46deg,#2a9376,#34e89e);
    background-position: 90% 50%,0 0;
    background-size: 28px 28px,auto;
    background-repeat: no-repeat,repeat;
    box-shadow: 0 20px 60px 0 rgb(49 201 144 / 30%);
    cursor: pointer;
    height: 20px;
}
.ol-submit {
    position: relative;
    padding: 22px 20px 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}
.app-mobile{
    font-family: "Sofia Pro";
    position: relative;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f9f9f9;
}
.app-mobile-container{
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.pos-relative{
    align-items: flex-start;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.app-left{
    width: 100%;
    max-width: 750px;
    margin-right: 60px;
}
.mobile-icon{
    opacity: 1;
    width: 50px;
    height: 50px;
}
.matter-heading{
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00d59b;
}
.big{
    font-size: 80px;
    line-height: 120%;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.work-price-item.app{
    display: flex;
    margin-top: 40px;
    margin-bottom: 26px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.work-price-list.app{
    width: 50%;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: start;
}
.work-price-point.app{
    font-size: 24px;
    line-height: 24px;
    color: #7c828d;
}
.check-mark.app{
    width: 22px;
    height: 22px;
    margin-top: 0;
    margin-right: 15px;
}
.download-now{
    position: relative;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    align-items: center;
}
.app-download-link-block{
    max-width: 100%;
    display: inline-block;
}
.app-download{
    margin-right: 21px;
}
.app-right{
    position: relative;
}
.relate-image-right{
    position: absolute;
    /*left: 105px;*/
    top: 167px;
}
.mobile-app{
    position: relative;
    width: 100%;
    max-width: 570px;
    margin-top: -190px;
}
.home-testimonial{
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px;
}
.testimonial-bg{
    position: absolute;
    left: -1px;
    top: 15px;
    width: 712px;
}
.testimonial-container{
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.testimonial-image{
    width: 100%;
    max-width: 582px;
    margin-right: 80px;
    border-radius: 12px;
    position: relative;
}
.testimonial-content{
    position: relative;
    width: 100%;
    max-width: 870px;
    margin-top: 60px;
}
.testimonial-quote{
    position: absolute;
    left: -24px;
    top: -99px;
    z-index: -1;
    width: 218px;
    opacity: .5;
}
.testimonial-say{
    margin-bottom: 40px;
    color: #292d34;
    font-size: 40px;
    line-height: 180%;
    font-weight: 500;
}
.testimonial-name{
    margin-top: 0;
    margin-bottom: 0;
    color: #00d59b;
    font-size: 22px;
}
.media-heading{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
}
.media-logo-index > .award-logo{
    max-width: 16.66%;
    padding-right: 25px;
    padding-left: 25px;
    object-fit: contain;
    margin: 0;
}
/*2page*/
.table-pricing-section{
    font-family: "Sofia Pro";
    padding-top: 240px;
    padding-bottom: 100px;
}
.table-container{
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.table-heading{
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 60px;
    line-height: 150%;
    font-weight: 700;
}
.para-text{
    text-align: center;
    margin-bottom: 20px;
    color: #292d34;
    font-size: 20px;
    line-height: 160%;
}
.small-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding-right: 25px;
    padding-left: 25px;
}
.pricing-table{
    margin-top: 40px;
    margin-bottom: 30px;
}
.price-row{
    display: flex;
    align-items: center;
    border-right: 1px solid #e0e0e0;
}
.price-label{
    width: 50%;
    font-size: 18px;
}
.price-quote{
    width: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    color: #292d34;
    font-size: 18px;
    text-align: center;
}
.bold-black-text{
    color: #292d34;
    font-size: 17px;
    font-weight: 500;
}
.week-price-block{
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.price-highlight{
    margin-right: 3px;
    color: #00d59b;
    font-size: 30px;
    line-height: 22px;
    font-weight: 700;
}
.span-text{
    color: #7c828d;
    font-weight: 300;
}
.checkmark-icon{
    width: 18px;
}
.price-quote.phr-14 {
    padding-right: 14px;
    padding-bottom: 0;
    padding-left: 14px;
    border-bottom-width: 0;
}
.primary-button-2._w-auto {
    max-width: none;
    padding: 10px 16px;
    font-size: 18px;
}

.primary-button-2 {
    max-width: none;
    padding: 10px 16px;
    font-size: 18px;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    background-image: linear-gradient(46.19deg,#2a9376 5.66%,#34e89e 94.35%);
    box-shadow: 0 0 20px 0 rgb(49 201 144 / 30%);
    transition: 250ms cubic-bezier(.455, .03, .515, .955);
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
}
.checkbox-0{
    accent-color: #7460ec;
}
.checkbox-1{
    accent-color: #00d59b;
}
.checkbox-2{
    accent-color: #292d34;
}
.checkbox-3{
    accent-color: #ec60e6;
}
.checkbox-4{
    accent-color: #ec60e6;
}
.checkbox-5{
    accent-color: #f0b43f;
}
.checkbox-6{
    accent-color: #80f126;
}
.checkbox-7{
    accent-color: #3f508c;
}
.checkbox-8{
    accent-color: #38af68;
}
.checkbox-9{
    accent-color: #60c2ec;
}
input[type="checkbox"]{
    border: 1px solid red;
    border-radius: 3px;
}
input[type="checkbox"]:before{
    height: 18px;
    width: 18px;
    font-size: 17px;
    justify-content: center;
    display: flex;
    content: '\f00c';
    font-family: FontAwesome;
    color: white;
}