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

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.1/css/all.css); /*  font-family: 'Font Awesome\ 5 Free'; */



@font-face {
    font-family: 'Averta';
    src: url('https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Font/Averta-Regular-1.woff2') format('woff2'),
        url('https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Font/Averta-Regular-1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'Averta';
    src: url('https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Font/Averta-Bold.woff2') format('woff2'),
        url('https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Font/Averta-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    
}

@font-face {
    font-family: 'AvertaStd';
    src: url('https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Font/AvertaStd-ExtraBold.woff2') format('woff2'),
        url('https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Font/AvertaStd-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    
}







/***********************************************/   
/* 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;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/



body { margin:0; padding:0; font-size:16px; line-height:24px;font-family: 'Averta'; font-weight:400; color:#000; overflow-X:hidden; transition: .4s ease all;}
body, p, li, a, h1, h2, h3, h4, h5, h6, em, span, mark{

font-family: 'Averta'!important;
}

/* FORM HUBSPOT */
.swag_lp-custom form{
background-color:#fff;
}

.swag_lp-custom form label{
color: #2f3133;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  padding-bottom:0px!important;
}
.swag_lp-custom form  .hs-input{
padding: 0;
    position: relative;
    width: 100% !important;
    border: 0!important;
    min-height: 33px!important;
    outline: 0;
    background-color: rgba(0,0,0,0);
    color: #646669!important;
    border-bottom: 1px solid #e0e0e0!important;
    margin: 0!important;
    font-size: 14px!important;
    line-height: 24px;
    font-weight: 400;
  padding:0px!important;
}
.swag_lp-custom  form .hs-error-msg, .swag_lp-custom  form .hs-error-msgs{
font-size: 12px!important;
    line-height: 1.5;
    color: #ff3935!important;
    font-weight: 300;
}
.swag_lp-custom form input[type='submit'], form .hs-button{

    letter-spacing: .05em;
    padding: 9px 10px;
    min-width: 155px;
max-width: fit-content;

}

.swag_lp-custom form .actions{
text-align:center;
}

  .row-fluid .hs-input::placeholder {
    color: #a2a2a2 !important;
}
.row-fluid * { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.row-fluid h1 { margin:0 0 10px; padding:0; font-size:50px; line-height:48px; font-family: 'Averta'; font-weight:700; color:#000000; }
.row-fluid h2 { margin:0 0 10px; padding:0; font-size:36px; line-height:44px; font-family: 'Averta'; font-weight:600; color:#000000; }
.row-fluid h3 { margin:0 0 10px; padding:0; font-size:30px; line-height:36px; font-family: 'Averta'; font-weight:500; color:#000000; }
.row-fluid h4 { margin:0 0 10px; padding:0; font-size:26px; line-height:34px; font-family: 'Averta'; font-weight:400; color:#000000; }
.row-fluid h5 { margin:0 0 10px; padding:0; font-size:22px; line-height:28px; font-family: 'Averta'; font-weight:300; color:#000000; }
.row-fluid h6 { margin:0 0 10px; padding:0; font-size:18px; line-height:24px; font-family: 'Averta'; font-weight:300; color:#000000; }

.row-fluid img { max-width:100%; height:auto; border:none; vertical-align:top; }
.row-fluid a { color: #707070; outline: none; text-decoration: none !important; cursor: pointer; vertical-align: middle; max-width: 100% !important; white-space: normal !important;display: inline-block; font-size: 1.6rem;  font-weight: 600; transition: ease-out 0.5s; }
.row-fluid a:hover { color:#00bfff;  }
.row-fluid p { margin:0 0 10px; }
.row-fluid input[type=submit] { cursor:pointer;   }
.row-fluid .wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 100%; padding: 0; }
.row-fluid .inner-padding { padding:0 30px; }
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }

.row-fluid .set-bg { background-size:cover; background-position:center; position:relative; width:100%; float:left; }
/*.set-bg > * { position:relative; z-index:2; }
.set-bg:before { content:''; background:rgba(25,150,255,0.3); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; } */
.row-fluid .get-bg { display:none !important; }

.row-fluid .font_white , .row-fluid .font_white h1 ,.row-fluid .font_white h2 , .row-fluid .font_white h3 , .row-fluid .font_white h4 , .row-fluid .font_white h5 , .row-fluid .font_white h6 , .row-fluid .font_white a { color:#fff; }
.row-fluid .font_white a:hover { color:#00bfff; }
.row-fluid .button a ,.row-fluid  a.button { padding:8px 25px; background-color:#F556A0 !important; color:#ffff !important; border:0px !important; max-width:100%; display:inline-block;   }
.row-fluid .button a:hover , .row-fluid a.button:hover { background-color:#f572b5; color:#ffff !important; border:0px !important;}

button, .button, .hs-button {
    width: 200px;
    border: none;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-family: Averta !important, font-weight: bold!important; text-decoration: none;
    color: #ffff !important;
    background-color: #F556A0;
    border-radius: 0px;
    fill: #ffffff;
    font-size: 16px!important;
    text-transform: none;
}

button:hover,button:focus,button:active,.button:hover,.button:focus,.button:active,.hs-button:hover,.hs-button:focus,.hs-button:active {
    border: none;

    font-family: Averta!important, font-weight: bold!important; text-decoration: none;
    background-color:#f572b5;
    color: #ffffff!important;
    fill: #ffffff;
}






.row-fluid strong { font-weight:700; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-left { text-align:left; }

/* Default Padding Margin */
.row-fluid .p10-0 { padding-top:10px; padding-bottom:10px; }
.row-fluid .p20-0 { padding-top:20px; padding-bottom:20px; }
.row-fluid .p30-0 { padding-top:30px; padding-bottom:30px; }
.row-fluid .p40-0 { padding-top:40px; padding-bottom:40px; }
.row-fluid .p50-0 { padding-top:50px; padding-bottom:50px; }
.row-fluid .p60-0 { padding-top:60px; padding-bottom:60px; }
.row-fluid .p70-0 { padding-top:70px; padding-bottom:70px; }
.row-fluid .p80-0 { padding-top:80px; padding-bottom:80px; }
.row-fluid .pt10 { padding-top:10px; }
.row-fluid .pt20 { padding-top:20px; }
.row-fluid .pt30 { padding-top:30px; }
.row-fluid .pt40 { padding-top:40px; }
.row-fluid .pt50 { padding-top:50px; }
.row-fluid .pt60 { padding-top:60px; }
.row-fluid .pt70 { padding-top:70px; }
.row-fluid .pt80 { padding-top:80px; }
.row-fluid .pb10 { padding-bottom:10px; }
.row-fluid .pb20 { padding-bottom:20px; }
.row-fluid .pb30 { padding-bottom:30px; }
.row-fluid .pb40 { padding-bottom:40px; }
.row-fluid .pb50 { padding-bottom:50px; }
.row-fluid .pb60 { padding-bottom:60px; }
.row-fluid .pb70 { padding-bottom:70px; }
.row-fluid .pb80 { padding-bottom:80px; }

.row-fluid .m10-0 { margin-top:10px; margin-bottom:10px; }
.row-fluid .m20-0 { margin-top:20px; margin-bottom:20px; }
.row-fluid .m30-0 { margin-top:30px; margin-bottom:30px; }
.row-fluid .m40-0 { margin-top:40px; margin-bottom:40px; }
.row-fluid .m50-0 { margin-top:50px; margin-bottom:50px; }
.row-fluid .m60-0 { margin-top:60px; margin-bottom:60px; }
.row-fluid .m70-0 { margin-top:70px; margin-bottom:70px; }
.row-fluid .m70-0 { margin-top:80px; margin-bottom:80px; }
.row-fluid .mt10 { margin-top:10px; }
.row-fluid .mt20 { margin-top:20px; }
.row-fluid .mt30 { margin-top:30px; }
.row-fluid .mt40 { margin-top:40px; }
.row-fluid .mt50 { margin-top:50px; }
.row-fluid .mt60 { margin-top:60px; }
.row-fluid .mt70 { margin-top:70px; }
.row-fluid .mt80 { margin-top:80px; }
.row-fluid .mb10 { margin-bottom:10px; }
.row-fluid .mb20 { margin-bottom:20px; }
.row-fluid .mb30 { margin-bottom:30px; }
.row-fluid .mb40 { margin-bottom:40px; }
.row-fluid .mb50 { margin-bottom:50px; }
.row-fluid .mb60 { margin-bottom:60px; }
.row-fluid .mb70 { margin-bottom:70px; }
.row-fluid .mb80 { margin-bottom:80px; }



/**/

.row-fluid textarea, .row-fluid input[type="text"], .row-fluid input[type="number"], .row-fluid input[type="email"], .row-fluid input[type="tel"], .row-fluid select { border:1px solid #ddd;  outline:none;
    background:#fff; font-size:16px;  line-height:24px;  font-family: 'Averta';  font-weight:300;  color:#000;
    min-height:46px; margin:8px 0;  padding:10px 20px; -webkit-appearance: none; }
input[type="submit"] { padding:10px 30px; text-align:center; background:#1996ff; outline:none; font-size:16px;  line-height:24px; font-family: 'Averta';
    font-weight:300; color:#fff; border:2px solid #1996ff; min-height:46px; margin:5px 0; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s;
    transition:all ease 0.3s; -webkit-appearance: none;  }
input[type="submit"]:hover { color:#1996ff; background:#fff; }
ul { padding:0px; margin:0; }
li { list-style:none; }  
/*for Hubspot   >>>>>>*/
.hs-form-required { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px;  }
/*<<<<<<<<<<*/
.row-fluid .fullwidth { width:100%; float:left; }

.row-fluid .flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
.row-fluid .alignCenter { align-items:center; -webkit-align-items:center; }



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


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

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

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

/* Override max width on menu links */
.custom-menu-primary .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:1151px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !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: 1150px){


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

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

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    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: #000000; /* 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
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 3px 0 3px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .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 */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .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 */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 14px; /* Font size of child lists */
  }

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


/* Style */

.row-fluid .Header-Top {  background-color: #00bfff; padding: 4px; } 
.row-fluid .Site-Logo-Mobile , .row-fluid .custom-menu-primary.Mobile , .row-fluid .header-SearchText { display:none; }
.row-fluid .header-log-out { width:100%; }

.row-fluid .Header-Top-SLS .header-log-out ul { display: flex; flex-wrap: wrap;    justify-content: flex-end;    align-items: center;  } 
.row-fluid .Header-Top-SLS .header-log-out ul li { display: flex; flex-wrap: wrap;    justify-content: left;    align-items: center;  position: relative; min-height:30px; }  
.row-fluid .Header-Top-SLS .header-log-out ul li:first-child { padding:0px 5px; }
.row-fluid .Header-Top-SLS .header-log-out ul li:first-child a { padding:0px 15px; }
.row-fluid .Header-Top-SLS .header-log-out ul li:first-child a:hover { color: #fff; background: hsla(0,0%,100%,.1); }
.row-fluid .Header-Top-SLS .header-log-out ul li:last-child a { padding-right:0px; }
.row-fluid .Header-Top-SLS .header-log-out ul li span.Cart-Value { background-color: #ff59a7;    height: 24px;    width: 24px;    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;    color: #ffffff;    border-radius: 50px;    font-size: 13px;    font-weight: 400; margin-left: 8px; }
.row-fluid .Header-Top-SLS .header-log-out ul li:before { content:""; background: #fff; opacity: .25; position: absolute; left: -4px;    min-height: 20px;    width: 1px;    top: 50%;    transform: translateY(-50%); }
.row-fluid .Header-Top-SLS .header-log-out ul li i { font-family: 'Font Awesome\ 5 Free'; font-size: 20px; line-height: normal; }   
.row-fluid .Header-Top-SLS ul li .fal.fa-shopping-cart { font-weight:700; }  
.row-fluid .Header-Top-SLS ul li img  { width: 20px; } 
.row-fluid .Header-Top-SLS ul li a { color: #fff; font-size: 12px; font-weight: 400;    line-height: 1.23; padding:0px 15px; display: flex; flex-wrap: wrap; align-items: center; min-height:30px;  } 
.row-fluid .header-Search form input { background-image: linear-gradient(90deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.7)); background-position: 100% calc(100% - 6px);    background-size: calc(100% - 10px) 1px;    background-repeat: no-repeat;    padding: 10px;    width: 100%;    display: inline-block;    position: static;    font-size: 11px;    opacity: 1;    pointer-events: auto;    background-color: transparent;    font-weight: 400;    letter-spacing: .6px;    border: 0; margin:0px; min-height: 100%; line-height: normal;  } 
.row-fluid .header-Search form input::placeholder { color:#ffffff;  }
.row-fluid .header-Search form.linput { width:100%;  background-color:#ffffff; padding:0px; }
.row-fluid .header-Search form.linput:before { display:none; }
.row-fluid .header-Search form.linput input { background-image:url('https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Assets%202020/Search-icongray.svg'); background-size: 15px 15px; background-position: 10px;    padding: 10px 0 10px 29px;    background-color: transparent;    background-repeat: no-repeat; }
.row-fluid .header-Search form.linput input::placeholder { color:#c0c1c1;  }
.row-fluid .header-Search .hs-search-field__bar { display: flex; flex-wrap: wrap;    justify-content: flex-end; min-width: 250px; } 
.row-fluid .header-Search .hs-search-field { display: flex; flex-wrap: wrap;    justify-content: flex-end; }
.row-fluid .header-Search form { width: 8rem; height: 100%;    background-color: transparent;    transition: width 255ms cubic-bezier(0,0,.2,1) 0ms; position: relative; padding-left: 17px; } 
.row-fluid .header-Search form:before  { content:""; background-image: url(https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Assets%202020/Search-icon.svg); background-size: contain;    background-repeat: no-repeat;    position: absolute;    min-width: 17px;    min-height: 17px;    left: 0;    top: 50%;    transform: translateY(-50%); } 
.row-fluid .Header-Mobile a { color:#ffffff; font-size: 11px; font-weight: 400;  line-height: 1.23; }
.row-fluid .Header-Mobile a img { max-width: 12px; margin-right: 3px;  }
.row-fluid .Header-Mobile a span { vertical-align: middle; }
.row-fluid .Header-Mobile { margin:0px; }  
.row-fluid .Header-Section .wrapper > div > div , .row-fluid .Header-Top-Right > div > div { display: flex; flex-wrap: wrap;    justify-content: left;    align-items: center; }
.row-fluid .Header-bottom .custom-menu-primary .hs-menu-wrapper > ul  { vertical-align: middle; }
.row-fluid .Header-bottom .custom-menu-primary .hs-menu-wrapper > ul > li { position: static; }
.row-fluid .Header-bottom .custom-menu-primary .hs-menu-wrapper > ul > li a { padding:20px 13px; } 
.row-fluid .Header-bottom .custom-menu-primary ul li a { padding:0px 13px; font-size: 12px; letter-spacing: .5px;    color: #3e3f40;    font-weight: 700;    line-height: 1.5;       }  
.row-fluid .Header-bottom .hs-menu-children-wrapper li { display: inline-block;  }
.row-fluid .Header-bottom .hs-menu-children-wrapper { width: 100%; text-align: center; transition: 0s !important; background-color: #fafafa; }
.row-fluid .Header-bottom .custom-menu-primary ul li a:hover { color: #00bfff; }
.row-fluid .Header-bottom .hs-menu-children-wrapper li a:hover:before  { opacity:1 }
.row-fluid .Header-bottom .hs-menu-children-wrapper li a:before { position:absolute; content:""; border-bottom:2px solid #00bfff; bottom:0px; left:0; opacity:0;    width: 100%; } 
.row-fluid .Header-bottom .hs-menu-children-wrapper li a { padding:13px !important; font-weight: 400 !important; position: relative; }
.row-fluid .Header-bottom .custom-menu-primary { width:73%; margin:0px; }
.row-fluid .Header-bottom .Site-Logo { width:14%; margin:0px; }
.row-fluid .Header-bottom .Header-CTAButton { width:13%; margin:0px; }
.row-fluid .Header-bottom .Header-CTAButton a { background-color: #ff59a7; transition: all .2s;    font-size: 12px;    line-height: 30px;    color: #ffffff;    padding: 0 10px;    min-width: 130px;    text-align: center;      font-weight: 400; }
.row-fluid .Header-bottom .Header-CTAButton a:hover { background-color: #ff73b4; }
.row-fluid .Header-Section .Search-icon { display:none; }

.row-fluid .Hero-Section .wrapper { padding:0px 0px 0px 8.3%; }
.row-fluid .Hero-Content { min-height:500px; }
.row-fluid .Hero-Left { width:50%;   }  
.row-fluid .Hero-Lefttext { color:#c0c1c1; font-size: 13px; line-height: 1.8;    max-width: 320px;    width: 100%;  }
.row-fluid .Hero-Lefttext h1 { color:#ffffff; font-size: 42px; line-height: 45px; font-weight: 800; letter-spacing: -2px;  margin-bottom: 22px; font-family: 'AvertaStd'; }
.row-fluid .Hero-Lefttext h1 span { display:block; color: #00bfff; }  
.row-fluid .Hero-LeftCTA a { font-family: 'AvertaStd'; background-color: #00bfff; color: #ffffff;    transition: all .2s ease-in-out;    font-size: 15px;        padding: 11px 45px; margin-top: 27px; }
.row-fluid .Hero-LeftCTA a:hover { background-color: #3cf; }
.row-fluid .Hero-Lefttext h3 { color: #ffffff; font-size: 15px;    line-height: 1.75;    padding-left: 40px;    font-weight: 700; position: relative;  margin-bottom: 37px; }
.row-fluid .Hero-Lefttext h3:before  { content:""; background-color: #ffffff; max-width: 30px;    width: 100%;    max-height: 2px;    height: 100%;    position: absolute;    left: 0;    top: 50%;    transform: translateY(-50%); }
.row-fluid .Hero-Right { width:50%; }  
.row-fluid .Hero-RightImage { background-size: cover; background-position: bottom; background-repeat: no-repeat; width: 100%; height: 100%; }


.row-fluid .SD-Section { padding:50px 0px 100px; background-position: 0 -267%; background-repeat: no-repeat;    background-size: 100% 89%;    background-color: #f9fafa; }  
.row-fluid .SD-Box { width:33.33%; padding:13px 40px 50px 45px; border-right: 2px solid #f5f6f6; }    
.row-fluid .SD-TopText h3 { color: #2f3133; font-size: 16px;    text-align: right;    font-weight: 700;    padding-left: 60px;    display: inline-block;    float: right; position:relative; margin-bottom: 20px; }
.row-fluid .SD-TopText h3:before { content:""; position: absolute; left: 0;    top: 50%;    transform: translateY(50%);    background-color: #2f3133;    max-width: 34px;    width: 100%;    height: 2px;  }
.row-fluid .SD-TopText h2 { font-size: 32px; letter-spacing: 1px;    line-height: 55px;    font-weight: 800;    font-family: 'AvertaStd';    text-align: center;    margin-bottom: 46px;    width: 100%;    float: left;   }
.row-fluid .SD-icon img { max-width: 85px !important; }
.row-fluid .SD-Boxes { overflow: hidden;    box-shadow: 5px 5px 40px rgba(0,0,0,.2);    background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 50%,#fff 67%);    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff 50%,#fff 67%);    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 50%,#fff 67%); }
.row-fluid .SD-Text h3 { font-size: 17px; line-height: 1.5;    color: #37383b;    margin: 17px 0px 10px;    letter-spacing: .4px;    font-weight: 700;     }
.row-fluid .SD-Text { font-size: 13px;    letter-spacing: 0.2px;    color: rgb(121, 123, 125);    line-height: 1.75;    font-weight: 400; }

.row-fluid .Connect-PeopleSec { padding:230px 0px; background-color: #fafafa;  }
.row-fluid .Connect-PeopleSec .wrapper { padding:0px 12%; }
.row-fluid .Connect-Title { width:38%; }
.row-fluid .Connect-Right { width:62%; display: flex; flex-wrap: wrap; justify-content: center; }
.row-fluid .Connect-Title h3 { font-size: 63px; letter-spacing: -2px;    line-height: 1.1;    color: #ffffff;    font-weight: 800; max-width: 24vw; font-family: 'AvertaStd'; }
.row-fluid .Connect-Boxes { padding: 50px;    background: #fff;    width: 600px;    height: 600px;    box-shadow: 20px -20px 0 #f556a0;    align-self: center; }
.row-fluid .Connect-Box { display: flex;    flex-direction: column;    align-items: center;    justify-content: center;    border: 0 solid hsla(0,0%,59.2%,.3);    width: 50%;    text-align: center;  padding: 10px; }
.row-fluid .Connect-Icon img { max-width: 100px !important; }
.row-fluid .Connect-Text { color: #363f40;    font-size: 16px;    font-family: 'AvertaStd';    font-weight: 800;    line-height: 24px;    margin: 24px 0px 0px;    max-width: 160px;}
.row-fluid .Connect-Box:first-child { border-right-width: 1px;    border-bottom-width: 1px; }
.row-fluid .Connect-Box:nth-child(2) {     border-bottom-width: 1px; }
.row-fluid .Connect-Box:nth-child(3) { border-right-width: 1px; } 

.row-fluid .SBenefits-Sec { padding:30px 0px;  }
.row-fluid .SBenefits-Title h2 {  font-size: 32px; letter-spacing: 1px;    line-height: 1.5;    margin-bottom: 46px;    font-weight: 700;    color: #2f3133;  }
.row-fluid .SBenefits-Con { padding: 25px 50px; }
.row-fluid .SBenefits-Box { border-top: 1px solid #e3e3e4; width: 50%;    display: flex;    flex-wrap: wrap;    align-items: center; } 
.row-fluid .SBenefits-Box:nth-child(odd) { padding:30px 15px 41px 0; }   
.row-fluid .SBenefits-Box:nth-child(even) { padding: 30px 15px 41px 41px; border-left: 1px solid #e3e3e4; }   
.row-fluid .SBenefits-Box:nth-child(-n+2) { padding-top: 0; border-top: none; } 
.row-fluid .SBenefitsRight { width: 82%;    padding-left: 30px; }
.row-fluid .SBenefitsLeft { width:18%; } 
.row-fluid .SBenefits-Text h3 { color: #2f3133;    font-size: 17px;    line-height: 1.5;    font-weight: 700;    }
.row-fluid .SBenefits-Text { font-size: 14px;    color: #2f3133;    letter-spacing: 1px;    line-height: 1.75;    font-weight: 400; }
	
.row-fluid .SRealExample   { padding:30px 0px; }
.row-fluid .SRealExample .wrapper { padding:0px 12%; }
.row-fluid .SRealTitle h2 { color: #ffffff;    font-size: 32px;    letter-spacing: .4px;    line-height: 1.2;    margin-bottom: 15px;     }
.row-fluid .SRealTitle span.underline { text-decoration: underline; }
.row-fluid .SRealTitle { color: #d3c0e9; font-size: 17px;    line-height: 29px;    letter-spacing: .7px;    max-width: 450px;    margin: 0 auto 0px; }
.row-fluid .SRealBoxes {  padding: 85px 0px; }
.row-fluid .SRealBox { background-color: #ffffff;    box-shadow: 5px 5px 40px rgba(0,0,0,.2);    width: 25%; }
.row-fluid .SRealDay { background-color: #00bfff; min-height: 100px;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center; color: #ffffff; font-size: 28px;    line-height: 1.5;    letter-spacing: .4px;    font-weight: 700;    }
.row-fluid .SRealBox:nth-child(even) .SRealDay { background-color: #f556a0; }
.row-fluid .SRealsub {     background-color: #fafafa; padding: 25px 60px 25px 30px; color: #777; font-size: 16px; line-height: 20px;    letter-spacing: .5px; }
.row-fluid .SRealsub i { font-family: 'Font Awesome\ 5 Free'; font-weight: 600; color: #72C059;    font-size: 16px;    line-height: normal; margin-right: 10px; }
.row-fluid .SRealsub p { display: flex; align-items: center;   justify-content: left; }
.row-fluid .SRealcontent { padding: 30px 25px 25px; }
.row-fluid .Price-box { border-bottom: 1px solid #e3e3e4; padding-bottom: 25px; margin-bottom: 18px; }
.row-fluid .Price-box:last-child{ padding:0px; margin:0px; border: 0; }
.row-fluid .PriceTitle { font-family: 'AvertaStd'; color: #2f3133;    letter-spacing: .4px;        font-size: 16px;    line-height: 1.5;    font-weight: 700;    margin-bottom: 10px; }
.row-fluid .PriceText { font-size: 16px;    line-height: 1.5;    color: #777;    letter-spacing: .4px;    font-weight: 400; }
.row-fluid .PriceText strong { display: inline-block; font-weight: 800;  font-family: 'AvertaStd';      color: #2f3133;  }
.row-fluid .PriceText .PriceValue { color: #00bfff;    margin-left: 10px;    font-weight: 800; font-family: 'AvertaStd'; }
.row-fluid .PriceText p:last-child { margin:15px 0px 0px; }
.row-fluid .SRealExampleBottom h2 { color: #ffffff;    font-size: 32px;    line-height: 1.2;    margin-bottom: 15px;    font-weight: 700;  }
.row-fluid .SRealExampleBottom h3{ color: #abe192;    font-size: 32px;    line-height: 1.2;    margin-bottom: 15px;    font-weight: 700;  }
.row-fluid .SRealExampleBottom h3 > span { position: relative; } 
.row-fluid .SRealExampleBottom h3 > span:before {  position: absolute; content: "";    bottom: -5px;       height: 1px;    width: 100%;    background-color: #abe192; }    


.row-fluid .SGetStarted { padding:90px 0px 0px;  }
.row-fluid .Enterprise-FormSec {  box-shadow: 0 0 15px 10px rgba(0,0,0,.158); background: hsla(0,0%,100%,.85);    background: -moz-linear-gradient(top,hsla(0,0%,100%,.85) 0,#fff 38%,#fff 63%,#fff 100%);    background: -webkit-gradient(left top,left bottom,color-stop(0,hsla(0,0%,100%,.85)),color-stop(38%,#fff),color-stop(63%,#fff),color-stop(100%,#fff));    background: -webkit-linear-gradient(top,hsla(0,0%,100%,.85),#fff 38%,#fff 63%,#fff);    background: -o-linear-gradient(top,hsla(0,0%,100%,.85) 0,#fff 38%,#fff 63%,#fff 100%);    background: -ms-linear-gradient(top,hsla(0,0%,100%,.85) 0,#fff 38%,#fff 63%,#fff 100%);    background: linear-gradient(180deg,hsla(0,0%,100%,.85) 0,#fff 38%,#fff 63%,#fff);    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0);        background-color: #fff;    margin-bottom: 80px;    padding: 85px 0 0;    position: relative;    background-color: hsla(0,0%,100%,.72); max-width: 920px; margin: 0 auto 80px; }   
.row-fluid .Enterprise-Form-Title h3 { font-family: 'AvertaStd'; font-size: 40px; line-height: 1.5;    letter-spacing: 1px;    font-weight: 700; }
.row-fluid .Enterprise-Form-Title {  font-size: 16.7px; color: #979798;    line-height: 1.5;    font-weight: 400;     max-width: 500px; margin: 0 auto 40px; }
.row-fluid .EnterpriseForm fieldset { max-width: 100% !important; padding: 0 145px; }
.row-fluid .EnterpriseForm form .hs-input { padding: 0px; position: relative;    width: 100%;    border: none;    outline: none;    background-color: rgba(0, 0, 0, 0);    color: #646669;    height: 100%; border-bottom: 1px solid rgb(224, 224, 224);    margin: 0px;    font-size: 16px;       line-height: 24px; font-weight: 400;   } 
.row-fluid .EnterpriseForm form fieldset.form-columns-2 .hs-form-field {  max-width:264px; margin-bottom: 35px; }    
.row-fluid .EnterpriseForm form fieldset.form-columns-2 .hs-form-field:last-child { float:right; }   
.row-fluid .EnterpriseForm form fieldset.form-columns-2 .hs-form-field > label { color: rgb(47, 49, 51); font-size: 16px;    line-height: 22px;    font-weight: 700;    letter-spacing: 1px;      }
.row-fluid .EnterpriseForm form .hs-input::placeholder { color:rgba(0, 0, 0, 0.3) }
.row-fluid .EnterpriseForm form fieldset.form-columns-2 .hs-form-field.lpinput > label { color:rgb(0,191,255); }
.row-fluid .EnterpriseForm form fieldset.form-columns-2 .hs-form-field.Error  > label { color:#ff3935 !important; }
.row-fluid .EnterpriseForm form fieldset.form-columns-2 .hs-form-field.lpinput .hs-input { border-color:rgb(0,191,255) } 
.row-fluid .EnterpriseForm form .hs-button  { font-family: 'AvertaStd'; background-color: #00bfff; border-color: #00bfff;    letter-spacing: .25em;    font-weight: 800;    font-size: 10px;    padding: 13px 20px;    min-width: 200px;    line-height: normal;    min-height: 100%; margin: 0 !important; color: #fff !important; text-transform: uppercase; }
.row-fluid .EnterpriseForm form .hs_submit.hs-submit { background-color: #fafafa;    padding: 50px 50px 70px;    text-align: center; margin-top:50px;  }
.row-fluid .EnterpriseForm form select { color: #646669; background-image: url(https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Assets%202020/Dropdown-Shap.png);    background-repeat: no-repeat;    background-position: center right;    background-size: 10px; }
.row-fluid .EnterpriseForm form select option { color: #646669; }
.row-fluid .EnterpriseForm form select option:disabled { color: rgba(0, 0, 0, 0.3) !important; }
.row-fluid .EnterpriseForm form .hs-error-msg  {  font-size: 12px; line-height: 1.5;    color: #ff3935;    font-weight: 300; } 
.row-fluid .EnterpriseForm form .hs-input.error { border-color:#ff3935 !important; }
.row-fluid .EnterpriseForm form .hs_error_rollup {  display:none; }  
.row-fluid .EnterpriseForm form .hs-form-required {  display:inline-block; } 

.row-fluid .Footer-Section { background-color: #31383d; padding: 80px 0px;  }
.row-fluid .Footer-logo img { max-width: 190px !important;    width: 100%;    margin-bottom: 50px; }
.row-fluid .Footer-Text h4 { color: #ffffff;    font-size: 20px;    line-height: 1.5;    font-weight: 800;    margin-bottom: 20px; }
.row-fluid .Footer-Text p  { color: #e0e1e1; font-size: 15px;    line-height: 2;      margin-bottom: 35px; }
.row-fluid .Footer-Section .Copy-Right { font-size: 13px;    color: #e0e1e1;    line-height: 1.45;    font-weight: 400;     }
.row-fluid .Footer-Menu-Title h4 { color: #acadad;    font-size: 11px;    letter-spacing: 3px;    font-weight: 700;    line-height: 1.45;    margin-bottom: 20px; }
.row-fluid .Footer-Menu ul li a { display: -webkit-box; padding: 0 !important;    color: hsla(0,0%,100%,.8);    font-size: 15px;    line-height: 2;    font-weight: 400;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;    transition: .2s;    }
.row-fluid .Footer-Menu ul li a:hover { color: #fff }
.row-fluid .Footer-left { width:34%;  }   
.row-fluid .Footer-right { width:66%; margin:0px; padding-left: 70px; }   
.row-fluid .Footer-Box:first-child { width: 38%; }
.row-fluid .Footer-Box:first-child ul { max-width: 217px; }
.row-fluid .Footer-Box { width: 27%; margin:0px; }
.row-fluid .Footer-Box:last-child { width: 35%; }

/* .inv2020 .row-fluid .wrapper { max-width: 1630px; padding: 0 15px; } */
.row-fluid .lpflex { display: -webkit-flex; display: -ms-flex; display: -moz-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap;}
.row-fluid .f-v-center { -webkit-align-items: center; align-items: center; }
.row-fluid .lpHeader { background: #00bffe; padding: 5px; }
.row-fluid .lpLogo, .row-fluid .lpCallus { float: left; }
.row-fluid .lpLogo img { max-width: 130px !important; margin-right: 0px; padding:0px }
.row-fluid .lpCallus a { color: #fff; font-size: 11px; font-weight: 400; line-height: 1.23; margin: 3px 0 0; }
.row-fluid .lpCallus a img { max-width: 19px !important; margin-right: 10px; }
.row-fluid .lpCallus a span { display: inline-block; vertical-align: middle; }
.row-fluid .swagLink-mobile { float: right; }
.row-fluid .swagLink-mobile a { font-weight: 400; color: #fff; font-size: 1rem; }

.row-fluid .Lphero-Section { padding: 25px 0; }
.row-fluid .lpHero-Left, .row-fluid .lpHero-Right { width: 50%; float: left; } 
.row-fluid .lpHero-Left { padding: 80px 0; } 
.row-fluid .lphero-LeftInner { max-width: 320px; width: 100%; }
.row-fluid .lpHero-Left h1 { margin: 0 0 30px; font-size: 50px; color: #fff; font-family: 'AvertaStd'; line-height: 56px; }
.row-fluid .lpHero-Text { color:#fff; font-weight: 600; line-height: 26px; }
.row-fluid .LpHero-bgImg-mobile { display: none; }
.row-fluid .findoutForm { background: #fff; padding: 40px 70px; }
.row-fluid .fdForm-Title { font-size: 13px; color: #979798; line-height: 1.5; font-weight: 400; text-align: center; padding: 0 0 25px; }
.row-fluid .fdForm-Title h3 { margin: 0 0 10px; font-family: 'AvertaStd'; color: #353f40; }
.row-fluid .fdForm fieldset { max-width: 100% !important; }
.row-fluid .fdForm .input  { margin-right: 0 !important; }
.row-fluid .fdForm .hs-form-field {  width: 45% !important; margin-bottom: 20px; }
.row-fluid .fdForm .hs-form-field:last-child { float: right; }
.row-fluid .fdForm .hs-form-field > label { color: #2f3133; font-size: 14px; line-height: 22px; font-weight: 700; }
.row-fluid .fdForm .hs-input { padding: 0;  position: relative; width: 100% !important; border: 0; min-height: 33px; outline: 0; background-color: rgba(0,0,0,0); color: #646669;  border-bottom: 1px solid #e0e0e0; margin: 0; font-size: 14px; line-height: 24px; font-weight: 400; }
.row-fluid .fdForm .hs-input.error { border-bottom-color: #ff3935; }
.row-fluid .fdForm .hs-error-msg { font-size: 12px; line-height: 1.5; color: #ff3935; font-weight: 300; }
.row-fluid .fdForm .hs-input::placeholder { color:rgba(0, 0, 0, 0.3); }
.row-fluid .fdForm .hs_submit.hs-submit { padding: 10px 0 0; text-align: center; }
.row-fluid .fdForm .hs-button { background-color: #00bfff; border-color: #00bfff; letter-spacing: .05em; font-weight: 700; font-size: 16px; padding: 9px 10px; min-width: 155px; line-height: normal; min-height: 100%; margin: 0 !important; color: #fff; }
.row-fluid .fdForm .hs-form-required { display: inline-block; }
.row-fluid .fdForm .hs_error_rollup { display: none; }
.row-fluid .fdForm .submitted-message {  text-align: center; font-weight: 700; color: #00bffe;}

.row-fluid .lpWhy-us { padding: 70px 0 20px; background-color: #fafafa; background-position: 0 -360%; background-repeat: no-repeat; background-size: 100% 89%; text-align: center; }
.row-fluid .lpWhy-us h2 { margin: 0 0 20px; }
.row-fluid .lpWhy-us h2, .row-fluid .lpWus-col h3 { font-family: 'AvertaStd'; color: #353f40;}
.row-fluid .lpWhy-us .lpflex { position: relative; z-index: 1;}
.row-fluid .lpWus-col { width: 30.6%; float: left; margin: 40px 4.1% 0 0; padding: 65px 65px 80px; background: #fff;  -webkit-box-shadow: 5.5px 9.5px 23px 0 rgba(0,0,0,.06); box-shadow: 5.5px 9.5px 23px 0 rgba(0,0,0,.06); }
.row-fluid .lpWus-col:nth-child(3n), .row-fluid .lpWus-col:last-child { margin-right: 0; }
.row-fluid .wus-icon img { max-width: 100px !important; margin: 0 0 30px;}
.row-fluid .wus-text { color: #777777; font-weight: 700; line-height: 34px; }


.row-fluid .lpProduct-title { position: relative; margin: -270px 0 0; padding: 400px 0 480px; background-size: 100% 100%; background-repeat: no-repeat; background-position: center top; text-align: center;}
.row-fluid .lpProduct-title:before { background-image: url(https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%20Inventory%20LP%202020/grey-shape-new.png); content: "-"; position: absolute; left: 0; width: 100%; height: 50%; bottom: 64px; background-size: 100% 100%; background-repeat: no-repeat; z-index: -1; font-size: 0; }
.row-fluid .lpProduct-outer { color: #fff; font-size: 15px;}
.row-fluid .lpProduct-outer h2 { font-family: 'AvertaStd'; font-size: 40px; color: #fff; max-width: 600px; width: 100%;  margin: 0 auto 30px; }
.row-fluid .lpProducts-Section { margin: -325px 0 0; padding: 0 0 65px; }
.row-fluid .lpProducts-row { max-width: 1400px; width: 100%;   margin: 0 auto; }
.row-fluid .lpProducts-col { width: 29%; float: left; margin: 0 6.5% 35px 0; padding: 0 0 65px; position: relative; background: #fff; overflow: hidden; -webkit-box-shadow: 5.5px 9.5px 23px 0 rgba(0,0,0,.06); box-shadow: 5.5px 9.5px 23px 0 rgba(0,0,0,.06);cursor: pointer; }
.row-fluid .lpProducts-col:hover .productBtn {  bottom: 0;}
.row-fluid .lpProducts-col:nth-child(3n), .row-fluid .lpProducts-col:last-child { margin-right: 0;  }
.row-fluid .productImg { padding: 84% 0 0; }
.row-fluid .productBtn { text-align: center; padding: 0 0 21px 0; background-color: #00bffe; position: absolute; bottom: -79px; left: 0; width: 100%; transition: .3s ease-in;  }
.row-fluid .pBtn-default a { color: #fff; font-size: 16px; margin: 20px 0 3px;  font-weight: 800;  font-family: 'AvertaStd'; letter-spacing: 0.5px;}
.row-fluid .pBtn-hover a  { color: #fff; font-size: 12px; font-family: 'AvertaStd'; line-height: 17px; background-color: #ff59a7; padding: 11px 23px; margin: 29px 0 8px; text-transform: uppercase; letter-spacing: 2.1px; }
.row-fluid .lpbox-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }

.row-fluid .lpLogos-section { text-align: center; padding: 30px 30px 30px; }
.row-fluid .lpLogos-section h2 { font-size: 16px; color: #00bfff;  }
.row-fluid .lpLogo-outer .slick-track { display: -webkit-flex; display: -ms-flex; display: -moz-flex; display: flex;   -webkit-align-items: center; align-items: center;}
.row-fluid .lpLogo-col { padding: 20px; -webkit-box-sizing: content-box; box-sizing: content-box; text-align: center; outline: 0; }
.row-fluid .lpLogo-col:not(.slick-slide) { display: none;}
.row-fluid .lpLogo-col img { display: inline-block; vertical-align: middle;}

.row-fluid .Lp-heroNew .lpHero-Left { padding: 40px 0; width: 100%; }

.row-fluid .Lphero-Section.lphp-box { position: relative;  z-index: 1; }
.row-fluid .lpProduct-pbox.lpProduct-title { margin-top: 0; }
.row-fluid .lpProduct-pbox.lpProduct-title { padding: 70px 0 320px; }
.row-fluid .lpProduct-pbox +.lpProducts-Section { margin-top: -242px;}
.row-fluid .lpProduct-WhiteBox { max-width: 850px; margin: 0 auto; padding: 20px; background: #fff; color: #2f3133; font-size: 14px; -webkit-box-shadow: 5.5px 9.5px 23px 0 rgba(0,0,0,.06); box-shadow: 5.5px 9.5px 23px 0 rgba(0,0,0,.06); outline: 2px dashed #00bfff; outline-offset: -15px;}
.row-fluid .lpProduct-WhiteBox > div { max-width: 640px; display: inline-block; padding: 30px 20px 20px; line-height: 2; }

.row-fluid .herobtn-pfbox a { font-size: 16px; background-color: #8056bf; color: #fff; min-width: 213px; line-height: normal; padding: 15px; box-sizing: border-box !important; text-align: center; margin: 10px 0 0;  }
.row-fluid .herobtn-pfbox a:hover { background: #9c3de1; }

.row-fluid .productMore-btn { text-align: center; }
.row-fluid .productMore-btn a { font-size: 16px; min-width: 270px; color: #fff;  background: rgb(245, 86, 160);  padding: 12px; box-sizing: border-box !important; text-align: center; margin: 20px 0 0;  }
.row-fluid .productMore-btn a:hover { background: #ff73b4;  }

.row-fluid .LpFormSection-pbox .lpflex{ -webkit-justify-content: center; justify-content: center; }
.row-fluid .lpBottom-Form { max-width: 800px; width: 100%; }
.row-fluid .lpBottom-Form .findoutForm { margin-top: 0; width: 100%; padding: 60px 80px;   -webkit-box-shadow: 0 8px 14px 14px rgba(108,109,110,.07); box-shadow: 0 8px 14px 14px rgba(108,109,110,.07); }


.row-fluid .LpFormSection-pbox {  padding: 50px 0 150px; }
.row-fluid .lpBottom-Form .fdForm-Title h3 { margin: 0 0 20px; }
.row-fluid .lpBottom-Form .fdForm .hs_submit.hs-submit { padding-top: 80px; }
.row-fluid .lpBottom-Form .fdForm .hs-button { background-color: #00bfff; border-color: #00bfff; letter-spacing: .05em; font-weight: 700; font-size: 16px; padding: 9px 10px; min-width: 200px; line-height: normal;  margin: 0 !important; color: #fff; }

.row-fluid .lhform .lphero-LeftInner { max-width: 420px; }
.row-fluid .pfbox-subForm form { position: relative;  }
.row-fluid .pfbox-subForm .hs-input { margin: 0; border: 0; outline: 0; padding-left: 10px; padding-right: 210px; font-size: 14px;  color: #646669;  }
.row-fluid .pfbox-subForm .hs-button { position: absolute; top: 0; right: 0; margin: 0; border: 0; font-size: 16px; color: #fff;  padding: 10px; min-width: 200px; font-weight: 700;}
.row-fluid .pfbox-subForm .submitted-message {  color: #fff;  font-size: 16px; font-weight: 700; padding: 20px 0; }
.row-fluid .pfbox-subForm .hs_error_rollup { display: none; }
.row-fluid .pfbox-subForm .hs-error-msg { font-size: 12px; line-height: 1.5;  color: #ff3935; font-weight: 300; }

.row-fluid .feature-section .SD-Boxes{padding:0px 78px;align-items:center;justify-content:center;box-shadow:0px 2px 24px 6px rgba(108,109,110,0.07);margin-bottom:100px;}
.row-fluid .feature-section .SD-Boxes .SD-Box{padding:80px 48px 80px 48px;border-right:0px;max-width:410px;border-bottom:0;}
.row-fluid .feature-section .SD-Boxes .SD-Box .SD-icon{height:70px;}
.row-fluid .feature-section .SD-Boxes .SD-Box .SD-icon img{max-height:70px;}
.row-fluid .feature-section .SD-Boxes .SD-Box .SD-Text{font-family:Averta;font-style:normal;font-weight:normal;font-size:15px;line-height:26px;color:#777777;}
.row-fluid .feature-section .SD-Boxes .SD-Box:nth-child(1),.row-fluid .feature-section .SD-Boxes .SD-Box:nth-child(2),.row-fluid .feature-section .SD-Boxes .SD-Box:nth-child(3){border-bottom:2px solid #F0F0F0;}

.row-fluid .swag-send-hero-section-inner{display:flex;align-self:center;align-items:center;}
.row-fluid  .hero-section-left{flex:50% 0 0;}  
.row-fluid .lpHeader.transprent .swagLink-mobile{padding:0px 0px;}
.row-fluid .lpHeader.transprent .swagLink-mobile a{text-decoration:underline!important;text-underline-position:under;}
.row-fluid .hero-section-left .hero-title{padding-right:50px;}
.row-fluid .hero-section-left .hero-title h1{font-family:Averta;font-style:normal;font-weight:800;font-size:65px;line-height:73px;color:#fff;letter-spacing:-2px;}
.row-fluid .hero-section-left .hero-content{font-family:Averta;font-style:normal;font-weight:normal;font-size:16px;line-height:30px;color:#fff;padding-right:198px;margin-top:30px;}
.row-fluid .hero-section-left .hero-btn a{background:#00BFFF;font-family:Averta;font-style:normal;font-weight:800;font-size:16px;line-height:24px;color:#fff;max-width:400px!important;width:100%;padding:20px 20px;text-align:center;}
.row-fluid .hero-section-left .hero-btn{margin-top:45px;}
.row-fluid .hero-section-right .hero-image{position:relative;}
.row-fluid .hero-section-right .hero-image:before{position:absolute;content:'';width:100%;height:100%;top:-20px;right:-20px;background:#7C51BD;z-index:1;}
.row-fluid .hero-section-right .hero-image img{z-index:11;position:relative;}
.row-fluid .feature-section .SD-Boxes{margin-top:-745px;position:relative;z-index:12;background:#fff;}
.send-lp .row-fluid .wrapper, .body-container--landing-page .row-fluid .wrapper {max-width:1430px;padding:0px 15px;}
.row-fluid .lpHeader.transprent{position:absolute;top:5px;width:100%;padding-left:0px!important;padding-right:80px!important; background:transparent;}
.row-fluid .swag-send-hero-section{padding-top:180px;padding-bottom:845px;}
.row-fluid .lpHeader.transprent .lpLogo img{max-width:150px!important;}

.row-fluid .send-testimonial-section{background:#8056BF;display:flex;justify-content:flex-end;margin-bottom:100px;position:relative;}
.row-fluid .send-testimonial-section .testimonial-right{flex:45% 0 0;display:flex;justify-content:flex-end;}
.row-fluid .send-testimonial-section .testimonial-left{flex:55% 0 0;padding:100px 166px 100px 20px;display:flex;flex-direction:column;justify-content:flex-end;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-content{font-family:Averta;font-style:normal;font-weight:800;font-size:34px;line-height:45px;color:#fff;max-width:640px;letter-spacing:-1px;width:100%;margin:0px auto;margin-right:0px;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-image-text{max-width:640px;width:100%;margin-top:54px;display:flex;align-items:center;margin-left:auto;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-image-text .testimonial-image{width:68px;height:68px;border-radius:100%;overflow:hidden;margin-right:20px;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-image-text .testimonial-name{font-family:Averta;font-style:italic;font-weight:normal;font-size:15px;line-height:26px;color:#fff;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-image-text .testimonial-name b{font-family:Averta;font-style:normal;font-weight:800;font-size:16px;line-height:1;display:block;color:#fff;}
.row-fluid .send-testimonial-section:before{position:absolute;content:'';bottom:-95px;left:0px;background:url(https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/testimonials.png)no-repeat center/cover;width:100%;height:95px; opacity:0.2; }
.row-fluid  .be-part-content-inner{display:flex; padding:100px 0px 150px; }
.row-fluid .be-part-content-inner .be-part-section{flex:45% 0 0;}
.row-fluid .be-part-content-inner .be-part-section h4{font-family:Averta;font-style:normal;font-weight:800;font-size:65px;line-height:70px; color: #00BFFF;}
.row-fluid .be-part-content-inner .be-part-content{font-family:Averta;font-style:normal;font-weight:normal;font-size:16px;line-height:30px;}
.row-fluid .be-part-content-inner .be-part-content .be-part-btn a{background:#00bfff;font-family:Averta;font-style:normal;font-weight:800;font-size:16px;line-height:24px;color:#fff;max-width:400px!important;width:100%;padding:20px 20px;text-align:center;margin-top:50px;}
.row-fluid .lpHeader.transprent .wrapper { max-width: 1000px; }
.send-lp .row-fluid .Footer-Section .footer-inner > div > .row-fluid{display:flex;align-items:center;}
.send-lp .row-fluid .Footer-Section .footer-inner .Copy-Right{text-align:right;}

@media screen and (min-width: 2131px) {
 .row-fluid .herobtn-pfbox a { font-size: 1em; }
  
}

@media(min-width: 768px){
 .row-fluid .lpBottom-Form .fdForm .hs-form-field { width: 44% !important; margin-bottom: 40px; }
  
}

@media(max-width: 1600px){
  .row-fluid .findoutForm { padding: 30px 40px; }
  .row-fluid .lpWus-col { padding: 40px 30px; }
  
  .row-fluid .lpWus-col h3 { font-size: 26px; }
  .row-fluid .wus-text { line-height: 30px;}
  
  .send-lp .row-fluid .wrapper { max-width: 1200px; } 
  .row-fluid .send-testimonial-section .testimonial-left { padding: 50px 100px 50px 20px; }
}

@media(max-width:1280px){
  .row-fluid .wrapper {  padding:0 4%;  }
  .row-fluid .Hero-Section .wrapper { padding: 0px 0px 0px 4%; }
  .row-fluid .Header-bottom .Header-CTAButton a { min-width: auto; } 
  .row-fluid .Header-bottom .custom-menu-primary { width:78%; }
  .row-fluid .Header-bottom .Header-CTAButton { width:8%; }
  .row-fluid .Connect-Title h3 { max-width:100%; }
  .row-fluid .Connect-Title , .row-fluid .Connect-Right { width:100%; }
  .row-fluid .Connect-Title { max-width: 600px; margin: 0 auto 70px; }
  .row-fluid .SRealExample .wrapper  { padding:0px 8%; }
  .row-fluid .Footer-Box:first-child ul { max-width: 170px; }
   
  .row-fluid .findoutForm { padding: 30px; }
  .row-fluid .lpWus-col h3 { font-size: 22px; }
  .row-fluid .lpProduct-title { padding: 350px 0 400px; }
  .row-fluid .lpProducts-Section { margin: -300px 0 0; }
  
.row-fluid .lpHeader.transprent{top:5px;}
.row-fluid .swag-send-hero-section{padding-top:150px;padding-bottom:600px;}
.row-fluid .hero-section-left .hero-title h1{font-size:60px;line-height:73px;}
.send-lp .row-fluid .wrapper{max-width:1000px;}
.row-fluid .hero-section-left .hero-content{padding-right:70px;}
.row-fluid .feature-section .SD-Boxes{padding:0px 30px;margin-top:-500px;margin-bottom:100px;}
.row-fluid .feature-section .SD-Boxes .SD-Box{padding:40px 20px;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-content{font-size:30px;line-height:36px;}
.row-fluid .send-testimonial-section .testimonial-left{padding:40px 50px 40px 20px;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-image-text{margin-top:30px;}
.row-fluid .be-part-content-inner{padding:70px 0px 100px;}
.row-fluid .be-part-content-inner .be-part-section h4{font-size:60px;line-height:68px;}
.row-fluid .be-part-content-inner .be-part-content .be-part-btn a{margin-top:30px;}
.row-fluid .Footer-Section{padding:40px 0px;}

}
@media(max-width:1150px){
  .row-fluid .Header-Top { padding: 6px 0px; display:block; }
  .row-fluid .Header-bottom  { display:none; } 
  .row-fluid .Header-Mobile { margin: 0px; padding-left: 10px; }
  .row-fluid .Header-Mobile a .PNumber , .row-fluid .Header-Top-SLS .header-log-out ul li:first-child { display: none; }
  .row-fluid .Header-Mobile a img { max-width: 19px;  }
  .row-fluid .Site-Logo-Mobile, .row-fluid .custom-menu-primary.Mobile { display: block; }
  .row-fluid .Site-Logo-Mobile img { max-width: 123px !important; }
  .row-fluid .header-Search { width:67%; margin:0px; } 
  .row-fluid .Header-Top-SLS { width:33%; margin:0px; position:relative; padding-left:10px; } 
  .row-fluid .header-log-out { padding-right: 40px; }
  
  
  .row-fluid .Header-Section .custom-menu-primary.Mobile {  position: static; padding: 0; margin: 0; }
  .row-fluid .Header-Section .mobile-trigger { border: 0; background-color: transparent !important; padding: 0; top: 50%; right: 0; transform: translateY(-50%); }
  .row-fluid .Header-Section .mobile-trigger i, .row-fluid .Header-Section .mobile-trigger i:before, .row-fluid .Header-Section .mobile-trigger i:after { background-color: #ffffff; }
  body.mobile-open .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper {  background-color: rgba(0, 0, 0, 0.54) !important;  position: fixed; left: 0;    width: 100%;    height: 100%;    display: block !important;  z-index: 99; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper { display: block !important; transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;  }  
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul { position: fixed; top: 0;       padding: 60px 30px 30px 30px;   height: 100%;    max-width: 300px;    right: 0; transform: translate(310px, 0px); transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;    border-radius: 0px;    background-color: #36373a;  z-index: 99;     overflow-y: auto; }
  body.mobile-open .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul { transform: translate(0px, 0px); }
  .row-fluid .Header-Top-SLS ul li { border:0px; background-color: transparent !important;  }
  .row-fluid .Header-Top-SLS ul li:before { display:none; }  
  .row-fluid .Header-Top-SLS ul li .child-trigger { left: 0; width: 100% !important; height: 100% !important; border: 0; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper ul li ul { width:100%; }
  
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li a { padding:0px; letter-spacing: 3.5px; line-height: 2.5em;    margin: 0 16px 1.5em;    color: hsla(0,0%,100%,.8);    font-size: 13px;    text-transform: uppercase;    font-weight: 700; text-indent: inherit; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li .child-trigger.child-open i {  left: 0; margin: 0 !important; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li:first-child >.child-trigger > i:after { display:none; }
   .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper  ul  li  .child-trigger.child-open  i:after { content:"\f060" !important; display:none ;  }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper  ul  li  .child-trigger.child-open > i:before { content:"Back"; display:none ; position: absolute; left: 30px;    font-weight: bold;    letter-spacing: 3.5px;    color: hsla(0,0%,100%,.8);    font-size: 13px; }
    .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li.child-open > a { height:auto; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper  ul  li.child-open > a { opacity:0; height:0; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper  ul  li .child-trigger.child-open i:after , .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper  ul  li .child-trigger.child-open i:before { display:block !important;  }
  
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li ul li  .child-trigger i:after {  content: "\f061" !important;  }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li .child-trigger i { position: absolute; top: 8px; height: 0;      font-style: inherit; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li ul li .child-trigger i { right: 60px; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul li .child-trigger i:after { display:block; position: absolute; top: 0; height: 0; content: "\f061"; font-family: 'Font Awesome\ 5 Free'; font-weight:700;  transform: none; font-style: normal; font-size: 15px; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li:first-child > a {  }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul.child-open > li { display:none; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper > ul.child-open > li.child-open { display:block; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper ul li ul.hs-menu-children-wrapper.child-open > li { display:none; }
  .row-fluid .Header-Section .custom-menu-primary.js-enabled .hs-menu-wrapper ul li ul.hs-menu-children-wrapper.child-open li.child-open { display:block; }
  
  
  .row-fluid .SRealBox { width:100%; margin-bottom: 20px; }
  .row-fluid .SGetStarted { padding: 0px 0px 0px; background: none !important; }
  .row-fluid .Footer-Box   { width: 100% !important; margin: 0 0 20px !important; }
  .row-fluid .Footer-left { width:50%; position: relative;  }   
  .row-fluid .Footer-Section .Copy-Right { position: absolute; width: 100%; left: 0; bottom: 0; }
  .row-fluid .Footer-left .Footer-Text { max-width: 280px; }
  .row-fluid .Footer-right { width:50%; margin:0px; padding-left: 70px; }  
  .row-fluid .Enterprise-FormSec { max-width:100%;   }
  .row-fluid .EnterpriseForm fieldset { padding:0px 50px; } 
  .row-fluid .SGetStarted .wrapper { padding:0px !important; }
  .send-lp .row-fluid .Footer-Section .footer-inner .Copy-Right { position:static; }
  .send-lp .row-fluid .Footer-Section .wrapper .span9.widget-span{width:100%;}
}

@media(max-width:1024px){
  .send-lp .row-fluid .wrapper { max-width: 900px; }
}

@media(max-width:991px){

  .row-fluid .header-Search { width:60%; }  
  .row-fluid .Header-Top-SLS { width:40%; }    
  .row-fluid .Header-Top-Left .span6 { width: auto; }
  .row-fluid .Header-Top-Left > div > div { display: flex; flex-wrap: wrap; justify-content: left; }

  .row-fluid .lpWus-col { padding: 25px; } 
  .row-fluid .wus-text { line-height: 26px; font-weight: 400;}
  .row-fluid .Lphero-Section { padding: 0 0 60px; }
  .row-fluid .Lphero-Section .wrapper { padding: 0 !important; }
  .row-fluid .lpHero-Left, .row-fluid .lpHero-Right { width: 100%; padding: 0 4%;  }
  .row-fluid .lpHero-Left { padding-top: 70px; padding-bottom: 70px; background-size: 100% 287% !important; background-position: 0 72% !important; }
  .row-fluid .LpHero-bgImg-mobile { display: block; width: 100%; min-height: 500px;  }
  .row-fluid .findoutForm { margin-top: -200px; -webkit-box-shadow: 0 2px 24px 6px rgba(108,109,110,.07); box-shadow: 0 2px 24px 6px rgba(108,109,110,.07); }
  .row-fluid .lpWhy-us { padding-top: 60px; background-position: 0 -56%; background-size: 100% 49%; }
  .row-fluid .lpWhy-us h2 { margin: 0 0 20px;  }
  .row-fluid .lpWus-col { width: 100%;  margin-right: 0 !important; }
  .row-fluid .Lphero-Section.Lp-heroNew { padding: 0; }
  
  .row-fluid .Lp-heroNew .lpHero-Left { padding: 40px 20px;  }
  
  .row-fluid .Lphero-Section.lphp-box { padding-bottom: 0; }
  .row-fluid .herobtn-pfbox a { background: #f456a0;  }
  .row-fluid .herobtn-pfbox a:hover{ background: #ff73b4; }
  
  .send-lp .row-fluid .wrapper{max-width:700px;}
.row-fluid .hero-section-left{flex:100% 0 0;}
.row-fluid .swag-send-hero-section-inner{flex-wrap:wrap;}
.row-fluid .hero-section-right .hero-image{max-width:530px;}
.hero-section-right{text-align:center;flex:100% 0 0;margin-top:60px;}
.row-fluid .hero-section-left .hero-title h1{padding-right:160px;}
.row-fluid .hero-section-left .hero-content{padding-right:0px;margin-top:20px;}
.row-fluid .hero-section-left .hero-btn{margin-top:30px;}
.row-fluid .feature-section .SD-Boxes .SD-Box{width:50%;}
.row-fluid .feature-section .SD-Boxes .SD-Box:nth-child(1),.row-fluid .feature-section .SD-Boxes .SD-Box:nth-child(2),.row-fluid .feature-section .SD-Boxes .SD-Box:nth-child(3),.row-fluid .feature-section .SD-Boxes .SD-Box:nth-child(4){border-bottom:2px solid #f0f0f0;}
.row-fluid .be-part-content-inner{flex-wrap:wrap;padding:50px 0px 70px;}
.row-fluid .be-part-content-inner .be-part-content .be-part-btn a{margin-top:20px;padding:15px;max-width:300px!important;}
.row-fluid .be-part-content-inner .be-part-content .be-part-btn a{}
.row-fluid .hero-section-left .hero-btn a{padding:15px;max-width:300px!important;}
.row-fluid .send-testimonial-section:before{height:55px;bottom:-55px;}
.row-fluid .send-testimonial-section{margin-bottom:60px;}
.row-fluid .send-testimonial-section .testimonial-left{padding:20px 20px 20px 20px;flex:60% 0 0;}
.row-fluid .send-testimonial-section .testimonial-right{flex:40% 0 0;}
}
@media(max-width:767px){

  .row-fluid .SD-Box { width: 100%; border-right: 0; padding: 23px 40px 50px 45px; }
  .row-fluid .Hero-Left { width:100%; padding: 50px 20px 100px; } 
  .row-fluid .Hero-Right { width: 100%; }
  .row-fluid .Hero-Section .wrapper , .row-fluid .SGetStarted .wrapper { padding:0px !important; }
  .row-fluid .Hero-RightImage { min-height: 400px; }
  .row-fluid .SD-TopText h2 , .row-fluid .SRealExampleBottom h2 , .row-fluid .SRealExampleBottom h3 , .row-fluid .Enterprise-Form-Title h3 , .row-fluid .SBenefits-Title h2 { font-size:28px; } 
  .row-fluid .Hero-Lefttext h1 { font-size:40px; } 
  .row-fluid .Connect-Title h3 { font-size:56px; max-width: 300px; } 
  .row-fluid .SD-Section { padding: 15px 0px 50px; } 
  .row-fluid .wrapper { padding:0 20px !important  }
  .row-fluid .Header-Top .wrapper { padding:0 4% !important  }
  
  .row-fluid .Connect-Box { width:100%; padding:30px 0px; border: 0;  position: relative;} 
  .row-fluid .Connect-Box:before { content:""; position: absolute; bottom: 0;    left: 0;    right: 0;    margin: 0 auto;    border-bottom: 2px solid #eee;    border-radius: 1.5px;    max-width: 260px; }
  .row-fluid .Connect-Box:last-child:before { display:none; }
  .row-fluid .Connect-Boxes { width: 90vw; padding: 20px;  height: auto; }
  .row-fluid .Connect-PeopleSec {  padding: 200px 0px 240px; background-image: url(https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Assets%202020/download.png),url(https://5327344.fs1.hubspotusercontent-na1.net/hubfs/5327344/Swag%202020/Assets%202020/download.png) !important; background-size: 100% !important; background-position: 0 115px,0 92% !important; }
  .row-fluid .SBenefits-Box { width:100%; padding: 0 !important; border: 0 !important; margin-bottom: 30px;  }  
  .row-fluid .SBenefits-Con { padding: 10px 25px; }
  .row-fluid .SRealBoxes { padding: 30px 0 36px; }
  .row-fluid .SRealExampleBottom { padding:0px 30px; }
  .row-fluid .Footer-left , .row-fluid .Footer-right { width:100%; padding:0px; position: static; }
  .row-fluid .Footer-Boxes { position: relative; }
  .row-fluid .Footer-right { margin-top:70px; }
  .row-fluid .Footer-Section .wrapper {  max-width: 340px;  }
  .row-fluid .Footer-logo { text-align: center; }
  .row-fluid .EnterpriseForm form .hs_submit.hs-submit { padding: 25px 25px 35px; margin-top: 0; }
  .row-fluid .EnterpriseForm form fieldset.form-columns-2 .hs-form-field { max-width: 100%; width: 100%; margin-bottom: 15px; }
  .row-fluid .SRealExampleBottom h3 > span:before { display:none;  } 
  .row-fluid .Enterprise-Form-Title { padding:0px 20px; }
  .row-fluid .SBenefitsRight { width:75%; } 
  .row-fluid .SBenefitsLeft { width: 25%; }
  .row-fluid .Header-Top-Left { width:55%; margin:0px; }
   .row-fluid .Header-Top-Right { width:45%; margin:0px; }
  .row-fluid .Header-Section .Search-icon  { display:block; text-align: right; }
  .row-fluid .Header-Section .Search-icon img { max-width: 18px !important; }
  .row-fluid .header-Search form { display:none; }
  .row-fluid .Header-Top-SLS { width: 100%; padding:0px; }
  .row-fluid .Header-Top-SLS .header-log-out ul li:nth-child(3) { display:none; }
  .row-fluid .header-Search  { display:none;  }  
  
  .row-fluid .lpHero-Left h1 { font-size: 48px; line-height: 60px; }
  .row-fluid .lpHero-Left { padding-top: 60px; padding-bottom: 60px; }
  .row-fluid .lpHero-Left, .row-fluid .lpHero-Right  { padding-left: 20px; padding-right: 20px;}
  .row-fluid .fdForm .hs-form-field { width: 100% !important; }
  .row-fluid .lpProducts-row { max-width: 500px; }
  .row-fluid .lpProducts-col { width: 100%; margin-right: 0 !important; }
  .row-fluid .lpProduct-title { background-size: 994% 107%; background-position: center left 92%; margin: -180px 0 0; padding-top: 250px;  }
  .row-fluid .lpProduct-title:before { background-image: none !important;}
  
  .row-fluid .lpLogos-section { padding: 30px 0 20px; }
  .row-fluid .lpLogo img { margin-right: 0px;}
  .row-fluid .lpCallus { display: none; }
  .row-fluid .lpProduct-WhiteBox > div { padding: 20px 10px 10px; } 
  .row-fluid .lpProduct-pbox.lpProduct-title { padding: 50px 0 400px; }
  .row-fluid .lpProduct-pbox + .lpProducts-Section { margin-top: -350px; padding-bottom: 40px;  }
  .row-fluid .lpBottom-Form .findoutForm {  padding: 30px;}
  .row-fluid .lpBottom-Form .fdForm .hs_submit.hs-submit { padding-top: 20px; }

  
  .row-fluid .LpFormSection-pbox { padding: 40px 0 100px; background-size: 200% 70% !important;} 
  
  .row-fluid .pfbox-subForm .hs-input { padding-right: 185px; }
  .row-fluid .pfbox-subForm .hs-button { min-width: 176px; font-size: 14px;  }
  
  .row-fluid .hero-section-left .hero-title h1{padding-right:0px;max-width:480px;width:100%;}
.row-fluid .hero-section-left .hero-title{max-width:430px;padding-right:0;}
.row-fluid .send-testimonial-section .testimonial-left{flex:100% 0 0;}
.row-fluid .send-testimonial-section{flex-wrap:wrap;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-content{margin-left:0px;}
.row-fluid .send-testimonial-section .testimonial-left .testimonial-image-text{margin-left:0px;}
.row-fluid .send-testimonial-section .testimonial-right{flex:100% 0 0;}
.row-fluid .feature-section .SD-Boxes{margin-bottom:50px;padding:0px 15px;}
.send-lp  .row-fluid .Footer-Section .wrapper{max-width:100%;}

.row-fluid .feature-section .SD-Boxes .SD-Box{padding:30px 15px;}
.row-fluid .swag-send-hero-section{padding-top:120px;}
.row-fluid .lpHeader.transprent .lpLogo img{max-width:120px!important;}
.row-fluid .lpHeader.transprent .swagLink-mobile{padding:4px 0px;}
}
@media(max-width: 480px){
  .row-fluid .lpProduct-outer h2 { font-size: 32px; }
  .row-fluid .lpWhy-us h2 { font-size: 30px; }
  .row-fluid .lpLogo-col { padding: 15px; }
  .row-fluid .Lphero-Section.Lp-heroNew .LpHero-bgImg-mobile { min-height: 270px; } 
  .row-fluid .productMore-btn a { min-width: auto; width: 100%; }
  
  .row-fluid .pfbox-subForm .hs-input { padding-right: 175px; }
  .row-fluid .pfbox-subForm .hs-button { min-width: 165px; }
  
  
  .row-fluid .hero-section-left .hero-title h1{font-size:40px;line-height:46px;}
.row-fluid .lpHeader.transprent .swagLink-mobile{display:none;}
.row-fluid .lpHeader.transprent{top:5px;}
.row-fluid .swag-send-hero-section{padding-top:90px;}
.row-fluid .hero-section-left .hero-content{font-size:16px;line-height:28px;}
.row-fluid .hero-section-left .hero-btn a{padding:10px;max-width:250px!important;}
.row-fluid .hero-section-right .hero-image{padding:20px;}
.row-fluid .hero-section-right .hero-image:before{top:0px;left:0px;right:0px;bottom:0px;}
.row-fluid .feature-section .SD-Boxes .SD-Box{width:100%;border-bottom:2px solid #f0f0f0;}
.row-fluid .feature-section .SD-Boxes .SD-Box:last-child{border-bottom:0px solid #f0f0f0;}
.row-fluid .be-part-content-inner .be-part-section h4{font-size:40px;line-height:48px;}
.row-fluid .be-part-content-inner .be-part-content{font-size:16px;line-height:28px;}
.row-fluid .be-part-content-inner .be-part-content .be-part-btn a{padding:10px;max-width:250px!important;}
.send-lp .row-fluid .Footer-Section .footer-inner>div>.row-fluid{flex-wrap:wrap;justify-content:center;}
.send-lp .row-fluid .Footer-Section .footer-inner .Copy-Right{text-align:center;padding-top:20px;}
.send-lp .row-fluid .Footer-Section img{max-width:150px;}
.row-fluid .Footer-Section{padding:20px 0px;}
}
@media(max-width: 379px){ 
  .row-fluid .pfbox-subForm .hs-input { padding-right: 10px; }
  body .row-fluid .pfbox-subForm .hs-button { position: static; margin: 10px 0 0; min-width: auto; width: 100%;  }
}