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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
 h2{
  margin-bottom:10px;
}
@media (min-width: 320px){
    p{
  font-family: "proxima-nova";
 font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
  li{
      font-family: "proxima-nova";
 font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  }
  h1{
  font-family: "termina";
  font-size: 39px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 40px;	
}
  h1.sml-title{
    font-size: 44px;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 44px;
}
  h2.lrg-title{
    font-family: "termina";
   font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px;
  }
 
  h2{
  font-family: "termina";
  font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 26px;	
}
  h2.smlr-title{
	  font-family: "termina";
  font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px;
}
h3{
  font-family: "termina";
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 26px;
}
  .proof-accomp {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 700;
}


    .cta-page-center h2.lrg-title {
    font-family: "termina";
    font-size: 35px;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 38px;
}
  .special-btn{
        font-size: 26px;
        line-height: 26px;
  }
  .mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span{
    font-size: 16px!important;
    line-height: 18px !important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a strong{
    text-indent: 0px!important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a p{
    font-size: 16px!important;
        white-space: inherit !important;
        line-height:16px !important;
        text-align:left;
            text-indent: 0px!important;
}
   .a-testimonial h2{
      font-family: "termina";
 font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
  }
}
@media (min-width: 375px){
  .mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span{
    font-size: 20px!important;
    line-height: 22px !important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a strong{
    text-indent: 0px!important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a p{
    font-size: 18px!important;
        white-space: inherit !important;
        line-height:18px !important;
        text-align:left;
            text-indent: 0px!important;
}
   h2.lrg-title{
	  font-family: "termina";
  font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px;
}
}
@media (min-width: 450px){
  .mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span{
    font-size: 20px!important;
    line-height: 22px !important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a strong{
    text-indent: 0px!important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a p{
    font-size: 22px!important;
        white-space: inherit !important;
        line-height:22px !important;
        text-align:left;
            text-indent: 0px!important;
}
h2 {
    font-family: "termina";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
}
   
    .a-testimonial h2{
      font-family: "termina";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;	
  }
     
}
@media (min-width: 600px){
  h2{
  font-family: "termina";
  font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px;
}
  h1.sml-title{
    font-size: 72px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 72px;
}
  h2.smlr-title{
	  font-family: "termina";
  font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px;
}
h3{
  font-family: "termina";
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 32px;
}
    .special-btn{
        font-size: 26px;
        line-height: 26px;
  }
  .proof-accomp {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 700;
}
      .cta-page-center h2.lrg-title {
    font-family: "termina";
    font-size: 45px;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 45px;
}

}
@media (min-width: 768px){
   p{
  font-family: "proxima-nova";
 font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
} 
  li{
      font-family: "proxima-nova";
 font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  }
    .special-btn{
        font-size: 32px;
        line-height: 32px;
  }
  h1{
  font-family: "termina";
 font-size: 35px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 44px;
}
  h1.sml-title{
font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 52px;
}
  h2.lrg-title{
	  font-family: "termina";
font-size: 48px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 52px;
}
  .cta-page-center h2.lrg-title {
    	  font-family: "termina";
    font-size: 66px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 59px;	
  }
  h2.smlr-title{
	  font-family: "termina";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
}
h3{
  font-family: "termina";
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 32px;
}
    .a-testimonial h2{
      font-family: "proxima-nova";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;	
  }
  h2{
  font-family: "termina";
  font-size: 36px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 36px;
}
    
}
@media (min-width: 950px){
    h2{
  font-family: "termina";
  font-size: 38px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 50px;
}
  h1{
  font-family: "termina";
  font-size: 52px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 59px;	
}
  h1.sml-title{
    font-size: 72px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 72px;
}
  h2.lrg-title{
	  font-family: "termina";
  font-size: 36px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 36px;
}
  h2.smlr-title{
	  font-family: "termina";
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 48px;
}
h3{
  font-family: "termina";
  font-size: 36px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 36px;
}
}
@media (min-width: 1024px){
  h1{
  font-family: "termina";
  font-size: 52px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 59px;
}
  h1.sml-title{
font-size: 48px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 52px;
}
  h2.lrg-title{
	  font-family: "termina";
  font-size: 36px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 36px;
}
  h2.smlr-title{
	  font-family: "termina";
  font-size: 32px;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 48px;
}
h3{
  font-family: "termina";
  font-size: 36px;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 36px;

}
}
@media (min-width: 1100px){
}
@media (min-width: 1200px){
}
@media (min-width: 1300px){
}



.case-txt-block h4 strong{
  font-weight:700 !important;
}

p.spanh3{
    font-family: "proxima-nova";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  margin-left:0px !important;
  margin-top:0px;
}
h4{
	
}

h5{
	
}


.lrg-title{
  margin-bottom:0px;
}
.btn-wraps .btn{
    font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}

.header-small{
    font-family: "proxima-nova";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
}

p.privacy-policy{
font-family: "proxima-nova";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
margin-top:0px !important;
margin-bottom:0px !important;
}
.privacy-policy a{
font-family: "proxima-nova";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
margin-top:0px !important;
margin-bottom:0px !important;
  color:#fff;
}


.featuresCarousel-title, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
/*   text-transform:lowercase; */
}
.hs-item-has-children:after{
  content:'';
}
@media (min-width: 320px){
.home-btns{
    width:100% !important;
}
.home-btns .span4{
   flex:1 48%;
}
}
@media (min-width: 700px){
.home-btns{
    width:90% !important;
}
.home-btns .span4{
   flex:1 48%;
}
}
@media (min-width: 768px){
.home-btns{
    width:100% !important;
}
.home-btns .span4{
   flex:1 48%;
  max-width:44%;
}
}
@media (min-width: 800px){
.home-btns{
    width:100% !important;
}
.home-btns .span4{
   flex:1 48%;
}
}
@media (min-width: 950px){
.home-btns{
    width:85% !important;
}
.home-btns .span4{
   flex:1 48%;
}
}
@media (min-width: 1200px){
.home-btns{
    width:65% !important;
}
.home-btns .span4{
   flex:1 48%;
}
}

@media (min-width: 1300px){
.home-btns{
    width:65% !important;
}
.home-btns .span4{
   flex:1 48%;
}
}
h1, h2{
  color:#312C43;
}
p{
  color: #000;
}
  p{
  font-family: "proxima-nova";
}
h1{
  font-weight:600 !important;
}
@media (min-width: 320px){
.site-logo{
    width:50% !important;
}
.company-slide-text{
  flex:1 100%;
  padding:0px;
  padding-left:0px;
}
  .company-slide-img{
  flex:1 100%;
}
    .company-slide-content {
    display: flex;
    flex-direction: column;
}
/*   .company-slide-img:before{
    content:'';
    display:block;
    padding-bottom:100%;
  } */

  .company-slide-inner {
    padding: 15px;
}
  .company-slide{
  margin:8px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.23);

}
    .third-max{
max-width: 100%;
}
  .third{
  flex:1 100%
}
  .third-max2{
 max-width: 100%; 
}
    .half-max{
  max-width:100%;
}


  .whole{
  flex:1 100%;
}
.half{
  flex: 1 100%;
}

.fourth{
  flex:1 100%;
}
        .small-page-center .row-fluid{
max-width: 95vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
}
  .testimonial-page.small-page-center .row-fluid{
    max-width: 100vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
  }
    .flip .page-center .row-fluid{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    
}
  .flip .span8{
        width:100%;
}
    .flip .span4{
           width:100%;
}
    .pad-0{
  padding:15px;
}
.pad-10{
  padding:20px;
}
.pad-20{
  padding:20px;
}
.pad-30{
   padding:20px;
}
.pad-40{
   padding:20px;
}
.pad-50{
   padding:20px;
}
.pad-60{
   padding:20px;
}
.pad-70{
  padding:20px;
}
  .a-testimonial .pad-70 {
    padding: 31px;
}
  .top-0{
	top:initial;
}
.top-10{
	top:initial;
}
.top-20{
	top:initial;
}
.top-30{
top:initial;
}
.top-40{
top:initial;
}
.top-50{
	top:50px;
}
.top-60{
	top:initial;
}
.top-70{
	top:initial;
}
.top-80{
	top:initial;
}
.top-90{
	top:initial;
}
.top-100{
	top:initial;
}
.top-110{
	top:initial;
}
.top-120{
top:initial;
}
.top-130{
top:initial;
}
.top-140{
	top:initial;
}
.top-150{
	top:initial;
}
  .marg-bot-per-0{
	margin-bottom:0%;
}
.marg-bot-per-5{
	margin-bottom:5%;
}
.marg-bot-per-10{
	margin-bottom:10%;
}
.marg-bot-per-20{
	margin-bottom:20px;
}
.marg-bot-per-30{
	margin-bottom:30%;
}
.marg-bot-per-40{
	margin-bottom:40%;
}
.marg-bot-per-50{
	margin-bottom:50%;
}
.marg-bot-per-60{
	margin-bottom:60%;
}
.marg-bot-per-70{
	margin-bottom:70%;
}
.marg-bot-per-80{
	margin-bottom:0%;
}
.marg-bot-per-90{
margin-bottom:90%;	
}
.marg-bot-per-100{
margin-bottom:100%;	
}
  .influencer-strats .shadow-container:nth-child(n+2) .shadow-box-inner{
  padding:15px !important;
}
/*   .page-header-inner.vert-cent .row-fluid-wrapper .row-fluid{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-items:initial;
} */
}

@media (min-width: 450px){


}
@media (min-width: 600px){
.company-slide-text{
  flex:1 60%;
  padding:30px;
  padding-left:50px;
}
    .company-slide-img{
  flex:1 40%;
}
    .company-slide-content {
    display: flex;
    flex-direction: row;
}
  .third{
  flex:1 49%;
}
  .third-max{
 max-width: 49%; 
}
}
@media (min-width: 768px){
  .site-logo{
    width:20% !important;
}
.top-60{
	top:initial;
}

  .company-slide-content {
    display: flex;
    flex-direction: row;
}
  .company-slide-inner {
    padding: 10px;
}
  .company-slide{
  margin:20px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);

}
    .third-max{
max-width: 48%;
}
  .third{
  flex:1 49%
}
    .half-max{
  max-width:50%;
}

.third-max2{
 max-width: 100%; 
}
  .whole{
  flex:1 100%;
}
.half{
  flex: 1 47%;
}

.fourth{
  flex:1 50%;
}
        .small-page-center .row-fluid{
max-width: 80vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
}
    .testimonial-page.small-page-center .row-fluid{
    max-width: 80vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
  }
    .pad-0{
  padding:20px;
}
.pad-10{
  padding:10px;
}
.pad-20{
  padding:20px;
}
.pad-30{
   padding:30px;
}
.pad-40{
   padding:40px;
}
.pad-50{
   padding:50px;
}
.pad-60{
   padding:20px;
}
.pad-70{
  padding:70px;
}
  .a-testimonial .pad-70 {
    padding: 70px;
}
  .top-0{
	top:0px;
}
.top-10{
	top:10px;
}
.top-20{
	top:20px;
}
.top-30{
	top:30px;
}
.top-40{
	top:40px;
}
.top-50{
	top:50px;
}

.top-70{
	top:70px;
}
.top-80{
	top:80px;
}
.top-90{
	top:90px;
}
.top-100{
	top:100px;
}
.top-110{
	top:110px;
}
.top-120{
	top:120px;
}
.top-130{
	top:130px;
}
.top-140{
	top:140px;
}
.top-150{
	top:150px;
}
  .marg-bot-per-0{
	margin-bottom:0%;
}
.marg-bot-per-5{
	margin-bottom:5%;
}
.marg-bot-per-10{
	margin-bottom:10%;
}
.marg-bot-per-20{
	margin-bottom:20%;
}
.marg-bot-per-30{
	margin-bottom:30%;
}
.marg-bot-per-40{
	margin-bottom:40%;
}
.marg-bot-per-50{
	margin-bottom:50%;
}
.marg-bot-per-60{
	margin-bottom:60%;
}
.marg-bot-per-70{
	margin-bottom:70%;
}
.marg-bot-per-80{
	margin-bottom:0%;
}
.marg-bot-per-90{
margin-bottom:90%;	
}
.marg-bot-per-100{
margin-bottom:100%;	
}
    .half-max{
  max-width:48%;
}
  .influencer-strats .shadow-container:nth-child(n+2) .shadow-box-inner{
  padding:30px !important;
}
/*     .page-header-inner.vert-cent .row-fluid-wrapper .row-fluid{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
} */
}
@media (min-width: 800px){
.pad-60{
   padding:60px;
}
}
@media (min-width: 950px){
    .company-slide-inner {
    padding: 30px;
}

.company-slide-text{
  flex:1 60%;
  padding:30px;
  padding-left:50px;
}
    .third-max{
max-width: 49%;
}
  .third{
  flex:1 46%
}
      .small-page-center .row-fluid{
max-width: 80vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
}
    .testimonial-page.small-page-center .row-fluid{
   max-width: 80vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
  }
  .flip .page-center .row-fluid{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    
}
  .pad-0{
  padding:20px;
}
.pad-10{
  padding:10px;
}
.pad-20{
  padding:20px;
}
.pad-30{
   padding:30px;
}
.pad-40{
   padding:40px;
}
.pad-50{
   padding:50px;
}
.pad-60{
   padding:60px;
}
.pad-70{
  padding:70px;
}
  .half-max{
  max-width:50%;
}

}

@media (min-width: 1024px){
  .top-60{
	top:60px;
}
  .flip .span8{
        width: 65.74585634900001%;
}
    .flip .span4{
            width: 31.491712705%;
}
.company-slide-text{
  flex:1 60%;
  padding:30px;
  padding-left:50px;
}
    .third-max{
max-width: 31%;
}
  .third{
  flex:1 30%
}
        .small-page-center .row-fluid{
max-width: 75vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
}
    .testimonial-page.small-page-center .row-fluid{
    max-width: 75vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
  }
    .flip .page-center .row-fluid{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    
}
  
}

@media (min-width: 1100px){

.company-slide-text{
  flex:1 60%;
  padding:30px;
  padding-left:50px;
}
    .third-max{
max-width: 31%;
}
        .small-page-center .row-fluid{
max-width: 63vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
}
    .testimonial-page.small-page-center .row-fluid{
    max-width: 63vw;
    display: flex;
 
    align-items: center;
    margin: 0 auto;
  }
  .influencer-strats .shadow-container:nth-child(n+2) .shadow-box-inner{
  padding:20px !important;
}
}
@media (min-width: 1200px){
    .influencer-strats .shadow-container:nth-child(n+2) .shadow-box-inner{
  padding:60px !important;
}
  .third-max{
max-width: 28%;
}
  .half-max{
  max-width:50%;
}

.third-max2{
 max-width: 32%; 
}
  .whole{
  flex:1 100%;
}
.half{
  flex: 1 47%;
}

.fourth{
  flex:1 22%;
}
}


@media (min-width: 1200px){

.company-slide-text{
  flex:1 60%;
  padding:30px;
  padding-left:50px;
}
  
}













@media (min-width: 320px){
  .equal-cols .row-fluid>div {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
}
  .light-extra-left{
   padding-left:0;
}
  .light-extra-right{
  padding-right:0;
}
  .light-padding{
  padding-top:50px;
  padding-bottom:50px;
}
}
@media (min-width: 375px){
}
@media (min-width: 450px){
}
@media (min-width: 600px){
    .extra-light-padding{
  padding-top:40px;
  padding-bottom:40px;
}
  .light-padding{
  padding-top:50px;
  padding-bottom:50px;
}
}
@media (min-width: 768px){

.light-extra-left{
   padding-left:3vw;
}
  .light-extra-right{
  padding-right:3vw;
}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 10px 14px;
  }
}
@media (min-width: 950px){
  .equal-cols .row-fluid>div {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
    .extra-light-padding{
  padding-top:40px;
  padding-bottom:40px;
}
  .light-padding{
  padding-top:80px;
  padding-bottom:80px;
}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 10px 20px;
  }
}
@media (min-width: 1024px){
}
@media (min-width: 1100px){
}
@media (min-width: 1200px){
}
























@media (min-width: 320px){
.joy-img-col:before{
    padding-bottom:100%;
}
    .img-bot-pad30{
	padding-bottom:0% !important;
}
    .img-bot-pad40{
	padding-bottom:40% !important;
}
    .img-bot-pad50{
	padding-bottom:0% !important;
}
.img-bot-pad60{
	padding-bottom:0% !important;
}
.img-bot-pad70{
	padding-bottom:0% !important;
}
.img-bot-pad80{
	padding-bottom:0% !important;
}
.img-bot-pad90{
	padding-bottom:0% !important;
}
.img-bot-pad100{
	padding-bottom:0% !important;
}
.background-wave{
    background-size:cover !important;
        position: absolute !important;
    width: 100%;
}
.delay-resize .span6{
    display:flex;
    flex:1 100%;
    max-width:100%;
}
.delay-resize .hs_cos_wrapper{
    padding:0px;
}
.delay-resize2 .span7, .delay-resize2 .span5{
    display:flex;
    flex:1 100%;
    max-width:100%;
}
.delay-resize2 .hs_cos_wrapper{
    padding:0px;
}
.minus-bottom-marg .shadow-box-inner {
    margin-bottom:20px !important;
}
.mobile-pad{
    padding-top:40px !important;
    padding-bottom:10px !important;
}
.start-mobile .opac-mobile-img .joy-img-col{
        position: relative;
    opacity: 1;
    z-index: 1 !important;
    top: initial;
        height: initial;
    width: 100%;
    max-width:100% !important;
}
.start-mobile .opac-mobile-img-right .joy-img-col{
        position: relative;
    opacity: 1;
    z-index: 1 !important;
    top: initial;
        height: initial;
    width: 100%;
    max-width:100% !important;
    background-position: center !important;
}
.minus-thirty .shadow-box-inner{
    padding:0px !important;
}
  .large-bottom-padding{
  padding-bottom:30px;
}
  .connect-form #hs_cos_wrapper_module_1605545309439794{
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
  padding:20px;
}
}
@media (min-width: 450px){
.start-mobile .opac-mobile-img .joy-img-col{
        position: absolute;
    opacity: .2;
    z-index: -1 !important;
    top: 0px;
        height: 100%;
    width: 100%;
     max-width:100% !important;
}
.start-mobile .opac-mobile-img-right .joy-img-col{
        position: absolute;
    opacity: .3;
    z-index: -1 !important;
    top: 0px;
        height: 100%;
    width: 100%;
     max-width:100% !important;
     background-position: right !important;
}
}
@media (min-width: 600px){
    .start-mobile .opac-mobile-img .joy-img-col{
        position: relative;
    opacity: 1;
    z-index: 1 !important;
    top: initial;
        height: initial;
    width: 100%;
}
    .start-mobile .opac-mobile-img-right .joy-img-col{
        position: relative;
    opacity: 1;
    z-index: 1 !important;
    top: initial;
        height: initial;
    width: 100%;
    background-position: center !important;
}
    .delay-resize .span6{
    display:flex;
    flex:1 47%;
    max-width:50%;
}
.delay-resize .hs_cos_wrapper{
    padding:10px;
}
    .delay-resize2 .span7{
        flex:1 48%;
    max-width:50%;
    }
    .delay-resize2 .span5 {
    flex:1 48%;
    max-width:50%;
    }
    .minus-thirty .shadow-box-inner{
    padding:30px !important;
}
}

@media (min-width: 768px){
  .connect-form #hs_cos_wrapper_module_1605545309439794{

  padding:25px;
}
  .large-bottom-padding{
  padding-bottom:150px;
}
    .delay-resize2 .span7{
        flex:1 57.182320438000005%;
        max-width:55.182320438000005% ;
    }
    .delay-resize2 .span5 {
        flex:1 40.055248616%;
        max-width:38%;
    }
.delay-resize .hs_cos_wrapper{
    padding:10px;
}
      .img-bot-pad30{
	padding-bottom:30% !important;
}
     .img-bot-pad40{
	padding-bottom:40% !important;
}
    .img-bot-pad50{
	padding-bottom:50% !important;
}
.img-bot-pad60{
	padding-bottom:60% !important;
}
.img-bot-pad70{
	padding-bottom:70% !important;
}
.img-bot-pad80{
	padding-bottom:80% !important;
}
.img-bot-pad90{
	padding-bottom:90% !important;
}
.img-bot-pad100{
	padding-bottom:100% !important;
}
.joy-img-col:before{
    padding-bottom:0%;
}
.background-wave{
    background-size:contain !important;
        position: relative !important;
    width: 100%;
}
.minus-bottom-marg .shadow-box-inner {
    margin-bottom:60px !important;
}
.mobile-pad{
    padding-top:40px !important;
    padding-bottom:0px !important;
}
}



@media (min-width: 950px){
  .connect-form #hs_cos_wrapper_module_1605545309439794{

  padding:50px 60px;
  }
}



.start-mobile .mobile-center-flip > .row-fluid-wrapper > .row-fluid{
    flex-direction:column-reverse;
        flex-direction: column-reverse !important;
    align-items: initial !important;
    flex-wrap: nowrap !important;

}
.start-mobile .mobile-center-flip > .row-fluid-wrapper .row-fluid div{
    
    justify-content: center;
    text-align: center;
  flex-direction:column;
}
.start-mobile .mobile-center-flip > .row-fluid-wrapper .span7{
    align-items: inherit !important;
    justify-content: center;
    text-align: center;
  flex-direction:column;
}
.start-mobile .mobile-center-flip > .row-fluid-wrapper .span7 div{
  display:flex;
  flex:1;
}
.start-mobile .mobile-center-flip .joy-img-col{
    margin: 0 auto !important;
}



.start-mobile .mobile-flip > .row-fluid-wrapper > .row-fluid{
    flex-direction:column-reverse;
        flex-direction: column-reverse;
    align-items: initial !important;
    flex-wrap: nowrap !important;

}
.start-mobile .mobile-flip > .row-fluid-wrapper .row-fluid div{

}
.opac-mobile-img{
  position:relative;
}


.start-mobile .featuresCarousel-link {
    display:none!important;
}

.company-slide p
/* \\\\\\\\\\\\\\\\TEST\\\\\\\\\ */




/* .start-mobile .featuresCarousel-selection.-is-active .featuresCarousel-subtitle, .featuresCarousel-selection.-is-active .featured-mobile-img{
    background: #f7f7f7 !important;
}
.start-mobile .featuresCarousel-link {
    display:none!important;
}
.start-mobile .featuresCarousel-selection.-is-active .featuresCarousel-subtitle{
    margin-bottom:0px !important;
    padding: 15px 15px 15px 15px;
    border-top-right-radius:16px;
    border-top-left-radius:16px;
}
.start-mobile .featuresCarousel-selection.-is-active .featured-mobile-img{
    padding: 15px 0px 15px 0px;
     border-bottom-right-radius:16px;
    border-bottom-left-radius:16px;
}
.start-mobile .homepage-featuresCarousel .featuresCarousel-selection.-is-active .featured-mobile-img {
    max-width: 300px;
    width: 100% !important;
}
 */








body{
    margin: 0px !important;
}
.hs-tools-menu{
    display: none !important;
}

@media (min-width: 320px){
    .company-slide p{
    display: none;
}
.combine-foot{
    margin-top:30px;
}
.combine-foot .row-fluid{
    display: flex;
}
.combine-foot .span6{
    width:50%;
    flex:1 49%;
}
.combine-foot .span6:nth-child(2){
    display: flex;
    justify-content: center;
}
.footer-main-menu a{
    padding-left:0px !important;
}
.footer-social i{
    margin-right:6px;
}
.company-slide-img:before {
    content: '';
    display: block;
    padding-bottom: 80%;
}
.company-slide-img{
    background-size:contain !important;
}
.company-slide-text{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.policy-sect{
    padding-top:10px;
    padding-bottom:10px;
}
.testimonial-page .text-center{
    padding-left:3%;
    padding-right:3%;
}
}
@media (min-width: 375px){
}
@media (min-width: 450px){
    .company-slide-img:before {
    content: '';
    display: block;
    padding-bottom: 60%;
}
.company-slide-img{
    background-size:contain !important;
}
}
@media (min-width: 600px){
}
@media (min-width: 768px){
    .policy-sect{
    padding-top:0px;
    padding-bottom:0px;
}
.company-slide-text{
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    flex-direction: column;
    text-align: left;
}
    .company-slide p{
    display: block;
}
.testimonial-page .text-center{
    padding-left:0%;
    padding-right:0%;
}
}
@media (min-width: 950px){
        .company-slide p{
    display: block;
}
.company-slide-img:before {
    content: '';
    display: block;
    padding-bottom: 80%;
}
.company-slide-img{
    background-size:cover !important;
}
}
@media (min-width: 1024px){
}
@media (min-width: 1100px){
}
@media (min-width: 1200px){
}


.privacy-policy a, p.privacy-policy{
    font-weight:500 !important;
    color:#967EE1 !important;
}
.owl-nav span {
    color: #7c54ff !important;
}

.home-btns .btn-wraps{
  margin-right:5px;
}
.joy-header-inner{
    padding-left:0px !important;
    padding-right: 0px !important;
}
.proof-img img{
  width:100% !important;
  height:auto !important;
}
.left-gutter.no-marg-left{
margin-left:0px !important;
  margin:0px !important;
}
.wrapped .row-fluid{
  display:flex;
  flex-wrap:wrap;
}
.all-cent{
  align-items:center;
  display:flex;
}


.proof-s.one-flex div{
    flex:1;
}

@media (min-width: 320px){
        .third.proof-s{
    flex:1 100% !important;
}
.half.proof-s{
 flex:1 100% !important;   
}
    .fourth.proof-s{
    flex:1 100% !important;
}
}
@media (min-width: 768px){
    .third.proof-s{
  flex:1 31% !important;  
}
.half.proof-s{
    flex:1 48% !important;
}
  .fourth.proof-s{
    flex:1 48% !important;
}
}
@media (min-width: 950px){

  .fourth.proof-s{
    flex:1 23% !important;
}
}


 .mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  opacity:1 !important;
  visibility:visible !important;
}
/* .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  visibility:visible !important;
  opacity:1 !important;
} */
.site-nav .hs-item-has-children > a{
    pointer-events: none !important;
}

.mobile-open .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-left: 5vw;
    padding-right: 5vw;
}
.mobile .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

  @import url("https://use.typekit.net/zjl5wfj.css");



/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
  margin:0px;
  overflow-x:hidden;
}
html{
  overflow-x:hidden;
  scroll-behavior: smooth;

}
h1, h2, h3, h4, h5{
  color:#000;
}
.container-fluid .row-fluid .page-center2{
  float:none;
   max-width: 1024px;
  margin:0 auto;
}
   

.white-txt p, .white-txt h1, .white-txt h2, .white-txt h3, .white-txt{
  color:#fff;
}

.dark-bg{
  background-color: #15082A;
}
.dark-bg2{
  background-color: #15082A;
}
.gray-bg{
  background-color: #F5F5F5;
}
.white-bg{
  background-color: #fff;
}
.page-head{
  background-color: #15082A;
  padding-top:7vw;
}
.page-head .row-number-3 .row-fluid {
    display: flex;
    align-items: center;
}

.mobile.site-nav.js-enabled .hs-menu-wrapper{
  position:absolute !important;
}



.centered{
  text-align:center;
}
.price-box{
  border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.23);
  overflow:hidden;
}

.price-title{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.67px;
  line-height: 39px;
  text-align: center;
  margin-top:0px;
  margin-bottom:0px;
}
.price-sub{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
  text-align: center;
  margin-top:10px;
  margin-bottom:0px;
}
.price-txt{

  text-align: center;
  margin-top:0px;
}



.purple-solid-btn{
display:flex;
}
.purple-solid-btn a{
  text-decoration:none;
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
    border-radius: 24px;
  background-color: #4D00C7;
      margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  padding:13px 26.65px 13px 26.65px;
}
.regular-btn{
display:flex;
}
.regular-btn a{
  text-decoration:none;
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
    border-radius: 24px;
  background-color: #4D00C7;
      margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  padding:13px 26.65px 13px 26.65px;
}
.purple2-solid-btn{
   text-decoration:none;
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
    border-radius: 24px;
  background-color: #4D00C7;
     
    display: flex;
    justify-content: center;
    align-items: center;
  padding:13px 26.65px 13px 26.65px;
}
.purple-outline-btn{
      display: flex;
  margin-top:30px;
    
}
.purple-outline-btn a{
    color: #4D00C7;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration:none;
    width: 179px;
border: 1px solid #4D00C7;
  border-radius: 24px;
   padding:13px 26.65px 13px 26.65px;
      display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.list-head{
    font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
  color:#000;
  
  margin-bottom:0px;
}
.list-desc{
    font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
  color: #858585;
    margin-top:0px;
  margin-bottom:0px;
}



.icon-text{
  display:flex;
  flex-direction:row;
      align-items: center;
  padding:25px;
}
.icon-text img{
  width:48px;
  height:auto;
  margin-right:8px;
}






.image-left-marg{
      position: relative;
    right: 20px;
}



.with-purp-under:after{
  content:'';
  display:block;
  position:relative;
  background:#4D00C7;
  height:8px;
  width: 155px;
  margin: 0 auto;
}
.with-circ{
/*     height: 34px;
  width: 34px; */
  padding:5px;
  border: 2px solid #00C9C2;
  border-radius:50%;
      display: flex;
    justify-content: center;
    align-items: center;
  margin-right:8px;
    color: #00C9C2;
      font-size: 17px;
}

.txt-with{
  display:flex;
  align-items: center;
}
.price-row h2{
  margin-bottom:0px;
  margin-top:0px;
}


.dark-bg{
  padding-top:7vw;
  padding-bottom:7vw;
}



.with-extra{
  padding-bottom:20px;
}
.site-header{
 
  background-color: #15082A;
}
.site-header > .row-fluid {
  display:flex;
  justify-content:center;
}

.site-header-inner{
  padding-top:25px;
  padding-bottom:25px;
}
.nav-menu .hs-menu-wrapper{
      display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{

}



.nav-menu .hs-menu-item:last-child{

}
/* .nav-menu .hs-menu-item:last-child a{
  padding:0px;
        border-radius: 24px;
  background-color: #4D00C7;
  padding:13px 26.65px 13px 26.65px;
} */
.above-foot{
  background-color: #201138;
      padding-top: 30px;
    padding-bottom: 30px;
}


.form-above-form label{
  display:none;
}
.form-above-form input[type="submit" i]{
          border-radius: 24px;
  background-color: #4D00C7;
  padding:13px 26.65px 13px 26.65px;
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
      border: none;
    box-sizing: inherit;
}
.above-foot input[type="email"] {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    background: transparent;
  padding:14px;
}

.above-foot .input{
  width:100%;
}

.above-foot h3{

  margin-top:0px;
  margin-bottom:0px;
}
.above-foot p{

    margin-top:0px;
  margin-bottom:0px;
}

.above-foot ::-webkit-input-placeholder { /* Edge */
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.33px;
  line-height: 20px;
}

.above-foot :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.33px;
  line-height: 20px;
}

.above-foot ::placeholder {
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.33px;
  line-height: 20px;
}


.features-color{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
}

.full-list .list-icon{
  margin-right:8px;
}
.features-img{
  width:100%;
}
.list-icon i{
  padding: 10px;
    border-radius: 50%;
  color:#fff;
}
.large-img-row{
  position:relative;
  z-index:1;
}
.large-img-row:before{
  content:'';
  position:absolute;
  display:block;
  width:100%;
  height:50%;
  background:#15082A;
  top:0px;
  left:0px;
   z-index:-1;
  
}



.page-header2{
  padding-bottom:3vw;
  padding-top:3vw;
}
.with-bold{
  font-weight:700 !important;
}

.demo-row input{
    border: 1px solid #979797;
  opacity: 0.4;
      padding: 9px;
  margin-top:8px;
  border-radius:3px;
 
}
.demo-row .hs-form-field{
   margin-top:20px;
}
.demo-row label{
    font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 22px;
  
}
.demo-row input[type="submit" i]{
          border-radius: 24px;
  background-color: #4D00C7;
  padding:13px 26.65px 13px 26.65px;
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
      border: none;
    box-sizing: inherit;
  opacity:1;
  margin-top:30px;
}


.form-page-form input{
       opacity: 1;
    border: 1px solid rgba(151, 151, 151, .4);
      padding: 9px;
  margin-top:8px;
  border-radius:3px;
 
}
.form-page-form .hs-form-field{
   margin-top:20px;
}
.form-page-form label{
    font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 22px;
  
}
.form-page-form input[type="submit" i]{
          border-radius: 24px;
  background-color: #4D00C7;
  padding:13px 26.65px 13px 26.65px;
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
      border: none;
    box-sizing: inherit;
  opacity:1;
  margin:0 auto;
  margin-top:30px;
  display:flex;
}
.checked{
  display:flex;
      align-items: flex-start;
}
.checked i{
    border: 2px solid #00C9C2;
  color:#00C9C2;
  padding:3px;
  border-radius:50%;
  margin-right:8px;
}
.checked p{
  margin-top:0px;
}
.checked .sml-title{
  margin-top:0px;
}
.half-gray{
  position:relative;
}
.half-gray:before{
  content:'';
  display:block;
  position:absolute;
  width:100%;
  height:80%;
  background-color: #F5F5F5;
  top:0px;
  left:0px;
  z-index:-1;
}

 .footer-nav .hs-menu-wrapper{
   display:flex;
   justify-content:center;
}
 .footer-nav .hs-menu-wrapper a{
 color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}
 .footer-nav .hs-menu-wrapper ul {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}

footer{
      display: flex;
    justify-content: center;
}
footer span{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 22px;
}

.regular-btn a:hover{
  background-color:transparent;
  border:solid 2px #00C9C2;
  color:#00C9C2;
  transition:.4s;
}
.purple-outline-btn a:hover{
  background-color:#00C9C2;
  border-color:#00C9C2;
  color:#fff;
  transition:.4s;
}
.purple-solid-btn a:hover{
    background-color:transparent;
  border:solid 2px #00C9C2;
  color:#00C9C2;
  transition:.4s;
}
.purple2-solid-btn:hover{
    background-color:transparent;
  border:solid 2px #00C9C2;
  color:#00C9C2;
  transition:.4s;
}
.demo-row input[type="submit" i]:hover, .form-above-form input[type="submit" i]:hover{
      background-color:transparent;
  border:solid 2px #00C9C2;
  color:#00C9C2;
  transition:.4s;
}
/* .nav-menu.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a{
  color:#00C9C2 !important;
  transition:.4s;
} */
/* .site-nav .hs-menu-wrapper>ul>li.active a{
  color:#00C9C2;
} */
  
/* .nav-menu .hs-menu-item:last-child a:hover{

  background-color:transparent;
  border:solid 1px #00C9C2;
  color:#00C9C2;
  
} */
.footer-nav li:last-child a{
  color:#00C9C2 !important;
}
  




.headshot-area{
  display:flex;
  justify-content:center;

}
.centered-flex .row-fluid{
      display: flex;
    justify-content: center;
 
}
.centered-flex .row-fluid .span10{
   margin-left:0px;
}




/* FOOTER START*/
@media (min-width: 320px) {
  .container-fluid .row-fluid .page-center2{
          float: none;
    max-width: 85vw;
    margin: 0 auto;
}
.form-above-foot{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
}
.footer-inner{
  padding-top:20px !important;
  padding-bottom:20px !important;
}
.footer-logo img{
  max-width:200px;
  width:100%;

    display: flex;
}
  
.form-above-form{
  width:100%;
}
 .above-2 .form-above-form{
  width:46%;
   margin-top:20px;
}
.form-above-form .hs-form.stacked{
  display:flex;
      align-items: flex-start;
      flex-direction:column;
}
.above-foot .hs-email{
  display:flex;
  align-items:center;
  width:100%;
      padding: 0px;
      padding-top:15px;
      padding-bottom:15px;
}
.above-foot .input {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.mobile-hide{
	display: none !important;
}
.price-content {
    padding: 20px;
}
.price-header {
    padding: 20px;
}
.price-box{
	margin-top:20px;
}
.purple-outline-btn{
margin-top:0px;
}

.flexed-center .row-fluid{
  display:flex;
  justify-content: center;
    align-items: center;
  flex-wrap:wrap;
}
.container-fluid .row-fluid .page-center{
  float:none;
  max-width:90vw;
  margin:0 auto;
}
    .site-header-inner .row-fluid{
max-width: 90vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.right-gutter{
      padding-right: 10px;
      
}
.left-gutter{
      padding-left: 15px !important;
  
     
}

.lrg-txt{
    font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
  
}
.demo-cta {
  
   padding:20px;
    border-radius: 21px;
  background-repeat:no-repeat;
  background-position:center !important;

}
.demo-title {
    font-family: "proxima-nova";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 29px;
    text-align: center;
}
.span12.page-center{
  padding:0px;
}
.icon-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px;
  padding-top:15px;
}
.icon-row .span4{
	    width: 48%;
}
.icon-row .row-fluid{
	display: flex;
    flex-wrap: wrap;
}
.above-foot h3{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 29px;
  }
   .footer-nav .hs-menu-wrapper a{
 color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
  text-align:center;
}
.above-foot p{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
  }
  .price-content .regular-btn{
  padding-top:0px;
}
.price-txt{
    color: #000000;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
  }
  .the-prices{
  padding-top:0px;
  padding-bottom:30px;
}
.features-text{
  padding:15px;
}
.full-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .list-head, .list-desc{
    text-align:center;
    font-size: 20px;
  }
  .list-head{
    margin-top:10px;
  }
  .features-text h2{
    font-family: "termina";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.67px;
  line-height: 32px;
    text-align:center;
}
  .med-txt{
    font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
    text-align:center;
}
  .page-subtitle{
   font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
}
.headshot-row img {
    max-width: 84px !important;
  height:84px;
    width: 100%;
    margin: 10px;
}
  .headshot-row{
    padding-top:0px;
  padding-bottom:0px;
}
  .features-img{
    padding-bottom:100%;
}
  .features-area{
  position:relative;
  z-index:1;
   border-radius: 21px;
  overflow:hidden;
  margin-top:20px;
  
}
  .site-logo img{
  max-width:155px;
  width:100%;
}
  .header-btn .regular-btn a {
    margin: 0;
    margin-top: 0px;
}
  .mobile-thirty{
    padding-bottom:30px;
}
  .work-block-inner .case-btn-wrap{
    display:none;
  }
  .this-row .span6{
    flex:1 100% !important;
  }
  .this-row .row-fluid{
    flex-wrap:wrap;
  }
}







@media (min-width: 768px) {
  .this-row .span6{
    flex:1 47% !important;
  }
    .work-block-inner .case-btn-wrap{
    display:flex;
  }
  .header-btn .regular-btn a {
    margin: 0;
    margin-top: 40px;
}
  .site-logo img{
  max-width:150x;
  width:100%;
}
  .container-fluid .row-fluid .page-center2{
          float: none;
    max-width: 65vw;
    margin: 0 auto;
}
.footer-logo img{
  max-width:289px;
  width:100%;
  
    display: flex;
}
.form-above-form{
  width:50%;
}
 .above-2 .form-above-form{
  width:46%;
   align-items:flex-end;
   margin-top:20px;
}
.form-above-form .hs-form.stacked{
  display:flex;
      align-items: center;
      flex-direction:row;
}
.above-foot .hs-email{
  display:flex;
  align-items:center;
  width:100%;
      padding: 14px;
      padding-top:14px;
      padding-bottom:14px;
}
.above-foot .input {
    width: 100%;
    display: block;
 
}
.mobile-hide{
	display: block !important;
}

  .container-fluid .row-fluid .page-center{
  float:none;
  max-width:90vw;
  margin:0 auto;
}
  .site-header-inner .row-fluid{
max-width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.right-gutter{
      padding-right: 10vw;
}
.left-gutter{
      padding-left: 10vw !important;
}


.demo-cta {
  
    padding:75px 104px 75px 104px;
    border-radius: 21px;
  background-repeat:no-repeat;
  background-position:center !important;

}
.demo-title {
    font-family: "proxima-nova";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.67px;
    line-height: 39px;
    text-align: center;
}
.span12.page-center{
  padding:20px;
}
.icon-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px;
  padding-top:30px;
}
.icon-row .span4{
	    width: 31.914893614%;
}
.above-foot h3{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.67px;
  line-height: 39px;
  }
  .above-foot p{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
  }
   .footer-nav .hs-menu-wrapper a{
 color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
   text-align:left;
}
.above-foot p{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
  }
  .price-content .regular-btn{
  padding-top:25px;
}
.price-txt{
    color: #000000;
  font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
  }
  .the-prices{
  padding-top:30px;
  padding-bottom:30px;
}

  .med-txt{
    font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 32px;
    text-align:left;
}
  .page-subtitle{
    font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.67px;
  line-height: 28px;
}
  .headshot-row img{
  max-width:200px !important;
    height:200px;
  width:200px;
  margin:10px;
}
  .headshot-row{
    padding-top:20px;
  padding-bottom:30px;
}
  .features-text{
  padding:30px;
}
.full-list {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
  .list-head, .list-desc{
    text-align:left;
    font-size: 24px;
  }
    .list-head{
    margin-top:0px;
  }
  .features-text h2{
    font-family: "proxima-nova";
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 50px;
    text-align:left;
}
    .features-img{
    padding-bottom:100%;
}
  .features-area{
  position:relative;
  z-index:1;
   border-radius: 21px;
  overflow:hidden;
  margin-top:30px;
  
}
  .price-content {
    padding: 20px;
}
.price-header {
    padding: 20px;
}
    .mobile-thirty{
    padding-bottom:0px;
}
}



@media (min-width: 950px) {
    .page-subtitle{
    font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.67px;
  line-height: 39px;
}
.price-content {
    padding: 20px;
}
.price-header {
    padding: 20px;
}
    .site-logo img{
  max-width:150px;
  width:100%;
}
.form-above-foot{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
}
.footer-inner{
  padding-top:3vw !important;
  padding-bottom:3vw !important;
}
.footer-logo img{
  max-width:225px;
  width:100%;
margin:0;
  margin-bottom:30px;
    display: flex;
}
.price-content {
    padding:20px;
}
.price-header {
    padding: 20px;
}
.price-box{
	margin-top:0px;
}
.purple-outline-btn{
	margin-top:30px;
}
.right-gutter{
      padding-right: 7.5vw;
}
.left-gutter{
      padding-left: 10.5vw !important;
}
.flexed-center .row-fluid{
  display:flex;
  justify-content: center;
    align-items: center;
  flex-wrap:nowrap;
}
.container-fluid .row-fluid .page-center{
  float:none;
  max-width:97vw;
  margin:0 auto;
}
  .site-header-inner .row-fluid{
max-width: 85vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}


.demo-cta {
  
    padding:75px 104px 75px 104px;
    border-radius: 21px;
  background-repeat:no-repeat;
  background-position:center !important;

}
    .features-text{
  padding:75px;
}
.full-list {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
  .list-head, .list-desc{
    text-align:left;
    font-size: 24px;
  }
    .list-head{
    margin-top:0px;
  }
  .features-text h2{
    font-family: "proxima-nova";
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 50px;
    text-align:left;
}
    .features-img{
    padding-bottom:0%;
}
  .features-area{
  position:relative;
  z-index:1;
   border-radius: 21px;
  overflow:hidden;
  margin-top:70px;
  
}
}


@media (min-width: 1024px) {
.price-content {
    padding:20px;
}
.price-header {
    padding: 20px;
}
  .container-fluid .row-fluid .page-center{
  float:none;
  max-width:85vw;
  margin:0 auto;
}
}
@media (min-width: 1200px) {
.price-content {
    padding: 50px 73px 50px 73px;
}
.price-header {
    padding: 37px 120px 37px 120px;
}
}
@media (min-width: 1400px) {
.price-content {
    padding: 50px 73px 50px 73px;
}
.price-header {
    padding: 37px 150px 37px 150px;
}
}
@media (min-width: 1500px) {
.container-fluid .row-fluid .page-center{
  float:none;
  max-width:1400px;
  margin:0 auto;
}
  .container-fluid .row-fluid .page-center.site-header-inner, .v6-footer-inner .row-fluid .page-center{
    max-width:90vw;
  }
  .site-header-inner .row-fluid{
max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

}
/* FOOTER END*/



.home-icons{
  display: flex;
    flex-wrap: wrap;
  justify-content:center;
}
@media (min-width: 320px){
.icon-text {
  width:45%;
}
  .dark-bg .icon-text .hs_cos_wrapper_type_inline_text{
  color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 24px;
    text-align:center;
    margin-top:10px;
}
.icon-row {
    margin-bottom: 50px;
    margin-top: 0px;
}

    .header-btn .regular-btn a{
      margin: 0 auto;
    margin-top: 0px;
}
  .page-head .row-number-3 .row-fluid {
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
    .home-vid{
    padding:15px;
  }
    .normal-padding{
    padding-top:14vw;
  padding-bottom:10vw;
}
  .normal-padding.price-cta{
    padding-top:6vw;
  padding-bottom:50px;
}
  .site-nav.js-enabled{
/*   width:100% !important;
  position: absolute !important; */
  left:0px;
}
.site-nav.js-enabled .hs-menu-wrapper{
/*   top:-50px !important; */
}

.site-nav #hs_cos_wrapper_module_158627400007213{
  
    position: absolute;
    width: 100%;
    left: 0;
  top:0px;
      top: 97px;
}
.mobile-trigger{
  top:-100px !important;
}
.site-nav.js-enabled .hs-menu-wrapper{
     
  z-index: 9999;
        height: 60vh;
    
    justify-content: center;
    align-items: center;
}
.site-nav.js-enabled .hs-menu-wrapper>ul li{
  border:none;
  padding:20px;
  }
.nav-menu.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{

}
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        
    position: relative;
  }
  .sml-title h2{
  font-family: "termina, sans-serif";
 font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.67px;
  line-height: 32px;
  margin-top:0px;
}
  .med-padding{
    padding-top:50px;
  padding-bottom:50px;
}
  .small-padding{
    padding-top:30px;
  padding-bottom:30px;
}
}
@media (min-width: 768px){
  .sml-title h2{
  font-family: "termina, sans-serif";
    font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.83px;
  line-height: 49px;
  margin-top:0px;
}
  .normal-padding{
    padding-top:6vw;
  padding-bottom:6vw;
}
  .normal-padding.price-cta{
    padding-top:6vw;
  padding-bottom:6vw;
}
.icon-text {
  width:25%;
}
  .dark-bg .icon-text .hs_cos_wrapper_type_inline_text{
  color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 20px;
    text-align:left;
    margin-top:0px;
}
  .icon-row{
  margin-bottom:80px;
  margin-top:65px;
}
  .page-header.home h1{
    text-align:left;
  }
  .header-btn .regular-btn a{
      margin: 0;
    margin-top: 10px;
}
  .page-head .row-number-3 .row-fluid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction:row;
}
  .home-vid{
    padding:0px;
  }
.feature-2 .features-area {
    flex-direction: column !important;
}
.feature-4 .features-area {
    flex-direction: column !important;

}
  .med-padding{
    padding-top:4vw;
  padding-bottom:4vw;
}
  .small-padding{
    padding-top:2vw;
  padding-bottom:2vw;
}
  .above-2 .form-above-form{
  display:flex;
  justify-content:flex-start;
    margin-top:0px;
}
}



@media (min-width: 768px){

.icon-text {
  width:25%;
}
    .site-nav.js-enabled{
/*   width:80% !important; */
  
  left:0px;
}
.site-nav.js-enabled .hs-menu-wrapper{
  top:-50px !important;
}

.site-nav #hs_cos_wrapper_module_158627400007213{
  
    position: relative;
    width: 100%;
    left: 0;
  top:0px;
     
}
.mobile-trigger{
  top:-100px !important;
}
.site-nav.js-enabled .hs-menu-wrapper{
    
  z-index: 9999;
        height: auto;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}
.site-nav.js-enabled .hs-menu-wrapper>ul li{
  border:none;
  padding:0px;
  }
.nav-menu.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  
}
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    top: 0%;
    position: relative;
        width: 100%;
   justify-content:flex-end;
    display: flex;
}
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    margin-left:20px;
  }
  .above-2 .form-above-form{
  display:flex;
  justify-content:flex-end;
}
}


@media (min-width: 950px){

  .dark-bg .icon-text .hs_cos_wrapper_type_inline_text{
  color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
    text-align:left;
    margin-top:0px;
}
.icon-text {
    width: 26%;
}
  .feature-2 .features-area {
    flex-direction: row-reverse !important;
}
.feature-4 .features-area {
    flex-direction: row-reverse !important;

}
}
@media (min-width: 1400px)
.icon-text {
    width: 24%;
}
}
@media (min-width: 1500px)
.icon-text {
    width: 27%;
}
}
.above-foot input[type="email"]{
  color:#fff !important;
}
.page-header.home h1{
  margin-bottom:0px;
  margin-top:0px;
}
/* h2{
  margin-top:0px;
  margin-bottom:0px;
} */
.top-padding{
  padding-top:5vw;
}
.no-marg-bot h2{
  margin-bottom:0px;
}
.no-marg-bot h1{
  margin-bottom:0px;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.site-nav .hs-menu-wrapper > ul{ 
  background:;
}
.site-nav .hs-menu-wrapper > ul > li{
  background:;
}
.site-nav .hs-menu-wrapper > ul > li > a{
  color:;
}
.site-nav .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.site-nav .hs-menu-wrapper > ul ul{}
.site-nav .hs-menu-wrapper > ul ul li{
  background:;
}
.site-nav .hs-menu-wrapper > ul ul li a{
  color:;
}
.site-nav .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.site-nav .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .site-nav .hs-menu-wrapper { 
          display:flex !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of site-nav. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .site-nav,
  .site-nav .hs-menu-wrapper > ul,
  .site-nav .hs-menu-wrapper > ul li,
  .site-nav .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: transparent;
    border: navajowhite;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
  }
  .mobile-trigger:hover{
text-decoration: none;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #7c54ff; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color:#fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .site-nav.js-enabled{
       
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .site-nav.js-enabled .hs-menu-wrapper,
  .site-nav.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
/*   .site-nav ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  } */

  /* Mobile Menu Styles */ 
  .site-nav.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .site-nav .hs-menu-wrapper{
    background-color:#7c54ff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .site-nav .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .site-nav .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .site-nav .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .site-nav .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .site-nav .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .site-nav .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .site-nav .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .site-nav .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .site-nav .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



.page-subtitle{
  margin-top:0px
}
.hide{
  display:none;
}
.the-prices:last-child{
  padding-bottom:0px;
}
.splat .underline:last-child{
  border-bottom:none;
}
footer span{
  display:none;
}
.copy span{
    color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 22px;
}
.hs-error-msgs{
}
.site-logo{
  z-index:99999;
}
.price-sub2, .price-text2{
  font-family: "proxima-nova" !important;
}
/* .span12 .hs_cos_wrapper p{
  margin:10px;
} */
/* .span12 .hs_cos_wrapper{
  margin:10px;
} */
.above-foot input[type="email"]{
  color:#fff !important;
}




.plans{
  margin-bottom:8px;
}
.plans button{
  width:220px;
}
  .sml-btn-title{
    font-size:12px;
  }
.no-pad{
  padding:0px !important;
}
.gray-col:before{
  content:'';
  position:absolute;
  display:block;
  left:100%;
  width:50%;
  height:100%;
    background-color: #F5F5F5;
  top:0px;
}
.gray-col{

  position:relative;
}

.hs-content-id-28199229295 .container-fluid{
  overflow:hidden;
}
  span.error{
        color: #e64343;
    font-family: 'proxima-nova';
    font-weight: 700;
}

@media (min-width: 320px){
.gray-col{
  padding-left:0px;
}
.same .row-fluid {
  display:flex;
  flex-direction:column;
}
  #hs_cos_wrapper_module_1586569046331431{
    padding:10px;
  }
  .checked p {
    font-family: "proxima-nova";
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 29px;
}
    .gray-col:before{
    display:none;
  }
  .the-vid{
    padding-bottom:30px;
  }
    .price1, .price2{
  width:100% !important;
}
.price3{
  width:100% !important;
}
  .demo2 .span5{
    margin-bottom:20px;
  }
  #hs_cos_wrapper_module_1586360128289276{
    margin-bottom:20px;
  }
  .demo2 .demo-cta {
padding:20px;
}
  .faq-cont .row-fluid {
  width:100% !important;
  margin:0 auto ;
  display:flex !important;
  justify-content:center;
}
}
@media (min-width: 768px){
.gray-col{
  padding-left:9vw;
}
.same .row-fluid {
  display:flex;
  flex-direction:row;
}
    #hs_cos_wrapper_module_1586569046331431{
    padding:0px;
  }
  .checked p {
    font-family: "proxima-nova";
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 24px;
}
  .gray-col:before{
    display:block;
  }
    .the-vid{
    padding-bottom:0px;
  }
  .price1, .price2{
  width:100% !important;
}
.price3{
  width:100% !important;
}
    #hs_cos_wrapper_module_1586360128289276{
    margin-bottom:0px;
  }
.faq-cont .row-fluid {
  width:80% !important;
  margin:0 auto ;
  display:flex !important;
  justify-content:center;
}
}
@media (min-width: 950px){
.gray-col{
  padding-left:9vw;
}
.same .row-fluid {
  display:flex;
}
   .price1, .price2{
  width:33% !important;
}
.price3{
  width:33% !important;
}
  .centered-prices .row-fluid {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:center;
  }
  .demo2 .span5{
    margin-bottom:0px;
  }
  .demo2 .demo-cta {
    padding: 18px;
}
  .demo2 .demo-cta {
padding:55px;
}
  .faq-cont .row-fluid {
  width:50% !important;
  margin:0 auto ;
  display:flex !important;
  justify-content:center;
}
}


.form-page-form input[type="submit" i]:hover, .form-page-form button:hover{

  background-color:transparent;
  border:solid 1px #00C9C2;
  color:#00C9C2;
  
}
.form-page-form input{
  color:#000 !important;
}
.testimonial-row .row-fluid {
    display: flex;
    flex:1;
}
.testimonial-row .span4{
       display: flex;
    flex:1;
}
.testimonial-row .hs_cos_wrapper{
    display: flex;
}
.testimonial-block{
    display: flex;

}

.testimonial-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    /* height: 100%; */
}

.form-above-form .submitted-message{
    text-align:right;
    color:#fff;
    font-family: 'proxima-nova';
  display:block !important;
}
/* .demo-row .demo-video-form input[type="submit" i] {
    
    background-color: #15082b !important;
} */
.body-container-wrapper{
  overflow-x:hidden;
}

.demo2 h2{
  margin-bottom:0px !important;
}

.plan-list #hs_cos_wrapper_module_1588173685627113_{
    font-family: "proxima-nova";
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 18px;
  padding-bottom:20px;
}
.plans #hs_cos_wrapper_module_1588173679647110_, .plans #hs_cos_wrapper_module_1588173682695112_, .plans #hs_cos_wrapper_module_1588173685627113_{
    font-family: "proxima-nova";
   font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.38px;
 
  padding-bottom:20px;
 
}

.plan-desc{
  font-family: "proxima-nova";
  font-size: 18px;
  letter-spacing: -0.38px;
  line-height: 18px;
}
.demo2 .demo-title{
    font-family: "proxima-nova";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 29px;
  text-align: center;
}
.plan-btn p{
    font-family: "proxima-nova";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 29px;
  text-align: center;
  color:#fff;
  margin-top:10px;
  margin-bottom:10px;
}
.plan-btn{
  border-radius: 3px;
  padding:5px;
  margin-top:10px;
}
.smaller .sml-title{
    font-family: "proxima-nova";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.67px;
  line-height: 39px;
}
.smaller-header .price-header{
  padding:23px;
}
.smaller-header .price-content{
  padding:30px;
}
.smaller-header .price-content .regular-btn{
  padding-top:10px;
}
.smaller-header .price-row .the-prices .row-fluid .span4:nth-child(1) .price-header, .smaller-header .price-row .the-prices .row-fluid .span4:nth-child(3) .price-header {
    padding-bottom: 53px;
}
.plan-btn a, .price-btn{
  color:#fff;
  text-decoration:none;
}

.faq-sect{
      border-bottom: 1px solid #979797;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.faq-sect:last-child {
    border: none !important;
}
.without-top{
  padding-top:0px !important;
}











 









.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}
.text-center{
  text-align:center;
}

.mobile-text-center{
  text-align:center;
}

.dark-txt{
  color:#000;
}
.light-txt{

  color:#fff;
}
.light-weight{
font-weight:300;
}
.med-weight{
  font-weight:600;
}
.extra-weight{
  font-weight:700;
}
.justify-center{
  justify-content:center;
}
.justify-end{
  justify-content:flex-end;
}
.justify-space-btw{
  justify-content:space-between;
}
.justify-space-ar{
  justify-content:space-around;
}
.justify-space-ev{
  justify-content:space-evenly;
}
.justify-start{
  justify-content:flex-start;
}
.align-center{
  align-items:center;
}
.align-end{
  align-items:flex-end;
}
.align-start{
  align-items:flex-start;
}
.light-specials{
  background:#f8e4ed;
}
.marg-0{
	margin:0px;
}
.marg-10{
	margin:10px;
}
.marg-20{
	margin:20px;
}
.marg-30{
	margin:30px;
}
.marg-40{
	margin:40px;
}
.marg-50{
	margin:50px;
}
.marg-60{
	margin:60px;
}
.marg-70{
	margin:70px;
}
.marg-80{
	margin:0px;
}
.marg-90{
margin:90px;	
}
.marg-100{
margin:100px;	
}



.marg-top-0{
	margin-top:0px;
}
.marg-top-10{
	margin-top:10px;
}
.marg-top-20{
	margin-top:20px;
}
.marg-top-30{
	margin-top:30px;
}
.marg-top-40{
	margin-top:40px;
}
.marg-top-50{
	margin-top:50px;
}


.marg-top-80{
	margin-top:0px;
}
.marg-top-90{
margin-top:90px;	
}
.marg-top-100{
margin-top:100px;	
}


.marg-bot-0{
	margin-bottom:0px;
}
.marg-bot-10{
	margin-bottom:10px;
}
.marg-bot-20{
	margin-bottom:20px;
}
.marg-bot-30{
	margin-bottom:30px;
}
.marg-bot-40{
	margin-bottom:40px;
}
.marg-bot-50{
	margin-bottom:50px;
}
.marg-bot-60{
	margin-bottom:60px;
}
.marg-bot-70{
	margin-bottom:70px;
}
.marg-bot-80{
	margin-bottom:0px;
}
.marg-bot-90{
margin-bottom:90px;	
}
.marg-bot-100{
margin-bottom:100px;	
}










.purple-txt{
color:#7C54FF;	
}
.purple-bg{
background:#7C54FF;	
}
 .yellow-txt{
color:#F2B119;
 }
 .yellow-bg{
background:#F2B119;
 }
 .green-txt{
color:#41C6B4;
 }
 .green-bg{
background:#41C6B4;
 }
 .blue-txt{
color:#6493ED;
 }
 .blue-bg{
background:#6493ED;
 }
 .red-txt{
color:#CF347C;
 }
 .red-bg{
 background:#CF347C;
 } 
.white-txt{
  color:#fff;
}
.white-bg{
  background:#fff;
}
.black-txt{
  color:#000;
}
.black-bg{
  background:#000;
}
.darker-bg{
  background:#000;
}



h1, h2, h3, h4, h5{
  margin-top:0px !important;
}

.site-logo img{
  max-width:150px !important;
  height:auto;
}
/* h3{
    color: #000;
  font-family: "Proxima Nova";
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
} */
.btn-wraps{
  display:flex;
}
.is-relative{
  position:relative;
  z-index:10;
}





/* .med-padding{
  padding-top:3vw;
  padding-bottom:3vw;
} */


.xlarge-padding{
  padding-top:8vw;
  padding-bottom:10vw;
}






 .extra-light-extra-right{
  padding-right:3vw;
} 
.extra-light-extra-left{
   padding-left:3vw;
} 



.page-header{
  padding-top:3vw;
}
.med-pad-top{
  padding-top:3vw !important;
}
.med-pad-bot{
  padding-bottom:3vw !important;
}
.lrg-pad-bot{
  padding-bottom:6vw;
}
.xlrg-pad-bot{
  padding-bottom:10vw;
}




/* .yellow-box .shadow-container {
    flex-direction: column;
}
.yellow-box .shadow-container:before {
    content: '';
    display: block;
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
    background-color: #FDF5E0;
    height: 100px;
    width: 87%;
    margin: 0 auto;
} */
.proof-padding{
  padding-top:10vw;
  padding-bottom:10vw;
}

.equal-cols .row-fluid {
  display:flex;
  flex-wrap:wrap;
  flex:1;
}
/* .equal-cols .row-fluid  > div{
  display:flex;
  flex-wrap:wrap;
  flex:1;
} */
.equal-cols .row-fluid  > div > div{
  display:flex;
  flex-wrap:wrap;
  flex:1;
}
.center-in .hs_cos_wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
}
.center-start .hs_cos_wrapper{
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
.center-end .hs_cos_wrapper{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.background-dots-purple{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/DotPattern-Purple.png');
    background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
.background-blobsb{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/BlobPatternB.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.background-blobsa{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/BlobPatternA.png');
    background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
.background-redbloba{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/BlobA-2.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26%;
}
/* .background-kaleidoscope3{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte-Website-Assets-Kaleiodoscope-3.png');
    background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
} */
.blob-kaleidoscope{
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Blob1A.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top left;
}


.blob-img{
  position:relative;
 
}
.joy-img-col{
    position:relative;
  z-index:2;
}
.blob-img .joy-img-container:before{
  content:'' !important;
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Blob1B.png');
  background-repeat:no-repeat;
  background-size:contain;
  top:-10%;
  right:50%;
  height:120%;
  width:100%;
  position:absolute;
    display: block;
  z-index:0;
  
}
.blog-upper-bg{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Blob1B.png');
  background-repeat:no-repeat;
      background-size: 537px;
  background-position:top right;
}
.connect-blob-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/BlobA-1.png');
        background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:right !important;
}
.four-blob-bg{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/BlobA-1.png');
        background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:right !important;
}
.paid-icon img{
  max-width:141px !important;
  width:100% !important;
  height:auto;
  margin:0 auto;
  margin-bottom:40px;
}

.left-gutter2{
  padding-left:10vw;
}
.right-gutter2{
  padding-right:10vw;
}



.connect-form .hs-button{
    border-radius:44px;
    background-color: #7c54ff !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding: 10px 32px;
  border:none !important;
      max-width: 411px;
    width: 100%;
    margin: 0 auto;
}

.connect-form .hs-button {
    color: #fff;
    box-shadow: none !important;
  color:#fff;
  margin-top:30px;
      display: flex;
    justify-content: center;
    align-items: center;
}
.connect-form .hs-field-desc {
    border: 1px solid #979797 !important;
    border-radius: 4px !important;
}
.connect-form label {
    color: #000;
    font-family: "proxima-nova";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}
.connect-form .widget-type-form{
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
}
.hs-form-field{
  margin-top:15px;
}
.hs-input {
    border: 1px solid #979797 !important;
    border-radius: 4px;
}
.joy-header-inner .hs-menu-wrapper{
      display: flex;
    justify-content: flex-end;
}

#Joy-header > .row-fluid-wrapper.row-depth-1 > .row-fluid{
/*       box-shadow: 0 8px 28px 0 rgba(0,0,0,0.14); */
}
#Joy-header{
  position:relative;
  z-index:9998;
}
.footer-logo img{
  max-width:222px !important;
  width:100%;
}
.footer-main-menu a{
      font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;

  text-decoration:none;
  color:#fff;
  padding-top:0px !important;
}

.page-header{
      z-index: 2;
    position: relative;
}
.nowrap{
      white-space: nowrap;
}
.ani-delay{
  animation-delay:.2s;
}
.ani-delay2{
  animation-delay:.4s;
}
.ani-delay3{
  animation-delay:.6s;
}
.ani-delay4{
  animation-delay:.8s;
}
.ani-delay5{
  animation-delay:1s;
}


.in-box-center{
      justify-content: center;
    display: flex;
    flex-direction: column;
}
.lrg-padding{
  padding-top:10vw;
  padding-bottom:10vw;
}


.influencer-strats .shadow-container:nth-child(2) .shadow-box-inner{
      justify-content: center;
    display: flex;
      align-items: flex-start;
    flex-direction: column;
}
.influencer-strats .shadow-container:nth-child(3) .shadow-box-inner{
      justify-content: center;
    display: flex;
      align-items: flex-start;
    flex-direction: column;
}
.influencer-strats .shadow-box-inner h3{
  margin-bottom:0px;
}
.influencer-strats .shadow-box-inner h2{
  margin-bottom:10px;
}


.doublewave {
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/double.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@media (min-width: 320px){
    .smallest-page-center .row-fluid {
    max-width: 90vw;
  margin: 0 auto;
}
  .smaller-page-center .row-fluid {
    max-width: 90vw;
  margin: 0 auto;
}
.medium-page-center .row-fluid {
    max-width: 90vw;
  margin: 0 auto;
}
.cta-page-center .row-fluid {
    max-width: 90vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
  .rowed{
  flex-direction:column-reverse;
}
.rowed-reverse{
  flex-direction:column;
}
}


@media (min-width: 768px){
    .smallest-page-center .row-fluid {
    max-width: 86vw;
  margin: 0 auto;
}
  .smaller-page-center .row-fluid {
    max-width: 70vw;
  margin: 0 auto;
}
.medium-page-center .row-fluid {
    max-width: 85vw;
  margin: 0 auto;
}
.cta-page-center .row-fluid {
    max-width: 80vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
}

@media (min-width: 950px){
  .rowed{
  flex-direction:row;
}
.rowed-reverse{
  flex-direction:row-reverse;
}
}

@media (min-width: 1024px){
  .smallest-page-center .row-fluid {
    max-width: 50vw;
  margin: 0 auto;
}
.smaller-page-center .row-fluid {
    max-width: 50vw;
  margin: 0 auto;
}
.medium-page-center .row-fluid {
    max-width: 90vw;
  margin: 0 auto;
}
.cta-page-center .row-fluid {
    max-width: 60vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
}


@media (min-width: 1100px){

.smaller-page-center .row-fluid {
    max-width: 60vw;
  margin: 0 auto;
}
.medium-page-center .row-fluid {
    max-width: 90vw;
  margin: 0 auto;
}
.cta-page-center .row-fluid {
    max-width: 70vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
    .smallest-page-center .row-fluid {
    max-width: 72vw;
  margin: 0 auto;
}
}

@media (min-width: 1200px){

.smaller-page-center .row-fluid {
    max-width: 65vw;
  margin: 0 auto;
}
    .smallest-page-center .row-fluid {
    max-width: 65vw;
  margin: 0 auto;
}
.medium-page-center .row-fluid {
    max-width: 75vw;
  margin: 0 auto;
}
.cta-page-center .row-fluid {
    max-width: 70vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
}

@media (min-width: 1300px){

.smaller-page-center .row-fluid {
    max-width: 50vw;
  margin: 0 auto;
}
    .smallest-page-center .row-fluid {
    max-width: 950px;
  margin: 0 auto;
}
.medium-page-center .row-fluid {
    max-width: 65vw;
  margin: 0 auto;
}
.cta-page-center .row-fluid {
    max-width: 60vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
}

@media (min-width: 1300px){

.smaller-page-center .row-fluid {
    max-width: 60vw;
  margin: 0 auto;
}
  .smallest-page-center .row-fluid {
    max-width: 950px;
  margin: 0 auto;
}
.medium-page-center .row-fluid {
    max-width: 1200px;
  margin: 0 auto;
}
.cta-page-center .row-fluid {
    max-width: 60vw;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
}

.proof-area-inner .btn:hover{
  border:1px solid #7c54ff !important;
      background-color: transparent !important;
  color:#7c54ff !important;
  transition: 0s;
}
.company-slide-text .btn:hover{
  border:1px solid #7c54ff !important;
      background-color: transparent !important;
  color:#7c54ff !important;
  transition: 0s;
}

.red-btn .btn-wraps .btn:hover{
  border:1px solid #CF347C !important;
  background:#fff !important;
  color:#CF347C !important;
  transition: 0s;
}

.green-btn .btn-wraps .btn:hover{
  border:1px solid #41C6B4 !important;
  background:#fff !important;
  color:#41C6B4 !important;
  transition: 0s;
}
.blue-btn .btn-wraps .btn:hover{
  border:1px solid #6493ED !important;
  background:#fff !important;
  color:#6493ED !important;
  transition: 0s;
}
.yellow-btn .btn-wraps .btn:hover{
  border:1px solid #F2B119 !important;
  background:#fff !important;
  color:#F2B119 !important;
  transition: 0s;
}
.black-bg.btn:hover{
    border:1px solid #fff !important;
  background:transparent !important;
  color:#fff !important;
  transition: 0s;
}




.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
/*  border-radius: 15px;
  background-color: #FFFFFF; */
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.23);
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li{
  
}
/* .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:hover{
     background-color: #F6F3FF !important;
} */
.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:first-child{
     
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:last-child{
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
}

.menu-icon{
    height:28px !important;
    width:auto !important;
    margin-right:5px ;
}
.hs-menu-children-wrapper p, .hs-menu-children-wrapper a{
      font-family: "proxima-nova";
  font-size: 17px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding-top: 20px;
    padding-bottom: 20px;
 
  
}
#Joy-header .hs-menu-children-wrapper p{
    margin-top:0px !important;
    margin-bottom:0px !important;
}
#Joy-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:nth-child:hover{
     background-color: #ffedf5 !important;
}
#Joy-header .hs-item-has-children i{
    color:#7c54ff;
    margin-left:10px;
}
#Joy-header .hs-item-has-children a{
        align-items: center;
    display: flex;
  
    
}
#Joy-header .hs-menu-item a{
    position:relative;
}





 .site-nav.js-enabled{
/*   width:100% !important;
  position: absolute !important; */
  left:0px;
}
/* .the-nav.js-enabled .hs-menu-wrapper{
  top:-50px !important;
}
 */
/* .site-nav #hs_menu_wrapper_module_160441699529695_{
  
    position: absolute;
    width: 100%;
    left: 0;
  top:0px;
      top: 97px;
} */
.mobile-trigger{
  top:10px !important;
}
.site-nav.js-enabled .hs-menu-wrapper {

/*   visibility:hidden; */
}
.site-nav.js-enabled .hs-menu-wrapper>ul li{
  border:none;
/*   padding:20px; */
  }
/* .site-nav.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  text-align:center;
} */

.mobile-trigger{
  top:10px !important;
  
}
/* .site-nav.js-enabled .hs-menu-wrapper {

  visibility:hidden;
} */
.site-nav.js-enabled .hs-menu-wrapper>ul li{
  border:none;
/*   padding:20px; */
  }
.site-nav.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  text-align:center;
}

#message-1b48329c-37f8-4edd-846d-f145de2631e3_3248{
    height: 220px;
}
.small-bot-pad{
  padding-bottom:0px;
}
.last-proof{
  position:relative;
}
.last-proof:before{
  content:'';
  background:#f9f5ff;
  height:50%;
  width:100%;
  display:block;
  position:absolute;
  bottom:0px;
  left:0px;
  z-index:-1;
}
.promise-div h2{
  
}
.promise-div h2:after{
  content:'';
  position:relative;
  display:block;
    height: 6px;
  width: 103px;
  background: #7C54FF;
  margin-top:25px;
}


.site-nav.js-enabled{
  width:100%;
}
.mobile.site-nav.js-enabled .hs-menu-wrapper{
  position:absolute;
/*   top:100% !important; */
}
 
.mobile.site-nav.js-enabled{
        display: flex;
    flex-direction: row;
    align-items: center;
}
.mobile.site-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    position: relative;
}
.mobile.site-nav.js-enabled .hs-item-has-children{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile.site-nav.js-enabled .hs-menu-wrapper>ul li{
    display:flex;
    align-items:flex-start;
}
.mobile.site-nav .hs-menu-wrapper>ul>li a{
        font-size: 18px;
    line-height: 24px;
  font-weight:600 !important; 
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding-top:0px;
    padding-bottom:0px;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span{
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: flex-start;
    text-align: left;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a p{
    color:#000;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
   top:0px !important;
}
.mobile.site-nav.js-enabled .hs-menu-wrapper{
    
    top:100%;
}
.mobile.site-nav.js-enabled .hs-menu-wrapper{
    width: 100%;
   
}
.mobile.site-nav .hs-menu-wrapper{
    background: transparent !important;
}
.mobile.site-nav .hs-menu-wrapper>ul li a{
    color:#000;
}
.mobile.site-nav .hs-menu-wrapper>ul li a:hover{
    color:#7c54ff;
}
.mobile.site-nav .hs-menu-wrapper>ul{
    background:#fff;
}
.mobile.site-nav .hs-menu-wrapper>ul li a i{
    display: none;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border-radius:0px !important;
    box-shadow:none !important;
}
.a-radius{
        border-radius: 15px;
    background-color: #fff;
   
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal li:hover {
/*     background-color: #f6f3ff !important; */
}
.mobile.site-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  border-radius:16px !important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal li{
  border-bottom:solid 1px  #f6f3ff !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:last-child{
  border-bottom:none !important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:last-child{
    border-radius:0px !important;
}
.mobile .open-menu-list{
    margin:0px !important;
}
.mobile.site-nav.js-enabled .hs-menu-wrapper>ul>li:first-child {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    border-bottom-left-radius:15px !important;
    border-bottom-right-radius:15px !important;
     box-shadow: 0 5px 4px 0 rgba(0,0,0,0.23);
}
.mobile.site-nav.js-enabled .hs-menu-wrapper>ul>li:last-child{
       border-bottom-left-radius:15px !important;
    border-bottom-right-radius:15px !important;
}
h1, h2, h2.lrg-title {
    -moz-transition: font-size .5s ease-in-out, top 2.5s ease-in-out;
    -webkit-transition: font-size .4s ease-in-out, top 2.5s ease-in-out;
    -moz-transition: font-size .5s ease-in-out, top 2.5s ease-in-out;
    -o-transition: font-size .5s ease-in-out, top 2.5s ease-in-out;
    transition: font-size .5s ease-in-out, top 2.5s ease-in-out;
}
.third, .half, .shadow-container{
    -moz-transition: all .5s ease-in-out, top 2.5s ease-in-out;
    -webkit-transition: all .4s ease-in-out, top 2.5s ease-in-out;
    -moz-transition: all .5s ease-in-out, top 2.5s ease-in-out;
    -o-transition: all .5s ease-in-out, top 2.5s ease-in-out;
    transition: all .5s ease-in-out, top 2.5s ease-in-out;
}

.mobile.site-nav.js-enabled .hs-menu-wrapper>ul li{
    padding:10px !important;
}
html::-webkit-scrollbar {
  display: none;
}

.desktop .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:20px 15px !important;
}
.mobile-trigger{
    background:transparent !important;
}
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    background-color:#7c54ff !important;
}
.price:nth-child(1){
    margin-left:0px;

    margin-bottom:20px;
}


.price {
    -moz-transition: all .5s ease-in-out, top 2.5s ease-in-out;
    -webkit-transition: all .4s ease-in-out, top 2.5s ease-in-out;
    -moz-transition: all .5s ease-in-out, top 2.5s ease-in-out;
    -o-transition: all .5s ease-in-out, top 2.5s ease-in-out;
    transition: all .5s ease-in-out, top 2.5s ease-in-out;
}
.price-row{
      -moz-transition: all .2s ease-in-out, top 2.5s ease-in-out;
    -webkit-transition: all .2s ease-in-out, top 2.5s ease-in-out;
    -moz-transition: all .2s ease-in-out, top 2.5s ease-in-out;
    -o-transition: all .2s ease-in-out, top 2.5s ease-in-out;
    transition: all .2s ease-in-out, top 2.5s ease-in-out;  
}

/* .vert-cent .row-fluid-wrapper .row-fluid{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
} */








.featured-mobile-img{
    position:relative;
}




@media (min-width: 320px){
.price:nth-child(1){
    margin-left:0px;
}
.price:nth-child(1){
    margin-right:0px;
}

.featured-desktop-img{
 display:none;   
}
.featuresCarousel-feature.col-xsmall-12{
    display:none;
}
.homepage-featuresCarousel .featuresCarousel-selection.-is-active .featured-mobile-img{
    display: block !important;
}
.homepage-featuresCarousel .featuresCarousel-selection .featured-mobile-img{
    display: none !important;
}
.homepage-featuresCarousel .featuresCarousel-selection{
    max-height:40px!important;
}
.homepage-featuresCarousel .featuresCarousel-selection.-is-active{
    max-height: 100% !important;
}
.homepage-featuresCarousel .featuresCarousel-feature{
    display: none !important;
}
.homepage-featuresCarousel .featuresCarousel-subtitle {
    padding-left: 0px;
  padding-right:0px;
}
.featuresCarousel-title{
    font-family: "proxima-nova";
    font-size: 26px;
    font-weight:700;
    letter-spacing: 0;
    line-height: 26px;
}
.featuresCarousel-chevron {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
    height: 32px;
    width: 32px;
}
.featuresCarousel-chevron{
    margin-right:14px;
}
.featuresCarousel-selections {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.feature-txt{
     flex-basis: 100% !important;
    max-width: 100% !important;  
}
.feature-im{
        flex-basis: 100% !important;
    max-width: 100% !important;
}
.featuresCarousel-subtitle{
    font-family: "proxima-nova";
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px !important;
}
}
@media (min-width: 600px){
    .featuresCarousel-feature.col-xsmall-12{
    display:block;
}
.price:nth-child(1){
    margin-left:10px;
}
.price:nth-child(1){
    margin-right:10px;
}
   .featuresCarousel-subtitle{
    font-family: "proxima-nova";
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px !important;
} 
}
@media (min-width: 768px){
.price:nth-child(1){
    margin-left:0px;
}
.price:nth-child(1){
    margin-right:0px;
}
 .featured-desktop-img{
 display:block;   
} 
.homepage-featuresCarousel .featuresCarousel-selection .featured-mobile-img{
    display: none !important;
}




.featuresCarousel-chevron{
    margin-right:25px;
}
    .homepage-featuresCarousel .featuresCarousel-selection{
    max-height:64px!important;
}
.feature-txt{
     flex-basis: 100% !important;
    max-width: 100% !important;   
}
.feature-im{
        flex-basis: 100% !important;
    max-width: 100% !important;
}
.featuresCarousel-title{
    font-family: "proxima-nova";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
}
.featuresCarousel-chevron {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
    height: 40px;
    width: 40px;
}
.featuresCarousel-subtitle{
    font-family: "proxima-nova";
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px !important;
}
}
@media (min-width: 950px){
.featuresCarousel-selections {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.homepage-featuresCarousel .featuresCarousel-subtitle {
    padding-left: 0px;
}
.featuresCarousel-title{
    font-family: "proxima-nova";
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 26px;
}
.featuresCarousel-subtitle{
    font-family: "proxima-nova";
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px !important;
}
.featuresCarousel-chevron {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
    height: 35px;
    width: 35px;
}
    .homepage-featuresCarousel .featuresCarousel-selection{
    max-height: 41px!important;
}

.homepage-featuresCarousel .featuresCarousel-selection.-is-active .featured-mobile-img{
    display: none !important;
}
.homepage-featuresCarousel .featuresCarousel-feature{
    display: block !important;
}
.feature-txt{
     flex-basis: 60% !important;
    max-width: 60% !important;   
}
.feature-im{
        flex-basis: 40% !important;
    max-width: 40% !important;
}
}
@media (min-width: 1024px){
    .featuresCarousel-title{
    font-family: "proxima-nova";
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 28px;
}

    .homepage-featuresCarousel .featuresCarousel-selection{
    max-height:76px!important;
}
    .homepage-featuresCarousel .featuresCarousel-subtitle {
    padding-left: 64px;
}

.featuresCarousel-chevron {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
    height: 48px;
    width: 48px;
}
.featuresCarousel-subtitle{
    font-family: "proxima-nova";
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px !important;
}
}
@media (min-width: 1100px){

}
@media (min-width: 1300px){
        .homepage-featuresCarousel .featuresCarousel-subtitle {
    padding-left: 73px;
}
    .featuresCarousel-title{
    font-family: "proxima-nova";
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
}
    .feature-txt{
     flex-basis: 50% !important;
    max-width: 50% !important;  
}
.feature-im{
        flex-basis: 50% !important;
    max-width: 50% !important;
}
}
.homepage-featuresCarousel .featuresCarousel-selection.-is-active .featured-mobile-img{
    max-width:300px;
}




@media (min-width: 320px){
.the-img-col:before{


}
.joy-img-col{
    max-width:300px;
  width:100%;
}
.with-img{
    flex-wrap:nowrap;
}
.joy-testimonial{
    display: flex;
    flex:1 100%;
    max-width:100%;
}
.vert-cent > .row-fluid-wrapper > .row-fluid{
  display:flex;
    
  align-items:center;
      justify-content: center;
}
  .background-kaleidoscope3.lrg-padding{
  padding-top: 70px;
    padding-bottom: 70px;
}
  .light-rad-box img{
    margin-bottom:20px;
         width:56px;
     height:56px;

  }
}
@media (min-width: 375px){
.joy-img-col{
    max-width:100%;
  width:100%;
}
}
@media (min-width: 500px){
.joy-img-col{
/*     max-width:300px; */
  width:100%;
}
  .background-kaleidoscope3.lrg-padding{
  padding-top: 15vw;
    padding-bottom: 15vw;
}
}
@media (min-width: 600px){
    .joy-testimonial{
    display: flex;
    flex:1 50%;
    max-width:100%;
}
  .joy-img-col{
    max-width:400px;
  width:100%;
}
}
@media (min-width: 768px){
   .light-rad-box img{
    margin-bottom:0px;
     width:56px;
     height:56px;
  }
.the-img-col:before{
  padding-bottom:0;  
}
.joy-img-col{
    max-width: 100%;
}
.with-img{
    flex-wrap:wrap;
}
.vert-cent > .row-fluid-wrapper > .row-fluid{
  display:flex;
    
  align-items:center;
      justify-content: normal;
}
}


@media (min-width: 950px){
    .joy-testimonial{
    display: flex;
    flex:1 31%;
    max-width:33%;
}
}


.testimonials-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.vert-cent > .row-fluid-wrapper > .row-fluid{
  flex-wrap:wrap;
}















@media (min-width: 320px){
.home-btns .row-fluid {
    display: flex;
  flex-direction:row ;
}
.home-btns .btn{
    padding: 10px 27px;
}
.white-opac-bg .shadow-box-inner{
  
        background: rgba(255,255,255,.9) !important;
}
.light-mob-marg .shadow-box-inner{
    margin-bottom:15px;
}
.mobile-border{
    padding:10px;
        border: dashed 4px #9A00FF;
        margin-bottom:20px;
}
.centered-half-bg{
          background-size: auto !important;
}
.marg0-mob .shadow-box-inner{
    margin: 0px !important;
    margin-bottom: 10px !important;
}
.background-blobs-green{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Blob3.png');
          background-size: auto important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}
}
@media (min-width: 450px){
.home-btns .row-fluid {
    display: flex;
  flex-direction:row ;
}
.home-btns .btn{
    padding: 10px 32px;
}
.white-opac-bg .shadow-box-inner{
    background: #fff !important;
       
}

}
@media (min-width: 600px){
    .mobile-border{
    padding:0px;
        border: none;
        margin-bottom:0px;
}
}
@media (min-width: 768px){
.light-mob-marg .shadow-box-inner{
    margin-bottom:0px;
}
.centered-half-bg{
      background-size: 100% 50% !important;
}
.marg0-mob .shadow-box-inner{
    margin: 10px !important;
    margin-bottom: 20px !important;
}
.background-blobs-green{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Blob3.png');
          background-size: 100% 100%!important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}
}
@media (min-width: 1100px){
.marg0-mob .shadow-box-inner{
    margin: 20px !important;
    margin-bottom: 20px !important;
}
}
.columned{
    flex-direction:column !important;
}
.vert-cent > .row-fluid-wrapper > .row-fluid .joy-img-container{
    display: flex;
    flex-direction: column;
    flex:1;
    
}
.vert-cent > .row-fluid-wrapper > .row-fluid .span6 div{
    display: flex;
    flex-direction: column;
    flex:1;
    
}
.vert-cent > .row-fluid-wrapper > .row-fluid .span5 div{
    display: flex;
    flex-direction: column;
    flex:1;
    
}
.home-btns .span3{
    margin-right:5px;
}
.start-mobile .mobile-no .shadow-box-inner{
    padding:0px !important;
    padding-top:20px !important;
}
/* // .page-header-inner h1{
//     margin-bottom:0px !important;

// } */
.start-mobile .on-mobile-hide{
display: none !important;
}
/* p{
    margin-top: 0px;
} */
.start-mobile .mobile-center div{
    align-items:center !important;
}

.start-mobile .page-header-inner{
    padding-top:30px !important;
}
.home-slides{
    width:100% !important;
}
.footer-logo img{
    margin-bottom:30px ;
}
.page > .container-fluid{
    display: none;
}

.featuresCarousel-slide img{
    display:none !important;
}
.featuresCarousel-slide.-is-active img{
   display: block !important; 
}
.site-nav.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    text-align: left !important;
}






@media (min-width: 320px){
.home-btns .row-fluid {
    display: flex;
  flex-direction:row ;
}
.home-btns .btn{
    padding: 10px 27px;
}
.white-opac-bg .shadow-box-inner{
  
        background: rgba(255,255,255,.9) !important;
}
.light-mob-marg .shadow-box-inner{
    margin-bottom:15px;
}
.mobile-border{
    padding:10px;
        border: dashed 4px #9A00FF;
        margin-bottom:20px;
}
.centered-half-bg{
          background-size: auto !important;
}
.marg0-mob .shadow-box-inner{
    margin: 0px !important;
    margin-bottom: 10px !important;
}
.background-blobs-green{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Blob3.png');
          background-size: auto important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}
.background-blobsb-contained{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/BlobPatternB.png');
  background-size:auto !important;
  background-repeat:no-repeat;
  background-position:center;
}
    .prom-1{
        display: flex;
    flex:1 100% !important;
    max-width:100% !important;
    width:100% !important;
    margin-bottom:20px !important;
}
}
@media (min-width: 450px){
.home-btns .row-fluid {
    display: flex;
  flex-direction:row ;
}
.home-btns .btn{
    padding: 10px 32px;
}
.white-opac-bg .shadow-box-inner{
    background: #fff !important;
       
}

}
@media (min-width: 600px){
    .mobile-border{
    padding:0px;
        border: none;
        margin-bottom:0px;
}
    .prom-1{
        display: flex;
    flex:1 60% !important;
    max-width:57% !important;
    width:100% !important;
}
.prom-2{
    display: none;
    flex:1 40% !important;
    max-width:38% !important;
    width:100% !important;
}
}
@media (min-width: 768px){

    .background-blobsb-contained{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/BlobPatternB.png');
  background-size:contain !important;
  background-repeat:no-repeat;
  background-position:center;
}
.light-mob-marg .shadow-box-inner{
    margin-bottom:0px;
}
.centered-half-bg{
      background-size: 100% 50% !important;
}
.marg0-mob .shadow-box-inner{
    margin: 20px !important;
    margin-bottom: 20px !important;
}
.background-blobs-green{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Blob3.png');
          background-size: 100% 100%!important;
  background-repeat:no-repeat !important;
  background-position:center !important;
}
.prom-1{
    display: flex;
    flex:1 60% !important;
    max-width:57% !important;
    width:100% !important;
    margin-bottom:40px !important;
}
.prom-2{
    display: flex;
    flex:1 40% !important;
    max-width:38% !important;
    width:100% !important;
}
}
@media (min-width: 950px){
    .prom-1{
    display: flex;
    flex:1 60% !important;
    max-width:57% !important;
    width: 100% !important;
}
.prom-2{
    display: flex;
    flex:1 40% !important;
    max-width:38% !important;
    width: 100% !important;
}
}
@media (min-width: 1024px){
        .prom-1{
    display: flex;
    flex:1 50% !important;
    max-width:47% !important;
    width: 100% !important;
}
.prom-2{
    display: flex;
    flex:1 50% !important;
    max-width:48% !important;
    width: 100% !important;
}
}
.columned{
    flex-direction:column !important;
}
.vert-cent > .row-fluid-wrapper > .row-fluid .joy-img-container{
    display: flex;
    flex-direction: column;
    flex:1;
    
}
.vert-cent > .row-fluid-wrapper > .row-fluid .span6 div{
    display: flex;
    flex-direction: column;
    flex:1;
    
}
.vert-cent > .row-fluid-wrapper > .row-fluid .span5 div{
    display: flex;
    flex-direction: column;
    flex:1;
    
}
.home-btns .span3{
    margin-right:5px;
}
.start-mobile .mobile-no .shadow-box-inner{
    padding:0px !important;
    padding-top:20px !important;
}
/* // .page-header-inner h1{
//     margin-bottom:0px !important;

// } */
.start-mobile .on-mobile-hide{
display: none !important;
}
/* p{
    margin-top: 0px;
} */
.start-mobile .mobile-center div{
    align-items:center !important;
}
.start-mobile .page-header-inner{
    padding-top:30px !important;
}
.home-slides{
    width:100% !important;
}
.footer-logo img{
    margin-bottom:30px ;
}
.page > .container-fluid{
    display: none;
}
.some-marg .shadow-box-inner{
  margin:10px !important;
}








.row-fluid div{
        -moz-transition: flex .4s ease-in-out, top 2.5s ease-in-out;
    -webkit-transition: flex .4s ease-in-out, top 2.5s ease-in-out;
    -moz-transition: flex .4s ease-in-out, top 2.5s ease-in-out;
    -o-transition: flex .4s ease-in-out, top 2.5s ease-in-out;
    transition: flex .4s ease-in-out, top 2.5s ease-in-out;    
}
.row-fluid div{
        -moz-transition: max-width .4s ease-in-out, top 2.5s ease-in-out;
    -webkit-transition: max-width .4s ease-in-out, top 2.5s ease-in-out;
    -moz-transition: max-width .4s ease-in-out, top 2.5s ease-in-out;
    -o-transition: max-width .4s ease-in-out, top 2.5s ease-in-out;
    transition: max-width .4s ease-in-out, top 2.5s ease-in-out;    
}
.green-price.active p, .green-price.active span{
    
        color:#fff !important;
    
}
.green-price .pricing-column-inner{
    background:#fff !important;
    transition: background .6s ease-in-out; 
}
.green-price.active .pricing-column-inner{
    background:#41C6B4 !important;
      transition: background .6s ease-in-out;   
}

.yellow-price.active p, .yellow-price.active span{
    
        color:#fff !important;
    
}
.yellow-price .pricing-column-inner{
    background:#fff !important;
    transition: background .6s ease-in-out; 
}
.yellow-price.active .pricing-column-inner{
    background:#F4B200 !important;
      transition: background .6s ease-in-out;   
}
.yellow-price.active .add-price{
    border-color:#fff !important;
}



.red-price.active p, .red-price.active span{
    
        color:#fff !important;
    
}
.red-price.active .add-price{
    border-color:#fff !important;
}

.red-price .pricing-column-inner{
    background:#fff !important;
    transition: background .6s ease-in-out; 
}
.red-price.active .pricing-column-inner{
    background:#CF347C !important;
      transition: background .6s ease-in-out;   
}
.pricing-header{
    margin-bottom:15px !important;
}
@media (min-width: 320px){
.connect-but{
    flex:1 100%;
    max-width: 100%;
    width: 100%;
}
.connect-but .special-btn {
    align-items: center;
    justify-content: center;
}
}
@media (min-width: 450px){
.connect-but{
    flex:1 49%;
    max-width: 47%;
    width: 100%;
  
}
.connect-but .special-btn {
    font-size: 26px !important;
    line-height: 24px !important;
        padding: 15px !important;
        margin-right: 5px;
}
.connect-but .special-btn {
    align-items: flex-start;
    justify-content: flex-start;
}
}
@media (min-width: 600px){
.connect-but{
    flex:1 49%;
    max-width: 47%;
    width: 100%;
  
}
.connect-but .special-btn {
    font-size: 32px !important;
    line-height: 32px !important;
        padding: 25px !important;
        margin-right: 5px;
}
}
@media (min-width: 768px){

.connect-but .special-btn {
    font-size: 18px !important;
    line-height: 18px !important;
        padding: 15px !important;
}
}


@media (min-width: 800px){

.connect-but .special-btn {
    font-size: 20px !important;
    line-height: 20px !important;
        padding: 20px !important;
}
}

@media (min-width: 950px){
.connect-but{
    flex:1 50%;
    max-width: 48%;
    width: 100%;
}
.connect-but .special-btn {
    font-size: 20px !important;
    line-height: 20px !important;
        padding: 20px !important;
}
}





@media (min-width: 1100px){
.connect-but .special-btn {
    font-size: 24px !important;
    line-height: 24px !important;
        padding: 25px !important;
}

}
@media (min-width: 1200px){
.connect-but .special-btn {
    font-size: 26px !important;
    line-height: 26px !important;
}
}

@media (min-width: 1300px){
.connect-but .special-btn {
    font-size: 32px !important;
    line-height: 32px !important;
        padding: 30px !important;
}
}
.connect-but-row .row-fluid{
    display: flex;
    flex-wrap: wrap;
}

.site-header-inner{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.site-nav .hs-menu-wrapper>ul>li a{
    padding-top:20px !important;
    padding-bottom: 20px !important;
}
.site-nav .hs-menu-wrapper>ul>li:hover >a:after{
    content:'';
    width:70%;
    height: 2px;
    position: absolute;
    bottom:0px;
    display: block;
    background: #7c54ff;
    left:15%;
}
.active-branch>a:after{
      content:'';
    width:70%;
    height: 2px;
    position: absolute;
    bottom:0px;
    display: block;
    background: #7c54ff;
     
}
#Joy-header .hs-menu-item.hs-menu-depth-1:last-child a:after{
    display: none !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after{
  display:none !important;
}






/* //////Test////// */




.btn-wraps {
  position: relative;
/*   width: 200px;
  margin: auto;
  height: 66px; */
}
.btn-wraps .special-btn {
/*   background-color: #ff0083;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 200px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
  -webkit-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
  box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
  -moz-transform: perspective(600px) rotateX(0deg) scale(1);
  -ms-transform: perspective(600px) rotateX(0deg) scale(1);
  -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
  transform: perspective(600px) rotateX(0deg) scale(1); */
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-wraps .special-btn:hover {
/*   background-color: #e60076; */
/*   -moz-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
  -webkit-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
  box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5); */
}
.btn-wraps .special-btn:active {
/*   -moz-transform: perspective(600px) rotateX(15deg) scale(0.9);
  -ms-transform: perspective(600px) rotateX(15deg) scale(0.9);
  -webkit-transform: perspective(600px) rotateX(15deg) scale(0.9);
  transform: perspective(600px) rotateX(15deg) scale(0.9);
  font-size: 21px;
  -moz-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
  -webkit-box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5);
  box-shadow: 0 20px 40px rgba(255, 0, 131, 0.5); */
}
.active .btn-wraps .special-btn:active {
/*   -moz-transform: perspective(600px) rotateX(0deg) scale(1);
  -ms-transform: perspective(600px) rotateX(0deg) scale(1);
  -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
  transform: perspective(600px) rotateX(0deg) scale(1);
  font-size: 22px;
  -moz-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
  -webkit-box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5);
  box-shadow: 0 15px 40px rgba(255, 0, 131, 0.5); */
}
.btn-wraps .particles-circle {
  position: absolute;
  background-color: #7c54ff;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 50%;
  margin-left: -15px;
  z-index: -1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  z-index:-1;
}
.btn-wraps .particles-circle:nth-of-type(odd) {
  border: solid 2px #7c54ff;
  background-color: transparent;
}
@keyframes particles-1 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 160px;
    top: 58px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(1) {
  animation: particles-1 1.5s 0.025s;
}
@keyframes particles-2 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -223px;
    top: 199px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(2) {
  animation: particles-2 1.5s 0.05s;
}
@keyframes particles-3 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 15px;
    top: 65px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(3) {
  animation: particles-3 1.5s 0.075s;
}
@keyframes particles-4 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 139px;
    top: -241px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(4) {
  animation: particles-4 1.5s 0.1s;
}
@keyframes particles-5 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -54px;
    top: 158px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(5) {
  animation: particles-5 1.5s 0.125s;
}
@keyframes particles-6 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 228px;
    top: 44px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(6) {
  animation: particles-6 1.5s 0.15s;
}
@keyframes particles-7 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 188px;
    top: 120px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(7) {
  animation: particles-7 1.5s 0.175s;
}
@keyframes particles-8 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -15px;
    top: 249px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(8) {
  animation: particles-8 1.5s 0.2s;
}
@keyframes particles-9 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 92px;
    top: -67px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(9) {
  animation: particles-9 1.5s 0.225s;
}
@keyframes particles-10 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 62px;
    top: -147px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(10) {
  animation: particles-10 1.5s 0.25s;
}
@keyframes particles-11 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 233px;
    top: -29px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(11) {
  animation: particles-11 1.5s 0.275s;
}
@keyframes particles-12 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 35px;
    top: 11px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(12) {
  animation: particles-12 1.5s 0.3s;
}
@keyframes particles-13 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -40px;
    top: -212px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(13) {
  animation: particles-13 1.5s 0.325s;
}
@keyframes particles-14 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -40px;
    top: -50px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(14) {
  animation: particles-14 1.5s 0.35s;
}
@keyframes particles-15 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 67px;
    top: 152px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(15) {
  animation: particles-15 1.5s 0.375s;
}
@keyframes particles-16 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -64px;
    top: -101px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(16) {
  animation: particles-16 1.5s 0.4s;
}
@keyframes particles-17 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 63px;
    top: 138px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(17) {
  animation: particles-17 1.5s 0.425s;
}
@keyframes particles-18 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 138px;
    top: -240px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(18) {
  animation: particles-18 1.5s 0.45s;
}
@keyframes particles-19 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 66px;
    top: 195px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(19) {
  animation: particles-19 1.5s 0.475s;
}
@keyframes particles-20 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 239px;
    top: 107px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(20) {
  animation: particles-20 1.5s 0.5s;
}
@keyframes particles-21 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -172px;
    top: -166px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(21) {
  animation: particles-21 1.5s 0.525s;
}
@keyframes particles-22 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -87px;
    top: -160px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(22) {
  animation: particles-22 1.5s 0.55s;
}
@keyframes particles-23 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -186px;
    top: 182px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(23) {
  animation: particles-23 1.5s 0.575s;
}
@keyframes particles-24 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 130px;
    top: -70px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(24) {
  animation: particles-24 1.5s 0.6s;
}
@keyframes particles-25 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 198px;
    top: -79px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(25) {
  animation: particles-25 1.5s 0.625s;
}
@keyframes particles-26 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -188px;
    top: -81px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(26) {
  animation: particles-26 1.5s 0.65s;
}
@keyframes particles-27 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -172px;
    top: 104px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(27) {
  animation: particles-27 1.5s 0.675s;
}
@keyframes particles-28 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 231px;
    top: -33px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(28) {
  animation: particles-28 1.5s 0.7s;
}
@keyframes particles-29 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 222px;
    top: -48px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(29) {
  animation: particles-29 1.5s 0.725s;
}
@keyframes particles-30 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -25px;
    top: 119px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(30) {
  animation: particles-30 1.5s 0.75s;
}
@keyframes particles-31 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 42px;
    top: -214px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(31) {
  animation: particles-31 1.5s 0.775s;
}
@keyframes particles-32 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -104px;
    top: -61px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(32) {
  animation: particles-32 1.5s 0.8s;
}
@keyframes particles-33 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -239px;
    top: 219px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(33) {
  animation: particles-33 1.5s 0.825s;
}
@keyframes particles-34 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 144px;
    top: -85px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(34) {
  animation: particles-34 1.5s 0.85s;
}
@keyframes particles-35 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 129px;
    top: -40px;
    transform: scale(0);
    visibility: hidden;
  }
}
.active .btn-wraps .particles-circle:nth-of-type(35) {
  animation: particles-35 1.5s 0.875s;
}

.v-align {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  max-height: 90vh;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrap__sparks {
  transform: translateZ(-100px);
}

.mobile.site-nav .hs-menu-wrapper>ul>li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.slider-auth{
  margin-top:10px !important;
}
.no-marg-header h3, .no-marg-header h2{
  margin-bottom:0px !important;
}
  .align-end .btn-wraps{
    align-items:flex-start;
}
.align-end .row-number-19{
   align-items:flex-start;
}
.align-end{
 align-items:flex-start;
}

.mobile.site-nav .hs-menu-wrapper>ul{
  background:#fff !important;
}
.mobile.site-nav .hs-menu-wrapper>ul li a{
/*   color:#fff; */
  font-weight:700;
}
.mobile .hs-item-has-children i{
  color:#000 !important;
}
.mobile .child-trigger i, .mobile .child-trigger i:after{
  background:transparent !important;
}
.mobile .child-trigger{
  border:none !important;
}
#Joy-header .mobile .hs-menu-item.hs-menu-depth-1:last-child a{
border-radius: 44px !important;
    background-color: #e6dfff !important;
    color: #7c54ff !important;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    text-align: center;
    font-weight: 600 !important;
    margin: 0 auto;
 
}
#Joy-header .mobile .hs-menu-item.hs-menu-depth-1:last-child a:hover{
  background:transparent !important;
  color:#fff !important;
  border:1px solid #fff !important
}
.mobile .menu-ico span{
  display:none;
}
.mobile .menu-ico{
font-size:18px;
}
/* .mobile .hs-menu-wrapper.hs-menu-flow-horizontal li{
  border:none !important;
} */
.mobile.site-nav .hs-menu-wrapper>ul>li>a{
  color:#000;
}
.mobile.site-nav .hs-menu-wrapper>ul>li>a:hover{
  color:#b8b1d0;
}

.mobile-open .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  padding-left:0px !important;
  padding-right:0px !important;
}


@media (min-width: 320px){

.background-kaleidoscope3 {
   background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/kaleidoscope_mobile.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.background-kaleidoscope3 #joy-section{
    background:rgba(255,255,255, .8);
        box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
        border-radius:16px;
        padding:20px;
}
  .med-txt-row{
     width: 100%;
    margin: 0 auto;
}
  .proof-text{
    display: flex;
    flex:1 100%;
}

.proof-img{
    display: flex;
    flex:1 100%;
}
}
@media (min-width: 500px){

.background-kaleidoscope3 {
   background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/kaleidoscope_mobile.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
.background-kaleidoscope3 #joy-section{
    background:rgba(255,255,255, .8);
        box-shadow: 0 5px 20px 0 rgba(0,0,0,0.23);
        border-radius:16px;
        padding:20px;
}
  .med-txt-row{
     width: 73%;
    margin: 0 auto;
}
}
@media (min-width: 768px){
.proof-text{
    display: flex;
    flex:1 50%;
}

.proof-img{
    display: flex;
    flex:1 50%;
}
}
@media (min-width: 950px){

.background-kaleidoscope3 {
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte-Website-Assets-Kaleiodoscope-3.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

.background-kaleidoscope3 #joy-section{
    background:transparent;
        box-shadow:none;
        border-radius:0px;
        padding:0px;
}
  .proof-text{
    display: flex;
    flex:1 50%;
}

.proof-img{
    display: flex;
    flex:1 50%;
}
}





.background-blobs-green .fadeInUp{
        animation-name: fadeInUp;
        
animation-duration:1.2s;
}

.background-blobs-green .fadeInDown{
    animation-name: fadeInDown;
  animation-duration:1.2s;

}
.first-gone .btn-wraps:nth-child(1){
    display: none !important;
}

@keyframes fadeInUp{   
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30%,0) !important;
    transform: translate3d(0,60%,0);
}

100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }}
@keyframes fadeInDown{ 
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-35%,0) !important;
    transform: translate3d(0,-60%,0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}


.cta-page-center .special-btn{
    background: #E9E3FF !important;
    transition:background .5s;
}
.cta-page-center .special-btn:hover{
    background: #7c54ff !important;
    
    transition:background .5s;
    color:#fff !important;
}
.price-list{
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
.footer-main-menu a{
    text-transform: lowercase !important;
}
.smaller-checks i{
    color: #7C54FF;
    font-size: 16px;
    margin-right:4px;
    
}
.no-topping{
    padding-top: 0px !important;
}
.smaller-checks p{
        margin-top: 0px !important;
        margin-bottom: 10px !important;
}
.combine-foot .active-branch>a:after{
  display:none !important;
}
.shadow-box-inner .fa-check{
    font-size:16px !important;
}
.image-text img{
      max-width: 293px !important;
}
.image-text2 img{
      max-width: 360px !important;
}
.proof-img img{
  width:100% !important;
  height:auto !important;
}
.icon-txt-center .widget-span{
  width:100%;
}
.svg-icon-row img{
 height: 60px !important;
    width: auto;
}
/* .child-open .hs-menu-children-wrapper{
  visibility:visible !important;
  opacity:1 !important;
} */
.mobile .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile.site-nav .hs-menu-wrapper > ul{
  width:auto !important;
}
.mobile-open .mobile.site-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    width:100% !important;
}
.site-nav .hs-item-has-children > a{
    pointer-events: none !important;
}
.mobile.site-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    width: 100% !important;
}
.site-nav .hs-menu-wrapper>ul ul li{
    position: static;
    max-width:100% !important;
}
.mobile .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important!
}
/* .site-nav.js-enabled .hs-menu-wrapper>ul li.hs-item-has-children:nth-child(3) .hs-menu-children-wrapper li:hover{
background: #E9E3FF !important;
} */
.logos-row.with-radius{
  padding:30px !important;
}



.radial-box{
  border-radius: 25px;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.23);
  overflow:hidden;
  background:#fff;
}
.radial-box2{
  border-radius: 25px;
  background: linear-gradient(180deg, #E9E3FF 0%, #FFFFFF 100%);
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.23);
  overflow:hidden;
}


.vid-over-row .row-fluid{
  display:flex;
  align-items:center;
  flex-wrap: wrap;
}

.absolute-wave .background-wave{
  position:absolute !important;
}

p.purple-check {
    display: flex;
    align-items: center;
}
p.purple-check:before {
    content: '';
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/check_mark.svg);
    background-size: contain;
  background-repeat:no-repeat;
       max-height: 20px;
    max-width: 20px;
      width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin-right: 24px;
        min-width: 20px;
    min-height: 20px;
}

.gray-bg-wave{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_wave_1.png');
    background-repeat: no-repeat;
    background-size: 100% 42%;
    background-position-y: 29%;
}
.gray-bg-wave2{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_wave_1.png');
    background-repeat: no-repeat;
    background-size: 100% 42%;
    background-position-y: 29%;
}
.gray-bg-wave3{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_wave_1.png');
    background-repeat: no-repeat;
    
    background-size: 100% 100%;

    
}
.spec-purp .btn, .last-joy-footer .btn, .open-position a{
    
  border-radius: 44px !important;
  background-color: #7C54FF !important;
   font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  text-align: center;
}
.open-position a{
  background:#000 !important;
  color:#fff;
}
.spec-light-purp .btn{
    
  border-radius: 44px !important;
  background-color: #E6DFFF !important;
   color: #7C54FF !important;
    font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  text-align: center;
  -webkit-appearance: none;
}
.connect-form .hs-button{
    border-radius: 44px !important;
  border:solid 3px #fff;
  background-color: #000 !important;
   color: #fff !important;
    font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  text-align: center;
  -webkit-appearance: none;
}
.spec-purp .btn:hover{
    
  
}
.spec-green .btn{
/*    border: 7px solid #646ad5 !important; */
  border-radius: 44px !important;
 background-color: #e6dfff !important;
    color: #7c54ff !important;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    text-align: center;
}
/* .spec-green .btn:hover{
     border: 7px solid rgba(255,255,255,0.3) !important;
  border-radius: 44px !important;
  background-color: #fff !important;
  color:#41C6B4;
} */
.spec-green .btn-wraps{
  margin-top:40px !important;
  margin-bottom:40px !important;
}
.btn-cent .btn-wraps{
  justify-content:center !important;
}
.btn-right .btn-wraps{
  justify-content:flex-end !important;
}

.gray-bg-wave2 {
    position: relative;
}
.gray-bg-wave2:before {
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_wave_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position-y: 0%; */
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    top: -30%;
    position: absolute;
    z-index: -1;
}
.lighter-grad:before{
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F3FF 100%);
   content: '';
    height: 100%;
    width: 100%;
    display: block;
    bottom: -15%;
    position: absolute;
    z-index: -1;
}
.lighter-grad{
  position:relative;
}
.grouped-logos .row-fluid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.extra-rad-pad .shadow-box-inner{
    padding-left: 8vw !important;
    padding-right: 8vw !important;
}


.landing-footer h3{
padding-top:40px !important;
}
.light-gray-bg{
   background-color: #F8F8F8;
  
}
.dark-gray-bg{
   background-color: #EDEDED;
}
.purple-bg-gr{
    background: linear-gradient(64.57deg, #7C54FF 0%, #550083 100%);

}
.landing-logo{
  max-width:170px !important;
  width:100%;
}





.joy-team .joy-img-col{
    max-width: 100% !important;
}

@media (min-width: 320px){

.vid-over{
  right:0px;
  position:relative;
    margin-bottom:15px;
}
  .txt-vid-over{
  padding-left:20px !important;
}
.spec-purp .btn, .spec-green .btn{

}
.no-break{
    white-space: nowrap;
}
.xlh2 h2.lrg-title {
    font-size: 58px !important;
    font-weight: 900 !important;
    padding-top: 20px;
    padding-bottom: 30px;
}
.spec-btn-marg{
  margin-top:20px;
  margin-bottom:20px;
}
.bg-wave.large-padding{
    
  padding-top:100px;
  padding-bottom:100px;

}
.bg-wave{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_wave_3.png');
  background-repeat:no-repeat;
background-size: cover;
}
.group-logo{
    display: flex;
    flex:1 50%;
    max-width: 48%;
    padding:3px;
}
.featured-rad{
    margin-top:20px;
}
.landing-footer .joy-img-col{
  max-width:200px;
  margin:0 auto;
  padding-bottom: 15% !important;
  opacity:.7;
}
  .hiring-page p{
    font-size:16px !important
}
}
@media (min-width: 768px){
  .hiring-page p{
    font-size:20px !important
}

.vid-over{
  right:-50px;
  position:relative;
    margin-bottom:0px;
}
  .txt-vid-over{
  padding-left:70px !important;
}
.spec-purp .btn, .spec-green .btn{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
  .landing-header .spec-purp .btn{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.xlh2 h2.lrg-title {
    font-size: 113px !important;
    font-weight: 900 !important;
    padding-top: 20px;
    padding-bottom: 30px;
}
.spec-btn-marg{
  margin-top:80px;
  margin-bottom:60px;
}
.bg-wave.large-padding{
    
  padding-top:8vw;
  padding-bottom:8vw;

}
.bg-wave{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_wave_3.png');
  background-repeat:no-repeat;
background-size: 100% 100%;
}
.group-logo{
    display: flex;
    flex:1 20%;
    max-width: 16%;
    padding:0px;
}
.featured-rad{
    margin-top:0px;
}
.landing-footer .joy-img-col{
  max-width:200px;
  margin:0 auto;
  padding-bottom: 7% !important;
  opacity:.7;
  margin-bottom:20px !important;
}
}
.team-rad .joy-img-col.img-bot-pad40, {
    padding-bottom: 40% !important;
}
.team-rad .joy-img-col:before, .landing-footer .joy-img-col:before{
    padding-bottom: 0px !important;
}
.lower-footer p{
    margin-top:0px !important;
}
.lower-footer p{
    padding:15px;
}

.light-header{
  border-radius: 23px;
  background-color: #F7F5FD;
}





@media (min-width: 320px){

.vid-over{
   margin:0 auto !important; 
   margin-bottom: 15px !important;
}
.vid-over iframe{
    border-radius:15px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 23%);
}
/*   .spec-purp .btn:before {
content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 0 0 0 0 rgba(124, 84, 255, 0.7);
border-radius: 44px !important;
  background-color: transparent;
  
  left:0px;
     z-index: -1;


 -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
} */
.spec-purp .btn{
    position: relative;
  z-index:3;
}




/* .spec-green .btn:before {
content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 0 0 0 0 rgba(65,198,180, 0.7);
border-radius: 44px !important;
  background-color: #41C6B4;
 
  left:0px;
  z-index: -1;
background-color: transparent;

-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
} */

.spec-green .btn{
    position: relative;
  z-index:3 !important;
}
  .landing-header .spec-purp{
    display:none !important;
  }

}

@media (min-width: 768px){
  .landing-header .spec-purp{
    display:block !important;
  }
.vid-over{
    margin:0px !important;
    margin-bottom: 0px !important;
}
.vid-over iframe{
    border-radius:0px;
    box-shadow:none;
}
  .spec-purp .btn{
        display: flex;
    align-items: center;
    justify-content: center;
  }
  
/*   .spec-purp .btn:before {
content:'';
  position: absolute;
    width: 100%;
    height: 75%;
  border: none;
  box-shadow: 0 0 0 0 rgba(124, 84, 255, 0.7);
border-radius: 44px !important;
  background-color: transparent;
  
  left:0px;
     z-index: -1;


  -webkit-animation: pulse 2.25s infinite cubic-bezier(1, -0.25, 0, 0);
  -moz-animation: pulse 2.25s infinite cubic-bezier(1, -0.25, 0, 0);
  -ms-animation: pulse 2.25s infinite cubic-bezier(1, -0.25, 0, 0);
  animation: pulse 2.25s infinite cubic-bezier(1, -0.25, 0, 0);
} */
/*   @-webkit-keyframes pulse {
     0% {
                transform: scale(2.0) !important;
            }
       25% {
                transform: scale(7.0) !important;
            }
            100% {
                transform: scale(0) !important;
            }
}
.spec-purp .btn{
    position: relative;
  z-index:3;
}
.spec-purp .btn:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(124, 84, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(124, 84, 255, 0);}}
@-ms-keyframes pulse{to {box-shadow: 0 0 0 30px rgba(124, 84, 255, 0);}} */
/* @keyframes pulse {to {box-shadow: 0 0 0 30px rgba(124, 84, 255, 0);}} */



/* .spec-green .btn:before {
content:'';
  position: absolute;
    width: 100%;
    height: 75%;
  border: none;
  box-shadow: 0 0 0 0 rgba(65,198,180, 0.7);
border-radius: 44px !important;
  background-color: #41C6B4;
 
  left:0px;
  z-index: -1;
background-color: transparent;

  -webkit-animation: pulse2 1.25s infinite cubic-bezier(1, -0.25, 0, 0);
  -moz-animation: pulse2 1.25s infinite cubic-bezier(1, -0.25, 0, 0);
  -ms-animation: pulse2 1.25s infinite cubic-bezier(1, -0.25, 0, 0);
  animation: pulse2 1.25s infinite cubic-bezier(1, -0.25, 0, 0);
} */
/* .spec-green:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
} */
.spec-green .btn{
    position: relative;
  z-index:3 !important;
      display: flex;
    align-items: center;
    justify-content: center;
}

/* @-webkit-keyframes pulse2 {to {box-shadow: 0 0 0 30px rgba(65,198,180, 0);}}
@-moz-keyframes pulse2 {to {box-shadow: 0 0 0 30px rgba(65,198,180, 0);}}
@-ms-keyframes pulse2{to {box-shadow: 0 0 0 30px rgba(65,198,180, 0);}}
@keyframes pulse2 {to {box-shadow: 0 0 0 30px rgba(65,198,180, 0);}} */
}

.grouped-logos a{
  flex:1
    
  }
  .grouped-logos a div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1;
    flex-direction: row;
}

@media (min-width: 320px){
 .grouped-logos a{
     
       display: flex;
    flex: 1 50% !important;
    max-width: 48%;
    padding: 3px;
 }
}
@media (min-width: 768px){
.grouped-logos a{
    flex: 1 20% !important;
        max-width: 16% !important;
}
}
.grouped-logos .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .light-li li{
        color: #949494;
    font-family: "proxima-nova";
    font-size: 20px;
    margin-left: 25px;
        margin-block-start: 1em;
    margin-block-end: 1em;
    
    margin-inline-end: 0px;
  }
  .light-li li::marker{
        color: #7c54ff;
  }
    .light-li{
      border-left:solid 2px #979797; 
  }
    .hide-this{
      
  }
  .proof-img{
    align-items: center;
  }

  
  
  
  
  
  
  .middle-row .row-fluid{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
  }
  .home-icon-row img{
    width:100% !important;
    max-width:240px !important;
    height:auto;
    margin: 0 auto;
        display: flex;
    padding-bottom: 30px;
  }
   h4{
       font-family: "proxima-nova";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  
  }
  
  .dots-bg{
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_dots.png');
    background-size:100%;
    background-repeat:no-repeat;
    z-index: -1;
  }
  .header-dots:before{
    
    content: '';
    display: block;
    width: 100%;
   padding-bottom: 24%;
    left: 0px;
    position: absolute;
    top: 0px;
    background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Header-Dots.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  z-index: -1;
    
  }
  
  .top-dots-bg{
    position:relative;
   
  }
    .top-dots-bg2{
    position:relative;
  }
.top-dots-bg:before {
    content: '';
    display: block;
    width: 100%;
   padding-bottom: 24%;
    left: 0px;
    position: absolute;
    top: 0px;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_dots.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  z-index: -1;
}
  .top-dots-bg2:before {
    content: '';
    display: block;
    width: 100%;
   padding-bottom: 15%;
    left: 0px;
    position: absolute;
    top: 0px;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/bg_dots.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

  .light-rad-box img{
    margin-right:15px;
  }

  .gradient-btn-block .btn{
    border-radius: 44px !important;
  background: linear-gradient(270deg, #7C54FF 0%, #549EFF 100%) !important;
        padding: 15px 15px !important;
    font-weight:bold !important;
    transition:1s ease-in-out all;
    margin-top:25px;
        max-width: 305px;
    width: 100%;
  }
    .gradient-btn-block .btn:hover{
 
  background: linear-gradient(270deg, #549EFF 0%, #7C54FF 100%) !important;
transition:.0s all ease-in;
  }

  .gradient-btn-block2 .btn{
    border-radius: 44px !important;
   background: linear-gradient(270deg, #549EFF 0%, #7C54FF 100%) !important;
        padding: 15px 15px !important;
    font-weight:bold !important;
    transition:1s ease-in-out all;
    margin-top:25px;
        max-width: 305px;
    width: 100%;
  }
    .gradient-btn-block2 .btn:hover{
  background: linear-gradient(270deg, #7C54FF 0%, #549EFF 100%) !important;
 
transition:.0s all ease-in;
  }


  .bottom-up-grad{
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F3FF 100%);
  }
  .top-down-grad{
    background:linear-gradient(0deg, #FFFFFF 0%, #F6F3FF 100%);
  }
  .normal-padding-top{

    padding-top:6vw;
  }
  .normal-padding-bot{

    padding-bottom:6vw !important;
  }
  
  .green-grad-btn{
      background: linear-gradient(270deg, #7C54FF 0%, #60D6DC 100%);
  }
  .purple-grad-btn{
  background: linear-gradient(270deg, #7C54FF 0%, #549EFF 100%);
  }
  .pink-grad-btn{
  background: linear-gradient(270deg, #7C54FF 0%, #EC79E6 100%);
  }

  .step-row p{
  color: #5B5A65;

  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  }
    .step{
      color: #9996A3 !important;
  font-family: "proxima-nova";
  font-size: 24px !important;
  font-weight: bold !important;
  letter-spacing: 0;
  line-height: 29px;
    text-transform:uppercase;
    margin-top:0px !important;
    margin-bottom:10px;
    
  }
  .step-row .newCheck-row p{
     font-size: 18px;
  font-weight: bold !important;
    color:#000 !important;
  letter-spacing: 0;
  line-height: 22px;
  }
  .no-gap .span4{
    margin:0px !important;
  }

  .no-gap .span4{
  
    margin: 0px !important;
    display: flex;
    flex: 1;
    flex-direction: column;
      justify-content: center;
    align-items: center;
    
}
  .no-gap .span4 .hs_cos_wrapper{
        justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    width:100%;
  }
  .no-gap .joy-img-container {
        display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
  }
  .case-txt-block h4{
    margin-top:10px !important;
    font-weight:900;
    margin-bottom:0px;
  }
    .case-txt-block h2{
   
    
    margin-bottom:10px;
  }
  .case-dark-bg{
    background:#A2A2A2;
  }
  .case-light-bg{
      background: linear-gradient(180deg, #F7F1FF 0%, #FFFFFF 100%);

  }
  

.case-blocks .shadow-container {
    justify-content: center;
    align-items: center;
}
  .more-ico h4{
    margin-top:15px !important;
    margin-bottom:5px !important;
  }
    .more-ico p:nth-child(2){
margin-top:5px;
  }
  .top-bot-bord{
      border-top: 3px solid #F5F5F5;
     border-bottom: 3px solid #F5F5F5;
  }
    .bot-bord{
    
     border-bottom: 3px solid #F5F5F5;
  }
    .top-bord{
    
     border-top: 3px solid #F5F5F5;
  }
  li{
/*     font-family: "proxima-nova";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px; */
}
    .full-width-btn .btn-wraps a{
      width:100%;
  }
  .no-top{
margin-top:0px !important;
  }
  .contact-para i {
    margin-right: 14px;
    margin-top:8px;
    color:#7C54FF;
}
.contact-para p {
    display: flex;
}

    .top-wave:before{
    content:'';
background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Top-Wave.png');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:180px;
    display:block;
    position:relative;
  }
      .top-wave:before{
    content:'';
background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Top-Wave.png');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:180px;
    display:block;
    position:relative;
  }
  .bot-wave .row-fluid-wrapper{
/*     position:relative; */
    position:absolute;
  }
  .bot-wave{
    margin-bottom:-130px;
        background: #f7f4ff;
  }
  .top-wave{
    margin-top:-180px;
  }
  .white-bg .row-fluid-wrapper{
    background:#fff;
  }
  .page-header-sect{
    padding-bottom:3vw;
  }
  #Joy-header{
    background:#fff !important;
  }
  #Joy-header .hs-menu-item a{
    pointer-events:all !important;
  }
  
  .before-cta .bot-wave{
    background:#7C54FF;
}
.gray-txt{
  color:#83808E;
}
.long-btn a{
      max-width: 260px !important;
    width: 100% !important;
    padding: 10px !important;
}
  .no-h4-bot h4{
    margin-bottom:0px !important;
}
.no-h4-bot .center-img{
  margin-bottom:25px;
}
.light-rad-box p{
  margin-top:5px !important;
  margin-bottom:5px !important;
}
.footer-socials a {
    background: #000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
      display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.last-joy-footer .hs-menu-item a{
  color: #000;
  font-family: 'proxima-nova';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  padding-left:0px !important;
  padding-right:0px !important;
}
.last-joy-footer .hs-menu-item a:after{
display:none;
}
.last-joy-footer p{
  font-size: 18px !important;
  margin-top:0px !important;
}
 .last-joy-footer-inner{
   background:#F8F8F8;
}
body > .container-fluid{
  display:none;
}
.pink-txt{
color:#EA77E2;
}
.pricing-testimonial .testimonial-block{
  box-shadow:none;
}
.pricing-testimonial .testimonial-block .test-icon{
  display:none;
}
.pricing-testimonial .testimonial-block  .testimonial-text{
   font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px; 
}
.pricing-testimonial .testimonial-block .testimonial-author{
    font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #7C54FF;
}
.pricing-testimonial .testimonial-block .testimonial-job{
    font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
   color: #787583;
}
.pricing-testimonial .testimonial-block .testimonial-inner{
  padding:0px;
}
.faq-section p{
  margin-top:0px !important;
}
.case-stud p{
  font-weight:700;
}
.last-joy-footer .btn {
    border-radius: 44px;
    text-transform: none;
    font-weight: 700;
    max-width: 108px;
    width: 100%;
      padding: 10px 32px
}
.ani-delay-1{
  animation-delay: .1s;
}
.ani-delay-2{
  animation-delay: .2s;
}
.ani-delay-3{
  animation-delay: .3s;
}
.ani-delay-4{
  animation-delay: .4s;
}
.ani-delay-5{
  animation-delay: .5s;
}
.ani-delay-6{
  animation-delay: .6s;
}

.more-ico p{
  margin-bottom:0px !important;
  margin-top:10px;
}
.contact-para p {
    font-weight: 700;
}
.contact-para a {
    text-decoration: none !important;
    color: #282843;
    font-weight: 700;
}
.connect-form .hs-input {
    padding: 10px;
}
.connect-form .hs-input::placeholder, .connect-form .hs-input {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    font-family: 'proxima-nova';
    color: #767676;
}
.connect-form h3{
  margin-bottom:20px !important;
}
.connect-form textarea.hs-input{
    min-height: 196px !important;
}
.faq-section h4 {
    margin-bottom: 15px;

}
  .additional-in{
    
      font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
.pricing-listed li{
    font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
.hs-menu-children-wrapper a{
display:flex;
  flex-direction:row;
  align-items:flex-start !important;
}
.menu-ico{
  display:flex;
  flex-direction:column;
}
.hs-menu-children-wrapper i{
  margin-top:3px;
  margin-right:15px;
   font-size: 24px;
  color: #7C54FF;
}
.menu-ico span{
 font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  color: #787583;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
/*     padding-right: 50px !important; */
}

.pricing-testimonial {
    position: relative;
}

.center-img{
align-items:center;
}
  @media (min-width: 320px){
           .no-gap .row-fluid{
     display:flex;
     flex:1;
         flex-direction:column;
         flex-wrap:nowrap;
  }
      .bot-wave:after{
    content:'';
background:url('https://f.hubspotusercontent30.net/hubfs/7100532/Bottom-Wave.png ');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:80px;
    display:block;
    position:relative;
  }
    .medium-extra-right{
   padding-right:15px;
}
.medium-extra-left{
   padding-left:0px;
}
.large-extra-right{
   padding-right:15px;
}
.large-extra-left{
   padding-left:15px;
}
  .column-2-count{
    column-count:1;
  }
      .light-rad-box .shadow-box-inner{
    display: flex;
        flex-direction:column;
    background-color: #F6F3FF;
    align-items:flex-start; 
  }
    .xlrg-pad-top{
  padding-top:100px;
}
    .large-testimonial{
      margin-bottom:20px;
  }
      .step{
      margin-top:30px !important;
    }
    .lrg-pad-top{
  padding-top:8vw;
}
    .top-down-grad.lrg-pad-top{
  padding-top:100px;
}
    .spec-green .btn-wraps {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
       .box40 .shadow-box-inner{
      padding:15px !important;
  }
      .case-blocks .shadow-box-inner {
    padding: 15px !important;
}
    .joy-img-col:before{
      width:300px;
    }
    .pricing-testimonial:before {
    content: '';
    height: 90%;
    width: 2px;
    background: #f5f5f5;
    display: none;
    position: absolute;
    top: 10%;
    right: 0;
}
}
  @media (min-width: 768px){
    .pricing-testimonial:before {
    content: '';
    height: 90%;
    width: 2px;
    background: #f5f5f5;
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
}
           .no-gap .row-fluid{
     display:flex;
     flex:1;
         flex-direction:row;
        
  }
      .bot-wave:after{
    content:'';
background:url('https://f.hubspotusercontent30.net/hubfs/7100532/Bottom-Wave.png ');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:80px;
    display:block;
    position:relative;
  }
    .medium-extra-right{
   padding-right:6vw;
}
.medium-extra-left{
   padding-left:6vw;
}
.large-extra-right{
   padding-right:10vw;
}
.large-extra-left{
   padding-left:10vw;
}
 
      .light-rad-box .shadow-box-inner{
    display: flex;
        flex-direction:row;
    background-color: #F6F3FF;
    align-items:center; 
  }
    .xlrg-pad-top{
  padding-top:13vw;
}
       .large-testimonial{
      margin-bottom:65px;
  }
      .step{
      margin-top:0px !important;
    }
    .lrg-pad-top{
  padding-top:8vw;
}
        .top-down-grad.lrg-pad-top{
  padding-top:8vw;
}
    .spec-green .btn-wraps {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
    .box40 .shadow-box-inner{
      padding:40px !important;
  }
      .case-blocks .shadow-box-inner {
    padding: 60px !important;
}
    .joy-header-inner .hs-menu-wrapper a{
    color: #000;
  font-family: "proxima-nova";
 font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
}
}
 @media (min-width: 950px){
   .joy-img-col:before{
     width:100%;
   }
 .column-2-count{
    column-count:2;
  }
}
  @media (min-width: 1024px){
    .joy-header-inner .hs-menu-wrapper a{
    color: #000;
  font-family: "proxima-nova";
 font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
       .no-gap .row-fluid{
     display:flex;
     flex:1;
         flex-direction:row;
        
  }
      .bot-wave:after{
    content:'';
background:url('https://f.hubspotusercontent30.net/hubfs/7100532/Bottom-Wave.png ');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:150px;
    display:block;
    position:relative;
  }
    .medium-extra-right{
   padding-right:6vw;
}
.medium-extra-left{
   padding-left:6vw;
}
.large-extra-right{
   padding-right:10vw;
}
.large-extra-left{
   padding-left:10vw;
}
      .column-2-count{
    column-count:2;
  }
  .light-rad-box .shadow-box-inner{
    display: flex;
    background-color: #F6F3FF;
    align-items:center; 
  }
    .xlrg-pad-top{
  padding-top:13vw;
}
    .lrg-pad-top{
  padding-top:8vw;
}
       .large-testimonial{
      margin-bottom:0px;
  }
    .step{
      margin-top:0px !important;
    }
        .top-down-grad.lrg-pad-top{
  padding-top:8vw;
}
      .case-blocks .shadow-box-inner {
    padding: 80px !important;
}
  }



.btn{
  text-transform:none !important;
}
@media (min-width:320px){
  .half-col{
    display:flex;
flex:1 100%;
  }
  .home-header-img .joy-img-col{
  padding-bottom: 0% !important;
    background-position: left !important;
}
  #Joy-header .hs-menu-item.hs-menu-depth-1:last-child a{
    background: #7c54ff !important;
color:#fff !important;
border-radius:44px;
  margin-left:15px;
      padding: 5px 20px !important;
  margin-top:15px;
   font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px !important;
  max-width: 155px !important;
    width: 100% !important;
  text-align:center;
}
   .home-icon-row i{
    font-size:80px !important;
  }
  .home-icon-row p:nth-child(1){
    height: 130px;
    width: 130px;
    border: solid 4px #000;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
  .swap-1{
  order:2;
}
.swap-2{
  order:1;
}
  .mobile-top-pad{
    margin-top:30px;
  }
  .mobile-bot-pad{
    padding-bottom:50px;
  }
  .bottom-up-grad.lrg-pad-bot{
    padding-bottom:20px;
  }
}
@media (min-width: 768px){
    .swap-1{
  order:1;
}
.swap-2{
  order:2;
}
    .mobile-top-pad{
    margin-top:0px;
  }
  .mobile-bot-pad{
    padding-bottom:0px;
  }
   .bottom-up-grad.lrg-pad-bot{
    padding-bottom:150px;
  }
}
@media (min-width: 950px){
   .half-col{
  display:flex;
  flex:1 48%;
  }
  .home-header-img .joy-img-col{
  padding-bottom: 70% !important;
    background-position: center !important;
}
  #Joy-header .hs-menu-item.hs-menu-depth-1:last-child a{
    background: #7c54ff !important;
color:#fff !important;
border-radius:44px;
  margin-left:15px;
      padding: 5px 20px !important;
  margin-top:10px;
   font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px !important;
  max-width: 132px !important;
    width: 100% !important;
  text-align:center;
}
  .home-icon-row i{
    font-size:120px !important;
  }
  .home-icon-row p:nth-child(1){
    height: 200px;
    width: 200px;
    border: solid 4px #000;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
}




  @media (min-width: 320px){
    .footer-1{
      margin-bottom:20px;
}
    .footer-1{
  display:flex;
  flex:100%;
}
.footer-2, .footer-3, .footer-4, .footer-5{
  display:flex;
  flex:48%;
}
    .last-joy-footer .hs-menu-item a {
    color: #000;
    font-family: 'proxima-nova';
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
   .grid-img  .joy-img-col:before {
    padding-bottom: 136%;
}
    
    
}

  @media (min-width:768px){
    .footer-1{
      margin-bottom:20px;
}
    .footer-1{
  display:flex;
  flex:100%;
}
.footer-2, .footer-3, .footer-4, .footer-5{
  display:flex;
  flex:47%;
}
    .last-joy-footer .hs-menu-item a {
    color: #000;
    font-family: 'proxima-nova';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
   .grid-img .joy-img-col:before {
    padding-bottom: 0;
}
}

  @media (min-width:950px){
    .footer-1{
      margin-bottom:0px;
}
    .footer-1{
  display:flex;
  flex:31.623931624%;
}
.footer-2, .footer-3, .footer-4, .footer-5{
  display:flex;
  flex:14.529914530000001%;
}
    .last-joy-footer .hs-menu-item a {
    color: #000;
    font-family: 'proxima-nova';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}


  
.last-joy-footer-inner .row-fluid-wrapper.row-depth-1.row-number-4 .row-fluid{
  display:flex;
  flex-wrap:wrap;
}



.home-icon-row .whole{
  justify-content:center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li{
  margin-left:0px !important;
}
#Joy-header .hs-menu-item a:hover{
  background:#f2edff !important;
}
#Joy-header .hs-menu-item.hs-menu-depth-1:last-child a{
  font-weight:700 !important;
  text-align:center !important;
}
.grid-img .joy-img-col{
  max-width:100% !important;
}
.grid-img .joy-img-col:before{
width:100% !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  overflow:hidden;
}
.case-icos i{
font-size:35px !important;
      margin: 0 auto;
  margin-bottom:15px;
}
#Joy-header .hs-menu-item.hs-menu-depth-1 > a:hover{
  background:transparent !important;
}
.testimonial-1-row .row-fluid{
  display:flex;
  flex-wrap:wrap;
}

.testimonial-1 .hs_cos_wrapper{
  height: 100%;
}
.testimonial-1 .hs_cos_wrapper .large-testimonial{
      height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-1 .hs_cos_wrapper .large-testimonial .large-testimonial-inner{
  height: 100%;
    display: flex;
    flex-direction: column;
      justify-content: space-between;
}
  @media (min-width:320px){
    .testimonial-1{
  display:flex;
  flex:1 100%;
      margin-bottom:30px;
}
       .testimonial-1 .large-testimonial-quote{
         padding-bottom: 10px;
    padding-top: 20px;
}
}
  @media (min-width:768px){
    .testimonial-1{
  display:flex;
  flex:1 48%;
}
       .testimonial-1 .large-testimonial-quote{
         padding-bottom: 30px;
    padding-top: 50px;
}
}

  @media (min-width:950px){
    .testimonial-1{
  display:flex;
  flex:1 31%;
}
   .testimonial-1 .large-testimonial-quote{
         padding-bottom: 30px;
    padding-top: 50px;
}
}

.mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a span{
  white-space:normal !important;
  display:none;
}
.logo-blocks .shadow-box-inner{
  width:100%;
}
.step-row.profit-row .newCheck-row p{
font-weight:400 !important;
  margin-bottom:20px;
}
.profit-row.step-row p.lrg-txt{
    color: #7c54ff !important;
  margin-bottom:0px !important;
  font-weight:700 !important;
}
.profit-row.step-row .newCheck-row{
align-items: flex-start !important;
}
.logo-blocks .center-img{
height: 113px;
  max-width:auto !important;
}
.profit-test p{
  margin-top:0px !important;
  margin-bottom:0px !important;
}
.profit-test h3{
  line-height:1.3 !important;
}
#hs_cos_wrapper_module_1622580210993912 .shadow-container:nth-child(1) .btn{
  background: linear-gradient(270deg, #7C54FF 0%, #60D6DC 100%) !important;

}
#hs_cos_wrapper_module_1622580210993912 .shadow-container:nth-child(1) .btn:hover{
  background: linear-gradient(270deg, #60D6DC 0%, #7C54FF 100%) !important;

}
.hs-menu-wrapper.hs-menu-flow-vertical li a{
  padding-bottom:0px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  background:#7c54ff !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button{
  border-color:#7c54ff !important;
  color:#7c54ff !importannt;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover{
  color:#fff !important;
  background:#7c54ff !important
};
#hs-eu-cookie-confirmation-inner{
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
}
#hs-eu-policy-wording p{
  margin-right:20px;
  font-size:16px;
}
#thumb-loop{
position:absolute;
  top:-2px;
  left:0px;
  width:100%;
  height:100%;
  z-index:1;
  cursor:pointer;
}
#thumb-loop2{
position:absolute;
  top:-2px;
  left:0px;
  width:100%;
  height:100%;
  z-index:1;
  cursor:pointer;
}
#home-joy-vid{
position:relative;
  z-index:0;
}
#home-joy-vid2{
position:relative;
  z-index:0;
}


.video-joy{
  position:relative;
  }
.new-bg{
/*     background: linear-gradient(49.61deg, #7C54FF 0%, #468CFF 100%); */
    background: linear-gradient(48.94deg, #7C54FF 0%, #41269F 100%);

}
.video-joy video{
  border-radius:22px;
  overflow:hidden;
}

.section-top{
 font-family: "proxima-nova";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
}
h5{
   font-family: "proxima-nova";
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom:0px;
}
.home-row-6 i{
  font-size: 48px;
}
.pricing-table .feature-label__text, .feature-label__description, .pricing-table td, .pricing-table tr, .pricing-table dt, .pricing-table dd{
  font-family:'proxima-nova';
}
.price_tab i{
  color: #7C54FF;
}
.social-bg1{
  position:relative;
}
.social-bg2{
  position:relative;
}

.social-bg1, .social-bg2{
  margin-bottom:6vw !important;
}
.social-photo{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/IMG_2310.jpeg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  margin:0px !important;
}
.social-flex .row-fluid{
  display:flex;
  flex-wrap:wrap;
}

.social-photo:before{
  content:'';
  display:block;
  padding-bottom:56%;
}
.divide-col{
  margin-top:20px;
      column-count: 2;
}
  .divide-col p{
    margin-top:0px;
        -webkit-margin-before: 0;
      color: #7C54FF;
  
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}
  .divide-col a{
text-decoration:none;
    color: #7C54FF;
}
.divide-col a:hover{
  color:#6242CB !important;
}

.pricing-table .feature-label__text, p.heading--4{
font-weight:700;
}
th#p-1, th#p-2 {
    border-bottom: 0px !important;
    background: #fff;
}
.spec-purp .btn:hover, .open-position a:hover, .last-joy-footer .btn:hover{
 background-color: #6242CB !important;
  transition:.0s;
}
.spec-light-purp .btn:hover, .spec-green .btn:hover, .connect-form .hs-button:hover{
    background-color: #D3CCEB !important;
  -webkit-appearance: none;
  transition:.0s;

}
a.green-txt:hover{
color: #4AE4CF;
  transition:.0s;
}
.green-grad-btn:hover{
    background: linear-gradient(270deg, #60D6DC 0%, #7C54FF 100%) !important;
  transition:.0s;
}
.purple-grad-btn:hover{
  
    background: linear-gradient(270deg, #549EFF 0%, #7C54FF 100%) !important;
  transition:.0s;
}
#Joy-header .hs-menu-item.hs-menu-depth-1:last-child a:hover{
  background-color: #6242CB !important;
  transition:.0s;
}

.before-cta .spec-light-purp .btn{
  color:#7c54ff !important;
}

/* .purple-everything .pricing-listed li:nth-child(1){
  color:#7c54ff !important;
} */
i.far.fa-chevron-down{
  color:#8E8B9A !important;
    font-size: 15px;
  letter-spacing: 0;
 
  
}
.column-flex{
  display:flex;
  flex-direction:column;
}
.influencer-col .fa-quote-right{
  
  font-size:30px;
}



@media (min-width: 320px){
.social-bg1:before{
   content:'';
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:-20px;
  left:-20px;
  background:#F7F5FD;
  z-index:-1;
  padding:20px;
}
.social-bg2:before{
  content:'';
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:-20px;
  right:-20px;
  background:#F7F5FD;
  z-index:-1;
  padding:20px;
}
  .social-flex .row-fluid > div{
display:flex;
  flex:1 100%;
  align-items:center;
}
     .marketing-table, .pricing-table__table-body{
    display: block;
}
  .pricing-table__price-row{
    display:flex;
  }
   .light-header{

    padding:15px !important;
  }
  .lrg-pad-top.before-cta{
    padding-top:90px;
}
  .btn-wraps{
    display:flex;
    width:100%;
  }
/*   .btn-wraps a{
    width:100% !important;
  } */
/*   .spec-purp, .spec-light-purp, .spec-purp a, .spec-light-purp a{
    width:100% !important;
  } */
    .header-dots .spec-light-purp.marg-top-40{
    margin-top:10px !important;
  }
}
@media (min-width: 600px){
    .btn-wraps{
    display:flex;
    width:auto;
  }
  .spec-purp, .spec-light-purp, .spec-purp a, .spec-light-purp a{
    width:inherit !important;
  }
    .btn-wraps a{
    width:auto !important;
  }

.header-dots a{
  width:100%;
}
}

@media (min-width: 768px){
    .header-dots .spec-light-purp.marg-top-40{
    margin-top:40px !important;
  }
      .btn-wraps{
    display:flex;
    width:auto;
  }
  .spec-purp, .spec-light-purp, .spec-purp a, .spec-light-purp a{
    width:inherit !important;
  }
  .header-dots  .spec-light-purp, .header-dots .spec-purp, .header-dots .spec-purp a, .header-dots .spec-light-purp a{
    width:initial !important;
   }
  .header-dots a{
width: auto !important;
  }
    .btn-wraps a{
    width:auto !important;
  }
.social-bg1:before{
   content:'';
  width:80%;
  height:100%;
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  background:#F7F5FD;
  z-index:-1;
  padding:0px;
}
.social-bg2:before{
  content:'';
  width:80%;
  height:100%;
  display:block;
  position:absolute;
  top:0px;
  right:0px;
  background:#F7F5FD;
  z-index:-1;
  padding:0px;
}
  .social-flex .row-fluid > div{
display:flex;
  flex:1 47%;
  align-items:center;
}
  .pricing-table__price-row{
    display: table-row;
}
  .marketing-table, .pricing-table__table-body{
    display:table-row-group;
}
  .light-header{

    padding:0px !important;
  }
    .lrg-pad-top.before-cta{
    padding-top:8vw;
}
}
.card-title{
  font-weight:700;
}
.price-btn2, .price-btn1{
cursor:pointer;
}
.new-open{
cursor:pointer;
}

@media (min-width: 320px){
  .payment-col2{
  border-left: none ;
}
  .mob-pad-top{
    padding-top:20px;
  }
    .mob-pad-top2{
    padding-top:40px;
  }
    .mob-pad-bot{
    padding-bottom:20px;
  }
  .mob-hide{
display:block !important;
  }
  .desk-hide{
    display:none !important;
  }
  .new-open.lrg-txt{
    font-family: "proxima-nova";
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 20px;
  
}
  .section-link{
   font-family: "proxima-nova";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration:none;
}
  .large-testimonial-quote{
  color: #000;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom:15px;
  padding-top:15px !important;
/*     text-align:center; */
}
  .large-testimonial-content{
  padding-bottom:15px;
}

.header-sub{
 color: #000;
font-family: "proxima-nova";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}
    .light-header .marg-top-40{
margin-top:20px;
  }
  .marg-top-60{
	margin-top:30px;
}
/*   .white-line{
  border-bottom:1px solid #fff;
}
  .white-line{
  border-bottom:30px solid #fff;
} */
  .quote-txt{
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
  .influencer-col img{
  margin:0 auto;
  margin-bottom:30px;
  max-width:100px !important;
  
}
       .apply-side .spec-purp{
      display:none;
    }
    .apply-side .spec-purp .btn{
      margin: 0 auto;
    }
   .marg-top-70{
    margin-top:30px;
  }
}

@media (min-width: 768px){
  .marg-top-70{
    margin-top:70px;
  }
  .white-line{
  border-bottom:none;
}
  .marg-top-60{
	margin-top:60px;
}
   .mob-pad-top{
    padding-top:0px;
  } 
     .mob-pad-bot{
    padding-bottom:0px;
  } 
  .mob-pad-top2{
    padding-top:0px;
  }
  .mob-hide{
    display:none !important;
}
  .desk-hide{
    display:block !important;
  }
  .new-open.lrg-txt{
    font-family: "proxima-nova";
  font-size: 24px !important;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 29px;
  
}
  .section-link{
   font-family: "proxima-nova";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  text-decoration:none;
}
  .large-testimonial-quote{
  color: #000;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
  padding-bottom:10px;
  padding-top:10px !important;
    text-align:left;
}
  .large-testimonial-content{
  padding-bottom:15px;
  
}
.large-testimonial-img{
 
}
.header-sub{
 color: #000;
font-family: "proxima-nova";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
  .light-header .marg-top-40{
margin-top:40px;
  }
  .quote-txt{
   color: #FFFFFF;
  font-family: "proxima-nova";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}
  .influencer-col img{
  margin:0 auto;
  margin-bottom:30px;
  max-width:200px !important;
  
}
       .apply-side .spec-purp{
      display:flex;
    }
    .apply-side .spec-purp .btn{
      margin: 0 auto;
    }
  .payment-col2{
  border-left: 2px gray solid ;
}
}
.mobile.site-nav .hs-menu-wrapper>ul ul li{
  background:transparent !important;
}
.mobile.site-nav.js-enabled .hs-menu-wrapper>ul li{
border-bottom:1px solid #e6dfff;
}
.mobile .active-branch>a:after{
display:none !important;
}
#Joy-header .mobile .hs-menu-item.hs-menu-depth-1:last-child a{ 
    padding: 10px 32px !important;
}
.social-purp p{
  margin-bottom:0px;
}
.social-purp p.purp-soci{
  margin-top:5px !important;
 
  margin-bottom:45px;
}
.social-purp h2{
  margin-bottom:30px;
}  
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
  background:#fff;
}
.display--mobile.plan-arrows{
  display:none;
}
.hide{
  display:none !important;
}
.private-template__section{
  max-width:100% !important;
}
.form-top{
  padding:0px !important;
}
.payment-col2 h3{
  margin-bottom:0px;
}
.payment-col2 .lrg-txt{
  margin-top:10px;
}
.payment-col2 p:last-child{
  font-size: 14px;
      color: #767676;
  line-height:16px;
}

.private-template--centered .private-template__section{
  margin:0px !important;
}
.influencer-page h3{
    color: #312C43;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
.influencer-page p, .influencer-page li{
    color: #312C43;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.influencer-page li{
  margin-bottom:20px;
}
.patch-bg2{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Texture.jpg');
  background-size:cover;
  background-repeat:no-repeat;
}
.patch-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Texture-Light.png');
  background-size:cover;
  background-repeat:no-repeat;
}
.bordered-list{
   border: 1px solid #979797;
  border-radius: 13px;
  background-color: #FFFFFF;
  padding:30px;
  width:fit-content;
}
.bordered-list li:last-child{
  margin-bottom:0px !important
}
.influencer-logo img{
  max-width:300px !important;
 max-height: 100px;
  height:auto !important;
  margin: 0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
}
.influencer-logo2 img{
  max-width:200px !important;
  max-height: 100px;
  height:auto !important;
  margin: 0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
}

  .influencer-logo2{
    margin-top:20px;
  margin-bottom:20px;
}
.dark-influ-bg{
    background-color: #2B2B2B;
}
.dark-influ-bg p, .dark-influ-bg a, .dark-influ-bg h3{
  text-align:center;
  font-family: Montserrat;
  color:#fff;
}
.dark-influ-bg a{
    
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
   
}
.influencer-icons{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:30px;
  
}
 .influencer-icons a{
   margin-right:15px;
   text-decoration:none;
}
  .influencer-icons i{
    color:#fff;
    font-size:30px;
  }
.red-button{
  border-radius: 6px;
  background-color: #F35152;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    color: #FFFFFF;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-decoration:none;
  max-width:300px;
  width:100%;
  padding:20px 6px;
  margin-top:20px;
}
.new-influence .red-button{
  border-radius: 6px;
  background-color: #FFC23D;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    color: #FFFFFF;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-decoration:none;
  max-width:300px;
  width:100%;
  padding:20px 6px;
  margin-top:20px;
}
.new-influence .orange-button{
  border-radius: 6px;
  background-color: #FFC23D;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
    color: #FFFFFF;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-decoration:none;
  max-width:300px;
  width:100%;
  padding:20px 6px;
  margin-top:20px;
}
.orange-button{
   border-radius: 6px;
  background-color: #F57659;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0);
      color: #FFFFFF;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-decoration:none;
  max-width:300px;
  width:100%;
  padding:20px 6px;
}
.influencer-page .btn-wrapper{
  display: flex;
    justify-content: center;
    align-items: center;
}
.patch-radius{
  border-radius: 10px;
}
.influencer-page h3, .influencer-page h2{
  text-transform:uppercase !important;
}
.influencer-logo{
  margin-top:30px;
}
.influencer-perks-inner p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.newbtn{
  text-decoration:none;

   color: #000;
  font-family: "proxima-nova";
 
  text-align: center;
   
  border-radius: 44px;
  background-color: #55FCE5;

    display: flex;
    justify-content: center;
    align-items: center;
  padding:10px 30px;
}
.lighter-bg{
  background:#EBE6FA;
}
.landing-bottom-social a{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:10px;
  text-decoration:none;
}
.landing-bottom-social{
  display:flex;
  align-items:center;
  justify-content:center;
}
.landing-bottom-social i{
  background-color: #000;
  border-radius:50%;
  height:37px;
  width:37px;
  color:#fff;
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.darker-gradient{
    background: linear-gradient(48.94deg, #7C54FF 0%, #41269F 100%);
}

.d2c-landing-page .hs-button {
    text-decoration:none;

   color: #000;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
   
  border-radius: 44px;
  background-color: #55FCE5;

    display: flex;
    justify-content: center;
    align-items: center;
  padding:10px 30px;
  border:none !important;
  
}
.d2c-landing-page .hs-input{
  box-sizing: border-box;
  height: 48px;
  border: 2px solid #000 !important;
  background-color: #FFFFFF;
  height: 54px;
    border-radius: 9px;
}


.under-video-checks{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}
@media (min-width: 320px){
  .d2c-landing-page h1{
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
.d2c-landing-page h2{
 font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
}
.d2c-landing-page .lrger-title{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
.under-video-checks p{
  display:flex;
  flex-direction:row;
  align-items:center;
  flex:1 100%;
  max-width:100%;
  justify-content:flex-start;
     font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-top:10px;
}
    .left-quote, .right-quote{
    max-width:60px;
  }
  .form-columns-2 .hs-input{
   width:100% !important;
  }
   .d2c-landing-page .middle-row .mob-pad-top h2{
    text-align:center;
  }
    .d2c-landing-page .middle-row .mob-pad-top2 h2{
    text-align:center;
  }
  .d2c-landing-page .middle-row .mob-pad-top p, .d2c-landing-page .middle-row .mob-pad-top2 p{
    text-align:left;
  }
  .testimonial-circ{
    margin-top:20px;
  }
  .newbtn{
    max-width:fit-content;
        margin: 0 auto;
  }
    .d2c-landing-page .hs-button{
     max-width:100$;
    margin:initial;
  }
  .with-quotes{
      font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  }
  .lighter-bg{
    padding-top:50px;
  }
    .testimonial-circ img{
      width:100% !important;
    max-width:200px !important;
      max-height:200px !important;
      height:100%;
  }
  .newbtn{
 font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  }
  .under-video-checks {
    width:85%;
    margin: 0 auto;
  }
    .d2c-logo img{
  height: 37.09px;
  width: 111.27px;
}
  .d2s-logo{
    margin-bottom:40px !important;
  }
  .d2c-tag{
  font-family: "proxima-nova";
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 9px;
  color:#fff;

}
    .d2c-landing-page .mobile-hide{
    display:none !important;
  }
  .d2c-landing-page .desktop-hide{
    display:block !important;
  }
  .d2c-landing-page .mob-pad-top{
    padding-top:30px !important;
}
    .d2c-landing-page .mob-pad-top2{
    padding-top:20px !important;
}
   .d2c-bg{
   background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/jb_landing_page_header_bg.jpg');
   background-size:cover;
   background-repeat:no-repeat;
   background-position:center;
}
}
@media (min-width: 768px){
    .d2c-landing-page .mob-pad-top{
    padding-top:0px !important;
}
      .d2c-landing-page .mob-pad-top2{
    padding-top:0px !important;
}
.d2c-landing-page .mobile-hide{
    display:block !important;
  }
  .d2c-landing-page .desktop-hide{
    display:none !important;
  }
  .d2c-tag{
  font-family: "proxima-nova";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  color:#fff;

}
  .d2c-logo img{
  width:168px;
  height:56px;
}
  .d2s-logo{
    margin-bottom:0px !important;
  }
    .under-video-checks {
    width:100%;
    margin: initial;
  }
  .newbtn{
     font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  }
  .testimonial-circ img{
    max-width:50% !important;
    width:100% !important;
  }
    .lighter-bg{
    padding-top:0px;
  }
  .with-quote{
        font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 29px;
  }
   .testimonial-circ{
    margin-top:0px;
  }
  .d2c-landing-page .middle-row .mob-pad-top p, .d2c-landing-page .middle-row .mob-pad-top h2{
    text-align:left;
  }
   .d2c-landing-page .middle-row .mob-pad-top2 p, .d2c-landing-page .middle-row .mob-pad-top2 h2{
    text-align:left;
  }
  .d2c-landing-page h1{
   font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 52px;
}
.d2c-landing-page h2{
    font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 48px;
}
.d2c-landing-page .lrger-title{
    font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 52px;
}
.under-video-checks p{
  display:flex;
  flex-direction:row;
  align-items:center;
  flex:1 33%;
  max-width:33%;
  justify-content:center;
    font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-top:30px;
}
  .left-quote, .right-quote{
    max-width:inherit;
  }
    .form-columns-2 .hs-input{
   width:95% !important;
  }
  .newbtn{
    width:auto;
    margin:initial;
  }
  .d2c-landing-page .hs-button{
      width:100%;
    margin:initial;
  }
    .d2c-bg{
   background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/jb_landing_page_header_bg.jpg');
   background-size:cover;
   background-repeat:no-repeat;
   background-position:center;
}
}
.under-video-checks i{
  
  border-radius:50%;
color: #7c54ff;
  margin-right:15px;
}
.form-text{
  margin-top:20px;
  margin-bottom:20px;
    font-size: 14px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 17px;
  color:#000;
}
.d2c-landing-page .form-columns-1 .hs-input{
  width:100% !important;
}
.d2c-landing-page .hs-error-msg{
  font-size:16px;
}
.d2c-landing-page fieldset{
  max-width:100% !important;
}
.d2c-landing-page .hs-input{
  margin-bottom:10px;
}
.d2c-landing-page .form-title{
  color:#fff;
  margin-bottom:10px !important;
  font-weight:700;
}

.d2c-landing-page .hs-input::placeholder{
    color: #767676;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
  .d2c-tag{
    margin-top:10px;
}
.testimonial-circ{
      position: relative;
    z-index: 9;
}
.d2c-landing-page .hs-button{
-webkit-appearance: none;
}
.d2c-landing-page .middle-row .row-fluid{
  justify-content:center;
}
.new-gradient-bg{
    background: linear-gradient(48.94deg, #7C54FF 0%, #41269F 100%);
}

.price-btn2, .price-btn1{

  font-weight:600 !important;}
.schedule-list li{
list-style-type:none;
   font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  
  color:#fff;
  margin-bottom:17px;
      display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    line-height: 26px;
}
.schedule-list li i{
  margin-right:15px;
  }
.schedule-list ul{
  margin-left:0px !important;
  padding-left:0px !important;
}
.newbtn:hover{
  background:#4ce3ce;
}
.d2c-landing-page .hs-button:hover{
  background:30bba8;
}
.testimonial-circ img{
  max-height:initial !important;
 max-width:300px;
}
.d2c-landing-page fieldset.form-columns-2 .input{
margin-right:0px !important;
}
.last-joy-footer .btn{
white-space:no-wrap !important;
}
ul.no-list.hs-error-msgs.inputs-list li{
  display:none;
}
ul.no-list.hs-error-msgs.inputs-list{
  margin:0px !important;
}
ul.no-list.hs-error-msgs.inputs-list::before{
content:'*Please complete all required fields';
  display:block;
  position:absolute;
  bottom:98%;
  left:0px;
  font-family: "proxima-nova";
  color:red;
 
}
form{
  position:relative;
}
/* .schedule-header{
  position:absolute;
      width: 100% !important;
    left: 0;
} */
.schedule-body{
padding-top:40px !important;
}
.d2c-landing-page .hs-button:hover{
background:#4adbc7;
}
.owl-carousel .owl-item img{
  height:auto !important;
}
.home-logo-print:nth-child(2) img {
    max-height: 50px !important;
}
.apply-side.jobs{
   border-radius: 17px;
  background-color: #F6F4FF;
  padding:40px;
}
.apply-side.jobs .hs-button.primary.large{
   border: 7px solid #E9E3FF;
  border-radius: 44px;
  background-color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
    color: #FFFFFF;
  font-family:'proxima-nova';
      width: 100%;
    padding: 15px 15px;
  margin-top:20px;
}
.apply-side.jobs .hs-fieldtype-text input{
     border-radius: 3px;
  padding:10px;
  height: 59px;
  color: #000;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  border-color:transparent !important;
}
.apply-side.jobs .hs-fieldtype-text input::placeholder{
  color: #000;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}
/* .apply-side.jobs  .hs-fieldtype-file:before{
  content:'Upload resumé:';
  color: #000;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-top:20px;
  margin-bottom:20px;
  display:block;

} */
/* .apply-side.jobs  .hs-fieldtype-file label{
border: 2px solid #FFFFFF;
  border-radius: 29.5px;
  background-color: #D8E8FF;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0);
   color: #000;
  font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding: 15px 15px;
  position:relative;
  width:100%;
      box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.apply-side.jobs  .hs-fieldtype-file label{
  margin-top:20px;
  margin-bottom:20px;
    font-family: "proxima-nova";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
}
/* .apply-side.jobs  input[type="file" i]{
  display:none;
} */
.apply-side.jobs .hs-fieldtype-file label, .apply-side.jobs .hs-button.primary.large{
  cursor:pointer;
}
/* .apply-side.jobs .hs-fieldtype-file label:hover{
  background:#7C54FF;
  color:#fff;
   transition:1s ease-in-out;
} */
 .apply-side.jobs .hs-button.primary.large:hover{
   background:#D8E8FF;
   color:#000;
   transition:1s ease-in-out;
}
.apply-side.jobs{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;

}
input[type="file" i] {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  margin-top:15px;
}
.apply-side.jobs .hs-richtext p{
   font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
margin-top:0px !important;
  margin-bottom:10px !important;
}
.light-gray-bg{
  background:#FAFAFA;
}
.no-pad-top{
  padding-top:0px !important;
}
.no-pad-bot{
  padding-bottom:0px !important;
}
.instagram-txt p{
   font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: 23px !important;
  color: #312C43 !important;
}
.instagram-txt p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.new-influ-block p{
  margin-bottom:0px !important;
}
.insta-img .joy-img-col{
  padding-bottom:125% !important;
}
.lighter-grey-bg{
  background-color: #F9F9F9;
  padding:10px;
}
.lighter-grey-bg .influencer-logo{
  margin-top:0px !important;
}
.lighter-grey-bg img{
  max-width:200px !important;
  width:100%;
  margin:0 auto;
  display:flex;
  justify-content:center;
}
.lighter-grey-bg{
  margin-bottom:4vw;
}
.influencer-page.new-influence li{
  margin-bottom:0px !important;
}
.top-bot-bord{
  border-top:2px solid #EEEEEE;
  border-bottom:2px solid #EEEEEE;
  padding-top:30px;
  padding-bottom:30px;
  margin-top:50px;
  margin-bottom:50px;
}
.next-perks{
font-size: 26px !important;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 35px !important;
  text-align: center;
}
.home-header .header-dots:before {

    z-index: 0;
}
.homerow3-img{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/01-Home-CreatorPlug.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top center;
}
.homerow3-img:before{
  content:'';
  display:block;
/*   padding-bottom:56%; */
}
 .homerow4-bg{
   position:relative;
   z-index:1;
}

 .homerow4-bg:before{
   content:'';
   position:absolute;
   width:100%;
   height:100%;
   top:0px;
   left:0px;
   display:block;
     transform: scaleY(-1);
  background: linear-gradient(171.85deg, #F6E6FF 0%, #DBE5F6 100%);
   z-index:-1;
}
   .pink-grad-bg{
background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/01-Home-OurWork-BG.png');
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center;
}

/* .black-boxes h3{
   font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 33px;
} */
.black-boxes p{
   font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
}


.influencer-bg .page-center{
  padding-bottom:0px !important;
}

.gray-boxes h3{
   font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 33px;
}

.white-btn .btn{
   border-radius: 44px;
  background-color: #FFFFFF !important;
    font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  color:#000 !important;
}
.black-btn .btn{
     border-radius: 44px;
  background-color: #000;
    font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  color:#fff;
}
.two-btns .row-fluid{
  display:flex;
  flex-wrap:nowrap;

}
.white-btn .btn:hover{
  background:#7C54FF !important;
  border-color:#7C54FF !important;
  color:#fff !important;
  transition:.0s;
}
.brand-row i{
    height: 45px;
  width: 45px;
  background-color: #000000;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.brand-row .shadow-box-inner{
   border-radius: 33px;
  background-color: #f7f7ff;
}

.case-btn:hover{
  background:#7C54FF;
  transition:.0s;
}

.v6-footer .last-joy-footer-inner{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Footer%20Background.png');
  background-size:cover;
  background-repeat:no-repat;
}
@media (min-width: 320px){
.homerow3-img{
  content:'';
  display:block;
  padding-bottom:56%;
/*   width: 100% !important; */
}
  .gray-radius{
  background:#F5F5F7;
  padding:20px;
    border-radius: 37px;
    border:solid 3px #000;
}
    .two-btns .row-fluid{
    flex-wrap: wrap;
  }
  .gray-boxes .shadow-box-inner{
  background:#F7F7FF;
  padding: 20px !important;
}
   .slider-middle.middle-row .row-fluid{
    display:block;
    align-items:center;
    flex-wrap:wrap;
  }
   .two-btns .row-fluid{
    justify-content:center;
  }
  .white-btn.marg-top-40{
  margin-top:10px;
  margin-bottom:10px
}
  .two-btns .black-btn, .two-btns .white-btn{
  width:100%;
}
    .black-radius-testimonial .testimonial-inner{
  padding:0px;
}
  .footer-signup form{
  display:flex;
  flex-direction:column;
      align-items: flex-start;
}
  .footer-signup .hs-button{
    border-radius: 44px;
  background-color: #000000;
font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  text-align: center;
  color:#fff;
  border:none !important;
  padding:15px 35px;
  margin-left:0px;
    margin-top:20px;
    border:solid #fff 3px !important;
}
}
@media (min-width:600px){
  .two-btns .black-btn, .two-btns .white-btn{
  width:50%;
}
    .white-btn.marg-top-40{
  margin-top:40px;
  margin-bottom:0px
}

}
@media (min-width: 768px){
  .black-radius-testimonial .testimonial-inner{
  padding:60px;
}
.homerow3-img{
  content:'';
  display:block;
  padding-bottom:0%;
/*       width: 48.717948718% !important; */
}
  .gray-radius{
  background:#F5F5F7;
  padding:70px;
    border-radius: 37px;
}
  .two-btns .row-fluid{
    flex-wrap: nowrap;
  }
  .gray-boxes .shadow-box-inner{
  background:#F7F7FF;
  padding: 70px 40px !important;
}
   .slider-middle.middle-row .row-fluid{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
  }
  .two-btns .row-fluid{
    justify-content:flex-start;
  }
.footer-signup form{
  display:flex;
  flex-direction:row;
      align-items: center;
}
.footer-signup .hs-button{
    border-radius: 44px;
  background-color: #000000;
    font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color:#fff;
  border:none !important;
  padding:10px 30px;
  margin-left:30px;
  margin-top:0px;
}
}
.footer-signup .hs-button{
  border:solid 3px #fff;
}
#RFImodal video{
  object-fit:cover;
}
.content-row #RFImodal video{

  height:100% !important;
}

  .footer-signup form div{
    margin-top:0px !important;
}
.footer-signup input[type="email"]{
   border: 2px solid #000000 !important;
  border-radius: 6px !important;
  background-color: #FFFFFF;
  padding:10px;
}
.white-outline-btn{
   border: 3px solid #fff !important;
}

.footer-signup .hs-email{
  max-width:300px;
  width:100%;
}
  .black-radius-testimonial{

}
.black-radius-testimonial .testimonial-text{
     font-family: Termina;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
  color:#000;
}
.black-radius-testimonial .testimonial-block{
  background:transparent !important;
  box-shadow:none;
}

.black-radius-testimonial .test-icon{
  display:none !important;
}
.black-radius-testimonial .testimonial-author{
  font-size: 20.78px;
 font-weight:500;
  letter-spacing: 0;
  line-height: 29.68px;
  color:#000;
}

.black-radius-testimonial .testimonial-job{
    font-size: 20.78px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29.68px;
  color:#000;
}
.not-to p, .to-do p{
  margin-bottom:40px;
}
.not-to p:last-child, .to-do p:last-child{
  margin-bottom:0px;
}
.two-btns .white-btn .btn{
  border:2px solid #000 !important;
}

 .this-row .span6 div {
    display: flex;
   flex-direction:column;
    flex: 1;
}
.this-row .span6 {
    display: flex;
    flex: 1;
}
.pricing-bg .schedule-list li{
  color:#000;
}
.d2c-landing-page .hs-button{
  background-color:#000 !important;
  color:#fff !important;

}
.d2c-landing-page .form-title{
  color:#000;
}
.light-top-border{
  border-top:solid 2px #F3F3F3;
}
.above-schedule{
  margin-left:10px;
  margin-bottom:40px;
}

.schedule-row .shadow-container:nth-child(1) .shadow-box-inner{
  background:#000 !important;
}
.schedule-row .shadow-container:nth-child(1) .shadow-box-inner h3, .schedule-row .shadow-container:nth-child(1) .shadow-box-inner p{
  color:#fff !important
}
.schedule-row .shadow-container:nth-child(1) .shadow-box-inner h3{
  margin-bottom:20px;
}
.schedule-row .shadow-container:nth-child(1) .shadow-box-inner p{
  margin-top:0px;
}
.schedule-row .shadow-container:nth-child(1) .radius-box-number p{
  background:#fff !important;
  color:#000 !important;
}
.schedule-row .shadow-container .radius-box-number p{
  font-weight:700 !important;
  font-size:22px;
}
.two-btns .btn{
  white-space:nowrap;
}
.two-btns{
  width:100% !important;
}
.this-row .row-fluid{
  display:flex;
}

@media (min-width: 320px){
.equal-col .row-fluid {
  display:flex;
  flex-wrap:wrap;
  flex:1;
}
.equal-col .row-fluid  > div{
  display:flex;
  flex-wrap:wrap;
  flex:1;
  flex-direction:column;
  flex:1 100%;
}
.equal-col .row-fluid  > div > div{
  display:flex;
  flex-wrap:wrap;
  flex:1;
  flex-direction:column;
}
  .social-header .brand-slider-container{
    padding:0px 70px;
  }
  .two-btns .btn-wraps a{
  width:auto !important;
}
}

@media (min-width: 700px){
.equal-col .row-fluid {
  display:flex;
  flex-wrap:wrap;
  flex:1;
}
.equal-col .row-fluid  > div{
  display:flex;
  flex-wrap:wrap;
  flex:1;
  flex-direction:column;
  flex:1 47%;
}
.equal-col .row-fluid  > div > div{
  display:flex;
  flex-wrap:wrap;
  flex:1;
  flex-direction:column;
}
    .social-header .brand-slider-container{
    padding:0px;
  }
  
  .two-btns .btn-wraps a{
  width:100% !important;
}
}


.v6-footer-inner .form-title{
    color: #000;
  
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom:15px;
}
.below-tabs .black-btn .btn{
  border:solid 2px #fff;
}
.spec-purp .btn:hover{
  background:#000 !important;
}
.footer-signup .hs-button:hover{
  background:#7c54ff;
  transition:.0s;
}
.process-num{
  flex: 1 10%;
}
.process-cont{
  flex: 1 90%;
}
.gray-boxes h3{
  color:#000 !important;
}
.influencer-handle{
  font-size:14px;
}
#Joy-header .hs-menu-item.hs-menu-depth-1:last-child a:hover{
  background:#000 !important;
}
.black-boxes .shadow-box-inner{
  background:#000 !important;
}
.black-boxes .shadow-container:hover .shadow-box-inner{
  background:#000 !important;
}
.sml-txt p{
  font-size:12px;
   font-family: Termina;
  font-size: 14px;
  font-weight: 600;
  text-transform:uppercase;
}
.box-with-icons i{
  color:#fff;
  background:#000;
  height:40px;
  width:40px;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:15px;
}
.social-commerce-vid video{
  max-width:320px;
  margin: 0 auto;
    display: flex;
}
.testimonial-2-row .row-fluid{
  flex-wrap:wrap;
  display:flex;
}

@media (min-width: 320px){
/* .home-header-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/home_header_bg%20%281%29.png');
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.influencer-bg{
   background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/header_influencer_marketing%20%28mobile%29.png');
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.social-commerce-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/social_commerce_header_bg%20%28mobile%29.png');
    background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.social-management-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Header-Background.jpeg');
    background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.brand-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/brand_partnership_header_bg%20%28mobile%29.png');
    background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
  .content-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Header-Background.jpeg');
    background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.influence-price{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/influencer_marketing_background.png');
    background-repeat: no-repeat;
  
   background-size:cover;
  background-position:center top;
  
}
.social-price{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/social_marketing_background.png');
    background-repeat: no-repeat;
  
   background-size:cover;
  background-position:center top;
  
} */
  .pricing-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/schedule_call_header_bg%20%28mobile%29.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
  .schedule-row .shadow-container .shadow-box-inner{
  background:transparent !important;
  
    border:solid 2px #000 !important;
}
  .d2c-landing-page .hs-button {

  width:auto;
}
  .large-padding{
  padding-top:16vw;
  padding-bottom:16vw;
}
    .social-commerce-bg .vert-video{
    padding:0px 50px;
}
    .mobile-cent p, .mobile-cent h2{
    text-align:center;
  }
  .mobile-cent.white-btn .btn-wraps{
    justify-content:center;
  }
}



@media (min-width: 768px){
  .mobile-cent p, .mobile-cent h2{
    text-align:left;
  }
   .mobile-cent.white-btn .btn-wraps{
    justify-content:flex-start;
  }
  .large-padding{
  padding-top:8vw;
  padding-bottom:8vw;
}
  .schedule-row .shadow-container .shadow-box-inner{
  background:transparent !important;
    border:none !important;
    
}

.d2c-landing-page .hs-button {
 width:100%;
}
  .social-commerce-bg .vert-video{
    padding:0px;
}
}

.fadeInUp {
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.fadeInLeft {
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.fadeInRight {
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.fadeIn {
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
  border-radius:10px;
}
.desktop .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  min-width:300px;
}
.home-link{
  overflow:hidden;
}
.desktop .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  border-top-left-radius:0px !important;
  border-top-right-radius:0px !important;
}
    .d2c-footer-bg{
   background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/jb_landing_page_footer_bg.png');
   background-size:cover;
   background-repeat:no-repeat;
   background-position:center;
}
.d2c-bg2{
     background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/jb_landing_page_CTA_bg.png');
   background-size:cover;
   background-repeat:no-repeat;
   background-position:center;
}
.d2c-landing-page .spec-purp .btn{
  color:#fff;
}
.d2c-landing-page .black-btn .btn{
    border: 2px solid #fff !important;
}
.gray-radius-bg{
   border-radius: 16px;
  background-color: #F5F5F7;
  padding:30px;
}
.testimonials-stars{
  padding-bottom:30px;
}
.careers-bg{
  position:relative;
  z-index:1;
}
.careers-bg:before{
  content:'';
  display:block;
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
transform: scaleY(-1);
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F2FF 100%);
  z-index:-1;
}
.careers-bg video{
  border-radius:33px;
}

.schedule-row .shadow-container:nth-child(2) h3, .schedule-row .shadow-container:nth-child(3) h3, .schedule-row .shadow-container:nth-child(4) h3{
  color:#000 !important;
}
.schedule-row .shadow-container:nth-child(2) p, .schedule-row .shadow-container:nth-child(3) p, .schedule-row .shadow-container:nth-child(4) p{
  color:#000 !important;
}
.schedule-row .shadow-container:nth-child(2) .radius-box-number p, .schedule-row .shadow-container:nth-child(3) .radius-box-number p, .schedule-row .shadow-container:nth-child(4) .radius-box-number p{
  color:#fff !important;
}
.hnet h3{
  font-size: 25px !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 28px !important;
}
.hnet .light-li li{
  font-size:18px;
  line-height: 18px;
  margin-top:5px;
  margin-bottom:5px;
}
.hnet p.purple-check {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}
.hide{
  display:none !important;
}
.hnet .spec-green .btn{
  border: 7px solid #c5ede8 !important;
  border-radius: 44px;
  background-color: #41C6B4 !important;
  color:#fff !important;
  font-size:24px !important;
}
.hnet .btn-cent{
  justify-content: center;
}
.hnet .number-large{
      height: 40px !important;
    width: 40px !important;
  font-size:32px;
}
.case-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/CaseStudy-Pages-BG-01.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:bottom;
}
.case-study-marker{
    font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 27px;
  color:#fff;
  background:#000;
  padding:5px 10px;
  width:fit-content;
  margin-bottom:50px;
  font-family:"termina" !important;
  font-weight:600;
  text-transform:uppercase;
}
.v6-bg{
    background: linear-gradient(180deg, #F2EDFF 0%, #E9FCFF 100%);
}

.single-case-stud .large-testimonial-img{
  max-width:40px !important;
  margin-right:20px;
}
.bluish-bg{
    background: linear-gradient(0deg,#ebf1ff 0%,rgba(225, 248, 255, 0) 100%);
  padding-bottom:100px;

}
.masonry-row{
  margin-top:-70px;
}
.scope-row{
   border: 3px solid #000000;
  border-radius: 30px;
  background: linear-gradient(270deg, #E7F1FF 0%, #E9E2FF 100%);
  position:relative;
}
.scope-row:before{
content:'';
  display:block;
  height:3px;
  background:#000000;
  width:100%;
  position:absolute;
  left:100%;
  top:50%;
}
.scope-row:after{
content:'';
  display:block;
  height:3px;
  background:#000000;
  width:100%;
  position:absolute;
  right:100%;
  top:50%;
}

@media (min-width: 320px){
.scope-row-inner div{
  display:flex;
  flex-direction:column;
  flex:1 100%;
}
  .scope-row-inner h3, .scope-row-inner p{
  margin-top:10px !important;
  margin-bottom:10px !important;
}
  .scope-row-inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  padding:20px;
}
}

@media (min-width: 768px){
.scope-row-inner div{
  display:flex;
  flex-direction:column;
  flex:1 50%;
}
  .scope-row-inner h3, .scope-row-inner p{
  margin-top:0px !important;
  margin-bottom:0px !important;
}
  .scope-row-inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  padding:30px 70px;
}
}

.scope-description p{
    font-size: 22px;
  font-weight: bold !important;
  letter-spacing: -0.44px;
  line-height: 32px;
  text-align: right;
  
}
.ghost-golf-form form{
  padding:30px;
}
.inputs-list.multi-container{
  list-style-type:none;
}
.inputs-list.multi-container label{
  display:flex;
}
.inputs-list.multi-container label span{
      display: flex;
    flex: 1 80%;
}

.inputs-list.multi-container input{
width: 20% !important;
    height: 20px;
    width: 20px;
}
.inputs-list.multi-container input{
      display: flex;
    flex: 1 20%;
}
.work-block .video-container video{
      object-fit: cover;
    height: 340px;
    width: 340px;
}
.beige-bg{
/*   transform: scaleY(-1); */
  background: linear-gradient(180deg, #F9EEFF 0%, #FFF1EE 100%);
}
.home-link-inner:before{
  background:#fff !important;
   
}
.home-link-inner{

    border: 3px solid #000000;
}
.v7-grad-bg{
    background: linear-gradient(180deg, #F9EEFF 0%, #E9FAFF 100%);
  position:relative;
  z-index:0;
  background-position:bottom;

}
.social-marketing-icons img{
  max-width:228px;
  margin: 0 auto;
}
.black-block{
   color: #FFFFFF;
  font-family: Termina;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  background:#000;
  padding:2px 5px;
  width:fit-content;
  text-transform:uppercase;
  margin: 0 auto;
}


.home-link-txt{
    color: #000000;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}
.process-bg{
    background: linear-gradient(180deg, #E9FAFF 0%, #F9EEFF 100%);
}
.newv7-bg{
  position:relative;
  z-index:1;
}
.newv7-bg:before{
  content:'';
  position:absolute;
  height:100%;
  width:100%;
  left:0;
  top:0px;
  display:block;
    transform: scaleY(-1);
  z-index:-1;

  background: linear-gradient(180deg, #E9FAFF 0%, #F9EEFF 100%);
}
.service-title{
    font-family: "termina" !important;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
}
  .process-list p{
    color:#000 !important;
}
.process-num{
  
  border-color:#000 !important;
}
.sml-black-boxes .shadow-box-inner{
   border: 3px solid #000000;
  border-radius: 33px;
  background-color: #F7F7FF !important;

}
.sml-black-boxes h3, .sml-black-boxes p{
  color:#000 !important;
}
.brand-row .shadow-box-inner{
  border: 3px solid #000000;
}
.to-do-inner, .not-to-inner{
  border: 3px solid #000000;
}
.black-btn .btn{
  background:#000 !important;
  color:#fff !important;
}



@media (min-width: 320px){
  .sml-black-boxes .shadow-box-inner{
    padding-top:20px !important;
  padding-bottom:20px !important;
}
  .single-work-row .work-row{
  display:flex;
  flex:1 100%;
}

.single-work-row .work-text-row{
  display:flex;
  flex:1 100%;
}
  .hide-on-tab{
    display:none !important;
  }
}

@media (min-width: 768px){

  .single-work-row .work-row{
  display:flex;
  flex:1 50%;
}

.single-work-row .work-text-row{
  display:flex;
  flex:1 50%;
}
   .hide-on-tab{
    display:none;
  }
}
@media (min-width: 950px){
  .single-work-row .work-row{
  display:flex;
  flex:1 40%;
}

.single-work-row .work-text-row{
  display:flex;
  flex:1 60%;
}
   .hide-on-tab{
    display:block !important;
  }
}

.d2c-landing-page .hs-input{
  border:solid 3px;
}
.case-study-work .work-block-inner video{
  width:300px !important;
  height:300px !important;
}
.uneven-stack.black-boxes .shadow-box-inner{
   border: 3px solid #000000 !important;
  
  background-color: #F7F7FF !important;
}

.uneven-stack.black-boxes .shadow-box-inner h3, .uneven-stack.black-boxes .shadow-box-inner p{
  color:#000 !important;
}
.uneven-stack .shadow-container.active-state .shadow-box-inner h3, .uneven-stack .shadow-container.active-state .shadow-box-inner p{
  color:#fff !important;
}
.flipcard_inner, .flipcards .flipcard__inner .__front{
  border: solid 3px black;
}
.flipcards .flipcard__inner .__back{
  background:#F7F7FF;
}
.black-icons.more-ico p.center-img{
  background:#000 !important;
  color:#F5F5F5;
}
h3, h4, .proc-title{
    font-family: 'termina' !important;
  font-weight:600 !important;
}
.more-ico h4{
  color:#000 !important;
}

  background-position-x: 90% !important;
    background-position-y: 100% !important;
      background-size: 40% !important;
}
.home-link:nth-child(5) .home-link-inner {
    background-position-x: 90% !important;
    background-position-y: 100% !important;
    background-size: 41% !important;
}
.two-btns .btn{
  padding: 18px 32px;
}
.process-num{
  background:#fff;
}
.uneven-stack.black-boxes .shadow-box-inner p {
    font-weight: 500;
}
.gray-boxes .shadow-box-inner{
  border:solid 3px #000;
}
.process-num{
  font-family:"termina" !important;
  font-weight:600 !important;
}
.work-block{
  justify-content:center;
}
.work-text-header{
  font-family:"termina" !Important;
  font-weight:600;
}
.single-work-row .case-btn{
  padding:14px 33px;
}
.case-study-work .work-block-inner video{

  max-height:300px !important;
  width:100% !important;
}
.case-study-work .work-block-inner{
  width:100%;
}


.single-work-row{
      display: flex;
    flex-wrap: wrap;
}
.connect-form #hs_cos_wrapper_module_1605545309439794{
    border: 3px solid #000000;
    background-color: #F7F7FF;
}
  .connect-form .hs-button{
    padding: 14px 32px;
}
.schedule-list li i{
  color:#000 !important;
}
.schedule-bg{
    background: linear-gradient(180deg, #F9EEFF 0%, #FFF1EE 100%);

}
.schedule-list li{
  color:#000 !important;
}
.sml-black-boxes .shadow-box-inner{
  width:100%;
}
@media (min-width: 320px){
  .brand-row h3, .sml-black-boxes h3{
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    
}
  .sml-black-boxes .shadow-box-inner{
    padding:15px !important;
  }
  .black-boxes .shadow-box-inner{
  padding-top:20px !important;
  padding-bottom:20px !important;
}
  .home-link-title{
    color: #000000;
  font-family: Termina;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  background:transparent !important;
}
}
@media (min-width:500px){
  .brand-row h3, .sml-black-boxes h3{
  font-size: 24px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px !important;
    text-align:left;
}
  .home-link-title{
    color: #000000;
  font-family: Termina;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  background:transparent !important;
}
}
@media (min-width: 768px){
    .sml-black-boxes .shadow-box-inner{
    padding:30px !important;
  }
  .brand-row h3, .sml-black-boxes h3{
  font-size: 24px !important;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px !important;
}
  .black-boxes .shadow-box-inner{
  padding-top:50px !important;
  padding-bottom:50px !important;
}
    .sml-black-boxes .shadow-box-inner{
    padding-top:50px !important;
  padding-bottom:50px !important;
}
  .home-link-title{
    color: #000000;
  font-family: Termina;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  background:transparent !important;
}
}
@media (min-width: 950px){

}
@media (min-width: 1024px){

}
@media (min-width: 1200px){
    .brand-row h3, .sml-black-boxes h3{
    font-size: 32px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 33px !important;
}
}


.apply-side.jobs{
  border:solid 3px #000;
}


.work-block .video-container{
  justify-content: center;
    display: flex;
}
.home-header-bg{
  position:relative;
}
.home-header-bg:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, white, transparent);
    width: 100%;
    height: 10%;
}
.black-top{
   border-top: 3px solid #000000;
  
}
.black-top h2{
  padding-top:40px;
}
.apply-side.jobs{
  margin-bottom:40px;
}
.black-top{
  padding-bottom:40px;
}


select.is-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
      line-height: 20px !important;
}

select + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  background-color: #000;
  padding-right: 5px;
}

.d2c-landing-page .form-columns-1 .hs-input, .d2c-landing-page .form-columns-1 span{
 color: #767676;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.d2c-landing-page .form-columns-1 textarea{
  min-height:250px;
}

.d2c-landing-page .form-columns-1 .inputs-list.multi-container{
  padding-left:0px;
}

h5{
  font-family:"termina" !important;
  font-weight:600 !important;
}

.testimonial-2-row .row-fluid .large-testimonial-inner:before {
    content: '';
    padding-bottom: 80%;
}
.not-to-inner{
  background:#F7F7FF !important;
}
.to-do-inner{
  background:#EFEBFF !important;
}
.card-title{
  font-family:"termina" !important;
  font-size:21pt;
}
/* .as-featured p{
  font-family:"termina" !important;
  font-size:28pt;
  font-weight:500;
} */
  .hs_services_interested_in {
    padding: 10px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 9px;
}
.case-sub #joy-section p:last-child{
  font-size:22pt ;
  line-height:1.2;
}
.case-testimonial .large-testimonial-quote{
  font-family: Termina;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.case-testimonial .testimonials-stars{
  display:none;
}
.case-testimonial .testimonial-large-text p{
    font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.case-testimonial .large-testimonial-content{
  margin-top:50px;
}
.case-testimonial .large-testimonial-img img{
  height:68px;
  width:68px;
}
.single-case-stud .large-testimonial-img{
  height:68px;
  max-width:68px !important;
}
.case-testimonial .video-link-txt{
  border:none !important;
    font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
.submitted-message{
  font-family:"proxima-nova";
}
.slick-dots button{
  z-index:2;
}

.home-header-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/01-Home-01.jpg');
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
  .why-header-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Why%20Us-01.png');
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.influencer-bg{
   background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/InfluencerMarketing-01-1.jpg');
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.social-commerce-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/social_commerce_header_bg%20%282%29.png');
    background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.social-management-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/SocialMediaManagement-01-BG-1.jpeg');
    background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
.brand-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/BrandPartnerships-01.jpg');
    background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
}
    .content-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Header-Background.jpeg');
    background-size:cover;
     background-position:center top;
}
    .creator-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Header-Background.jpeg');
    background-size:cover;
     background-position:center top;
}
.influence-price{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/influencer_marketing_background.png');
    background-repeat: no-repeat;
  
   background-size:cover;
  background-position:center top;
  
}
.social-price{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/social_marketing_background.png');
    background-repeat: no-repeat;
  
   background-size:cover;
  background-position:center top;
  
}
  .pricing-bg{
  background:url('https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/schedule_call_header_bg.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

.start-mobile .mobile-cent{
      justify-content: center;
    align-items: center;
}
@media (min-width: 320px){
.single-work-row .work-text-row-inner p{
  text-align:center !important;
}
.single-work-row .case-btn-wrap{
margin: 0 auto;
}
  .work-text-row img {
    margin: 0 auto !important;
}
  .work-text-row .work-logo {
    align-items: center;
    margin: 0 auto !important;
}
  .uneven-stack.black-boxes .shadow-container:nth-child(odd){
  position:relative;
  top:0px;
}
}
@media (min-width: 768px){
.single-work-row .work-text-row-inner p{
  text-align:left !important
}
.single-work-row .case-btn-wrap{
margin: 20px 0px;
}
  .work-text-row img {
    margin: 0 !important;
  }
    .work-text-row .work-logo {
    align-items: flex-start;
    margin: 0 !important;
}
  .uneven-stack.black-boxes .shadow-container:nth-child(odd){
  position:relative;
  top:-50px;
}
}





.d2c-landing-page .hs-button{
    cursor: pointer;
}
.d2c-landing-page .hs-button:hover{
background:#7c54ff !important;
    transition:.2s;
}
.large-content .open-video{
  cursor: pointer;
}
.large-content .open-video{
  cursor: pointer;
}
.content-link.open-video:hover::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
  transition:.2s;
}
.analysis-bg{
    background-color: #F3F7FB;
}
@media (min-width: 320px){
        .xsml-page-center .row-fluid {
    max-width: 90vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 90vw;
  margin: 0 auto;
}
  .analysis-testimonial h3{
 line-height:26px;
}

}
@media (min-width: 500px){
        .xsml-page-center .row-fluid {
    max-width: 70vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 60vw;
  margin: 0 auto;
}
}
@media (min-width: 768px){
        .xsml-page-center .row-fluid {
    max-width: 60vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 50vw;
  margin: 0 auto;
}
    .analysis-testimonial h3{
 line-height:1.1;
}
}
@media (min-width: 950px){
        .xsml-page-center .row-fluid {
    max-width: 60vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 50vw;
  margin: 0 auto;
}
}
@media (min-width: 1024px){
        .xsml-page-center .row-fluid {
    max-width: 60vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 50vw;
  margin: 0 auto;
}
  .analysis-testimonial h3{
 line-height:1.1;
}

}
@media (min-width: 1100px){
        .xsml-page-center .row-fluid {
    max-width: 40vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 72vw;
  margin: 0 auto;
}
}
@media (min-width: 1200px){
        .xsml-page-center .row-fluid {
    max-width: 45vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 35vw;
  margin: 0 auto;
}
    .analysis-testimonial h3{
 line-height:48px;
}
}
@media (min-width: 1400px){
      .xsml-page-center .row-fluid {
    max-width: 45vw;
  margin: 0 auto;
}
    .form-page-center .row-fluid {
    max-width: 35vw;
  margin: 0 auto;
}
}







.analysis-link-row{
  position:relative;
}
.vid-icon{
  position:relative;
}


@media (min-width: 320px){
.vid-icon:before {
    content: '';
    display: block;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Icon2.png);
    height: 100px;
    width: 100px;
    /* position: absolute; */
    top: -2%;
    background-size: contain;
    right: -20%;
    margin: 0 auto;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
  .form-page-center form:before {
    content: '';
    display: none;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Icon3.png);
    height: 160px;
    width: 160px;
    position: absolute;
    bottom: -17%;
    right: 110%;
    background-size: contain;
    background-repeat: no-repeat;
}
  .analysis-link-row:before {
    content: '';
    display: block;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Icon1.png);
    height: 80px;
    width: 80px;
    position: absolute;
    top: -2%;
    left: 10%;
    background-size: contain;
    background-repeat: no-repeat;
}
  .footer-copy{
    justify-content:center;
    align-items:center;
    display:flex;
}
}

@media (min-width: 500px){
    .footer-copy{
      display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}
.vid-icon:before {
    content: '';
    display: block;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Icon2.png);
    height: 160px;
    width: 160px;
    position: absolute;
  margin:0px;
    top: -2%;
   right: -35%;
    background-size: contain;
    background-repeat: no-repeat;
}
  .form-page-center form:before {
    content: '';
    display: block;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Icon3.png);
    height: 160px;
    width: 160px;
    position: absolute;
    bottom: -17%;
    right: 110%;
    background-size: contain;
    background-repeat: no-repeat;
}
  .analysis-link-row:before {
    content: '';
    display: block;
    background: url(https://7100532.fs1.hubspotusercontent-na1.net/hubfs/7100532/Joybyte%20V7/Icon1.png);
    height: 160px;
    width: 160px;
    position: absolute;
    top: -2%;
    left: 10%;
    background-size: contain;
    background-repeat: no-repeat;
}
}



.form-page-center .d2c-landing-page .hs-button{
  width:100%;
}
.black-line-pad{
  padding-top:40px;
  border-top: 2px solid #000000;
 padding-bottom:10px;
}
.priv-txt{
   color: #000;
  font-family: "proxima-nova";
/*   font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center; */
  text-decoration:none;
}

.extra-btn-pad .btn{
      padding: 14px 32px;
}
.related-noted img{
  max-width:177px !important;
  width:100%;
  height:auto;
      margin: 0 auto;
    display: flex;
    margin-bottom: 45px;
}
.form-page-center .d2c-landing-page .hs-button{
  margin-top:20px;
  
  padding: 14px 32px;
}

/* * {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
} */
.black-line-pad img {
    margin: 0 auto;
    display: flex;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer-logo .row-fluid{
      display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copy{
  display:flex;
  flex-direction:row;
}
.footer-copy p{
  margin-top:0px;
  margin-bottom:0px;
  margin-left:30px;
}