@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);  */
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css'); 
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');  */
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');  */
 @import url('https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css');  */
/* Import Sofia Pro font from adobefonts */
@import url("https://use.typekit.net/vyf4ouk.css");

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

/* Useful Short Codes */




/*BoxShadow*/







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

@keyframes iconPulse {
  0%{
    transform: scale(1.0);
    transform-origin: center;
  }
  50%{
    transform: scale(1.05);
    transform-origin: center;
  }
  100%{
    transform: scale(1.0);
    transform-origin: center;
  }
}
.popupId.popplayIcon img {
  animation: iconPulse 1.5s infinite;
}
.eblForm .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
 .footer-links {
      padding:0px 0px 10px 0px;
      background:#010C3E;
    }
    .footer-links .wrapper {
      display:flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
    }
    .footer-links ul {
      margin-right:20px;
     list-style:none;
    }
    .footer-links li {
     padding:0.5rem 0;
      font-size:1em;
      line-height:100%;
      color:#fff;
    }
    .footer-links a {
    color: #fff;
    }
    .footer-links-logo {
    margin-right:auto;
    }
    .footer-links-logo img {
      margin-top:20px;
      width:100%;
      height:auto;
      max-width: 300px;
      margin-right:30px;
    }
    
@media (min-width: 720px) {
  .footer-links .wrapper {
      display:flex;
      flex-direction: row;
      flex-wrap: no-wrap;
      justify-content: space-between;
      align-items: flex-start;
    }
}
.centered {
  margin: 0 auto;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.bGroupBox {overflow:hidden;}
* { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box; }
body { margin:0; padding:0;opacity:0; font-size:16px; line-height:1.5;  font-weight:300; color:#011466; 
  font-family: "sofia-pro",'Sofia-Pro','sofia pro', sans-serif; 
  background-color:#F5F6FD; }
body { overflow-x:hidden !important; }
body.loaded{ opacity:1; }
.altFont,.altFont h1,.altFont h2,.altFont h3,.altFont h4, .altFont h5,.altFont h6{font-family: 'Playfair Display', serif;}


h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a ,h6 a{  margin:0; padding:0;  color: #011466; }
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { color: #6D9BF7;}

h1, .h1  { font-size:55px ; line-height:1.23; font-weight:900; } 
h2, .h2 { font-size:48px; font-weight:900; line-height:1.19; }
h3, .h3 { font-size:33px;line-height:1.23;}
h4, .h4 { font-size:25px; line-height:1.33;}
h5, .h5 { font-size:23px; line-height:1.33;}
h6, .h6 { font-size:17px;  line-height:1.45;}
.font54, .font54 h3{font-size:40px;}
.font42, .font42 h3{font-size:32px;}
.font28, .font28 h5{font-size:21px;  line-height:1.68; }
.font20, .font20 h6{font-size:16px; line-height:1.35;} 
.font22,.font22 h6{font-size:17px;}
.font18, .font18 h6{font-size:16px; line-height:1.5;}
.xlfont16{font-size:14px;}
.font12{font-size:12px;}
.font15{font-size:15px;}
.font16{font-size:16px}
img { max-width:100%; height:auto; border:none; vertical-align:middle; }
a { text-decoration:none; color:#6D9BF7; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; }
a:hover { color:#011466; }
p { margin:0; }
* + h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:30px; }
* + h5, * + h6  { margin-top:25px; }
* + p { margin-top:20px }
/* input[type=submit] { cursor:pointer; background-image:url(https://3476449.fs1.hubspotusercontent-na1.net/hubfs/3476449/Treadstone_Risk_Management%20%20FEB%20-%202018/blank.png) !important; background-repeat:repeat !important; } */
.wrapper { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1170px; padding-left: 15px; padding-right: 15px; }
.wrapper.wrappersmall{max-width:1050px;}
.clearfix { display:block; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }

/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.set-bg, .bg{ background-size:cover; background-position:center; position:relative; }
.overlay{ position: relative;  }
.overlay:before { content:'';  top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; background: rgba(30, 44, 63, 0.4);}
.overlay > * { position:relative; z-index:2; }

.get-bg { display:none !important; }

/* fix */
#ebl-element-wrapper {position:relative; z-index:1;}

/* Background Color Option */
.themeBg { background-color:#011466; }
.lightthemeBg { background-color:#2C52BF; }
.greenBg { background-color:#2FD17C; }
.greenBgV2 {background-color:#30CEAF;}
.altBg { background-color:#F5F6FD; }
.whiteBg{background-color:#ffffff;}

/* white Font */
.fontWhite, .fontWhite a, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite h4, .fontWhite h5, .fontWhite h6 { color:#fff; }
.fontaltColor, .fontaltColor a, .fontaltColor h1, .fontaltColor h2, .fontaltColor h3, .fontaltColor h4, .fontaltColor h5, .fontaltColor h6 { color:#F5F6FD; }
.fontBody, .fontBody a, .fontBody h1, .fontBody h2, .fontBody h3, .fontBody h4, .fontBody h5, .fontBody h6 { color:#011466; }
.fontlightBlue, .fontlightBlue a, .fontlightBlue h1, .fontlightBlue h2, .fontlightBlue h3, .fontlightBlue h4, .fontlightBlue h5, .fontlightBlue h6 { color:#6D9BF7; }
.fontWhite a:hover { color:#011466; }
.fontBlue, .fontBlue a, .fontBlue h1, .fontBlue h2, .fontBlue h3, .fontBlue h4, .fontBlue h5, .fontBlue h6 { color:#202AFB; }

.fontAltV2, .fontAltV2 a, .fontAltV2 h1, .fontAltV2 h2, .fontAltV2 h3, .fontAltV2 h4, .fontAltV2 h5, .fontAltV2 h6 { color:#2C52BF; }


[class*="fa-"] { font-family: fontawesome; font-style: normal}

.button a , a.button {  min-width: 123px; padding: 12px 10px; text-align: center; background-color:#011466; color:#F5F6FD; border:1px solid #011466; max-width:100%; display:inline-block; font-size:16px; line-height:1;border-radius: 2px; font-weight: 700; position: relative;  }
.button.v2 a , a.button.v2 { background:#F5F6FD; color:#011466;}
.button.v2 a:hover , a.button.v2:hover { background: #011466; color: #F5F6FD;  }
.button a:hover,a.button:hover { color: #011466; background: #F5F6FD; }
.button.v3 a , a.button.v3 { background:transparent; color:#202AFB; border-color:#202AFB; border-radius:2px;}
.button.v3 a:hover , a.button.v3:hover { background: #2FD17C; color: #F5F6FD;  border-color:#2FD17C; }
a.cta_button {-moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; vertical-align: middle;}


.button.v1 a, a.button.v1 {
  background-color: transparent;
  color: #30CEAF;
  border: 1px solid #30CEAF;
}
.button.v1 a:hover , a.button.v1:hover { background: #30CEAF; color: #F5F6FD; }


/* TitleStyle */
.titleStyle { position: relative; }
.titleStyle:after { content: '';    height: 2px;  display: block; margin: 10px auto 7px; background-image: url(https://4070598.fs1.hubspotusercontent-na1.net/hubfs/4070598/titleStyle.png); background-position: top center;
  background-repeat: no-repeat; background-size: 85px 2px; }


.extrabold, .extrabold h1, .extrabold h2, .extrabold h3, .extrabold h4, .extrabold h5, .extrabold h6  { font-weight:900; }
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }


/* Text Alignment */
.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

.xpl-as-background-image{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ max-width:100%; white-space:normal; }

.noListStyle ul, .listStyle ul { margin:0; padding:0; list-style:none; } /* put listStyle class to "parent" tag of "ul" */
.listStyle * + ul { margin-top:15px; }
.listStyle ul li { padding-left:35px; position:relative; margin-bottom: 15px; }
.listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#1996cd; font-weight:normal; top:1px;  content:'\f105';}

.listStyle.V2 ul li:before {color: #001466;content: '\f00c';}


/* Widths */
.fl { float:left; }
.fr { float:right; }
.ib.vt { vertical-align:top !important;  }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w45 {width: 45%;}
.w50 { width: 50%; }
.w55 {width: 55%;}
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

/*unique paddings*/
.pl0, .p0, .plr0 { padding-left:0; }
.pl10, .p0-10 { padding-left:10px; }
.pl15, .p0-15 { padding-left:15px; }
.pl20, .p0-20 { padding-left:20px; }
.pl30 , .p0-30{ padding-left:30px; }
.pr0, .p0, .plr0  { padding-right:0; }
.pr10, .p0-10 { padding-right:10px; }
.pr15, .p0-15 { padding-right:15px; }
.pr20, .p0-20 { padding-right:20px; }
.pr30, .p0-30 { padding-right:30px; }
.pt0, .p0, .ptb0 { padding-top:0;  }
.pb0,.p0, .ptb0 { padding-bottom:0;}
.pb5,.p5-0{ padding-bottom:5px; }  
.pb10,.p10-0 { padding-bottom:10px; }
.pb15,.p15-0 { padding-bottom:15px; }
.pb20,.p20-0 { padding-bottom:20px;}
.pb25,.p25-0 { padding-bottom:25px;}
.pb30,.p30-0 { padding-bottom:30px;}
.pb35,.p35-0 { padding-bottom:35px;}
.pb40,.p40-0 { padding-bottom:40px; }
.pb45,.p45-0 { padding-bottom:45px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb55,.p55-0 { padding-bottom:55px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb80,.p80-0 { padding-bottom:80px; }
.pb90,.p90-0 { padding-bottom:90px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pb110,.p110-0 { padding-bottom:110px; }
.pb120,.p120-0 { padding-bottom:120px; }
.pb130,.p130-0 { padding-bottom:130px; }
.pb140,.p140-0 { padding-bottom:140px; }
.pb150,.p150-0 { padding-bottom:150px; }
.pb170,.p170-0 { padding-bottom:170px; }

.pt5,.p5-0{ padding-top:5px; }  
.pt10,.p10-0 { padding-top:10px; }
.pt15,.p15-0 { padding-top:15px; }
.pt20,.p20-0 { padding-top:20px; }
.pt25,.p25-0 { padding-top:25px; }
.pt30,.p30-0 { padding-top:30px  }
.pt35,.p35-0 { padding-top:35px  }
.pt40,.p40-0 { padding-top:40px; }
.pt45,.p45-0 { padding-top:45px; }
.pt50,.p50-0 { padding-top:50px; }
.pt55,.p55-0 { padding-top:55px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:70px; }
.pt80,.p80-0 { padding-top:80px; }
.pt90,.p90-0 { padding-top:90px; }
.pt100,.p100-0 { padding-top:100px; }
.pt110,.p110-0 { padding-top:110px; }
.pt120,.p120-0 { padding-top:120px; }
.pt130,.p130-0 { padding-top:130px; }
.pt140,.p140-0 { padding-top:140px; }
.pt150,.p150-0 { padding-top:150px; }
.pt170,.p170-0 { padding-top:170px; }

.m0-15{margin-left:-15px; margin-right:-15px}
.p0-8{padding-left:8px; padding-right:8px;}
.m0-8{margin-left:-8px; margin-right:-8px;}

.ps10{padding-left:10px; padding-right:10px}
.ms10{margin-left:-10px; margin-right:-10px;}
.ps20{padding-left:20px; padding-right:20px}
.ms20{margin-left:-20px; margin-right:-20px;}

::-webkit-input-placeholder { opacity:1 !important; color:inherit !important; }
::-moz-placeholder { opacity:1 !important; color:inherit !important; }
:-ms-input-placeholder { opacity:1 !important; color:inherit !important;}


/*form { margin:0 -10px; }*/
form .input { margin-right:0 !important; }
form fieldset { max-width:inherit !important; margin:0 -10px;  }
form fieldset.form-columns-1 .field { width:100% !important; }
form fieldset.form-columns-2 .field { width:50% !important; }
form fieldset.form-columns-3 .field { width:33.33% !important; }
form .field { padding:0 0 30px; }
form fieldset .field { padding-left:10px; padding-right:10px; }
form ul.multi-container { padding-top:10px; }
form ul.multi-container li { margin:5px 0; }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select {display: block;border: 1px solid #011466;border-radius: 5px;outline: 0;background: #F5F6FD;font-size: 16px;line-height: 18px;font-family: inherit;font-weight: 300;color: #011466;margin: 0;padding: 10px 20px;width: 100% !important;}
select{ background-image: url(https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/EA%20File%202020/select-Arrow.png); background-size: 10px auto; background-repeat: no-repeat;    background-position: center right 10px;}

textarea { min-height:150px; }
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span {  position:relative; display:block; padding-left:40px; cursor:pointer }
form input[type="radio"]+span:before, form input[type="checkbox"]+span:before {content: "■";color: #011466;position: absolute;left: 4px;top: 50%;transform: translateY(-50%);font-size: 0;width: 22px;height: 22px;display: block;border: 1px solid #011466;transition: all ease .3s;-webkit-transition: all ease .3s;text-align: center;line-height: 22px;border-radius: 5px;}
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#011466 ; border-color:#011466  }
form input[type="checkbox"]:checked+span:before {border-color: #011466;font-size: 17px;background: transparent;color: #011466;letter-spacing: 0;}
input[type="submit"] {outline: 0;width: 100%;padding: 10px 40px;font-family: 'Sofia Pro';color: #f5f6fd;border: 1px solid #011466;font-size: 16px;line-height: 18px;background: #011466;border-radius: 2px;text-transform: inherit;font-weight: 700;-webkit-transition: all ease .3s;-moz-transition: all ease .3s;transition: all ease .3s;}
/* input[type=submit] { cursor: pointer; background-image: url(https://4070598.fs1.hubspotusercontent-na1.net/hubfs/4070598/Lexonia%20Group%20Assets%20/blank.webp) !important; } */
input[type="submit"]:hover { color:#011466; background:#f5f6fd; }


.hs-form-required { display: none; }
/* .actions { text-align: center; padding-top: 20px;} */

.legal-consent-container .field {padding: 0px;}
.legal-consent-container .hs-form-booleancheckbox-display>span {display: block; margin-left: 0px !important;}
/* .legal-consent-container .field.hs-form-field {margin-bottom: 4px;} */

/*for Hubspot   >>>>>>*/
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0 0 0 10px; font-size:12px; color:#f00; }
/*<<<<<<<<<<*/


/* Magnific Popup */
.mfp-iframe-holder .mfp-close  { width: 40px; height: 40px; padding-right: 0; right: 0; top: -40px; background-color: #fff; color: #000; text-align: center; border-radius: 5px 5px 0 0;}
.mfp-close-btn-in .iframeStyleing .mfp-close { color: #000; width: 40px; height: 40px; background-color: #fff; right: 30px; top: -10px; border-radius: 5px 5px 0 0;}
.popplayParent{position: relative;}
.popplayIcon { z-index:5; width: 86px; height: 86px; display: inline-block !important; border-radius: 50%; line-height: 86px; position: absolute !important; left: 50%; top: 50%; transform: translate(-50% , -50%); text-align: center; vertical-align: middle;}
.popplayIcon svg { width: 100%; height: 100%; display: inline-block; vertical-align: middle; fill: #fff; position: relative; left: 3px;}
.popplayIcon img{}

body.wistia_popover_mode {
    overflow: hidden;
}
/* Screencast Section */
/* .popupvideoParent { position: relative;}
.popupVideo { width: 50px; height: 50px; background-color: #ff146d; display: inline-block; border-radius: 50%; line-height: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%); text-align: center; vertical-align: middle;}
.popupVideo svg { width: 25px; height: 25px; display: inline-block; vertical-align: middle; fill: #fff; position: relative; left: 3px;}

.iframeStyleing { max-width: 830px; margin: 0 auto; padding: 30px; position:relative;}
.localvideoInner { position: relative; overflow: hidden; padding-top: 56.25%;}
.localvideoInner video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;} */



/*<<<<<<<<<<*/
/*****************************
Slick slider
****************************  */

.slick-dotted.slick-slider { margin-bottom: 0}
.slick-dots { bottom: -40px; z-index:1;}
.slick-dots li { width: 11px;height: 11px; vertical-align: middle; border-radius: 50%; margin:0 5px}
.slick-dots li button { width: 10px; height: 10px;  border-radius: 50%; margin:0 auto;}
.slick-dots li button:before { width: 10px; height: 10px; line-height: 10px; content: ''; border-radius: 50%; opacity: 1}
.slick-dots li button:before { background-color: #CBFFE4; }
.slick-dots li.slick-active button:before { background-color: #2FD17C; opacity: 1}
.slick-dots li button:before,.slick-dots li button:before { transition: all ease .4s; -weblit-transition: all ease .4s}
.slick-dots li button:focus:before,.slick-dots li button:hover:before {opacity: 1; background-color: #2FD17C; transition: all ease .4s; -weblit-transition: all ease .4s}


/* .slick-dots li button:hover:before */


/* Arrows */
.slick-prev { left: 0px; z-index: 10 !important}
.slick-next { right: 0px}
.slick-next:before,.slick-prev:before { color: #29333c;}
.slick-next,.slick-prev { width: 46px; height: 46px; line-height:46px; border-radius: 50%; z-index: 1; background-color:transparent; border:2px solid #C9C9CB; transition: all ease .4s; -weblit-transition: all ease .4s}
/* .slick-next:before,.slick-prev:before { font-family: fontawesome; font-size: 26px; color:#fff;} */
.slick-next:before,.slick-prev:before { z-index:3; content: ''; background-image:url('https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/EA%20File%202020/Group%201064.svg');  background-size: 100% auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 1; background-repeat: no-repeat; background-position: center; width: 25px; height: 25px; }
.slick-next:before { content:'';background-position: center center; background-image:url('https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/EA%20File%202020/Group%201063.svg');}
.slick-next:hover, .slick-prev:hover{background:#2271ea; color:#fff; border:2px solid #2271ea;}
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden;}
.slick-slide { outline: none}


/* Position */
.positionRelative{position:relative;}

/* Box shadow */
.Ds-1{box-shadow: -15px 13px 16px rgba(0,0,0,0.25); -webkit-box-shadow: -15px 13px 16px rgba(0,0,0,0.25)}
.Ds-2{box-shadow:0px 7px 16px rgba(1,20,102,0.1); -webkit-box-shadow:0px 7px 16px rgba(1,20,102,0.1)}
.Ds-3{box-shadow:0px 7px 16px rgba(1,20,102,0.2); -webkit-box-shadow:0px 7px 16px rgba(1,20,102,0.2)}

/* Border-Radius */
.borderRadius3{border-radius:3px;}

/* Letter Spacing */
.ls-135{letter-spacing:-1.35px}
.ls-55{letter-spacing:-0.55px}
.ls-45{letter-spacing:-0.45px}

/* max-width */
.M0auto {margin: 0 auto;}
.button.BtnBig a {padding: 12px 50px;}



/*  Navigation  */
.executiveGlobalHeader { z-index: 999; position: absolute; left: 0; top: 0; width: 100%; background-color: #f5f6fd;}
.executiveGlobalHeaderInner{padding-left:75px; padding-right:100px;}
.body-container-wrapper { margin-top: 100px;}

.exeHeaderLeft,.exeHeaderRight { display: inline-block; vertical-align: middle; margin-right: -4px;}
.exeHeaderLeft { width: 270px;}
.exeHeaderLogo img { width: 100%;}
.exeHeaderRight { width: calc(100% - 270px); text-align: right;}
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul { line-height: 1; text-align: left;}
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { float: none; display: inline-block; vertical-align: middle; margin-right: -4px;}
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a { padding: 20px 20px; font-size:16px;}
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { color: #2D2E82;}
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child { border-left: none;}
/*
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a { padding: 10px 30px; background-color: transparent;  color: #2D2E82; border: 1px solid #2D2E82; font-weight: 700; }
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a:hover { background-color: #2D2E82; color: #fff;}
*/

.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a { 
  padding: 10px 30px; background-color: #30CEAF;  color: #fff; border: 1px solid #30CEAF; font-weight: 700; 
}
.exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a:hover { 
  background-color: #30CEAF; color: #fff;
}

/****************
Banner Section
********************  */
.bannerLeft { width: calc(100% - 360px); padding-right:30px;}
.bannerSubContent { max-width: 500px;}
.bannerStrip:after {content: '';background-image: url(https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/Executive_Automates_Assets_Sep-2020/Images/podkre%C5%9Blenie.png);width: 100%;height: 25px;position: absolute;bottom: -25px;left: 0;background-size: 100% auto;background-repeat: no-repeat;display: inline-block;}
.bannerStrip { position: relative; padding: 0 10px; display: inline-block; margin-right: -4px;}
.bannerctaLeft{padding-right:19px;}

.bannerRight { width: 360px;}
.bGroupBox { padding: 30px 38px 20px 60px;}
.bRightGroup { margin-bottom: -400px; position:relative; z-index:10;}
.bannerplusShape { position: absolute; width: 128px; height: 136px; right: -64px; top: -68px; z-index: 11;}
.bannerbottomArrow { position: absolute;     right: -100px;     bottom: -20px; width: 45px;}
.bannerpopupIcon { z-index:5; width: 40px; height: 40px; display: inline-block; border-radius: 50%; line-height: 40px;}
.bannerpopupIcon svg { width: 100%; height: 100%; display: inline-block; vertical-align: middle; fill: #fff; position: relative; left: 3px;}
/* Logo Section */
.logoMSec { padding-left: 23px;}
.logoImageB { padding: 0 27px;}
.logoImageB img { max-width: 85px; width: 100%;}

/* No more limitations  */
.limitationSec{padding-right:100px;}
.nolimitBox { padding-left: 130px; position:relative}
.limitTitle h2 { display: inline-block; position: relative;}
.limitTitle h2:after {content: '';background-image: url(https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/Executive_Automates_Assets_Sep-2020/Images/a4@2x.png);width: 220px;height: 25px;position: absolute;bottom: -25px;right: 10px;background-size: 100% auto;background-repeat: no-repeat;display: inline-block;}
.limitationInner {overflow: hidden;}
.nolimitBox:after {content: '';width: 100%;height: 100%;background-color: #f5f6fd;position: absolute;right: -100%;top: 0;overflow: hidden;}
.limitBoxes { margin: 0 -15px;}
.limitBox { width: 16.66%; padding: 0 15px;}
.limitBoxICon { height: 50px; display: flex; line-height: 48px;}
.limitBoxIConInner img { max-width: 86px; width: 100%; }

/* No more stress during high peaks */
.nostressmainParent{padding:140px 0; }
.nostressLeftImg { border-radius: 10px; overflow: hidden; position: relative; z-index:2}
.nostressLeftImg img { width: 100%;}
.nostressLeftImg:after {content: '';background: transparent linear-gradient(180deg, #011466 0%, #010A3300 100%) 0% 0% no-repeat padding-box; mix-blend-mode: multiply;z-index: 3;position: absolute;left: 0;top: 0;width: 101%;height: 100%;}

.nostressRightInner {padding-left: 80px; position:relative; top:-15px;}
.nostressboxRepeat:before { position: absolute; left: -56px; top: 38px; background-image: url('https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/Executive_Automates_Assets_Sep-2020/Images/Group%20950@2x.png'); background-size: 100% auto; background-repeat: no-repeat; background-position: center center; content: ''; width: 26px; height: 22px;}
.popplayParent:after {content: '';width: 100%;height: 100px;position: absolute;left: 0;bottom: -39px;background: transparent radial-gradient(closest-side at 51% 73%, #011466 0%, #010A3300 100%) 0% 0% no-repeat padding-box;mix-blend-mode: multiply;z-index: 1;}

.nostressvideoContent { position: relative;}
.nostressvideoContentParent {position:relative; z-index:3;}

.nostressmainImage { text-align: right; padding-right: 90px; padding-top: 10px;}
.nostressmainImage img { max-width: 250px;}
.nostressboxContent { max-width: 432px;}

/* Client SLider Section */

.clientsliderLogoParent { max-width: 1050px; margin: 0 auto;}
.clientsliderlogoRepeat { padding: 28px 28px;}
.clientSliderInner { padding: 10px 0; display: flex; height: 100%; justify-content: center; align-items: center;}
.clientSliderImg img { max-width: 128px; margin: 0 auto; width:100%;max-height: 128px;height: auto;}

.artroundShape { position: absolute; left: 0; top: -5.5%; width: 165px;}

/* State of the art technology */

.arttechnologyContentParent { padding-left: 50px; position: relative; top: 15px;}
.arttechnologyTagLine { display: inline-block; position: relative; }
.arttechnologyTagLine:after { content: ''; background-image: url(https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/Executive_Automates_Assets_Sep-2020/Images/podkre%C5%9Blenie.png); width: 75%; height: 25px; position: absolute; bottom: -31px; right: -10%; background-size: 100% auto; background-repeat: no-repeat; display: inline-block;}
.arttechnoboxCta a { border-bottom: 1px solid; text-transform: uppercase;}
.arttechnoboxInner { padding: 60px 30px 33px;}
.arttechnoboxIcon { height:65px; line-height:65px; display: inline-block; vertical-align: middle;}
.arttechnoboxContent { max-width: 284px;}
.arttechnoquoteInnerSec { max-width: 750px; margin: 0 auto;}
.arttechnoboxShape { position: absolute; left: -22px; top: -1px; width: 64px;}
.arttechnoquoteContent { position: relative;}
.arttechnoquoteContent * { position: relative; z-index: 3;}
.arttechnoquoteContent:before {content: '';position: absolute;left: -22px;top: -7px;background-image: url('https://8088573.fs1.hubspotusercontent-na1.net/hubfs/8088573/EA%20Landing%20Page%20V2%202020/Images/Group%20967.png');width: 55px;height: 39px;background-size: 100% auto;background-repeat: no-repeat;background-position: center center;z-index: 1;}

/* About Us */
.aboutpersonImg { width: 170px; height: 170px; border-radius: 50%; margin: 0 auto;} 
.aboutpersonmainContent { max-width: 240px; margin: 0 auto;}
.aboutsocialLink li { display: inline-block; vertical-align: top; margin-right: -4px; padding: 0 8px;}
.aboutsocialLink li a { color: rgba(1,20,102,0.17); font-size: 23px;}
.aboutsocialLink li a:hover { color: rgba(1,20,102,0.8);}
.aboutusSecArrow { position: absolute; left: 50%; bottom: -16px; width: 45px; height: 32px; transform: translateX(-50%);}

/* Four Column Section */
.fourColImage { height: 40px; line-height: 40px; text-align:center;}
.testingtitleBorder { position: absolute; width: 19%; left: 9%; top: 53%;}


.fourColBox {max-width: 200px; width:100%;}

/* testimonialSection */

.testimonialSection .testimonialInner{position:relative;z-index:5;}
.testimonialSection .spaceDiv{padding-bottom:15px;}  
.testimonialSection .testimonialSlider{max-width:1136px;margin:0 auto;width:100%;}
.testimonialSection .testimonialsliderInner{ background-position: center; background-repeat: no-repeat;
  background-size: cover;position:relative;z-index:1;padding-top: 176px; padding-bottom: 155px;}
.testimonialSection .testimonialsliderInner:before {content: '';position: absolute; 
  width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(1,20,102,0.75); z-index: 2;}
.testimonialSection .testimonialsliderInner:after {content: ''; width: 65%;height: 30px;
  position: absolute; bottom: -15px; left: 0; background-color: #6D9BF7; z-index: 3;}
.testimonialSection .testimonialQuote{font-style: italic;color:#F5F6FD;padding-bottom:25px;position:relative;}
.testimonialSection .testimonialQuote:before {content: '';background-image: url('https://8088573.fs1.hubspotusercontent-na1.net/hubfs/8088573/EA%20Landing%20Page%20V2%202020/Images/Group%20967.png');display: block;height: 70px;width: 50px;background-position: center;background-repeat: no-repeat;background-size: contain;position: absolute;z-index: -1;left: -33px;top: -25px;}
.testimonialSection .contentParent{max-width:768px;margin:0 auto;width:100%;position:relative;z-index:3;}
.testimonialSection .testimonialpersonName h6{color:#F5F6FD;font-weight:900;}
.testimonialSection .testimonialpersonDesignation{color:#F5F6FD;}  
.slick-prev:before {background-image: url("https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/EA%20File%202020/Group%201064.svg") !important;}
.slick-next:before {background-image: url("https://1969772.fs1.hubspotusercontent-na1.net/hubfs/1969772/EA%20File%202020/Group%201063.svg") !important;}
.slick-next, .slick-prev { border: 0 !important;}
.slick-next:before, .slick-prev:before , .slick-next, .slick-prev { height: 40px !important; width: 26px !important;
  background-size: contain !important;}
.slick-prev{left:-120px !important;} 
.slick-next{right:-120px !important;} 
.slick-next:hover, .slick-prev:hover{background-color:transparent !important;color: inherit !important;}

/*  How to get started  */

.howtostartParent { position: relative;padding-top:309px;margin-top:-142px;padding-bottom:260px;}
.howtostartParent .triangleShape { position: absolute; z-index: 5;left:0;top: 50%;
  transform: translateY(-50%); max-width: 210px;}
.howtostartParent:before {content: '';height: 96%;width: 88%;left: 50%;
  transform: translateX(-50%);top: 0;background-color: #fff;position: absolute;z-index: 1;}
.howtostartParent .wrapper{position:relative;z-index:2;}
.howtostartParent .howtostartInnerBox {  max-width: 1136px;  margin: 0 auto;}
.howtostartParent .howtostartTitle h2{line-height:1.18;font-size:54px}
.howtostartParent .howtostartTitle ,
.howtostartParent .howtostartContent { display: inline-block; vertical-align: top; margin-right: -5px;}
.howtostartParent .howtostartTitle{width:480px;}
.howtostartParent .howtostartTitle span{position:relative;}
.howtostartParent .howtostartTitle span:after {content: '';background-image: url('https://8088573.fs1.hubspotusercontent-na1.net/hubfs/8088573/EA%20Landing%20Page%20V2%202020/Images/kolko.png');
  display: block;position: absolute;z-index: 2;right: -66px;top: 50%;transform: translateY(-50%);
  height: 300px;width: 380px;background-position: center;background-repeat: no-repeat;
  background-size: contain;}
.howtostartParent .howtostartContent{width:calc(100% - 480px);padding:0px 35px 28px;}
.howtostartParent .howtostartboxRepeat { width: 33.33%;padding:0px 15px;}
.howtostartParent .howtostartboxParent{margin:0px -15px;}
.howtostartParent .howtostartboxRepeat:nth-child(3n+2) { margin-left: 33.33%;}
.howtostartParent .howtostartboxRepeat:nth-child(3n) {  margin-left: 66.66%;}
.howtostartParent .howtostartboxRepeat:nth-child(3n) .arrowImage{display:none;}
.howtostartParent .howtostartboxRepeat:not(:first-child){margin-top:-80px}
.howtostartParent .howtostartboxNumber { display: inline-block; font-size: 54px; line-height: 1.18;
  font-weight: 900;  color: #2C52BF;}
.howtostartParent .howtostartboxTitle{letter-spacing:0.72px;padding-top:13px;}
.howtostartParent .howtostartboxContent{letter-spacing:-0.45px;font-weight:900;font-size:18px;line-height:1.33;
  padding-top:8px;max-width: 250px;}
.howtostartParent .howtostartbottomSection{padding-top:83px;}
.howtostartParent .howtostartboxInner { position: relative;}
.howtostartParent .arrowImage {  max-width: 274px; margin: 0 auto;  position: absolute; bottom: -84px;
  left: 60px;}

.eblparentSection { display: flex; box-shadow: 0px 10px 30px #01146640; border-radius: 2px; overflow: hidden; z-index: 3; position: relative;  margin-top: -237px;}
.eblsectionLeft { width: 45%; padding: 38px 35px 70px;}
.eblContent { max-width: 90%; margin: 0 auto;}
.eblsectionRight { width: 55%; position: relative;}
.eblsectionRight:after { position: absolute; left: 0; top: 0; width: 101%;  height: 100%; background: transparent linear-gradient(180deg, #011466 0%, #02156DF3 16%, #1522C759 88%, #202AFB00 100%) 0% 0% no-repeat padding-box; mix-blend-mode: multiply; z-index: 3; content: ''; }
.getstartedboxInnerMain { padding: 27px 40px 24px;}

.eblTitle h3{line-height:1;}

.getboxcontentInner,.getboxcontentIcon {display: inline-block;vertical-align: top;margin-right: -4px;}
.getboxcontentInner { width: calc(100% - 24px);}
.getboxcontentIcon { width: 24px;}
.getboxcontentIcon img { width: 100%;}
.getstartedboxContent li + li { padding-top: 10px;}
.button.getboxctaStyle a { width: 100%; display: block; min-width: auto;}
.eblcheckIcon { position: absolute; right: -57px; top: -54px; width: 110px; height: 95px; z-index: 4;}

.eblcrossShape { position: absolute; left: 0; bottom: -108px; width: 160px; height: 225px;}
.getstartedLeftInner { max-width: 280px; margin: 0 auto; padding-right: 10px;}
.getstartedArrow {  max-width: 75%;  margin: 20px 0px 0 auto;}
.eblbottomArrow { position: absolute; left: 50%; bottom: -16px; width: 45px; height: 32px; transform: translateX(-50%);}

/* We've got you covered all the way through the process. Hassle-free */

.processhassleRepeat {width: 16.66%;margin-right: -5px;}
.processhassleInner {text-align: left;cursor: pointer;}
.processhassleboxTitle {
  padding: 35px 13px;
}
.hasslefreeBottomIcon {width: 30px;margin: 0 auto;}
.hasslefreeBottomIcon svg {width: 100%;height: auto;}
.Top-shape {    padding: 180px 0 200px; margin-top: -50px;}
.processhassleboxContent {display: none;position: absolute;left: 0;top: 100%;width: 100%;z-index: 1;}
.processhassleInner {position: relative;z-index: 1;}
.processhassleboxContentInner {padding: 0 25px 35px;text-align: left;}
.Top-shape { background: linear-gradient(to bottom,#f5f6fd ,transparent) no-repeat bottom; background-size: 100% 60%; background-position: top;}
.processhassleParent { position: relative;}
.plasIcon { display: block; position: absolute; left: -7%;   bottom: -30px; width: 15%; z-index: 1;} 
span.plasIcon svg { width: 100%; height: auto;}
.processhassleRepeat:hover { z-index: 2;position: relative;}
.hasslefreeMainTitle { position: relative; }
span.hasslefreeMainTitleImg { position: absolute; width: 22%; left: 9%; top: 13%;}

.hasslefreeBottomInner { position: relative; z-index: 5; padding-top:70px;}
/* Footer Section */
.footerForm  .hs_submit.hs-submit {width: 180px;display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerForm  .legal-consent-container {width: calc(100% - 180px);display: inline-block;vertical-align: top;margin-right: -4px;}

.footerboxListing ul li {padding: 3px 0px;}
.footerlistTitle {padding-bottom: 10px;}
.footerboxListing a:hover {color: #6D9BF7;}
.footerformBox {background: #F5F6FD;box-shadow: 0px 10px 30px #01146640;border-radius: 2px;padding: 25px;}
.footerformContent2 {width: 85%;font-weight: 900;text-align: left;margin: 15px auto 7px;}
.footerrightParent {margin-bottom: -70px;margin-top: -160px;position: relative;z-index: 1;}
.footerbottomSection {padding: 40px 0 40px;background: #2C52BF;}
.legal-consent-container {font-size: 10px;font-weight: 400;}


.footerNavMain .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float: none ;}
.footerNavMain .hs-menu-item.hs-menu-depth-1 { float: none; width:auto; display: inline-block; vertical-align: middle; margin-right:-4px; padding:10px; line-height:1;}
.footerNavMain .hs-menu-item.hs-menu-depth-1 a { padding: 0; color:#fff;}
.footerNavMain .hs-menu-item.hs-menu-depth-1 a:hover { color: rgba(255,255,255,0.6);}
.copyRightSec a:hover {color: rgba(255,255,255,0.6);}





/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
EA Landing Page V2 2020 CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


.popplayParent.V2 .nostressLeftImg {box-shadow: -15px 13px 16px #01146640;}
.popplayParent.V2:after {display: none;}
.nostressLeftInner.V2 {max-width: 420px;width: 100%;margin: 0 0 0 auto;}
.bannerplusShape.V2 {position: absolute;width: 92px;height: 95px;right: -50px;top: -59px;z-index: 1;}
.limitBox.V2 {width: 33.33%;padding: 20px 15px;text-align: center;}


.nolimitBoxColRightV2 {width: 360px;}
.nolimitBoxColLeftV2 {width: calc(100% - 360px);padding-right: 30px;}
.nolimitBox.V2:after {content: '';width: 100px;height: 100%;background-color: #f5f6fd;position: absolute;right: -100px;top: 0;overflow: hidden;}

.limitationInner.V2 {overflow: inherit;}
.bRightGroup.V2 {margin-bottom: inherit;margin-top: -400px;}
.limitBoxIConV2 .limitBoxIConInner {margin: 0 auto;}
.limitBoxIConV2 {height: 40px;display: flex;line-height: 36px;width: inherit;margin: 0 auto;}
span.MicrosoftPartnersTitleImg {position: absolute;bottom: -35px;width: 180px;left: 23%;}
.MPpersonImg {width: 50px;height: 50px;border-radius: 50%;border: 1px solid #30CEAF;}
.MPleftContent {width: 75%;margin: 0 auto;}
.left_contentBox {background: #30CEAF;padding: 25px 20px 50px 20px;text-align: center;}
.MPpersonbox {text-align: center;margin-top: -25px;}
.MPpersonImg {margin: 0 auto;}
.MPpersonContent {padding-top: 6px;}



.MicrosoftPartnersColRight {width: 100%;background: #FFFFFF;box-shadow: 0px 7px 16px #0114661A;border-radius: 3px;padding: 35px 76px;}
.MPRighticon {width: 50px;display: inline-block;vertical-align: middle;margin-right: -4px;}
.MPRightTopTitle {width: calc(100% - 50px);display: inline-block;vertical-align: middle;margin-right: -4px;padding-left: 20px;}
.MPRightLogoBoxInner {padding: 0 20px;}
.MPRightLogoBox {margin: 0 -20px;}

.footerboxContent.V2 ul li {display: inline-block;width: 40%;}
.FToppersonImg {width: 72px;height: 72px;border: 1px solid #2C52BF;border-radius: 50%;margin: 0 auto 6px;}
.FToppersonbox {padding: 20px 15px;}
.FToppersonboxMain {margin: 0 -15px;padding-right: 75px;}
.FToppersonDesignation {font-size: 12px;}


.footerrightParent.V2 {margin-bottom: -70px;margin-top: -70px;position: relative;z-index: 1;}
.footerNavMain.V2 .hs-menu-item.hs-menu-depth-1 a {padding: 0;font-size: 14px;color: #fff;font-weight: 300;}
.copyRightSec.V2 {font-size: 12px;}
.footerNavMain.V2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {  position: relative;}
.footerNavMain.V2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:before {content: '';position: absolute;height: 16px;width: 1px;left: 0;background: #fff;top: 50%;transform: translateY(-59%);}
.footerNavMain.V2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child:before {display:none}
.FtlogoImageB {display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-items: baseline;
  align-content: center;}
.FtlogoImageB img {max-width: 100%;width: auto; height: 80px;}
.FtlogoMSec {max-width: 750px;margin: 0 auto;width: 100%;}
.nostressboxRepeat.V2:before {background-image: url(https://8088573.fs1.hubspotusercontent-na1.net/hubfs/8088573/EA%20Landing%20Page%20V2%202020/Images/Group%20950.png);}
.testimonialSlider.V2 .slick-prev:before {background-image: url(https://8088573.fs1.hubspotusercontent-na1.net/hubfs/8088573/EA%20Landing%20Page%20V2%202020/Images/Group%201064.png) !important;}
.testimonialSlider.V2 .slick-next:before {background-image: url(https://8088573.fs1.hubspotusercontent-na1.net/hubfs/8088573/EA%20Landing%20Page%20V2%202020/Images/Group%201063.png) !important;}
.testimonialSection.V2 .testimonialsliderInner:after {background-color: #c8cbce;}
.eblcheckIcon.V2 {position: absolute;right: -93px;top: -46px;width: 235px;height: 200px;z-index: 4;}
.Top-shape.V2 {margin-top: -200px;}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Become Partner css
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.BcpBannerBox {width: 380px;background: #F4F6FF;box-shadow: -15px 13px 16px #01146640;padding: 35px 35px 60px;}
.BcpBannerRight {width: 380px;}
.BcpBannerLeft {width: calc(100% - 380px);padding-right: 50px;}
.BcpBannerplusShape {width: 110px;position: absolute;height: 110px;right: -55px;top: -55px;}
.BcpBannerLeftShape {width: 45px;position: absolute;left: -33px;bottom: -15px;}
.BcppersonImg {border: 3px solid #30CEAF;width: 70px;height: 70px;border-radius: 50%;margin: 0 auto;}
.Bcppersonbox {margin-top: -35px;text-align: center;}
.BcppersonDesignation {font-size: 12px;}
.BcppersonContent {padding-top: 10px;}



.BcpBannerRightInner {margin-bottom: -275px;margin-top: 65px;position: relative;z-index: 2;}
.ServicePartnerInner {margin-top: -140px;position: relative;z-index: 1;margin-bottom: -80px;}
.ServicePartnerColInner {background: #fff;box-shadow: 0px 7px 16px #0114661A;border-radius: 3px;padding: 30px 40px;}
.ServicePartnerCol {padding: 0 20px;}
.ServicePartnerRow {margin: 0 -20px;}
.ServicePartnerColIcon {max-width: 40px;width: 100%;}

.ServicePartnerSec {background: #fff;}
.BcpSingleColBox {padding: 30px 50px 10px;}
.BcpSingleColShape {text-align: center;}
.BcpSingleSection {padding: 190px 0 250px;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
FreeTrial Page CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


.FreeTrialformBox {background: #f5f6fd;box-shadow: 0px 10px 30px #01146640;border-radius: 2px;padding: 25px;position: relative;z-index: 1;}
.FreeTrialformContent2 {width: 90%;margin: 0 auto;}
.FreeTrialRight {padding-left: 40px;}
.FreeTrialBottomMainBox {padding: 0 140px 0 20px;}
.FreeTrialBottomContent {padding: 0 15px;}
.FreeTrialrightParent {margin-bottom: -190px;}
.FreeTrialLeftShape {width: 50px;position: absolute;left: -65px;top: 25px;}
.FreeTrialTitleShape {position: absolute;top: 15px;left: 12%;width: 40%;}

.FreeTrialPopupBoxInner {padding: 50px;}
.FreeTrialPopupBox {max-width: 370px;width: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #2c52bf;box-shadow: -15px 13px 16px #01146640;}
.FreeTrialMainPopupBox {display: none;position: fixed;width: 100%;height: 100vh;top: 0;left: 0;background: rgba(1,19,101,0.85);z-index: 99999;}
.OpenPopup .executiveGlobalHeader {z-index: 0;}
body.OpenPopup {overflow: hidden;}
.FreeTrialFormplusShape {width: 110px;position: absolute;height: 110px;right: -55px;top: -55px;}
.FreeTrialFormLeftShape {width: 45px;position: absolute;left: -33px;bottom: -15px;}
.FreeTrialForm .legal-consent-container {padding: 0 0 30px;}

.closeBtn {position: absolute;top: 0;left: 0;width: 25px;text-align: center;height: 25px;background: #fff;}



.PrivacyContentListInner span.textPcl {width: calc(100% - 25px);display: inline-block;vertical-align: top;margin-right: -4px;}
.PrivacyContentListInner span.FirstPcl {width: 25px;display: inline-block;vertical-align: top;margin-right: -4px;}
.PrivacyContentListInner {padding-top: 30px;}



.BcpSingleSection.V2 {padding: 90px 0 200px;}



.KnowlwdgeBaseInner {padding: 0 75px;}
.video-container .hs-responsive-embed-wrapper.hs-responsive-embed {position: relative !important;padding-bottom: 56.25% !important;height: 0 !important;max-height: 0 !important;overflow: hidden;min-width: 100% !important;box-shadow: 0px 1rem 3rem rgba(0,0,0,.1);border-radius: 1rem;background: #110b5a;max-width: 100% !important;}
.video-container  .hs-responsive-embed-inner-wrapper {padding-bottom: 56.25% !important;}
.KnowlwdgeBaseMenu .hs-menu-wrapper.hs-menu-flow-vertical li a {display: block;white-space: inherit;width: 100%;font-size: 14px;overflow: inherit;text-overflow: inherit;padding: 10px;}
.KnowlwdgeBaseMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul > li > a {padding: 10px 60px 10px 0;position: relative;text-decoration: none;color: #001466;margin-top: 10px;font-size: 16px;z-index: 1;}
.KnowlwdgeBaseMenu  .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {-webkit-transition: opacity .4s;position: relative;    display: none;z-index: 10;top: 0;left: 0;border-left: solid .1rem #eaeaea;}


/* .KnowlwdgeBaseMenuBox {height: calc(90vh - 50px);overflow-y: scroll;width: 80% !important;} */
span.childExpandV2 {width: 30px;height: 20px;display: block;z-index: 0;position: absolute;right: 10px;top: 12px;cursor: pointer;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 490.656 490.656' style='enable-background:new 0 0 490.656 490.656;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M487.536,120.445c-4.16-4.16-10.923-4.16-15.083,0L245.317,347.581L18.203,120.445c-4.16-4.16-10.923-4.16-15.083,0 c-4.16,4.16-4.16,10.923,0,15.083l234.667,234.667c2.069,2.091,4.8,3.136,7.531,3.136s5.461-1.045,7.552-3.115l234.667-234.667 C491.696,131.368,491.696,124.627,487.536,120.445z' style='&%2310; fill: %23001466;&%2310;'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");    background-repeat: no-repeat;background-size: 52%;background-position: center;}
span.childExpandV2.open ,.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children.active-branch span.childExpandV2 {transform: rotate(180deg);}
.KnowlwdgeBaseMenu  .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper.active-branch {display: block;}
.KnowlwdgeBaseMenu .hs-menu-wrapper.hs-menu-flow-vertical li.active a {color: #001466;}
.KnowlwdgeBaseSec {background: #fff;}


.video-container .hs-embed-wrapper {min-width: 100% !important;max-height: 100% !important;width: 100% !important;max-width: 100% !important;}

.span4.widget-span.widget-type-cell.KnowlwdgeBaseCol.ib {width: 320px;float: none;display: inline-block;vertical-align: top;margin-right: -4px;margin-left: 0;}
.span8.widget-span.widget-type-cell.KnowlwdgeBaseCol.ib {width: calc(100% - 320px);float: none;display: inline-block;vertical-align: top;margin-right: -4px;margin-left: 0;padding-left: 8.33%;}
.KnowlwdgeBaseMenuBox {width: 320px !important;height: calc(100vh - 7rem);overflow: auto; position: absolute; top: 0;left: 75px !important;}
.KnowlwdgeBaseSec .KnowlwdgeBaseInner { position: relative; }
.KnowlwdgeBaseMenuBox.sticky { position: fixed; left: 75px;  max-width: 369px;    margin-top: 80px; }
.KnowlwdgeBaseMenuBox.buttonSticky { bottom: 0;top:  inherit; position: absolute; left: 75px !important; }

.span12.widget-span.widget-type-cell.KnowlwdgeBaseMainBox {
  display: table;
  height: 100vh;
  width: 100%;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/
@media (min-width:768px ) {
  .ib { display: inline-block; vertical-align:middle; margin-right:-5px; float:none; }
}

@media (min-width: 992px ){

  /*  Navigation  */
  .expandMenu{display:none;}

  @keyframes animates {     from { -webkit-transform: translateY(-100%); transform: translateY(-100%) }
    to { -webkit-transform: translateY(0); transform: translateY(0) }     }
  .Fixed .executiveGlobalHeader  {  position: fixed; width:100%; animation: animates .5s; background: #f5f6fd ; box-shadow: 0px 2px 6px rgba(1,20,102,0.1); padding:10px 0;}


  /*   .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 + li { border-left: 1px solid #2c52bf;} */
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a { position: relative;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 + li>a:after {content: '';width: 1px;height: 18px;position: absolute;left: 0px;top: 50%;background-color: #2D2E82;transform: translateY(-50%);}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child > a:after { display: none;}

  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 100%; visibility: hidden; opacity: 0; left: 50%; transform: translateX(-50%); background-color: #fff; box-shadow: 0px 2px 6px rgba(88,89,91,0.2); border-radius: 5px; overflow: hidden;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper{visibility: visible; opacity: 1; }
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {  }   
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper a{width: 200px; max-width: 100%; white-space: normal; color: #2c52bf;  position: relative; padding: 12px 15px 12px 15px; font-size: 16px; text-align: left;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background-color: #2c52bf; color: #fff;}


  .exeHeaderRight ul.hs-menu-children-wrapper:before { width: 20px; height: 20px; content: ''; position: absolute; left: 50%; top: -4px;  box-shadow: 0px 2px 6px rgba(88,89,91,0.2); transform: rotate(45deg) translate(-50%); transform-origin: center center; z-index: -11; background-color: #fff;}



}

@media (min-width:1081px ) {

}


@media(min-width:1650px){

  body{font-size:18px;}
  .wrapper { max-width:1400px }
  .wrapper.wrappersmall{max-width:1310px;}
  .wrapper.wrapperlarge{max-width:1516px;}

  h1, .h1  { font-size:74px; } 
  h2, .h2 { font-size:65px;}
  h3, .h3 { font-size:44px;}
  h4, .h4 { font-size:33px;}
  h5, .h5 { font-size:30px;}
  h6, .h6 { font-size:22px;}
  .xlfont16{font-size:16px;}
  .font54, .font54 h3{font-size:54px;}
  .font42, .font42 h3{font-size:42px;}
  .font22,.font22 h6{font-size:22px;}
  .font28, .font28 h5{font-size:28px}
  .font20, .font20 h6{font-size:20px;}
  .font18, .font18 h6{font-size:18px;}



  .xlpb30,.xlp30-0 { padding-bottom:30px; }
  .xlpb40,.xlp40-0 { padding-bottom:40px; }
  .xlpb45,.xlp45-0 { padding-bottom:45px; }
  .xlpb50,.xlp50-0 { padding-bottom:50px; }
  .xlpb55,.xlp55-0 { padding-bottom:55px; }
  .xlpb60,.xlp60-0 { padding-bottom:60px; }
  .xlpb70,.xlp70-0 { padding-bottom:70px; }
  .xlpb80,.xlp80-0 { padding-bottom:80px; }
  .xlpb90,.xlp90-0 { padding-bottom:90px; }
  .xlpb100,.xlp100-0 { padding-bottom:100px; }
  .xlpb110,.xlp110-0 { padding-bottom:110px; }
  .xlpb120,.xlp120-0 { padding-bottom:120px; }
  .xlpb130,.xlp130-0 { padding-bottom:130px; }
  .xlpb140,.xlp140-0 { padding-bottom:140px; }
  .xlpb150,.xlp150-0 { padding-bottom:150px; }
  .xlpb170,.xlp170-0 { padding-bottom:170px; }
  .xlpb180,.xlp180-0 { padding-bottom:180px; }


  .xlpt30,.xlp30-0 { padding-top:30px; }
  .xlpt40,.xlp40-0 { padding-top:40px; }
  .xlpt45,.xlp45-0 { padding-top:45px; }
  .xlpt50,.xlp50-0 { padding-top:50px; }
  .xlpt55,.xlp55-0 { padding-top:55px; }
  .xlpt60,.xlp60-0 { padding-top:60px; }
  .xlpt70,.xlp70-0 { padding-top:70px; }
  .xlpt80,.xlp80-0 { padding-top:80px; }
  .xlpt90,.xlp90-0 { padding-top:90px; }
  .xlpt100,.xlp100-0 { padding-top:100px; }
  .xlpt110,.xlp110-0 { padding-top:110px; }
  .xlpt120,.xlp120-0 { padding-top:120px; }
  .xlpt130,.xlp130-0 { padding-top:130px; }
  .xlpt140,.xlp140-0 { padding-top:140px; }
  .xlpt150,.xlp150-0 { padding-top:150px; }
  .xlpt170,.xlp170-0 { padding-top:170px; }
  .xlpt180,.xlp180-0 { padding-top:180px; }


  .xlp0-22{padding-left:22px; padding-right:22px}
  .xlm0-22{margin-left:-22px; margin-right:-22px}

  /*  Navigation  */
  .executiveGlobalHeaderInner{padding-left:100px; padding-right:145px;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{padding:20px 35px}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a{padding:12px 44px}
  .exeHeaderLeft { width: 370px;}
  .exeHeaderRight { width: calc(100% - 370px);}

  /*  Section  */
  .bannerRight { width: 480px;}
  .bannerLeft { width: calc(100% - 480px);}
  .bannerSubContent {    max-width: 668px;}
  .bannerbottomArrow {right: -150px;}

  /* Logo Section // Section-2 */
  .logoMSec { padding-left: 30px;}
  .logoImageB { padding: 0 37px;}
  .logoImageB img { max-width: 127px; width: 100%;}

  /* No more limitations   */
 .limitationInner .bGroupBox h3 {
   font-size:33px !important;
  }
  .processhassleRepeat h5 {
   font-size: 20px !important; 
  }
  .limitationSec{padding-right:145px;}
  .nolimitBox { padding-left: 130px;  position: relative;}
  .limitTitle h2:after {width: 300px;right: 20px;}
  .nostressmainImage img{max-width:370px;}

  .arttechnoboxInner { padding: 78px 40px 30px;}
  .arttechnoquoteInnerSec { max-width: 986px; margin: 0 auto;}
  .arttechnologyTitle { width: 58%;}
  .arttechnologyContentParent { width: 42%; padding-left:20px}
  .artroundShape { width: 220px;}
  .artroundShape{top: -6.5%;}
  .arttechnoquoteContent:before {width: 73px;height: 51px; left:-35px}
  /* About Us */
  .aboutpersonImg { width: 228px; height: 228px; border-radius: 50%; margin: 0 auto;} 
  .howtostartParent{ padding-bottom:350px}
  .eblparentSection { margin-top: -300px;}
  .fourColBox {max-width: 230px; }
  .testingtitleBorder { left: 6%; width: 20%;}
  .testimonialSection .testimonialQuote:before{left: -30px; top: -19px;}

  /*  Get Started  */
  .getstartedboxInnerMain { padding: 35px 54px 31px;}

  .eblcheckIcon ,.eblcheckIcon.V2 {right: -100px; top: -145px; width: 300px; height: 260px;}
  .eblcrossShape {  bottom: -174px; width: 260px; height: 362px;}
  .hasslefreeMainTitle { width: 85%;}

  .getstartedLeftInner { max-width: 350px; margin: 0 auto; padding-right: 10px;}
  .getstartedArrow {  max-width: 75%;  margin: 20px 0px 0 auto;}

  /* We've got you covered all the way through the process. Hassle-free */

  .hasslefreeBottomIcon {width: 42px;}
  .processhassleInner { padding: 35px 35px;}
  .processhassleboxContentInner { padding: 0 35px 35px;}



  /*  Footer Sectiom  */
  textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select {font-size: 18px;line-height: 20px;padding: 10px 20px;}
  .footerformContent2 {width: 79%;font-weight: 900;text-align: left;margin: 20px auto 10px;}
  textarea {min-height: 180px;}
  form .field {padding: 0 0 35px;}
  .footerrightParent {margin-bottom: -90px;}
  .footerbottomSection {padding: 60px 0 60px;}
  form input[type="radio"]+span:before, form input[type="checkbox"]+span:before {width: 24px;height: 24px;line-height: 26px;}
  form input[type="checkbox"]:checked+span:before {font-size: 20px;}
  .footerForm  .legal-consent-container {width: calc(100% - 200px);}
  .footerForm  .hs_submit.hs-submit {width: 200px;}
  .legal-consent-container {font-size: 12px;font-weight: 400;}

  .nostressLeftInner.V2 {max-width: 580px;}
  .bannerplusShape.V2 {width: 128px;height: 136px;right: -64px;top: -68px;}


  .BcpBannerLeft {width: calc(100% - 500px);padding-right: 50px;}
  .BcpBannerRight {width: 500px;}
  .BcpBannerBox {width: 100%;}



  .FreeTrialBottomMainBox {padding: 0 190px 0 50px;}
  .FreeTrialBottomContent {padding: 0 25px;}


  .FreeTrialPopupBox {max-width: 450px;}

  .KnowlwdgeBaseMenu .hs-menu-wrapper.hs-menu-flow-vertical li a {font-size: 16px;}
  .KnowlwdgeBaseMenu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {font-size: 20px;}



}



@media(max-width:1649px){
  /*  testimonialSection  */
  .testimonialSection .testimonialSlider{max-width:1000px;}
  .testimonialSection .testimonialsliderInner{padding-top:146px;padding-bottom:129px;}
  .testimonialSection .contentParent{max-width:640px;}
  .slick-prev{left:-100px !important;}
  .slick-next{right:-100px !important;}  

  /*  How to get started  */

  .howtostartParent{padding-top:257px;margin-top:-118px; }
  .howtostartParent .triangleShape {max-width:175px;}
  .howtostartParent .howtostartTitle h2 , 
  .howtostartParent .howtostartboxNumber{font-size:45px;}
  .howtostartParent .howtostartInnerBox{max-width:945px}
  .howtostartParent .howtostartTitle { width: 400px;}  
  .howtostartParent .howtostartTitle span:after{width:330px;}
  .howtostartParent .howtostartContent { width: calc(100% - 400px);} 
  .howtostartParent .howtostartbottomSection { padding-top: 70px;}
  .howtostartParent .howtostartboxRepeat:not(:first-child) { margin-top: -60px;}
  .howtostartParent .arrowImage { max-width: 225px;} 

}

@media(max-width:1366px){
  .howtostartParent .triangleShape {max-width:145px;}
  .bannerbottomArrow { width: 35px; right: -70px;}
  .artroundShape { width: 130px; top:-45px}
  .eblcheckIcon ,.eblcheckIcon.V2 { width: 130px; height: 110px; right: -50px; top: -65px;}
  .eblcrossShape { width: 100px; height: 140px; bottom: -67px;}
  .howtostartParent:before { width: 96%;}

}


/*-=-=- Smaller Desktop Devices -=-=-*/

@media(max-width:1280px){

  .testimonialSection .testimonialSlider{max-width:756px;}
  .testimonialSection .testimonialsliderInner{padding-top:115px;padding-bottom:100px;}
  .testimonialSection .contentParent{max-width:515px;}
  .slick-prev{left:-80px !important;}
  .slick-next{right:-80px !important;} 

  /*  How to get started  */

  .howtostartParent{padding-top:205px;margin-top:-95px}
  .howtostartParent .triangleShape {max-width:120px;}
  .howtostartParent .howtostartTitle h2 , 
  .howtostartParent .howtostartboxNumber{font-size:30px;}
  .howtostartParent .howtostartInnerBox{max-width:756px}
  .howtostartParent .howtostartTitle { width: 270px;}
  .howtostartParent .howtostartTitle span:after{right:-41px;width:220px;height:200px;}
  .howtostartParent .howtostartContent { width: calc(100% - 270px);padding: 0px 20px 15px;} 
  .howtostartParent .howtostartbottomSection { padding-top: 56px;}
  .howtostartParent .howtostartboxRepeat:not(:first-child) { margin-top: -60px;}
  .howtostartParent .arrowImage { max-width: 180px;bottom:-60px;} 

  .logoModuleSec.V2 .logoImageB img {max-width: 80px;width: 100%;}

  .KnowlwdgeBaseMenuBox {

  }

}


@media (max-width:1230px ) {

  .wrapper,.wrapper.wrappersmall { max-width:1000px }


  h1, .h1  { font-size:47px;} 
  h2, .h2 { font-size:41px;}
  h3, .h3 { font-size:28px;}
  .font54, .font54 h3{font-size:34px;}
  .font42, .font42 h3{font-size:28px;}

  .ps20{padding-left:15px; padding-right:15px}
  .ms20{margin-left:-15px; margin-right:-15px;}

  .exeHeaderLeft { width: 220px;}
  .exeHeaderRight { width: calc(100% - 220px); }

  .bannerplusShape { width: 64px; height: 68px; right: -32px; top: -34px;}
  .bannerbottomArrow { width: 28px; right: -40px;}
  .executiveGlobalHeaderInner{padding:0 50px;}
  /*  Section3  */
  .limitTitle h2:after { width: 190px; right: 10px;}
  .nostressmainParent { padding: 80px 0;}
  .nostressRightInner { padding-left: 40px;}
  .nostressboxRepeat:before { width: 18px; height: 16px; left: -40px;}
  .popplayIcon { width: 50px; height: 50px; line-height: 50px;}
  .arttechnoboxInner { padding: 40px 20px;}

  /*  testimonialSection  */
  .testimonialSection .testimonialQuote:before{height: 50px; width: 40px;left: -23px; top: -15px;}


}

@media (min-width: 1081px) and (max-width: 1230px) {
  .testingtitleBorder{width: 17%; left: 2%; top:100%;}

}
@media (min-width: 992px) and (max-width: 1230px) {

  .bGroupBox { padding: 30px 20px;}
  .logoImageB { padding: 0 15px;}
  .limitationInner { padding-top: 60px;}
  .nolimitBox { padding: 80px 0 80px 60px;}
  /*   .bannerSection { padding: 60px 0;} */
  .bannerInner { padding: 60px 0;}


}


/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {

  .wrapper,.wrapper.wrappersmall { max-width:900px }
  .logoMSec {  padding-left: 0;}
  .logoImageB { padding: 0 10px;}
  .bannerRight { width: 300px;}
  .bannerLeft { width: calc(100% - 300px);}
  .bRightGroup { margin-bottom: -300px;}
  .nostressmainImage { padding-right: 30px;}
  /*  testimonialSection  */
  .testimonialSection .testimonialSlider{max-width:637px;}
  .testimonialSection .testimonialsliderInner{padding-top:95px;padding-bottom:85px;}
  .testimonialSection .testimonialsliderInner:after{height:20px;bottom:-10px;}
  .testimonialSection .contentParent{max-width:435px;}
  .slick-prev{left:-67px !important;}
  .slick-next{right:-67px !important;} 
  /*   How to get started   */
  .howtostartParent{padding-top:170px;margin-top:-80px}
  .howtostartParent .triangleShape { max-width: 90px;}
  .howtostartParent .howtostartbottomSection { padding-top: 45px;}
  .howtostartParent .howtostartboxRepeat:not(:first-child) { margin-top: -60px;}
  .howtostartParent .arrowImage { max-width: 150px;bottom:-60px;} 
  .getstartedboxInnerMain { padding: 25px  20px;}
  /*  We've got you covered all the way through the process. Hassle-free  */
  .processhassleRepeat {width: 33.33%;margin-top: 5px;}
  span.plasIcon { bottom: -10px;  }

  .footerboxContent.V2 ul li {display: inline-block;vertical-align: middle;width: 50%;margin-right: -4px;}

}



/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {

  .wrapper,.wrapper.wrappersmall { max-width:700px }

  h1, .h1  { font-size:35px;} 
  h2, .h2 { font-size:33px;}
  h3, .h3 { font-size:20px;}

  h4, .h4 { font-size:20px; }
  h5, .h5 { font-size:18px;}
  h6, .h6 { font-size:16px;}
  .font54, .font54 h3{font-size:24px;}
  .font42, .font42 h3{font-size:20px;}
  .font28, .font28 h5{font-size:18px;}
  .font20, .font20 h6{font-size:16px;} 
  .font22,.font22 h6{font-size:16px;}
  .font18, .font18 h6{font-size:16px;}




  .tabtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .tabtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .tabtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */

  .tabptop10 { padding-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .tabptop20 { padding-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .tabptop30 { padding-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */


  .pb40,.p40-0 { padding-bottom:25px; }
  .pb45,.p45-0 { padding-bottom:25px; }
  .pb50,.p50-0 { padding-bottom:30px; }
  .pb55,.p55-0 { padding-bottom:30px; }
  .pb60,.p60-0 { padding-bottom:35px; }
  .pb70,.p70-0 { padding-bottom:40px; }
  .pb80,.p80-0 { padding-bottom:45px; }
  .pb90,.p90-0 { padding-bottom:50px; }
  .pb100,.p100-0 { padding-bottom:50px; }
  .pb110,.p110-0 { padding-bottom:50px; }
  .pb120,.p120-0 { padding-bottom:55px; }
  .pb130,.p130-0 { padding-bottom:55px; }
  .pb140,.p140-0 { padding-bottom:55px; }
  .pb150,.p150-0 { padding-bottom:55px; }  
  .pb170,.p170-0 { padding-bottom:60px; }  


  .pt40,.p40-0 { padding-top:25px; }
  .pt45,.p45-0 { padding-top:25px; }
  .pt50,.p50-0 { padding-top:30px; }
  .pt55,.p55-0 { padding-top:30px; }
  .pt60,.p60-0 { padding-top:35px; }
  .pt70,.p70-0 { padding-top:40px; }
  .pt80,.p80-0 { padding-top:45px; }
  .pt90,.p90-0 { padding-top:50px; }
  .pt100,.p100-0 { padding-top:50px; }
  .pt110,.p110-0 { padding-top:50px; }
  .pt120,.p120-0 { padding-top:55px; }
  .pt130,.p130-0 { padding-top:55px; }
  .pt140,.p140-0 { padding-top:55px; }
  .pt150,.p150-0 { padding-top:55px; }
  .pt170,.p170-0 { padding-top:60px; }
  .tabw45 { width: 45% }
  .tabw50 { width: 50% }
  .tabw55 { width: 55% }
  .tabw60 { width: 60% }

  .tabw100 { width: 100% }
  .ib.tabw100 { width: 100%; display:block; margin-right: 0 }


  /*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expandMenu"><i></i><i></i><i></i></a>' -=-=-=*/
  a.expandMenu { width: 40px; height: 40px; display: block; cursor:pointer; position: absolute; top: 15px; right: 46px; padding: 5px;  }
  a.expandMenu i { position:relative; width: 30px; left:0; height: 4px; opacity:1; display: block; background: #011466; margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  a.expandMenu.open i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 10px; position: relative; }
  a.expandMenu.open i:nth-child(2) { position:relative; left:-46px; opacity:0; }
  a.expandMenu.open i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -8px; position: relative; }
  /*-=-=-=-= Mobile Submenu JS USE  SUBMENU ICON as '<a class="childExpand"><i></i><i></i></a>' -=-=-=*/
  .childExpand { position: absolute; top: 10px; right: 10px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; }
  .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background:#fff; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top:-7px; }
  .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }

  .slick-dots { bottom: -20px;}

  /*  header Section  */
  .executiveGlobalHeader { position: static; border-bottom: 1px solid rgb(1 20 102 / 0.05);}
  .executiveGlobalHeader .wrapper { max-width: 100%;}
  .exeHeaderLeft { width: 170px;}
  .exeHeaderRight { width: calc(100% - 170px);}

  .exeHeaderRight{text-align:left}
  .exeHeaderRight .hs-menu-wrapper{display:none; position: absolute; top: 68.64px; width: 100%; left: 0; background-color:#011466; z-index:20; padding:20px 15px}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:after{ display:none;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { float: none; width: 100%; max-width: 100%;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a { width: 100%; display: block; color:#fff;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a:hover + .childExpand i {background-color: #110b5a;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul { display: block; width: 100%; margin-right: 0;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a { padding: 10px 15px; line-height: initial; }
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover { background-color: #fff; color: #2c52bf; }
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a { border-color: #fff; color: #fff; text-align: center;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a:hover {background-color: #fff;color: #2c52bf;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative; padding:0 15px; width: 100%; display:none;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { display: block; width: 100%; color: #fff;}
  .exeHeaderRight .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{background-color: #fff;color: #2c52bf;}



  .body-container-wrapper{margin-top:0;}
  /*  banner Section  */
  .bannerSection .wrapper.wrappersmall { max-width: 100%;}
  .bannerplusShape { right: inherit; left: -32px;}
  .bannerbottomArrow { right: 0;}
  .bRightGroup { margin-bottom: 0;}
  .bGroupBox { padding: 20px 15px;}
  .nolimitBox:after { display: none;}

  /*  Section 2  */
  .logoImageB { padding: 10px;}

  /*  Section -3  */

  .limitationSec { padding-right: 0;}
  .nolimitBox { padding-left: 40px; padding-right: 40px;}
  .limitTitle h2:after { width: 150px;}
  .limitBox { width: 33.33%; padding:15px;}
  .nostressmainParent { padding: 50px 0;}
  .nostressRightInner { top: 0;}
  .nostressmainImage { text-align: left; padding-right: 0;}
  .nostressmainImage img { max-width: 150px;}
  /*   State of the art technology for automated testing // Section-4 */
  .arttechnologyContentParent { top: 10px; padding-left: 15px;}
  .arttechnologyTop { position: relative;}
  .artroundShape { width: 80px; top:-30px}
  .arttechnoquoteContent:before { left: -5px;}
  .arttechnoboxInner {padding: 25px 20px;}
  .arttechnoboxShape { width: 32px; left: -13px; top: 4px;}
  /*   About Us // Section-5 */
  .aboutusSecArrow { width: 30px; height: 26px; bottom: -10px;}
  /*  testimonialSection  */
  .testimonialSection .testimonialSlider{max-width:585px;}
  .testimonialSection .testimonialsliderInner{padding-top:87px;padding-bottom:77px;}
  .testimonialSection .contentParent{max-width:400px;}
  .slick-prev{left:-60px !important;}
  .slick-next{right:-60px !important;} 
  .slick-next:before, .slick-prev:before, .slick-next, .slick-prev { height: 30px !important;
    width: 25px !important;}

  /*  How to get started  */

  .howtostartParent { padding-top: 130px; margin-top: -50px;}
  .howtostartParent .triangleShape{display:none;}
  .howtostartParent .howtostartTitle, 
  .howtostartParent .howtostartContent{ width:100%;display:block;margin-right:0}
  .howtostartParent .howtostartContent{padding:15px 0px;}
  .testingtitleBorder { width: 20%; left: 7%;}
  .eblparentSection { margin-top: 0;}
  .howtostartParent { padding-bottom: 100px;}
  .eblsectionLeft { width: 50%; padding: 40px 25px;}
  .getstartedboxParent { margin: 0 -15px;}

  .eblcheckIcon ,.eblcheckIcon.V2 { width: 80px; height: 68px; top: -35px; right: -25px;}
  .eblcrossShape { width: 50px; height: 70px; bottom: -33px;}

  .getstartedLeftInner { max-width: 100%; padding-right: 0;}
  .getstartedArrow { display: none;}
  .eblbottomArrow { width: 30px; height: 26px; bottom: -10px;}

  /*   We've got you covered all the way through the process. Hassle-free */
  .processhassleboxContent {position: relative;top: 0;}
  .processhassleboxContentInner {padding: 10px 0 0 0;}
  .processhassleInner {padding: 20px 15px;}
  .processhassleboxContent {display: block; display: block !important; height: auto !important;}

  /*  Footer Section  */
  .footerrightParent {margin-bottom: 0;margin-top: 35px;}
  .footerbottomSection {padding: 30px 0;background: #2C52BF;}
  .footertopSection {padding: 40px 0;}
  .processhassleRepeat {width: 50%;margin-top: 5px;}
  .Top-shape {    padding: 80px 0 100px;}
  span.plasIcon {bottom: -22px;}


  .bannerRightV2 {padding-left: 30px;}
  .bannerplusShape.V2 {right: inherit;left: -50px;}
  .nolimitBoxColLeftV2 {width: 100%;padding-right: 0px;}
  .bRightGroup.V2 {margin-bottom: inherit;margin-top: 30px;}
  .nolimitBoxColRightV2 {width: 100%;}
  .logoModuleSec.V2 .logoImageB img {max-width: 95px;width: 100%;}


  .footerrightParent.V2 {margin-bottom: 0;margin-top: 35px;}
  .Top-shape.V2 {margin-top: 0px;}
  .processhassleboxTitle br {display: none;}
  .processhassleboxTitle.text-center {text-align: left;}
  .BcpBannerRightInner {margin-bottom: 0;margin-top: 45px;}
  .ServicePartnerInner {margin-top: 0px;margin-bottom: 0px;}

  .BcpBannerLeft {width: 100%;padding-right: 0px;}
  .BcpBannerRight {width: 100%;}
  .BcpBannerBox {width: 100%;}
  .ServicePartnerTopInner {width: 100%;}
  .ServicePartnerCol {width: 100%;padding: 10px 20px;}
  .ServicePartnerRow {margin: 0px;}
  .BcpBannerplusShape {display: none;}
  .BcpBannerLeftShape {display: none;}

  .BcpSingleSection, .BcpSingleSection.V2 {padding: 60px 0 70px;}
  .FreeTrialBottomInner {width: 100%;}
  .FreeTrialRight {margin-top: 30px;padding: 0;}
  .FreeTrialBottomMainBox {padding: 0 20px;}
  .FreeTrialrightParent {
    margin-bottom: 20px;
  }
  .FreeTrialTitleShape {width: 20%;}



  .KnowlwdgeBaseMenuBox.sticky {margin-top: 0px;}

  .KnowlwdgeBaseMenuBox {
    width: 250px !important;
  }

  .span4.widget-span.widget-type-cell.KnowlwdgeBaseCol.ib {
    width: 250px;
  }
  .span8.widget-span.widget-type-cell.KnowlwdgeBaseCol.ib {
    width: calc(100% - 250px);
  }


}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {


  h1, .h1  { font-size:28px;} 
  h2, .h2 { font-size:26px;}
  h3, .h3 { font-size:20px;}
  h4, .h4 { font-size:20px; }
  h5, .h5 { font-size:18px;}
  h6, .h6 { font-size:16px;}
  .font42, .font42 h3{font-size:20px;}
  .font28, .font28 h5{font-size:18px;}
  .font20, .font20 h6{font-size:16px;} 
  .font22,.font22 h6{font-size:16px;}
  .font18, .font18 h6{font-size:16px;}


  .mib { display: inline-block; vertical-align:middle; margin-right:-4px; float:none; }

  .wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
  .mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
  .mbottom30 { margin-bottom:30px; }
  .mpt0,.mp0 { padding-top:0 !important; }
  .mpb0,.mp0 { padding-bottom:0 !important; }
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .mobile-center.text-right { text-align:center; }
  .mw100 { width: 100% }
  .mobilemax100{max-width:100%;}

  /*  Header Section  */
  .executiveGlobalHeaderInner { padding: 0 15px;}
  a.expandMenu { right: 20px;}

  /*  Banner Section  */
  .bannerLeft { width: 100%; padding-right: 0;}
  .bannerRight { width: 100%; padding-top: 40px;}
  .bannerplusShape { right: 0; left: inherit; top: 0px;}
  /*  Section-3  */
  .limitTitle h2:after { width: 120px; right: 0px;}
  .artroundShape { display: none;}
  .arttechnoboxContent{max-width:100%;}
  /*   We got you covered // Four Colunm */
  .fourColBox { max-width: 100%;}
  .fourColImage { text-align: left;}
  .testingtitleStyle { max-width: 600px; margin: 0 auto;}
  .testingtitleBorder {left:16%;}
  /*  testimonialSection  */
  .testimonialSection .testimonialsliderInner {  padding-top: 70px;  padding-bottom: 70px;}
  .testimonialSection .contentParent{max-width:100%;padding:0px 40px;}

  /*   How to get started */
  .testingtitleBorder { left: 12%; width: 18%;}

  .howtostartParent .howtostartboxParent {  margin: 0px;  }
  .howtostartParent .howtostarttopSection{text-align:center;}
  .howtostartParent .howtostartboxRepeat { width: 100%;padding:0px;max-width:300px;margin:0 auto 30px;text-align:center;}
  .howtostartParent .howtostartboxContent{max-width:100%;}
  .howtostartParent .howtostartboxRepeat:nth-child(3n+2) , 
  .howtostartParent .howtostartboxRepeat:nth-child(3n){ ;margin:0 auto 30px;}
  .howtostartParent .howtostartboxRepeat:not(:first-child) { margin-top: 0px;}
  .howtostartParent .howtostartboxRepeat:last-child{margin-bottom:0px;}
  .howtostartParent .arrowImage{display:none;}


  .eblparentSection { margin-top: 0;}
  .howtostartParent { padding-bottom: 100px;}
  .eblsectionLeft { width: 50%; padding: 40px 25px;}

  .eblparentSection { flex-wrap: wrap;}
  .eblsectionLeft { width: 100%; order: 2; }
  .eblsectionRight { order: 1; padding-bottom: 56.25%; width: 100%;}
  .eblTitle h3 br { display: none;}
  .getstartedboxRepeat + .getstartedboxRepeat { margin-top: 30px;}

  .eblcheckIcon ,.eblcheckIcon.V2{display:none;}
  span.hasslefreeMainTitleImg{display:none;}
  /*   We've got you covered all the way through the process. Hassle-free */
  .processhassleRepeat {width: 100%;margin-top: 5px;  }
  .processhassleboxContent {position: relative;top: 0;}
  .processhassleboxContentInner {padding: 10px 0 0 0;}
  .processhassleInner {padding: 20px 15px;}
  span.plasIcon {display: none;}



  .nostressLeftInner.V2 {max-width: 650px;margin: 50px auto 0;}
  .MPRightLogoBoxInner {display: inline-block;vertical-align: middle;margin-right: -4px;}
  .MicrosoftPartnersColRight {padding: 25px 40px;}

  .FToppersonbox {display: inline-block;vertical-align: middle;margin-right: -4px;}
  .FreeTrialLeftShape {display: none;  }
  .FreeTrialTitleShape {position: absolute;top: 3px;left: 4%;width: 20%;}
  .FreeTrialBottomContent {width: 100%;margin-top: 15px;padding: 0;}


  .KnowlwdgeBaseCol {
    width: 100% !important;
  }
  /*   .KnowlwdgeBaseMenuBox {
  height: calc(75vh - 50px);
  overflow-y: scroll;
  width: 100% !important;
} */

  .KnowlwdgeBaseInner {padding: 0 20px;}
  .KnowlwdgeBaseMenuBox {width: 100% !important;position: relative;left: 0 !important;height: auto !important;}
  .KnowlwdgeBaseMenuBox.sticky {position: relative;max-width: 100%;left: 0px;}
  .span8.widget-span.widget-type-cell.KnowlwdgeBaseCol.ib {padding-left: 0;}
  .KnowlwdgeBaseMenuBox.buttonSticky {bottom: 0;top: inherit;position: relative !important;left: 0 !important;}

}

@media (max-width:640px ) {

  .limitBox { width: 50%;}
  .nolimitBox { padding-left: 20px; padding-right: 20px;}

  .testingtitleBorder{display:none;}
  /*  About Us   */
  .aboutusboxRepeat { width: 100%; display: block; margin-right: 0; padding-left: 0; padding-right: 0;}
  .aboutpersonImg { width: 140px; height: 140px;}
  .aboutpersonmainContent { max-width: 100%;}

  .FToppersonbox {width: 50%;display: inline-block;vertical-align: middle;margin-right: -4px;}
  .FtlogoImageB {padding: 10px 5px;}

}

@media (max-width:480px ) {

  .limitBox { width: 100%; display:block; margin-right:0;}
  .testimonialSection .testimonialsliderInner{  padding-top: 50px;  padding-bottom: 50px;}
  /*  Footer Section  */
  .footerForm  .legal-consent-container {width:100%;padding-bottom: 20px;}
  .footerForm  .hs_submit.hs-submit {width: 100%;}
  .howtostartParent .howtostartTitle span:after { display: none;}

  .copyRightSec { font-size: 14px;}
  .footerNavMain .hs-menu-item.hs-menu-depth-1 a { font-size: 14px;}

  .bannerRightV2 {padding-left: 20px;}
  .bannerplusShape.V2 {right: inherit;left: -31px;top: -34px;width: 60px;height: 68px;}
  .limitBox.V2 {width: 33.33%;padding: 20px 15px;width: 100%;}
  .MPRightLogoBoxInner {width: 100%;display: block;padding: 10px;}
  .MPRightLogoBox {margin: 0px;}

  .FToppersonbox {width: 100%;text-align: left;}
  .footerboxContent.V2 ul li {display: block;width: 100%;}
  .FToppersonImg {margin: 0px 0px 6px;}
  .ServicePartnerCol {width: 100%;padding: 10px 0px;}
  .BcpSingleColBox {padding: 20px 15px 10px;}
  .ServicePartnerColInner {padding: 20px 25px;}

  .FreeTrialFormplusShape {display: none;}
  .FreeTrialFormLeftShape {display: none;}


}

@-webkit-keyframes fadeInLeft {
  0% { opacity: 0; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0) }
  to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInLeft {
  0% { opacity: 0; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0) }
  to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft }
@keyframes fadeInRight{
  0% { opacity: 0; -webkit-transform: translate3d(20px,0,0); transform: translate3d(20px,0,0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; }
}
@-webkit-keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0) }
  to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0) }
  to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* AOS */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}