* {
    box-sizing: border-box;
}
body {
    background-color: #252525;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}
a {
    text-decoration: none;
}
ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}
ul.no-list-style {
    list-style: none;
    padding: 0;
}
ul li {
    margin-bottom: 16px;
}
ul li:last-child {
    margin-bottom: 0;
}
@media (max-width: 749px) {
    ul {
        font-size: 16px;
    }
}
.no-wrap {
    white-space: nowrap;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.justify-center {
    justify-content: center;
}
.inter {
    font-family: 'Inter', sans-serif;
}
.space {
    font-family: 'Space Grotesk', sans-serif;
}
.jakarta {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.page-width {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1220px;
}
.left-right-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.left-center-right-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.align-flex-start {
    align-items: flex-start;
    align-content: flex-start;
}
.left-right-container .left,
.left-right-container .right {
    width: calc(50% - 17.5px);
}
.left-center-right-container .left,
.left-center-right-container .right {
    width: calc(25% - 25px);
}
.left-center-right-container .center {
    width: calc(50% - 25px);
}


@media (max-width: 749px) {    
    .left-right-container {
        flex-wrap: wrap;
    }
    .left-center-right-container {
        flex-wrap: wrap;
    }    
    .left-right-container .left,
    .left-right-container .right {
        width: 100%;
    }
    .left-center-right-container .left,
    .left-center-right-container .right {
        width: 100%;
    }
    .left-center-right-container .center {
        width: 100%;
    }
}


.inline-links {
    display: flex;
    align-items: center;
    align-content: center;
}
a.text-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0E9CFF;
    margin-right: 32px;
    display: flex;
    align-items: center;
    align-content: center;
}
a.text-link svg {
    margin: 0 17px 0 0;
}

.button {
    padding: 16px 24px;
    background: #0E9CFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.button.no-background {
    border: 1px #0E9CFF solid;
    background-color: transparent;
}

@media (min-width: 750px) {
    .desktop-hide {
        display: none !important;
    }
}

@media (max-width: 749px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-text-center {
        text-align: center;
    }
}
.hide {
    display: none !important;
}


/* Header */
header {
    padding: 50px 0 0;
    margin: 0 0 -10px;
}
header .page-width {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
header .page-width .right-links {
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-end;
    justify-content: flex-end;
}
@media (max-width: 749px) {    
    header {
        padding: 15px 0 0;
    }
    header svg {        
        height: 21px;
        width: auto;
    }
    header a.button {
        padding: 12px;
        font-size: 14px;
        line-height: 17px;
    }
}

/* Drive sales */
.drive-sales {
    background-image: url(assets/drive-sales.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 110px 0 180px;
}
.drive-sales h2 {
    font-weight: 500;
    font-size: 72px;
    line-height: 92px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.drive-sales-graph {
    position: relative;
    margin-top: 30px;
}
.drive-sales img {
    max-width: 100%;
}

@media (max-width: 749px) {
    .drive-sales {
        padding: 60px 0 70px;
        background-image: url(assets/drive-sales-mobile.png);
    }
    .drive-sales h2 {
        font-size: 40px;
        line-height: 120%;
    }    
    .drive-sales .drive-sales-graph {
        max-width: calc(100% - 5px);
        margin-top: 0;
    }
    .drive-sales .left {
        margin-bottom: 30px;
    }
}

/* Set sale goals */
.set-sale-goals {
    padding: 85px 0 160px;
}
.set-sale-goals h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
    margin-bottom: 100px;
}
.set-sale-goals h2 svg {    
    display: inline-block;
    position: relative;
    top: 10px;
}
.set-sale-goals h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 40px 0 24px;
}
.circle-data-container {
    width: 100%;
    height: 100%;
    background-image: url(assets/circle-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    position: relative;
}
.circle-data-container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #252525 -10%, rgba(37, 37, 37, 0) 133.4%);
    z-index: 1;
}
.circle-data {
    padding: 16px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 2;
    background: #262626;
    opacity: 0.95;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 50%;
    margin: 0 5% 0 auto;
}
.circle-data-svg {
    position: relative;
}
.circle-data-number {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.circle-data-number span {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    display: block;
    text-align: center;
}
.circle-data-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding-left: 16px;
}

@media (max-width: 749px) {
    .set-sale-goals {
        padding: 0;
    }
    .set-sale-goals h2 {        
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 42px;
    }
    .set-sale-goals h2 svg {
        height: 42px;
        width: auto;
    }
    .set-sale-goals h3 {
        font-size: 20px;
        line-height: 150%;
    }
    .set-sale-goals .left {
        order: 0;
    }
    .set-sale-goals .right {
        order: 1;
        margin-bottom: 30px;
    }
    .set-sale-goals .center {
        order: 2;
    }    
    .circle-data-svg svg {
        width: 74px;
        height: 74px;
    }
    .circle-data-number {
        font-size: 15px;
        line-height: 18px;
    }
    .circle-data-number span {
        font-size: 10px;
        line-height: 12px;
    }
    .circle-data-info {
        font-size: 9px;
        line-height: 13px;
        padding-left: 10px;
    }
    .circle-data-container {
        background-image: url(assets/circle-background-mobile.png);
    }
}

/* Gamify */
.gamify {
    padding: 0 0 140px;
}
.gamify h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.gamify ul li {
    margin-bottom: 32px;
}
.gamify img {
    max-width: 400px;
    width: 100%;
}

.badge {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #FFBC0E;
    border-radius: 22px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFBC0E;
}
.badge svg {
    margin-bottom: -2px;
    display: inline-block;
    margin-right: 3px;
}

.badge.adjust-position {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.gamify .badge {
    margin-left: 12px;
}
.gradient-container {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.gradient-container::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #252525 4.51%, rgba(37, 37, 37, 0) 62.4%);
}

@media (max-width: 749px) {    
    .gamify {
        padding: 65px 0 30px;
    }
    .gamify h2 {        
        font-size: 32px;
        line-height: 41px;
    }
    .gamify .badge {
        position: relative;
        top: -10px;
    }
    .gamify .badge:first-of-type {
        margin-left: 0;
    }
    .gamify img {
        max-width: 270px;
    }
}

/* No training */
.no-training {
    background-color: #212121;
    padding: 90px 0 0;
    margin-bottom: -20px;
}
.no-training img {
    max-width: 115%;
    margin-left: -20%;
    margin-bottom: -25px;
}
.no-training h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
}
.no-training ul {
    color: #B3B3B3;
}
.no-training ul li {
    margin-bottom: 32px;
}

@media (max-width: 749px) {    
    .no-training {
        padding: 56px 0 30px;
    }
    .no-training h2 {        
        font-size: 32px;
        line-height: 41px;
    }
    .no-training .right {
        order: 0;
        width: 100%;
    }
    .no-training .left {
        order: 1;
        width: 100%;
    }
    .no-training img {
        max-width: 300px;
        margin: 0;
    }
}


/* Incentivize */
.incentivize {
    padding: 200px 0 0;
}
.incentivize h2 {    
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
    margin-bottom: 37px;
}
.incentivize p {    
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #B3B3B3;
}
.incentivize p.boxed {
    padding: 40px;    
    background: #212121;
    border-radius: 8px;
}

@media (max-width: 749px) {    
    .incentivize {
        padding: 40px 0 0;
    }
    .incentivize h2 {        
        font-size: 32px;
        line-height: 41px;
    }
    .incentivize p {    
        font-size: 16px;
    }
    .incentivize p.boxed {
        padding: 40px 15px;
    }
}

/* Industry leading */
.industry-leading {
    padding: 180px 0 0;
}
.industry-leading h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
    margin-bottom: 70px;
}
.boxes-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.boxes-container .box {    
    width: calc(25% - 30px);
    padding: 32px;
    border: 1px solid #0E9CFF;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 15px;
}
.boxes-container .box .box-svg {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 24px 0;
}
.boxes-container .box .box-svg svg {
    width: 32px;
}
.boxes-container .box h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    height: 80px;
    margin-bottom: 24px;
}
.boxes-container .box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #B3B3B3;
    margin: 0 0 12px;
}
.boxes-container .box p small {
    font-size: 12px;
}

@media (max-width: 749px) {    
    .industry-leading {
        padding: 48px 0 0;
    }
    .industry-leading h2 {        
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 37px;
    }
    .industry-leading .boxes-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        width: calc(100% + 32px);
        margin-left: -16px;
        justify-content: flex-start;
    }
    .industry-leading .boxes-container .box {
        width: 292px;
        min-width: 292px;
        margin: 0 0 0 16px;
    }
    .industry-leading .boxes-container .box:last-child {
        margin-right: 16px;
    }
}

/* Pricing plans */
.pricing-plans {
    padding: 210px 0 0;
}
.pricing-plans h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
    margin: 0 0 35px;
}
.pricing-plans .box:first-child {
    margin-left: 0;
    width: calc(25% - 15px);
}
.pricing-plans .box:last-child {
    margin-right: 0;
}
.box.no-border {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.box.no-border p {
    color: #B3B3B3;
}
.box.no-border .button {
    margin-top: 25px;
    display: inline-block;
}
.box.full-background {
    background-color: #0E9CFF;
}
.box.full-background p {
    color: #FFFFFF;
}
.pricing-plans h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 51px;
    color: #FFFFFF;
    margin: 0 0 12px;
}
.box.full-background p.pricing {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
}
.box.full-background .badge {
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.box.border-highlight {
    border: 3px #FFBC0E solid;
}

@media (max-width: 749px) {
    .pricing-plans {
        padding: 100px 0 0;
    }
    .pricing-plans h2 {        
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 37px;
    }
    .boxes-container .box {
        width: 100%;
        margin: 0 0 32px;
    }
    .pricing-plans .box:first-child {
        width: 100%;
    }
    .boxes-container .box.no-border {
        padding: 0;
    }
    .boxes-container .box.no-border .button {
        width: 100%;
    }
}

/* Get help */
.get-help {
    padding: 190px 0 140px;
}
.get-help h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
    margin: 32px 0 42px;
}
.get-help .buttons .button:first-child {
    margin-right: 40px;
}
.get-help .button {
    display: inline-block;
    width: 50%;
    max-width: 185px;
}
.get-help img {
    max-width: 100%;
}

@media (max-width: 749px) {    
    .get-help {
        padding: 64px 0 58px;
    }
    .get-help h2 {        
        font-size: 32px;
        line-height: 41px;
        margin: 0 0 37px;
    }
    .get-help .right {
        order: 0;
        margin-bottom: 37px;;
    }
    .get-help .left {
        order: 1;
    }
    .get-help .buttons .button:first-child {
        margin-right: 0;
        margin-bottom: 18px;
    }
    .get-help .button {
        width: 100%;
        max-width: unset;
    }
    .get-help img {
        max-width: 300px;
    }
}

/* Get help */
.get-notified {
    padding: 110px 0;
    background-color: #212121;
}
.get-notified .left,
.get-notified .right {
    max-width: 488px;
}

.get-notified h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 71px;
    color: #FFFFFF;
}
.get-notified input[type="email"] {
    border: 0;
    padding: 16px 24px;
    background: #252525;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 24px;
    width: 100%;
    display: block;
}
.get-notified input[type="email"]::placeholder {
    opacity: 1;
    color: #FFFFFF;
}
.get-notified input[type="submit"] {
    background: #0E9CFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.002em;
    color: #FFFFFF;
    border: 0;
    width: 50%;
    max-width: 185px;
    cursor: pointer;
}
.get-notified button.needsclick {
    width: 185px;
}
.get-notified p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #8B8B8B;
    margin: 24px 0 0;
}

@media (max-width: 749px) {    
    .get-notified {
        padding: 48px 0;
    }
    .get-notified h2 {        
        font-size: 32px;
        line-height: 41px;
        margin: 0 0 40px;
    }
    .get-notified p {
        font-size: 10px;
    }
}

/* Footer */
footer {
    background-color: #0D0D0D;
    padding: 48px 0 64px;
}

footer p {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
    margin: 24px 0 0;
}
footer p + p {
    margin-top: 10px;
}
footer p a,
footer p a:focus,
footer p a:hover,
footer p a:active {
    color: inherit;
}
.footer-link {
    margin: 0 5px;
    white-space: nowrap;
}