@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://44719612.fs1.hubspotusercontent-na1.net/hubfs/44719612/SourceSansPro-Bold.otf');
  font-weight: bold;
  font-style: normal;
} 

@import "https://unpkg.com/aos@2.3.1/dist/aos.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;}


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



                                        






html {
  font-size: 16px;
  /* 	overflow-x:hidden; */
  line-height:1.5;
}

body {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  margin: 0px;
  line-height: 24px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

script{
  display:none!important;
}

body .row-fluid .wrapper{
  max-width: 1314px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding: 0px 15px;
}

body .row-fluid .header-wrapper{
  max-width: 1270px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding: 0px 15px;
}

.body-container-wrapper li {
  margin-left: 26px;
  margin-bottom: 1rem;
  list-style-type: disc;
}

@media(max-width: 999px) {
  .body-container-wrapper li {
    text-align: left;
  }
}




img{
  height:auto;
}

/* Anchor Links */

a {
  margin-bottom:0;
}
a:hover, a:focus {
  text-decoration: none;
}

a {
  font-size: 17px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: underline;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  display: inline-block;
}


button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height:1;
  letter-spacing: 0.5px;
  cursor:pointer;
}

/* Bold Font */
h1 ,counter span{
  font-size: 56px;
  font-family: DM Sans;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2.24px;
  text-transform: none;
}

body .h1 h1,
body .h1 h2,
body .h1 h3,
body .h1 h4,
body .h1 h5,
body .h1 h6{
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -2.24em;
}

h2 {
  font-size: 48px;
  font-family: Quicksand;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 58px;
  text-transform: none;
}

body .h2 h1,
body .h2 h2,
body .h2 h3,
body .h2 h4,
body .h2 h5,
body .h2 h6{
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 40px;
  font-family: DM Sans;
  color: #171C26;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 56px;
  text-transform: none;
}

body .h3 h1,
body .h3 h2,
body .h3 h3,
body .h3 h4,
body .h3 h5,
body .h3 h6{
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 32px;
  font-family: DM Sans;
  color: #171C26;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 36px;

  text-transform: none;
}

body .h4 h1,
body .h4 h2,
body .h4 h3,
body .h4 h4,
body .h4 h5,
body .h4 h6{
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.01em;
}
h5 ,.newsletter-section .subscribe-form-container h3{
  font-size: 24px;
  font-family: DM Sans;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: em;
  text-transform: none;
}
body .h5 h1,
body .h5 h2,
body .h5 h3,
body .h5 h4,
body .h5 h5,
body .h5 h6{
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: em;
}
h6 {
  font-size: 18px;
  font-family: DM Sans;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-transform: none;
}
body .h6 h1,
body .h6 h2,
body .h6 h3,
body .h6 h4,
body .h6 h5,
body .h6 h6{
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
@media(max-width:999px){
  h1 ,counter span{
    font-size: 42px;
    font-family: DM Sans;
    color: #000000; 
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  body .h1 h1,
  body .h1 h2,
  body .h1 h3,
  body .h1 h4,
  body .h1 h5,
  body .h1 h6{
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.01em;
  }

  h2 {
    font-size: 34px;
    font-family: Quicksand;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  body .h2 h1,
  body .h2 h2,
  body .h2 h3,
  body .h2 h4,
  body .h2 h5,
  body .h2 h6{
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.01em;

  }
  h3 {
    font-size: 26px;
    font-family: DM Sans;
    color: #171C26;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-transform: none;
  } 

  body .h3 h1,
  body .h3 h2,
  body .h3 h3,
  body .h3 h4,
  body .h3 h5,
  body .h3 h6{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  h4 {
    font-size: 18px;
    font-family: DM Sans;
    color: #171C26;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 24px;

    text-transform: none;
  }


  body .h4 h1,
  body .h4 h2,
  body .h4 h3,
  body .h4 h4,
  body .h4 h5,
  body .h4 h6{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }


  h5,.newsletter-section .subscribe-form-container h3 {
    font-size: 20px;
    font-family: DM Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 26px;

    text-transform: none;
  }
  body .h5 h1,
  body .h5 h2,
  body .h5 h3,
  body .h5 h4,
  body .h5 h5,
  body .h5 h6{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
  }
  h6 {
    font-size: 18px;
    font-family: DM Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  body .h6 h1,
  body .h6 h2,
  body .h6 h3,
  body .h6 h4,
  body .h6 h5,
  body .h6 h6{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }
}

/*  Regular FOnt styling below*/
.regular h1{
  font-size: 64px;
  font-family: Quicksand;
  color: #000000; 
  font-style: ;
  text-decoration: none;
  font-weight: 700;
  line-height: 75.328px;
  text-transform: none;
}




p {
  margin: 0;
  margin-bottom: 1rem;
}

.p_extra_large p{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 32px;

}

.p_large p{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.p_large_regular p{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
}

.p_medium_semibold p{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.p_medium_regular p {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.p_small_semibold p {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-transform: none;

}

.p_small_regular p {
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
}

counter, .number-text{
  margin-top: 0px;
  margin-bottom:0;
  font-size: 80px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: -0.01em;
  display:flex;
  display:-webkit-flex;
  word-break:break-word;
}


display{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 86px;
  font-family: Dm Sans;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -0.01em;
}

display_xs{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 64px;
  font-family: Dm Sans;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.01em;
}

interactive_large{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 16px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
}

interactive_small{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 12px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.01em;
}

interactive_medium{
  margin-top: 0px;
  margin-bottom: 1em;
  font-size: 14px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
}

@media(max-width:999px){
  display{
    margin-top: 0px;
    margin-bottom: 1em;
    font-size: 42px;
    font-family: Dm Sans;
    color: #000000; 
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.01em;
  }

  display_xs{
    margin-top: 0px;
    margin-bottom: 1em;
    font-size: 32px;
    font-family: Dm Sans;
    color: #000000; 
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.01em;
  }

  .regular h1 {
    font-size: 42px;
    font-family: Quicksand;
    color: #000000; 
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h2 {
    font-size: 34px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h3 {
    font-size: 26px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-transform: none;
  } 
  .regular h4 , .banner_h4 h2,
  .banner_h4 h3{
    font-size: 18px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h5 ,
  .banner_h5 h3{
    font-size: 16px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h6 {
    font-size: 14px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
}


/* Link tag */

h1 a,counter span a{
  font-size: 56px;
  font-family: DM Sans;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -2.24em;
  text-transform: none;
}

body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a{
  text-decoration:underline;
}

body .h1 h1 a,
body .h1 h2 a,
body .h1 h3 a,
body .h1 h4 a,
body .h1 h5 a,
body .h1 h6 a{
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -2.24em;
}

h2 a {
  font-size: 48px;
  font-family: Quicksand;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.01em;
  text-transform: none;
}

body .h2 h1 a,
body .h2 h2 a,
body .h2 h3 a,
body .h2 h4 a,
body .h2 h5 a,
body .h2 h6 a{
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}

h3 a {
  font-size: 40px;
  font-family: DM Sans;
  color: #171C26;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.01em;
  text-transform: none;
}
body .h3 h1 a,
body .h3 h2 a,
body .h3 h3 a,
body .h3 h4 a,
body .h3 h5 a,
body .h3 h6 a{
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.01em;
}
h4 a {
  font-size: 32px;
  font-family: DM Sans;
  color: #171C26;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-transform: none;
}
body .h4 h1 a,
body .h4 h2 a,
body .h4 h3 a,
body .h4 h4 a,
body .h4 h5 a,
body .h4 h6 a{
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.01em;
}
h5 a {
  font-size: 24px;
  font-family: DM Sans;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: em;
  text-transform: none;
}
body .h5 h1 a,
body .h5 h2 a,
body .h5 h3 a,
body .h5 h4 a,
body .h5 h5 a,
body .h5 h6 a{
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: em;
}
h6 a {
  font-size: 18px;
  font-family: DM Sans;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-transform: none;
}
body .h6 h1 a,
body .h6 h2 a,
body .h6 h3 a,
body .h6 h4 a,
body .h6 h5 a,
body .h6 h6 a{
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
@media(max-width:999px){
  h1 a,counter span a{
    font-size: 42px;
    font-family: DM Sans;
    color: #000000; 
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  body .h1 h1 a,
  body .h1 h2 a,
  body .h1 h3 a,
  body .h1 h4 a,
  body .h1 h5 a,
  body .h1 h6 a{
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.01em;
  }

  h2 a {
    font-size: 34px;
    font-family: Quicksand;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  body .h2 h1 a,
  body .h2 h2 a,
  body .h2 h3 a,
  body .h2 h4 a,
  body .h2 h5 a,
  body .h2 h6 a{
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.01em;

  }
  h3 a{
    font-size: 26px;
    font-family: DM Sans;
    color: #171C26;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-transform: none;
  } 

  body .h3 h1 a,
  body .h3 h2 a,
  body .h3 h3 a,
  body .h3 h4 a,
  body .h3 h5 a,
  body .h3 h6 a{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
  }
  h4 a{
    font-size: 18px;
    font-family: DM Sans;
    color: #171C26;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: none;
  }


  body .h4 h1 a,
  body .h4 h2 a,
  body .h4 h3 a,
  body .h4 h4 a,
  body .h4 h5 a,
  body .h4 h6 a{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }


  h5 a {
    font-size: 20px;
    font-family: DM Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  body .h5 h1 a,
  body .h5 h2 a,
  body .h5 h3 a,
  body .h5 h4 a,
  body .h5 h5 a,
  body .h5 h6 a{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
  }
  h6 a {
    font-size: 18px;
    font-family: DM Sans;
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  body .h6 h1 a,
  body .h6 h2 a,
  body .h6 h3 a,
  body .h6 h4 a,
  body .h6 h5 a,
  body .h6 h6 a{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }
}

/*  Regular FOnt styling below*/
.regular h1 a {
  font-size: 64px;
  font-family: Quicksand;
  color: #000000; 
  font-style: ;
  font-weight: 700;
  line-height: 75.328px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.regular h2 a {
  font-size: 42px;
  font-family: Dm Sans;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: em;
  text-transform: none;
}

.regular h3 a {
  font-size: 34px;
  font-family: Dm Sans;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.regular h4 a {
  font-size: 26px;
  font-family: Dm Sans;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.regular h5 a {
  font-size: 18px;
  font-family: Dm Sans;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.regular h6 a {
  font-size: 14px;
  font-family: Dm Sans;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: none;
}
p {
  margin: 0;
  margin-bottom: 1rem;
}

.p_extra_large p a {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
  color: #000000; 
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.p_large p a {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.p_large_regular p a {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
}

.p_medium_semibold p a {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: none;
}

.p_medium_regular p a{
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.p_small_semibold p a {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-transform: none;

}

.p_small_regular p a {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  color: #000000; 
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
}

counter a, .number-text a{
  margin-top: 0px;
  margin-bottom:0;
  font-size: 80px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: -0.01em;
  display:flex;
  display:-webkit-flex;
  word-break:break-word;
}


display a{
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 86px;
  font-family: Dm Sans;
  color: #000000; 
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -0.01em;
}

display_xs a{
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 64px;
  font-family: Dm Sans;
  color: #000000; 
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.01em;
}

interactive_large a{
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
}

interactive_small a{
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.01em;
}

interactive_medium a{
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Poppins;
  color: #000000; 
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.body-container-wrapper .li-27 li a{
  font-size: 27px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper .li-26 li a{
  font-size: 24px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper .li-25 li a{
  font-size: 25px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper .li-23 li a{
  font-size: 23px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper li a{
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height:1.5;
  letter-spacing: -0.5px;
  position: relative;
}

.body-container-wrapper .li-14 li a{
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height:1.5;
  letter-spacing: -0.5px;
  position: relative;
}


@media(max-width:999px){
  display a{
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 42px;
    font-family: Dm Sans;
    color: #000000; 
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.01em;
  }

  display_xs a{
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 32px;
    font-family: Dm Sans;
    color: #000000; 
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.01em;
  }

  .regular h1 a{
    font-size: 42px;
    font-family: Quicksand;
    color: #000000; 
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h2 a{
    font-size: 34px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h3 a{
    font-size: 26px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-transform: none;
  } 
  .regular h4 a{
    font-size: 18px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h5 a {
    font-size: 16px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .regular h6 a {
    font-size: 14px;
    font-family: Dm Sans;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-transform: none;
  }
  .body-container-wrapper .li-27 li a{
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
  .body-container-wrapper .li-26 li a{
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
  .body-container-wrapper .li-25 li a{
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
  .body-container-wrapper .li-23 li a{
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
}



@media(max-width:390px){
  h2{
    font-size:30px;
    line-height:normal;
  }
}

.shadow-low{
  box-shadow: 0px 2px 8px 0px rgba(106, 115, 129, 0.12);
}

.shadow-med{
  box-shadow: 0px 3px 8px 0px rgba(87, 102, 117, 0.06), 0px 6px 12px 0px rgba(106, 115, 129, 0.16);
}

.shadow-high{
  box-shadow: 0px 12px 20px 0px rgba(106, 115, 129, 0.22);
}

.shadow-top{
  box-shadow: 0px -2px 8px 0px rgba(106, 115, 129, 0.12);
}

.shadow-left{
  box-shadow: -1px 2px 8px 0px rgba(106, 115, 129, 0.22);
}

.shadow-right{
  box-shadow: 1px 0px 8px 0px rgba(106, 115, 129, 0.22);
}

.shadow-large{
  box-shadow: 0 20px 20px -10px rgba(0,0,0,0.05), 0 5px 40px 0 rgba(0,0,0,0.10);
}

.shadow-medium{
  box-shadow: 0 10px 10px -8px rgba(0,0,0,0.05), 0 8px 15px 0 rgba(0,0,0,0.08);
}

.shadow-small{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  word-break: break-word;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

.body-container-wrapper {
  background:#ffffff;
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:0;
}

.body-container-wrapper ol li,
.body-container-wrapper ol{
  list-style: decimal;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper .li-27 li{
  font-size: 27px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper .li-26 li{
  font-size: 24px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper .li-25 li{
  font-size: 25px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper .li-23 li{
  font-size: 23px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:1.3;
  letter-spacing: -1px;
  position: relative;
}

.body-container-wrapper li{
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:1.5;
  letter-spacing: -0.5px;
  position: relative;
}

.body-container-wrapper .li-14 li{
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:1.5;
  letter-spacing: -0.5px;
  position: relative;
}
.body-container-wrapper .li-26 li {
  margin-bottom: 10px;
}
body .row-fluid form ul,
.no-list-style li ul{
  margin:0;
  padding:0;
}

body .row-fluid form li,
.no-list-style li{
  margin:0;    
}
form .hs-richtext p {
  margin: 8px 0 16px 0;
}
body .row-fluid form li:before,
.no-list-style li:before{
  display:none;
}

hr {
  background-color: #D8DCE0;
  border: none;
  color: #D8DCE0;
  height: 1px;
}

blockquote{
  margin:0;
  font-size: 54px;
  font-family: Source Serif Pro;
  color: #000000;
  font-style: normal; 
  font-weight: 400;
  line-height: 1.1;
  /*   margin-top: 25px;new update 03/10/2023 */ 
  margin-bottom: 1rem; 
  letter-spacing: -1px;
}

body a.cta-button,
body a.cta_button {    
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6C9286;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  border-radius:  40px;
  background:#ffffff;
  line-height: 23.805px; 
  padding:11px 19px 11px 19px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  /* 	transition: all .3s ease;
  -webkit-transition: all .3s ease-in; */
  letter-spacing: -0.01em;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:2px solid #ffffff;
  text-transform: none;
  overflow: hidden;
}

body .body-container-wrapper .row-fluid .hs-button {
  background: #6C9286;
  font-size: 15px;
  text-decoration: none;
  border-radius: 40px;
  border: 2px solid #ffffff;
  
}

body .body-container-wrapper .row-fluid .hs-button:hover {
  color: #6C9286;
  border: 2px solid #6C9286;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}


@media(max-width: 1024px) and (min-width: 1000px) {
  body .row-fluid .hs-button {
    font-size: 14px !important;
  }
}




/****************Button Sizes*******************/

body .container-fluid .row-fluid .small a.cta-button,
body .container-fluid .row-fluid .small a.cta_button,
body .container-fluid .row-fluid .small .hs-button{    
  font-size: 15px;
  padding: 7px 19px 7px  19px !important;
}


body .container-fluid .row-fluid .large a.cta-button,
body .container-fluid .row-fluid .large a.cta_button,
body .container-fluid .row-fluid .large .hs-button{    
  font-size: 15px;
  padding: 11px 19px 11px  19px;
}

.normal-cta a.cta-button,
.normal-cta a.cta_button,
.normal-cta a{
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: ;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  border-radius:  40px;
  position:relative;
  /* 	background:none !important; */
  border:2px solid #ffffff;
  line-height:23.805px; 
  letter-spacing:-0.01em;
  text-transform: none;
}


.simple-black-cta a.cta_button,
.simple-black-cta a{
  border-radius:  40px;
  border:2px solid #527B6E;
  color: #ffffff;
  background:#6C9286;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height:22px; 
  letter-spacing:-0.01em;
  text-transform: none;
  padding: 11px 19px
    11px 19px !important;
}



.simple-black-cta a.cta_button:hover,
.simple-black-cta a:hover{
  border:2px solid transparent;
  color:#fff !important; 
}


.header-grp a.cta_button:hover,
.header-grp a.cta_button{
  padding: 13px 25.2px;
}

body .row-fluid .image-cta a.cta_button{
  background: none;
  padding: 0;
  border:none;
}


/****************Table Styling Starts Here*******************/


th {
  font-size: 25px;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  padding: 20px 20px;
  text-align:left;
  border:  1px solid #dddddd;
  background-color: #ffffff;
}

td {
  font-size: 20px;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0px;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  border:  1px solid #dddddd;
}

table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
  padding: 20px;
}

td {
  padding: 20px 20px;
}

@media(max-width: 999px) {

  table { 
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
  }

  th {
    font-size: 20px;
  }

  td {
    font-size: 14px;
  }
}

body .row-fluid .hide-module{
  display:none;
}


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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}

.gray-bg{
  background:0;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#ffffff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#000000;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}

.two-cta-container .left-cta {
  margin-right: 20px;
  margin-bottom: 15px;
}

@media(max-width: 1024px) and (min-width: 1000px) {
  .two-cta-container .left-cta a.cta_button,
  .two-cta-container .right-cta a.cta_button{
    margin-bottom: 20px;
  }
}

@media(max-width: 999px) {
  .two-cta-container .left-cta a.cta_button {
    margin-bottom: 20px;
  }
  body .dnd-section > .row-fluid {
    display: block !important;
  }
}

@media (min-width: 1000px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }    

  .row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,
  .row-reverse.row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  body .container-fluid .row-fluid .row-reverse .right-col {
    margin: 0;
  }
  .equal-height-container>.row-fluid-wrapper>.row-fluid .left-col{
    margin-right:3%;
  }
  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

  .row-reverse .left-col {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }

}

@media(max-width:1024px){

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

}

@media(max-width: 999px){

  body .mobile-column-reverse>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:0%;
  }

}


@media(max-width: 999px) {

  .row-fluid [class*="span"].dnd-column {
    text-align: left;
  }

}





/*========================================================
Typography Responsive Styling
========================================================*/

@media (min-width:1000px) and (max-width:1024px){

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

}

@media (max-width:999px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  blockquote{
    font-size:32px;
  }

  counter, .number-text{
    font-size: 46px;
    line-height: 56px;
  }

  .p-24 p, .p-24 a{
    font-size:20px;
  }

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

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

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }
  body .row-fluid .cta-container{
    text-align:left;
  }
  body a.cta_button, body a.cta-button, body .row-fluid .hs-button{
    /* 		display:block; */
  }
  body .footer-section a.cta_button{
    display:inline-block;
  }
  body .row-fluid form .actions:after{
    right: 22px;
  }

  body .header-grp a.cta_button{
    border-radius:0px;
    box-sizing:border-box!important;
    display:block;
  }

  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

  body form{
    padding:0;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:999px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block; 
    width:100%;
    margin:20px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    /* 		display:block; */
    margin-right:0;
  }
  .body-container-wrapper .li-27 li {
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
  .body-container-wrapper .li-26 li {
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
  .body-container-wrapper .li-25 li {
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
  .body-container-wrapper .li-23 li {
    font-size:16px;
    line-height:22px;
    letter-spacing:0;
  }
}

/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span,
body .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.83%;
  -webkit-flex-basis: 29.83%;
  float: left;
  margin-right: 3.5%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

@media (max-width:999px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }   

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:auto;
  }

}

/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:999px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    width:100%;
    margin-top: 20px;
  }   
}

/*==================================================
Five Col Adjust
==================================================*/

body .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media (max-width:999px) {
  body .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/

body .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:479px){

  body .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
  }

}

/*==================================================
Dnd styling
====================================================*/

.dnd-section {
  padding:0px;
}

.dnd-section {
  position: relative;
  z-index: 1;
}


.dnd-section > .row-fluid {
  max-width: 1314px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
  width: auto;
  box-sizing: border-box;
}





.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

body .dnd-section .full-width-section > .row-fluid{
  padding: 0px!important;
}

@media(max-width:1024px)and(min-width:1000px) {

  body .container-fluid .dnd-section {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  } 

  body .container-fluid .row-number-1.dnd-section{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }

}

@media (max-width: 999px) {

  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

}



/*=========================================================================
form styling
==========================================================================*/

/*======= Placeholder Color ====*/

body .row-fluid .hs-input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #737588;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

body .row-fluid .hs-input::-moz-placeholder {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #737588;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

body .row-fluid .hs-input::-ms-input-placeholder {  
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #737588;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

.email-prefs .item .item-inner span {
  font-size: 24px;
  color: #171C26;
  font-weight: 700;
  line-height: 28.8;
  letter-spacing: px;
}

.email-prefs .item .item-inner p {
  font-size: px;
  color: ;
  font-weight: ;
  line-height: ;
  letter-spacing: -px;
}


input:focus{
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance:none;
  border:0;
  background:;
  color:#ffffff;
  position:absolute;
  bottom:40%;
  left:40%;
  width:100px;
  height:24px;
  font-size:16px;
  border-radius:4px;
}

form {
  background: rgba(255, 255, 255, 0.0);
  border: 0px solid rgba(136, 136, 136, 0.0);
  border-radius: 4px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  margin: 0 auto; 
}
.row-fluid-wrapper.row-depth-1.row-number-73.dnd-section.dnd-components-row-12-padding form {
  padding: 0;
}
body .row-fluid .hs-button {  
  font-size: 16px;
  line-height: 16px;
  padding: 13px 34px 13px 34px;
  font-family: 'DM Sans', sans-serif;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  display: inline-block;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
  /* 	transition: all .3s ease;
  -webkit-transition: all .3s ease-in; */
  top: 0;
  background-color: rgba(108, 146, 134, 1.0);
  border: 0px solid rgba(108, 146, 134, 1.0);
  border-radius: 10px;
  text-transform: none;
  font-weight: 700;
  cursor: pointer;
}

body .row-fluid .hs-button:hover{ 
  background: rgba(255, 255, 255, 1.0);
  border-color:#6C9286;
  color:#6C9286;
} 





body form .actions{
  position:relative;
  z-index:1;
  display:inline-block;
  margin: 0px auto 0px;
  overflow:hidden;
}

body .row-fluid .hs-button {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

/* body .row-fluid .hs-button:focus,
body .row-fluid .hs-button:active{
background-color: #6C9286;
border: 1px solid #6C9286;
border-radius: 10px;
color: #ffffff;
outline: none;
} */


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: #101A29;
  text-decoration: 0;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
  padding-top: 0;
  margin-bottom: 6px;
  margin-top: 6px;
  text-transform: none;
}

body .container-fluid .row-fluid .hs-error-msgs label {
margin:0;
  font-size: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #75757C;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

body .container-fluid .row-fluid .hs-field-desc {  
  margin-top: 0px;
  font-size: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #1871c9;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

form .hs-richtext p,
.hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display{
  font-size: 12px ! important;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}

.legal-consent-container .hs-input[type="checkbox"] {
  margin: 0 7px 0px 0px !important;
  top: 2px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  vertical-align: middle;
}

body .row-fluid .hs-input,
.systems-page-psw input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height:45px;
  padding: 5.5px 12px;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #737588;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 17px;
}

body .row-fluid form select:focus,
body .row-fluid form textarea.hs-input:focus,
body .row-fluid input.hs-input:focus{
  outline:0px solid #1b1b24!important;
}

input.hs-button {
  margin-top: 16px;
}

body .row-fluid input[type="radio"]:hover{
  outline:none;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}

.submitted-message {
  text-align: center;
  min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: quicksand , sans-serif;
  font-weight: 600;
  color:#000;
}


@media(max-width: 999px){

  form {
    max-width: 100%;
  }
  body form .actions{
    width:100%;
  }
  /* 	body .row-fluid .hs-button{
  width:100%;
} */
}
@media(max-width: 1025px){

  body .logo-image.vertical-center {
    position: relative;
    z-index: 3;
  }
}
/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  background: rgba(255, 255, 255, 1.0);
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #000000;}
-webkit-appearance: none;
border: 1px solid rgba(0, 0, 0, 1.0);
margin-right: 8px;
top: 4px;
width: 15px;
height: 15px;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 2px;
  background-color: #000000;
  left: 2px;
  border-radius: 50%;
}

body .row-fluid form textarea.hs-input {
  height: 141px;
  resize: none;
}

.two-col-form-section textarea.hs-input {
  height: 122px;
}

.inputs-list label>input, .inputs-list label>span {
  vertical-align: middle;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 7.5px;
  height: 3px;
  top: 2.5px;
  left: 1.5px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  display:transparent;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked{
  background: rgba(0, 0, 0, 1.0);
}

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  padding: 0; 
  background: rgba(255, 255, 255, 1.0);
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 1.0);
  margin-right: 12px;
  border-radius:0;
  top: 0px;
  width:100%;
  max-width: 16px;
  height: 16px;
}

.row-fluid .hs-form .field .input input[type="radio"]{
  border-radius: 50%;
  margin-bottom: 4px;
  height: auto;
  overflow: unset;
  border:0;
  outline:none!important;
}

.row-fluid .hs-form .field .input input[type="radio"]::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 1.0);
  background: rgba(255, 255, 255, 1.0);
  border-radius: 50%;
  position: absolute;
  left: -22px;
  bottom: -7px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(0, 0, 0,1.0);
  background: rgba(0, 0, 0,1.0);
  border-radius: 50%;
  position: absolute;
  left: -18px;
  bottom: -3px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"] {
  appearance: none;
  margin: 0;
}

.row-fluid .hs-form .field .input .hs-form-radio-display {
  margin-left: 20px;
}

.hs-input[type=file] {
  background-color: ;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}

form .file-upload-button-label {
  border: solid 2px rgba(0, 0, 0, 1.0);
  position: absolute;
  left: 11px;
  top: 8px;
  border-radius: 0;
  padding: 0px 10px;
  color: #101A29;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  width: auto;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 36px;
}

form .file-upload-file-name {
  height: 55px;
  color: #101A29;
  line-height: normal;
  display: flex;
  border: solid 2px rgba(0, 0, 0, 1.0);
  border-radius: 0px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
  padding-left:134px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
  margin-bottom: 0px;
}

body .row-fluid form select {
  background: #FFFFFF url(https://44719612.fs1.hubspotusercontent-na1.net/hubfs/44719612/angle-down.svg)no-repeat!important;
  background-position: 95%!important;
  -webkit-appearance: none!important;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-size: 11.41px!important;
}
li.hs-form-checkbox {
  padding-bottom: 16px;
}
li.hs-form-checkbox label.hs-form-checkbox-display span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2B2B2B;
}

@media(max-width:480px){

  form .file-upload-button-label{
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
    padding-left: 110px;
  }
  body .header_v2 .logo-image.vertical-center {
    max-width: 190px;
  }
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

body .hs-input:focus {
  outline: 0;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

body .row-fluid fieldset {
  max-width: 100%;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #1A1B24;
  border-width: 2px;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #1A1B24;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}
.inputs-list label {
  color: #000000;
  display: Flex;
  float: none;
  font-size: 16px;
  cursor: pointer;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  text-transform: capitalize;
  margin:3px 0px;
}

ul.inputs-list.multi-container {
  display: inline-block;
  padding-bottom: 32px;
}

.inputs-list:first-child {
  padding-top: 0px;
}
.inputs-list > li + li {
  padding-top: 2px;
}


ul.no-list {
  list-style: none;
}

.hs-field-desc {
  color: #1A1B24;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
  display:none;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media(max-width:999px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }

}

@media(max-width:400px){

  form .input{
    margin-right:0px!important;
  }

}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }

}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}


/*=====================================================================
header styling
========================================================================*/


/***********************Header fixed styling****************************/



.header-container-wrapper.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index:3;
  transition: all ease-in-out .4s;
}  

.header-container-wrapper.fixed .header-grp{
  background:rgba(108, 146, 134, 100);
  transition: all ease-in-out .4s;
}




/******************** Header fixed styling Ends ************************/

.header-grp {
  background:rgba(108, 146, 134, 1);
  padding:10px 0px;
  position: absolute;
  z-index:3;
  line-height:0;
  left:0;
  right:0;
  transition: all ease-in-out .4s;
}
@media(min-width: 1024px){
  /*   .header-grp.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover ,.header-grp.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.active{
  font-weight:700;
  transition:all 0.3s ease-in-out;
} */

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover:before,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.active:before{
    background: #fff;
  }
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size:18px;
  color:#ffffff;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.72px;
  font-style: normal;
  text-decoration: none;
  padding: 4px 25px;
  white-space: normal;
  max-width: 100%;
  position: relative;
}



.custom-menu-primary .hs-menu-wrapper > ul > li:hover {
  color: ;
}






@media(min-width: 1024px) {

  .header-grp.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.active.active-branch a{
    transition: all .1s ease-in-out;
    font-weight:700;
  }


  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 {
    position: relative;
    margin: 0px;
  }

  .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:hover > ul.hs-menu-children-wrapper {
    opacity: 1; 
    visibility: visible;
  }
  .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: 0px;
  }
  .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!important;
    top: 0!important;
    min-width: 180px!important;
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    line-height: 0;
  }

  .header-grp .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;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
  }
  .header-grp .hs-menu-wrapper {
    line-height: 0;
    text-align: center;
    float: right;
    position: relative;
    right: -15px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 0px;
  }
  .header-grp .hs-menu-wrapper {
    display: block !important;
  }

}

/*Sub Menu*/

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background:#ffffff;
  box-shadow: 0 0 2px rgba(0,0,0,0.21);
  border-radius:0px 4px 4px 4px;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  font-size:14px;
  color:#000000;
  font-family: Poppins;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  margin: 0px;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding:10px 20px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  min-width: 140px;
  text-indent: 0;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children ul.hs-menu-children-wrapper > li:hover > a,
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper > li:hover > a, 
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper > ul.hs-menu-children-wrapper > li:hover > a{
  color:#000000;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li.active > a,
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > ul.hs-menu-children-wrapper > li.active > a, 
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > ul.hs-menu-children-wrapper > ul.hs-menu-children-wrapper > li.active > a{
  color:#08376b;

}

/*===== New Header Styling ===========*/

@media(min-width: 1024px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    min-width:118px;
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper li a,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
    font-size:14px;
    color:#000000;
    font-family: Poppins;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    margin: 0px;
    line-height: 24px;
    letter-spacing: -0.01px;
    padding: 10px 15px;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a{
    color:;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a{
    color:#08376b;
  }

}

/*===== New Header Styling ===========*/

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:active {
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}


@media(max-width:1023px){


  body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    padding:0px; 
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 14px;
    padding: 15px 15px;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    box-shadow: none;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    border: 0;
    color: #ffffff;
    background: #6c9286;
    text-align: left;
  }

  .header-grp ul.hs-menu-children-wrapper{
    box-shadow: none;
  }

  .header-grp .right-col {
    display: none;
  }

  .header-grp {
    padding: 16px 0px;
  }  

  .custom-menu-primary .hs-menu-wrapper,
  .span1.header__search.header--element.vertical-center,
  .span3.right-col.vertical-center.align-right{
    display:none;
  }  

  body .container-fluid .row-fluid  .mobile-trigger{
    top:-33px;
    cursor:pointer;
  }

  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper{
    top: 93px;
    position:absolute;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); 
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 15px 15px;
    font-weight: 400;
  }

  body .container-fluid .row-fluid .custom-menu-primary.js-enabled {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    right: 0;
    top: 36px;
    padding: 0;
  }  

  body .container-fluid .row-fluid  .mobile-open .mobile-trigger,
  body .container-fluid .row-fluid  .mobile-trigger {
    background-color: transparent;
    border: none;
  }

  .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: #000000;

  }

  .mobile-trigger i, 
  .mobile-trigger i:before, 
  .mobile-trigger i:after {
    width: 30px;
    height: 4px;
    background-color: #000000;
  }

  .mobile-trigger i:before {
    top: 8px !important;
  }

  .mobile-trigger i:after {
    top: -8px;
  } 

  body .container-fluid .row-fluid .mobile-trigger{
    top: -33px;  
  }  

}


/* ==========================================================================
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:#ffffff;
}
.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:#ffffff;
}
.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,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children 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:1024px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  div#hs_cos_wrapper_header_menu {
    width: 100%;
  }

}

/*===========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
============================================================================*/
.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}
.header-grp.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  transition:all 0.1s ease-in-out;
}
.header-grp.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  transition:all 0.1s ease-in-out;
  font-weight:700;
}

@media (max-width: 1023px){
  .header-grp.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #000;
    transition:all 0.1s ease-in-out;
  }

  .header-grp.header_v2 .custom-menu-primary .hs-menu-wrapper > ul li:first-child {
    border-top: 1px solid transparent;
  }
  /* 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 
  */
  .mobile-trigger i:before, .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .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:#6C9286;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -3px;          /* Position Button at right of screen  */
    right: 7px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #fff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #6C9286; 
    transition: all .3s ease-in-out;
    z-index:9999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000000;
    /*     background-color: transparent;  */
    border-color: transparent;
  }

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


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



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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    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:#000; /* Icon color */
    display: block;
  }

  .header-container-wrapper ul li.hs-menu-depth-1 > .child-trigger i, .header-container-wrapper ul li.hs-menu-depth-1 > .child-trigger i:after{
    background:#000;
  }

  .header-container-wrapper ul li.hs-menu-depth-1:hover > a{
    color:#ffffff;
  }

  .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: inherit;
    top:-30px; */
    /*     padding-top: 44px; /* Makes room for button */
    /*     margin: 10px 0 10px 0; */ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  /* 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: #6c9286; /* 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: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid #e7e7e7; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#6C9286; /* link color set by global mobile-aColor 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!important; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    pointer-events: unset;
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover > a{
    color:#10c672;
  }

  .header-container-wrapper ul li.hs-menu-depth-1 .child-trigger {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 45px !important;
  }

  .child-trigger i{
    position: absolute;
    top: 28px;
    right: 24px;
  }

  .header .row-fluid [class*="span"].hamburger{
    min-height: auto;
  }

}

[class*="-force-full-width-section"] > .row-fluid{
  padding:0px!important;
}



html.oveflow_hidden{
  overflow: hidden;
}



@media(max-width:999px){
  .p_extra_large p {
    font-size: 16px;
    line-height: 22px;
  }
  .p_extra_large p a {
    font-size: 16px;
    line-height: 22px;
  }
}

/*=====================================================================
Footer styling
========================================================================*/

.footer-section{
  background:#1E2833;
  padding: 36px 0px 42px 0px;
  position:relative;
  z-index:2;
}

.footer-section .footer__logo {
  padding-bottom: 70px;
}



.footer-section .footer-row-4{
  padding-top:10px;
  padding-bottom:40px;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul{
  margin:0px;
}

.footer-section .footer-menu-lists .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  font-size: 19px;
  line-height: 26.6px;
  padding: 5px 0px 15px;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  font-size:15px;
  font-family:DM Sans;
  color:#ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing:-0.205px;
  line-height:normal;
}

.footer-section h3 {
  font-family:Poppins;
  color:#ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  font-size:37px;
  letter-spacing: -0.01em;
  line-height: 44.4px;
  margin-bottom: 0px;
  text-align:right;
}

.footer-section .footer-row-3 p{
  font-family:'DM Sans', sans-serif;
  color:#ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  font-size:16px;
  letter-spacing: -0.5px;
  margin: 20px 0px;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding:0 0 0px 0;
}
.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li{
  line-height: initial;
  margin-bottom: 8px;
  margin-left:0;
  list-style:none;
}
.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  padding:0 22px;
}
.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
  padding-right:0px;
}
.social-share-section .social_icons li {
  display: inline-block;
  float: left;
  margin:0;
  margin-right: 24px;
}
.social-share-section .social_icons ul{
  padding: 0;
  list-style: none;
}
.footer-section .social-share-section{
  padding-top:52px;
  padding-bottom:51px;
}
.footer-section .footer-description p{
  margin-bottom: 0;
}
.footer-section p{
  margin: 0;
}
.footer-section .footer-cta {
  padding-top: 24px;
}
.footer-section .footer-row-4 .leftcol4 span{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.footer-section .copyright-section {
  border-top: 1.5px solid #fff;
  padding-top: 24px;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  position: relative;
  display: inline-block;
  transition:all 0.3s ease-in-out;
  letter-spacing:-0.205px;
  line-height:normal;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{
  transition:all 0.3s ease-in-out;
  color:#6C9286;
}


@media(max-width: 999px){
  body .footer_row_2 .footer-description, body .footer_row_2 .footer-menu-list,
  body .footer-section .copyright-section .rightcol4,
  body .footer-section .copyright-section .leftcol4{
    width: 100%;
    display: block;
    margin: 0;
  }

  .header-grp.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    color: #fff;
    transition:all 0.3s ease-in-out;
  }
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    margin:5px 0;
  }
  .footer-section{
    padding:40px 0 40px 0;
  }

  .footer-section .footer__logo{
    padding-bottom:35px;
  }

  .footer-section .footer-row-3{
    padding:32px 0;
  }

  .footer-menu-lists {
    padding-top: 32px;
  }
  .footer-description {
    padding-top: 20px;
  }
  .footer-section  .leftcol4.vertical-center.align-left.p-12 {
    padding-bottom: 24px;
  }
  .footer-section .footer_row_2{
    padding-bottom:20px;
  }
  .footer-section .footer-cta {
    padding-top: 35px;
  }
  .footer-section .social-share-section{
    padding-top:15px;
  }
  .footer-section h3{
    font-size:26px;
    line-height:32px;
  }

  body .footer-section .footer-row-3 h3{
    font-size:28px!important;
    line-height:33.6px;
  }




  body .footer__row {
    display: block;
  }

  .footer-section .footer-bottom-container p, .footer-section .footer-bottom-container p a,
  .footer-section .footer-bottom-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size:12px!important;
  }

  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a{
    padding-left:0px;
  }

  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    margin:2px 0px 0px;
    padding:0px 31.5px;
  }

  /*   .footer-section .rightcol3.large a.cta_button {
  padding:15px 23px;
} */

  .footer-section .footer-row-3 p{
    margin: 20px 0px 16px;
  }

  .footer-section .footer-row-4 {
    padding-top: 12px;
    padding-bottom: 0;
  }

}


@media(max-width:999px){
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left;
    width: auto;
  }
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 0px 10.4px;
  }
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
  list-style:none;
  margin:0;
}



/*=====================
Footer Container
=======================*/

.footer__container {
  margin: 0 auto;
}

/*=====================
Footer Typography
=======================*/

/*=====================
Footer Rows
=======================*/

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.shadow-h2-37 h2{
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 44px;
  letter-spacing: -1px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}

@media(max-width: 999px){
  .shadow-h2-37 h2{
    font-size: 28px !important;
    line-height: 34px;
  }

  .big-para p{
    font-size: 40px;
    line-height: 1.2;
  }
}

.m-auto{
  margin:0 auto;
}

@media(max-width:1024px) and (min-width:1000px){
  .for-tab{
    padding-top:70px;
  }
}
@media(max-width:999px){
  .for-tab h4{
    margin-bottom:40px !important;

  }
  .cta-module-cm.section-8 .align-center {
    text-align: left;
  }
  .for-tab .align-center{
    text-align:left;
  }
  body .row-fluid .about-one-counter .right-col-1 .counter-cm-container.three-col-adjust>span {
    margin-top: 35px !important;
  }
}






/*********** Theme V2 Style ***********/

/* Header Style */



.header-container-wrapper.fixed .header-grp.header_v2{
  background:#6c9286;
  box-shadow:0px 0px 8px rgb(0 0 0 / 16%);

}


.section_spacer_0{
  padding-top:4px;
  padding-bottom:4px;
}
.section_spacer_1{
  padding-top:8px;
  padding-bottom:8px;
}
.section_spacer_2{
  padding-top:16px;
  padding-bottom:16px;
}
.section_spacer_3{
  padding-top:24px;
  padding-bottom:24px;
}

.section_spacer_4{
  padding-top:32px;
  padding-bottom:32px;
}
.section_spacer_5{
  padding-top:40px;
  padding-bottom:40px;
}
.section_spacer_6{
  padding-top:48px;
  padding-bottom:48px;
}

.section_spacer_7{
  padding-top:64px;
  padding-bottom:64px;
}
.section_spacer_8{
  padding-top:80px;
  padding-bottom:80px;
}
.section_spacer_9{
  padding-top:100px;
  padding-bottom:100px;
}
.spacer_6{
  padding-bottom:48px;
}
.spacer_7{
  padding-bottom:64px;
}
.spacer_9{
  padding-bottom:80px;
}
.spacer_5{
  padding-bottom:40px;
}
.spacer_4{
  padding-bottom:32px;
}
.spacer_3{
  padding-bottom:24px;
}
.spacer_2{
  padding-bottom:16px;
}
.spacer_1{
  padding-bottom:8px;
}
.spacer_0{
  padding-bottom:4px;
}

@media(max-width:999px){
  .spacer_6{
    padding-bottom:24px;
  }
  .spacer_7{
    padding-bottom:32px;
  }
  .spacer_9{
    padding-bottom:40px;
  }
  .section_spacer_0{
    padding-top:4px;
    padding-bottom:4px;
  }
  .section_spacer_1{
    padding-top:8px;
    padding-bottom:8px;
  }
  .section_spacer_2{
    padding-top:16px;
    padding-bottom:16px;
  }
  .section_spacer_3{
    padding-top:24px;
    padding-bottom:24px;
  }

  .section_spacer_4{
    padding-top:32px;
    padding-bottom:32px;
  }
  .section_spacer_5{
    padding-top:40px;
    padding-bottom:40px;
  }
  .section_spacer_6{
    padding-top:24px;
    padding-bottom:24px;
  }
  .section_spacer_7{
    padding-top:32px;
    padding-bottom:32px;
  }
  .section_spacer_8{
    padding-top:40px;
    padding-bottom:40px;
  }
  .section_spacer_9{
    padding-top:100px;
    padding-bottom:100px;
  }
}


.megamenu-scroll-content .middle_container .right_coulmn ul li:first-child a{
  margin-top:0;
}
.header-grp .logo-image a,
.megamenu-scroll-content .top-col a{
  line-height:normal;
}

@media(max-width:999px){
  body .megamenu-scroll-content .top-col {
    margin-bottom: 42px;
  }
  body .row-fluid .megamenu-scroll-content.megamenu_v2 .header-wrapper{
    padding:0 !important;
  }
}

body{
  overflow-y: scroll !important;
}

body.oveflow_hidden {
  overflow-y: hidden !important;
  transition: transform .2s ease-out;
}


.error-404 {
  padding: 180px 0 130px;
}
@media(max-width:999px){

  body counter, body .number-text{
    align-items:baseline;
  }
  body .error-404 {
    padding: 130px 0 100px;
  }
}

body .work-filter {
  overflow: hidden;
}

/*  addiotnal requirement in 2023*/

body .no-bullet ul li {
  list-style-type: none;
  margin-left: 0;
}


body br{
  display:none;
}
/* @media (min-width: 768px){
body [class*="-vertical-alignment"] > .row-fluid{
display: block !important;
}
}  */

body .container-fluid .row-fluid .counter-cm-container span>.hs_cos_wrapper:nth-last-child(1),
body .container-fluid .row-fluid .counter-cm-container span>.hs_cos_wrapper:nth-last-child(2){
  margin-bottom:0 !important;
}

.vider-section video{
  cursor:auto !important;
}

.meetings-iframe-container {
  max-height: 670px;
}

div#hs-eu-policy-wording a {
  color: #000000 !important;
  font-weight: 900 !IMPORTANT;
  font-size: 13px !important;
  font-family: 'Roboto Flex' !IMPORTANT;
}

/* remove this if its creating any issues with any iframe, this was added to remove extra space at both top and bottom of the video */
.iframe_wrapper{
  padding-top:0px!important;
}



body.mac-chrome .iframe_wrapper {
  padding-bottom: calc(56.25% - 1px);
}

/* updates 10/07/2023 */

.body-container-wrapper .style-none li {
  list-style: none !important;
  margin-left: 0;
}
p a{
  font-weight:600 !important;
  font-size: inherit;
}






blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p{
  font-family: 'Source Sans Pro' !important;
  font-weight: 400 !important;
}

blockquote p{
  font-size:16px;;
}



/* Underline 2 */

span.underline-1-medium:after{
  background-image: url('');
    }

span.underline-1-large:after{
  background-image: url('');
    }

span.underline-1-extra-large:after{
  background-image: url('');
    }

/* Underline 2 */

span.underline-2-small:after{
  background-image: url('');
    }

span.underline-2-medium:after{
  background-image: url('');
    }

span.underline-2-large:after{
  background-image: url('');
    }

span.underline-2-extra-large:after{
  background-image: url('');
    }

/* Underline 3 */

span.underline-3-small:after{
  background-image: url('');
    }

span.underline-3-medium:after{
  background-image: url('');
    }

span.underline-3-large:after{
  background-image: url('');
    }

span.underline-3-extra-large:after{
  background-image: url('');
    }

/* Underline 4 */

span.underline-4-small:after{
  background-image: url('');
    }

span.underline-4-medium:after{
  background-image: url('');
    }

span.underline-4-large:after{
  background-image: url('');
    }

span.underline-4-extra-large:after{
  background-image: url('');
    }






body .header-grp.header-section.header_v2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active.active-branch:last-child a{
  text-decoration:none !important;
}


h3,
h4, 
h5 {
  margin-bottom:0.5rem;
}

@media(min-width:1000px) and (max-width:1024px){
  body .header .hamburger .hamburger-menu {
    top: 5px;
  }

}


@media(max-width:999px){
  body .header_v2 .logo-image.vertical-center{
    max-width:250px;
  }
}


/* Updated Footer Css */


.footer_v3 .footer-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
  margin-bottom: 12px;
}

.footer_v3 .social-share.span12 {
  padding: 0; 
  margin-left: 0;
}

.footer_v3 .footer-section .footer-description .text-conta p{
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.232px;
  opacity:0.5;
}
.footer_v3 .footer-section .footer-description .write_text_line p a{
  color: #6C9286 !important;
  font-size: 17px;
  font-weight: 400 !important;
  line-height: normal;
  text-decoration-line: underline;
}

.footer_v3 .footer-section .footer_row_2 {
  padding-bottom: 10px;
}
@media(max-width:999px){

  .footer_v3 .footer-section .footer-cta{
    padding-top: 40px;
  }
  .footer_v3 .footer-section .footer_row_2 {
    padding-bottom: 3px;
  }
  .footer_v3 .footer-section .social-share-section {
    padding-top: 32px;
    padding-bottom:32px;
  }


  form a{
    color:inherit !important
  }

  .text_max_width_mobile{
    width:100%;
    max-width:75%;
    margin:0 auto;
  }
}
.button-redirect-section h3{
  color:inherit;
}
.button-redirect-section a{
  display:inline-block !important;
}


body .megamenu-scroll-content .middle_container .right_coulmn ul li:last-child a {
  padding: 15px 40px 15px 40px;
}


body .body-container-wrapper li a {
  font-size: inherit;
  font-family: inherit;
}






@media(min-width:1000px){
  .desktop{
    display:none !important;
  }
  body .row-fluid .hero-section .right-col .image-container{
    margin-left:2% !important;
  }
}

@media(max-width:999px){
  .stats_counter {
    margin-top:16px;
  }
}
@media (max-width:1023px){
  .mobile-trigger:hover {
    /*     background-color: #6c9286; */
    border-color: transparent;
  }
  .mobile-trigger:hover {
    text-decoration: none;
    color: #ffffff;
    /*     background-color:#6c9286; */
    border-color: transparent;
  }

  .mobile-trigger {
    top: 23px;
    right: 25px;
    transition: all .3s ease-in-out;
    min-width: 35px;
    min-height: 22px;
  }

  .mobile-trigger i{
    width: 35px;
    background:#000;
    height: 3px;
  }
  .mobile-trigger i:before{
    width: 35px;
    background:#000;
    height: 3px;
  }
  .mobile-trigger i:after{
    width: 35px;
    background:#000;
    height: 3px;
  }

  .mobile-trigger i {
    display: inline-block;
  }
  .mobile-trigger i:before {
    display: inline-block;
  }
  .mobile-trigger i:after {
    display: inline-block;
  }
  .mobile-trigger i{
    position:relative;
  }
}

.footer-menu-list ul {
  display: flex;
  justify-content: center;
}

.footer_v3 .footer-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
  margin-bottom: 0;
  margin-left: 4.7%;
}

.footer_v3 .footer-section .text-conta {
  max-width: 383px;
  margin: 0 auto;
  margin-bottom: 42px;
}

.footer_v3 .footer-section .logo-conta {
  margin-bottom: 17px;
}
.header-container-wrapper.fixed .header-grp.header_v2{
  padding: 10px 0px;
}    

.simple-black-cta a.cta_button:hover, .simple-black-cta a:hover {
  border: 2px solid transparent;
  color: #6C9286 !important;
  background: #fff;
  transition:all 0.3s ease-in-out;
}

.normal-cta a.cta_button:hover .normal-cta a:hover{
  border: 2px solid #6C9286;
  color: #ffffff !important;
  background: #6C9286;
  transition:all 0.3s ease-in-out;
}

a.cta_button:hover{
  border: 2px solid #ffffff;
  color: #ffffff !important;
  background: #6C9286;
  transition:all 0.3s ease-in-out;
}
@media(max-width:1023px){
  .span10.header-menu.vertical-center.custom-menu-primary.js-enabled {
    width: auto;
  }
  body .row-fluid .header-wrapper{
    padding-left:25px;
  }
}


@media(min-width:1000px) and (max-width:1023px){
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    left:-28px;
    width:103%;
  }

  .mobile-trigger{
    right:25px;
  }
}

.footer_v3 .footer-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li:first-child {
  margin: 0;
}
label.hs-error-msg.hs-main-font-element {
  color: red !important;
  position: absolute;
  top: -22px;
}

label.hs-main-font-element {
  color: red !important;
  position: absolute;
  top: -22px;
}
body .form-section {
    border-radius: 10px 10px 0 0;
}
div.form-section#contact-us,
div.accordion-section#faq,
div.card_slide#advantages {
    scroll-margin-top: 100px;
}
@media (max-width:767px){
div.two-col-img-module#service{
    scroll-margin-top: 60px;
}
}


.hs_error_rollup, ul.hs-error-msgs li label a {
    display: none;
}