/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Ubuntu:400,500&display=swap');
@font-face {
  font-family: Affogato;
  src: url("//cdn2.hubspot.net/hubfs/4904226/Karnott_September2019/Fonts/Affogato-Medium.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4904226/Karnott_September2019/Fonts/Affogato-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Affogato;
  src: url("//cdn2.hubspot.net/hubfs/4904226/Karnott_September2019/Fonts/Affogato-Bold.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4904226/Karnott_September2019/Fonts/Affogato-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Ubuntu,Affogato,open sans,Arial;
  font-weight: 400;
  background-color: #f3f3f3;
  color: #2f2f2f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1240px;
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
}

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

/* Basic text */
p {}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Ubuntu,Affogato,open sans,Arial;
  font-weight: 400;
  margin: 0 0 15px;
  font-weight:normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
  font-size: 64px;
  line-height: 74px;
}
h2 {
  font-size: 48px;
  color: #238c84;
  position: relative;
  line-height: 58px;
}
h3 {
  line-height: 58px;
  font-size: 32px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 25px;
}

/* Anchor Links */
a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
}

/* Lists */
ul,
ol {
  margin: 0 0 10px;
  padding-left: 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {}
li {}

/* Block Quotes */
figure {
  margin: 0 0 15px;
  padding: 0;
}
figure img {
  margin: 0 0 10px;
}
blockquote {
  margin:0;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}

#hs-eu-cookie-confirmation-inner p {}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}

a#hs-eu-confirmation-button {}

.hs-search-field input[type="search"]::-webkit-search-decoration,
.hs-search-field input[type="search"]::-webkit-search-cancel-button,
.hs-search-field input[type="search"]::-webkit-search-results-button,
.hs-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.hs-search-field--open .hs-search-field__suggestions {  
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}

#hs-eu-cookie-confirmation {
  position: absolute;
  z-index: 1001;
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 12px;
}
#hs-eu-cookie-confirmation p {
  margin: 0 0 10px;
}
#hs-en-cookie-confirmation-buttons-area {
  text-align: center;
}
#hs-en-cookie-confirmation-buttons-area a {
  margin: 0 15px;
  display:inline-block;
}
#hs-eu-confirmation-button {
  background-color: green;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
#hs-eu-decline-button {
  background-color: #9a0707;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}



/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}

.header-container .row-fluid [class*="span"] {
  min-height: 0;
}
.page-center-wrap {
  padding-left: 30px;
  padding-right: 30px;
}



/* =============== Header =============== */

.header-container-wrapper {}

.header-container {}

.custom-logo {
  width: auto !important;
}
.custom-header {
  z-index: 100;
  width: 100% !important;
  padding: 25px 30px 26px;
  position: absolute;
  left: 0;
  color: #fff;
  -webkit-transition: background-color .5s,color .5s,box-shadow .5s;
  transition: background-color .5s,color .5s,box-shadow .5s;
}
.fixed .custom-header {
  top: 0;
  position: fixed;
  padding: 15px 30px;
  background: #238c84 !important;
  box-shadow: 0 15px 20px rgba(0,0,0,.075);
}
body.no-banner:not(.blog) .custom-header {
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  transition: all ease 0.1s;
}





/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.content-wrapper {}
.main-content {}
.sidebar {}
.sidebar.right {}
.sidebar.left {}

.body-container-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
body:not(.blog) .body-container-wrapper .page-center.content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}


/* --------------------------- Main Banner --------------------------- */

.simple-banner {
  height: 75vh;
  overflow: hidden;
  position: relative;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
}
.simple-banner.no-img {
  background: #238c84;
}
.simple-banner.no-img:After {
  display: none;
}
.simple-banner:after {
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(transparent),to(#000));
  background-image: linear-gradient(0deg,#000,transparent,#000);
  opacity: .8;
  content: "";
}
.custom-banner-area-group img {
  z-index: 1;
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-content h1 {
  width: 90vw;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  margin: 0;
}
.banner-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding:0 15px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.custom-header-group h1 {
  font-weight: 400;
  font-size: 64px;
  color: #1c1c1c;
  line-height: 74px;
  padding-bottom: 0;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 5px;
}
.custom-header-group h1:after{
  height: 2px;
  width: 100%;
  background-color: #1c1c1c;
  margin-top: 10px;
  will-change: transform;
  content: "";
  transition: all ease .8s;
  transition-duration:1.5s;
  display: block;
}
.custom-header-group h1.animated:after{
  transform: translate3d(-101%, 0px, 0px);
}


/* ------------------------------ Solutions Website Page -------------------------------*/


.custom-advanced-banner-group .cat {
  line-height: normal;
  margin-bottom: 20px;
  background-color: #238c84;
  min-width: 64px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
}
.custom-advanced-banner-group img{
  width:100vw;
}
.custom-advanced-content-inner-group {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.custom-advanced-content-group h1{
  width:100%;
}
.custom-transparent-button {
  max-width: 280px;
  width: 100%;
  border: 2px solid;
  background-color: transparent;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  transform: translate3d(0px, -3px, 0px);
  display: inline-block;
  padding: 15px 16px 14px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  transition: all ease .3s;
  font-weight: 500;
  min-height: 36px;
  transition: all ease .3s;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  margin: 8px;
  position: relative;
  top: 2px;
}
.custom-transparent-button:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
}
.custom-transparent-button:hover:after {
  opacity:.2;
}
.custom-transparent-button:hover{
  transition: all ease .3s;
  color: #fff;
  transform: translateY(-7px);
}
.custom-advanced-content-group .custom-button {
  margin: 8px;
  padding-left: 15px;
  max-width: 280px;
  padding-right: 10px;
  width: 100%;
}
.custom-banner-button-group {
  display: inline-block;
  vertical-align: middle;
  margin-top: 42px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
}
.custom-advanced-banner-group.simple-banner {
  height: calc(100vh - 220px);
  background-size: cover;
  background-position: center;
}
.custom-advanced-banner-group.simple-banner img {
  background-position: center;
  position: absolute;
  z-index: 1;
  min-height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  top: -76px;
}
.custom-content-with-bg-image-group.wow .bg-img{
  filter: blur(5px);
  transition: filter 500ms ease 0s;
  transition-delay:.8s;
}
.wow .become-distributor-image{
  filter: blur(10px);
  transition: filter 500ms ease 0s;
  transition-delay:1.4s;
}
.custom-advanced-banner-group.simple-banner.wow img {
  filter: blur(15px);
  transition: filter 500ms ease 0s;
  transition-delay:1.4s;
}
.wow.animated .become-distributor-image,
.custom-content-with-bg-image-group.wow.animated .bg-img,
.custom-advanced-banner-group.simple-banner.wow.animated img {
  filter: blur(0);
  transition: filter 500ms ease 0s;
  transition-delay:1.4s;
}
.custom-jobs-layout .custom-advanced-banner-group.simple-banner img{
  top: -126px;
}
.custom-jobs-layout .custom-advanced-banner-group.simple-banner:after{
  opacity: .8;
}
.custom-who-we-are-group-col2.wow hr {
  width: 0;
  transition: all ease 0.8s;
}
.custom-who-we-are-group-col2.wow.animated hr {
  width: 150px;
}
.custom-advanced-banner-group.simple-banner:after{
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(transparent),to(#000));
  background-image: linear-gradient(0deg,#000,transparent,#000);
  opacity: .6;
  content: "";
}
.custom-clients-logo-group {
  padding: 50px 20px;
  will-change: opacity;
  position: relative;
  background: #fff;
  text-align: center;
}
.custom-clients-logo-group .page-center {
  width: 100%;
  max-width: 1340px !important;
}
.custom-clients-logo-item {
  width: calc(16.66667% - 30px);
  margin: 21px 15px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
}
.custom-team-group:after {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(transparent),to(#000));
  background-image: linear-gradient(0deg,#000,transparent,#000);
  opacity: .3;
  content: "";
  display: block;
}
.custom-clients-logo-inner-group {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
}
.custom-clients-logo-group h2 {
  font-size: 32px;
  line-height: 35px;
  color: #238c84;
  position: relative;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  margin-bottom: 26px;
  overflow: hidden;
}
.custom-clients-logo-group h2.animated:after{
  transform: translate3d(-101%, 0px, 0px);  
}
.custom-clients-logo-group h2:after {
  height: 2px;
  width: 100%;
  background-color: #238c84;
  margin-top: 10px;
  will-change: transform;
  content: "";
  display: block;
  transform: none;
  transition:all ease 0.8s;
}
.custom-team-group.simple-banner {
  display: block;
  height: auto;
}
.custom-team-middle-group .custom-team-item {
  padding: 20px 30px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  width: 50%;
}
.custom-team-group .page-center {
  position: relative;
  z-index: 3;
}
.custom-team-middle-group {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 90px 0;
}
.custom-team-group {
  width: 100%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 20px;
  position:relative;
}
.cm-parallax-bg-image{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.cm-parallax-bg-image img{
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.team-content {
  padding: 50px 10px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-team-item-inner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-team-item-inner {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(0,0,0,.3);
  background-color: #fff;
}
.custom-team-item-inner .category {
  padding: 4px 10px;
  background-color: silver;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  background: rgb(17, 17, 17);
}
.team-content p {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.team-content h6{
  color: #2f2f2f;
  margin-top: 7.5px;
  margin-bottom: 40px;
  font-size:16px;
  line-height:normal;
  text-align: center;
  font-family: Ubuntu,Affogato,open sans,Arial;
  font-weight: 400;
}
.custom-team-item-inner .custom-play-button-group {
  margin-top: 0;
  color: #f7931e;
  cursor: pointer;
}
.custom-team-item-inner .custom-play-button-right:hover {
  color: rgb(247, 147, 30);
}
.custom-team-bottom-group {
  text-align: center;
  margin-top: 43px;
}
.video-play-button:before,
.team-content .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background:rgb(247, 147, 30);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after,
.team-content .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: #f7931e;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:before,
.team-content .video-play-button:hover:after {
  background-color: darken(rgb(247, 147, 30), 10%);
}
.team-content .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span,
.team-content .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.custom-advanced-content-group .video-play-button span{
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.team-content .video-play-button {
  background: transparent;
}
.custom-team-inner-group h2.animated:after {
  transform: translate3d(-101%, 0px, 0px);  
}
.custom-team-inner-group h2:after {
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform: none;
  transition: all ease 0.8s;
  transition-duration: 1.5s;
  margin-top: 10px;
  will-change: transform;
  content: "";
  display: block;
}
.custom-team-inner-group h2 {
  font-size: 48px;
  color: #fff;
  position: relative;
  line-height: 58px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
  overflow: hidden;
  display:table;
  margin-left:auto;
  margin-right:auto;
}
.custom-two-col-hover-slider-group {
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  padding: 65px 30px;
}
.custom-interactive-tab-top svg {
  height: 65px;
  min-height: 65px;
  width: auto;
}
.custom-interactive-tab-item {
  width: 100%;
  max-width: 280px;
  height: 200px;
  padding: 20px;
  position: relative;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor:pointer;
}
.interaction-title {
  margin-top: 15px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #8cc047;
  display: block;
  transition: all ease 0.5s;
}
.custom-interactive-tab-item:hover .interaction-title {
  color: #fff;
}
.custom-two-col-hover-slider-group h2 {
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 48px;
  position: relative;
  line-height: 58px;
  max-width: 900px;
  margin: 0px auto;
}
.custom-two-col-hover-slider-col1-inner {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 560px;
  text-align: center;
  padding-bottom: 0;
}
.custom-two-col-hover-slider-col1 {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  align-items: flex-end;
}
.custom-two-col-hover-slider-col2 {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  margin: -5px 0 0 75px;
}
.custom-two-col-hover-slider-inner {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  width: 100%;
  margin-top:77px;
}
.custom-two-col-hover-slider-inner-col2 {
  height: 550px;
  width: 282px;
  position: relative;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}
.custom-two-col-hover-slider-inner-col2 .cover {
  position: absolute;
  top: -16px;
  left: 0;
  min-width: 406px;
}
.interaction-hover-content {
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
  text-align: center;
  color: #fff;
  transition:all ease 0.5s;
  margin: 0;
  opacity:0;
  padding: 20px;
  box-shadow: 0 12px 20px rgba(0,0,0,.1);
  border-radius: 5px;
  overflow: hidden;
}
.custom-two-col-hover-slider-col2-img-slider {
  z-index: 2;
  height: 100%;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.custom-two-col-hover-slider-col2-img-slider img {
  position: absolute;
  top: 0;
  left: -10px;
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: -o-contain;
  transform: translateX(-100%);
  transition: all ease 0.8s;
  filter: blur(5px);
}
.custom-two-col-hover-slider-col2-img-slider img.active {
  transform: translateX(0);
  transition: all ease 0.6s;
  filter: blur(0);
  left:0;
}
.custom-banner-area-group.wow img{
  filter: blur(15px);
  transition: filter 500ms ease 0s;  
  transition-delay: 1.4s;
}
.custom-banner-area-group.wow.animated img{
  filter: blur(0);
  transition-duration: 1.4s;
  transition-delay: 1.4s;
  transition: filter 500ms ease 0.2s;
}
.custom-interactive-tab-inner-item.active .interaction-hover-content{
  opacity: 1 ;
}
.custom-interactive-tab-inner-item.active .custom-interactive-tab-top {
  opacity: 0;
  transition:all ease 0.3s;
}
.interaction-hover-content .content p {
  margin: 0;
}
.interactive-button-group {
  width: 100%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  padding-right: 20px;
}
.interactive-button {
  height: 20px;
  width: 20px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 16px;
  font-weight: 500;
  transition: all ease 0.5s;
  position: relative;
  cursor: pointer;
  z-index: 2;
  color: rgb(140, 192, 71);
}
.custom-interactive-tab-top {
  padding: 30px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interaction-bottom-line {
  margin-top: 15px;
  height: 1px;
  min-height: 1px;
  width: 30%;
  background-color: #fff;
  opacity: 0;
  transition: all ease 0.5s;
}
.interactive-button-circle {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale3d(0.6, 0.6, 0.6);
  transition: all ease 0.5s;
}
.custom-interactive-tab-item:hover .interaction-bottom-line {
  opacity: 1;
  transition: all ease 0.5s;
  width: 60%;
}
.custom-interactive-tab-item .interactive-button-circle:hover {
  transform: scale3d(1,1,1);
  opacity: 1;
}
.custom-interactive-tab-item:hover .interactive-button{
  transition: all ease 0.5s;
  color: #fff;
}
.custom-slider-bottom-content {
  margin-top: 80px;
}
.custom-slider-bottom-content a + a {
  margin-left: 27px;
}
.custom-interactive-tab-top svg circle, 
.custom-interactive-tab-top svg line,
.custom-interactive-tab-top svg path, 
.custom-interactive-tab-top svg polyline {
  -webkit-transition: stroke .5s;
  transition: stroke .5s;
}
.st0 {
  fill: none;
  stroke: #35D5C9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;  
}
.custom-interactive-tab-item:hover .st0{
  stroke:#fff;
}
.Left .custom-two-col-hover-slider-col2 {
  margin: 0 35px 0 0;
}
.Left .custom-two-col-hover-slider-inner-col2 {
  height: 395px;
  width: 550px;
}
.Left .custom-two-col-hover-slider-inner-col2 .cover {
  top: -16px;
  max-width: 658px;
}
.Left .custom-two-col-hover-slider-col1-inner {
  justify-content: flex-start;
}
.Left .custom-two-col-hover-slider-inner {
  flex-direction: row-reverse;
}
.custom-solutions-group1{
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
}
.custom-solutions-group1 .custom-two-col-hover-slider-group{
  background:none;
}
.custom-advanced-content-group .play-btn {
  background: transparent;
}
.play-btn:hover,
.custom-advanced-content-group .play-btn:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}
.play-btn,
.custom-advanced-content-group .play-btn {
  transition: transform 0.6s;
  transform: scale3d(1, 1, 1);
  cursor:pointer;
  top:0;
}
.custom-advanced-content-group .video-play-button:before {
  background: #fff;
}
.custom-advanced-content-group .video-play-button:after {
  background: rgb(35, 140, 132);
}
.custom-advanced-content-group .custom-play-button-right {
  color: #fff;
  transition:all ease 0.4s;
  cursor:pointer;
}
.custom-advanced-content-group .custom-play-button-right:hover{
  color:rgb(140,192,71);
}
.custom-advanced-content-group .custom-play-button-group{
  bottom:15%;
  left:10%;
  position:absolute;
}
.custom-solutions-group1 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.custom-two-col-hover-slider-group .custom-banner-button-group .custom-green-button {
  margin-top: 0;
  padding-top: 17px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.custom-two-col-hover-slider-group .custom-banner-button-group {
  margin-top: 107px;
  max-width: 100%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 14px;
}
.custom-two-col-hover-slider-group .custom-banner-button-group a {
  margin: 0 40px;
  text-align: center;
}
.custom-two-col-hover-slider-group .custom-banner-button-group .custom-transparent-button {
  position: relative;
  top: 6px;
  box-shadow: none;
}
.custom-two-col-hover-slider-group.Left .custom-two-col-hover-slider-col2-img-slider img {
  transform: none;
  opacity: 0;
  left:0;
  transition:all ease 0.8s;
}
.custom-two-col-hover-slider-group.Left .custom-two-col-hover-slider-col2-img-slider img.active {
  left:0;
  transform: none;
  opacity: 1;
}

.custom-current .st0,
.custom-interactive-tab-item.active .st0 {
  stroke: #fff;
}
.custom-current .interaction-title,
.custom-interactive-tab-item.active .interaction-title {
  color: #fff;
}
.custom-current .interaction-bottom-line,
.custom-interactive-tab-item.active .interaction-bottom-line {
  opacity: 1;
  width: 60%;
}
.custom-current .interactive-button,
.custom-interactive-tab-item.active .interactive-button {
  color: #fff;
}




@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* --------------------------------- Jobs Website Page -------------------------------------- */


.custom-jobs-layout .body-container .page-center {
  max-width: 1420px;
  padding-left: 0;
  padding-right: 0;
}
.hs-jobs-listing-group .title {
  font-size: 42px;
  margin-bottom: 20px;
}
.hs-jobs-listing-group .description {
  font-size: 18px;
  line-height: 23px;
  color: #1c1c1c;
}
.hs-jobs-listing-item {
  max-width: calc(50% - 160px);
  width: 100%;
  margin: 60px 80px 102px;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.hs-jobs-bottom-group {
  margin-top: 14px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: space-between;
  align-items: center;
}
.hs-jobs-bottom-left a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  -webkit-transition: color .5s;
  transition: color .5s;
  color: #238c84;
  padding-bottom: 24px;
  margin-top: 10px;
}
.hs-jobs-bottom-left a:hover:after {
  width:100%;
}
.hs-jobs-bottom-right a:hover:after{
  width:115px;
}
.hs-jobs-bottom-right a:hover{
  transition: all ease 0.4s;
  color: #8cc047;
}
.hs-jobs-bottom-right a:after,
.hs-jobs-bottom-left a:after {
  content: "";
  background: #8cc047;
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 2px;
  float: right;
  transition: all ease 0.4s;
  right: 0;
}
.hs-jobs-bottom-right a {
  padding-bottom: 19px;
  margin-top: 6px;
  position: relative;
  top: 1px;
}
.hs-jobs-bottom-left a svg {
  color: rgb(35, 140, 132);
  }
.hs-jobs-bottom-left a:hover svg {
  color: rgb(140,192,71);
}
.hs-jobs-bottom-right {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  margin: 11px 0 8px;
  -webkit-transition: color .5s;
  transition: color .5s;
  color: #238c84;
}
.table-pagination {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.table-pagination svg{
  width:15px;
  height:15px;
}
.table-pagination svg g > g {
  fill: #6cc0ba!important;
}
.table-pagination a {
  padding: 10px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  margin: 8px 6px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  min-width: 0;
  font-size: 15px;
  color: #6cc0ba;
  top: 0;
}
.table-pagination a.active {
  color: #238c84;
}
.table-pagination .table-pagination-center a:hover{
  top: -3px;
  transition: all ease .5s;
}
.table-pagination .table-pagination-center a:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
  background: rgb(108, 192, 186);
}
.table-pagination .table-pagination-center a:hover:after {
  opacity: .1;
}
.table-pagination a.disabled,
.table-pagination a.active {
  cursor: not-allowed;
}
.table-pagination a.prev-link,
.table-pagination a.next-link {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.table-pagination-left svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-advanced-banner-group.simple-banner.jobs-banner {
  height: 75vh;
}
.jobs-banner .custom-advanced-content-inner-group {
  max-width: 90vw;
}
.custom-advanced-banner-group.simple-banner .custom-transparent-button {
  box-shadow: none;
}
.custom-jobs-play-button-group .custom-play-button-group + .custom-play-button-group {
  margin-bottom: 0;
  margin-top: 40px;
}
.custom-jobs-play-button-group .custom-play-button-group {
  position: static;
}
.custom-jobs-play-button-group {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.hs-jobs-listing-inner-group {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-jobs-layout .body-container-wrapper .page-center.content-wrapper {
  padding-top: 75px !important;
  padding-bottom:60px !important;
}
.custom-content-with-button-group .custom-button {
  padding-left: 27px;
  padding-right: 27px;
}
.hs-jobs-listing-group h3 {
  padding-left: 90px;
  color: #238c84;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}
.custom-jobs-layout .page-center-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-content-with-button-group {
  margin: 0 auto;
  font-size: 18px;
  line-height: 23px;
  color: #1c1c1c;
  text-align: center;
  max-width: 860px;
  padding: 105px 0px 0px;
}
.custom-content-with-button-group h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  color: #1c1c1c;
}
.custom-content-with-button-group p {
  padding-bottom: 7px;
}
.hs-jobs-listing-group .category span {
  padding: 4px 10px;
  background-color: #1c1c1c;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  margin-right: 10px;
}
.hs-jobs-listing-group .category span.shenzhen,
.hs-jobs-listing-group .category span.tarn {
  background-color: #f39320;
}
.hs-jobs-listing-group .category span.lille{
  background-color: #35d5c9;
}
.hs-jobs-listing-group .category {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  margin: 10px 0 30px;
}






/* ------------------------------ Who We Are Website Page -------------------------------*/


.custom-who-we-are-group{
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  padding: 100px 50px 50px;
  color: #fff;
}
.custom-who-we-are-group-col2 {
  min-width: 430px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: justify;
  width: 40%;
  float: left;
  padding-left: 34px;
  padding-right: 20px;
}
.custom-who-we-are-group-col1 {
  font-size: 18px;
  line-height: 25px;
  width: 60%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-who-we-are-group-col1 h2 {
  color: #fff;
  font-size: 32px;
  line-height: 39px;
  font-weight: normal;
}
.custom-who-we-are-group-col1-bottom {
  box-shadow: 0 12px 20px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 60px 50px 50px;
  color: #1c1c1c;
  font-family: Ubuntu,Affogato,open sans,Arial;
  max-width: 660px;
  margin-top: 150px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.custom-who-we-are-group-col1-bottom h2 {
  color: #1c1c1c;
  font-size: 48px;
  line-height: 58px;
  font-weight:normal;
  margin-bottom: 40px;
}
.custom-who-we-are-group-col1-bottom p:last-of-type {
  margin-bottom: 10px;
}
.custom-who-we-are-group-col2 hr {
  border-color: #fff;
  background: #fff;
  width: 150px;
  margin: 50px 0;
}
.custom-who-we-are-group-col2 p {
  margin-bottom: 25px;
}
.play-btn {
  height: 45px;
  width:45px;
  min-width:45px;
  min-height:45px;
  max-width:45px;
  max-height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background-color:currentColor;
  will-change:box-shadow,transform;
  position:relative;
}
.play-btn svg {
  width: 13px;
  fill : #fff;
}
.custom-play-button-group {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  margin-top: 75px;
  font-family: Affogato,Ubuntu,open sans,Arial;
}
.custom-play-button-right {
  margin-left: 20px;
  line-height: normal;
  transition:all ease 0.5s;
}
.custom-play-button-duration, .custom-play-button-title {
  font-size: 15px;
  font-weight: 500;
}
.custom-play-button-duration {
  margin-top: 3px;
  opacity: 0.75;
  text-align: left;
}
.custom-play-button-title {
  font-family: Affogato,Ubuntu,open sans,Arial;
  opacity: .9;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.custom-play-button-right:hover {
  color: rgb(140, 192, 71);
}
.custom-full-width-content-group {
  height: 600px;
}
.custom-full-width-content-group:after {
  display: none;
}
.custom-full-width-content-group.has-content {
  height: 500px;
}
.custom-full-width-content-group h2 {
  font-size: 64px;
  font-weight: normal;
  line-height: 74px;
  color: #fff;
  text-align: center;
}
.custom-button{
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: color .5s;
  transition: color .5s;
  padding: 17px 24px 16px;
  margin: 35px 0 0;
  text-align:center;
  transition: all ease .3s;
  background-color: #238c84;
  color: #fff;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
}
.custom-button:after{
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
}
.custom-button:hover:after {
  pointer-events: all;
  opacity: .2;
}
.custom-button:hover {
  transition: all ease .3s;
  color: #fff;
  background-color: #238c84;
  transform: translateY(-3px);
}
.custom-top-icon-with-title-group {
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  padding: 50px 50px 32px;
}
.custom-top-icon-with-title-group svg {
  height: 60px;
  width: auto;
}
.custom-top-icon-with-title-group .title {
  margin-top: 10px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  color: #8cc047;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.custom-top-icon-title-item {
  text-align: center;
  margin: 50px;
  width: calc(25% - 100px);
}
.custom-top-icon-title-wrapper {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
.st1 {
  fill: #FFFFFF;
}
.custom-top-icon-title-wrapper .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 1;
}
.custom-top-icon-title-wrapper .st1{
  fill: #FFFFFF;
}
.custom-content-with-bg-image-group {
  min-height: 700px;
  position: relative;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 100px;
  background-size: cover;
  background-position: center;
}
.custom-content-with-bg-image-group h2{
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight:normal;
}
.custom-content-with-bg-image-group img.bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-green-button {
  padding: 18px 16px 17px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: color .5s;
  transition: color .5s;
  background-color: rgb(140, 192, 71);
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
  min-width: 280px;
  display: inline-block;
  margin-top: 12px;
  transition: all ease .3s;
  text-align: center;
}
.custom-green-button:hover{
  transition: all ease .3s;
  background-color: rgb(140, 192, 71);
  color:#fff;
  transform: translateY(-3px);
}
.custom-awards-group {
  text-align: center;
}
.custom-green-button:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
}
.custom-green-button:hover:after {
  opacity:.2;
}
.custom-awards-group h2.animated:after {
  transform: translate3d(-101%, 0px, 0px);
}
.custom-awards-group h2:after{
  height: 2px;
  width: 100%;
  background-color: #238c84;
  margin-top: 10px;
  will-change: transform;
  content: "";
  display: block;
  transform: none;
  transition: all ease 0.8s;
}
.custom-awards-group h2 {
  font-size: 32px;
  line-height: 35px;
  color: #238c84;
  position: relative;
  font-weight: normal;
  text-align: center;
  overflow:hidden;
  display:inline-block;
}
.custom-awards-group {
  padding: 100px 30px;
  background-color: #fff;
  overflow: hidden;
}
.custom-awards-inner-group {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 41px;
  padding: 0 35px;
}
.custom-full-width-logoes-col2 {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 428px;
}
.custom-full-width-logoes-col1 .image-wrap:first-child img {
  height: 343px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: initial;
}
.custom-full-width-logoes-col1 {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.custom-full-width-logoes-col1 .image-wrap:nth-child(2) img {
  margin: 30px;
}
.custom-full-width-logoes-col1 .image-wrap:first-child {
  height: 180px;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
  position: relative;
  margin: 30px;
}
.custom-full-width-logoes-col2 img {
  margin: 30px 20px;
  height: 60px;
  width: auto;
}
.custom-who-we-are-group-col2 .play-btn {
  background: transparent;
}
.custom-who-we-are-group-col2 .play-btn {
  background: transparent;
}
.custom-who-we-are-group-col2 .video-play-button:before {
  background: #fff;
}
.custom-who-we-are-group-col2 .video-play-button:after {
  background: rgb(35, 140, 132);
}
.custom-advanced-content-group .custom-play-button-right {
  color: #fff;
}


/* -------------------------------------- One Column Website Page ------------------------------------------*/

.custom-one-col-layout .main-content h2 {
  font-weight: 400;
  font-family: Ubuntu,Affogato,open sans,Arial;
  font-size: 32px;
  line-height: 53px;
  color: #2f2f2f;
  margin-top: 50px;
}
.custom-one-col-layout .body-container .content-wrapper {
  max-width: 100%;
  padding-left: 250px;
  padding-right: 250px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.custom-one-col-layout .main-content{
  font-size: 18px;
  line-height: 23px;
  text-align: justify;
}
.custom-one-col-layout .page-center-wrap {
  padding-left: 0;
  padding-right: 0;
}


/* ---------------------------------- Become Distributor -------------------------------- */

.custom-become-distributor-mod.simple-banner {
  height: 100%;
  width: 100%;
  min-height:100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color:#238C84;
}
.custom-become-distributor-mod.simple-banner img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-header-group {
  position: relative;
  z-index: 9;
}
.hs-become-distributor-page .container-fluid .row-fluid .page-center {
  max-width: 1075px;
  padding: 0 !important;
}
.custom-become-distributor-logo svg {
  height: 70px;
  margin-bottom: 60px;
}
.custom-become-distributor-mod.simple-banner:after {
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(75%,transparent),to(#000));
  background-image: linear-gradient(0deg,transparent 75%,#000);
  opacity: .6;
  content: "";
}
.hs-become-distributor-page .body-container-wrapper,
.hs-become-distributor-page .footer-container-wrapper{
  position: relative;
}
body:not(.blog) .body-container-wrapper .page-center.content-wrapper .hs-become-distributor-row1-top-content h1 {
  font-size: 64px;
  color: #fff;
  line-height: 74px;
  text-align: center;
  margin-bottom: 100px;
  font-weight: 400;
}
.hs-become-distributor-row1-col1 {
  color: #fff;
}
.hs-become-distributor-row1-col1 h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 400;
}
.hs-become-distributor-row1-col1 p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field {
  width: 100%;
  margin: 22px 0 32px;
  /*border-bottom: 1px solid #fff;*/
  overflow: hidden;
  position: relative;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field >label {
  width: 138px !important;
  margin-right: 10px;
  color: hsla(0,0%,100%,.8);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 4px;
  float: left;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-input {
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 1px 10px 1px 0;
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  padding: 0 0 0 5px;
  font-family: Ubuntu,open sans,Arial;
  font-weight:normal !important;
  /*top: -6px;*/
}
.body-container .hs-become-distributor-row1-col2 #hs_cos_wrapper_widget_1569473957636 input[type="email"] {
  font-family: Ubuntu,open sans,Arial;
  font-weight:normal !important;
}
.body-container .hs-become-distributor-row1-col2 #hs_cos_wrapper_widget_1569473957636 textarea {
  min-height: 150px !important;
  font-family: Ubuntu,open sans,Arial;
  font-weight: normal !important;
}
.body-container .hs-become-distributor-row1-col2 #hs_cos_wrapper_widget_1569473957636 input[type="text"], .body-container .hs-become-distributor-row1-col2 #hs_cos_wrapper_widget_1569473957636 textarea, .body-container .hs-become-distributor-row1-col2 #hs_cos_wrapper_widget_1569473957636 input[type="email"], .body-container .hs-become-distributor-row1-col2 #hs_cos_wrapper_widget_1569473957636 input[type="tel"] {
  background-color: #FFFFFF !important;
  background-image: none !important;
  border-color: #CCCCCC !important;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: Ubuntu,open sans,Arial;
  font-weight:normal !important;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .input {
  width: 69%;
  float: left;
}
.hs-become-distributor-row1-col2 {
  padding-left: 23px;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-input[type="checkbox"] {
  width: auto !important;
  top: 0px;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-form-booleancheckbox label {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  padding-left: 28px;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field label span.hs-form-required,
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field > label span.hs-form-required{
  display: none;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-form-booleancheckbox .hs-input,
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox .hs-input{
  width: 0px !important;
  height: 0px;
  margin: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  padding: 0;
  outline: none;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-form-booleancheckbox .hs-input+span:after ,
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox .hs-input+span:after{
  border: 1px solid #fff;
  content:'';
  height: 20px;
  width: 20px;
  border-radius: 5px;
  padding: 3px;
  display: block;
  top: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  transition:all ease 0.4s;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-form-booleancheckbox .hs-input+span:before ,
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox .hs-input+span:before{
  content: '';
  display: block;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 3px;
  left: 8px;
  right: 0;
  position: absolute;
  opacity: 0;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-form-booleancheckbox .hs-input:hover+span:after, 
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox .hs-input:hover+span:after {
  background-color: rgba(255,255,255,0.2);
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field.hs_agree_policy .input {
  width: 100%;
  float: none;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .hs-form-booleancheckbox .hs-input:checked + span:before ,
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox .hs-input:checked + span:before{
  opacity: 1;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-button.primary {
  background: rgb(35, 140, 132);
  border: none;
  letter-spacing: 1.3px;
  line-height: 1.5;
  padding: 16.5px 32px;
  margin: 10px;
  position: relative;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-button.primary:hover {
  background: rgb(79, 163, 157);
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .actions {
  text-align: center;
}

.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field.hs_agree_policy {
  border-bottom: 0;
  margin: 41px 0 14px;
}
.hs-become-distributor-page .custom-footer-group {
  padding-top: 20px;
}
.body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-button.primary:before {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.cta-secondaire-lp  div  a {
  color:#FF9902;
  border-color:#FF9902;
}
.hs-become-distributor-page div#site-wrapper {
  min-height: 100vh;
  padding: 50px;
  position: relative;
}
.custom-footer-group .custom-footer-bottom>div>div>div:first-child span>span svg {
  width: 14px;
  margin-left: 2px;
}
.hs-contact-page div#site-wrapper {
  padding: 0px 50px 50px;
  position: relative;
/*  Hubspot Support 3362821 > changed height  */
  height: 100%;
}
body:not(.blog).hs-contact-page .body-container-wrapper .page-center.content-wrapper {
  max-width: 1100px;
  padding: 0;
}
.hs-contact-page .body-container-wrapper {
  padding-top: 188px;
}
body:not(.blog) .body-container-wrapper .hs-contact-row1-group .page-center.content-wrapper h1{
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field {
  width: 40.5%;
  float: left;
  clear: left;
  padding-right: 0;
  border-bottom: 1px solid #fff;
  margin: 10px 50px 22px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap {
  right: 0;
  width: 40%;
  top: 0;
  display: inline-block;
  margin: 0px 50px 20px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs-form-field {
  width: 100%;
  clear: none;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  border-bottom: 0;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field > label {
  width: 120px;
  margin-right: 10px;
  float: left;
  margin-bottom: 12px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field .input {
  float: left;
  width: calc(100% - 136px);
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field.hs-lastname {
  margin-top: 22px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field .input .hs-input {
  border: 0;
  padding: 0;
  margin: 0;
}
.hs-contact-row1-group.wow span.hs_cos_wrapper_type_form form{
  opacity:0;
  transition:all ease 0.3s;
}
.body-container .hs-contact-row1-group.wow.animated .hs_cos_wrapper_type_form {
  opacity: 1;
}
.hs-contact-row1-group.wow.animated span.hs_cos_wrapper_type_form form{
  opacity:1;
  transition:all ease 0.3s;
}
.hs-contact-row1-group.wow .hs_cos_wrapper_type_form {
  min-height: 500px;
  transition: all ease 0.3s;
  display: block;
  opacity: 0;
  transition-delay: 1s;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form {
  padding: 40px 25px 28px;  
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs-form-field textarea.hs-input {
  border: 1px solid #fff;
  border-radius: 3px;
  min-height: 236px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs-form-field > label {
  width: 100%;
  display: block;
  float: none;
  color: hsla(0,0%,100%,.8);
  margin-bottom: 10px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs-form-field .input {
  width: 100%;
  float: none;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs-submit {
  text-align: center;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox label {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs_agree_policy {
  margin-top: 18px;
  margin-bottom: 20px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs-submit .hs-button.primary {
  margin-bottom: 0;
}
.hs-contact-page .footer-container.container-fluid .row-fluid .page-center {
  max-width: 1100px;
  padding: 0;
  margin-top: 20px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox .hs-input{
  left: 0px;
  top: 5px;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs_agree_policy {
  position: relative;
  padding-left: 31px;
}
.actus-blog-post .custom-header {
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  box-shadow: none;
}
.custom-blog-actus-inner {
  margin-top: 100px;
}
.hs-blog-post.actus-blog-post .blog-section {
  margin-top: 94px;
}
.hs-blog-post.actus-blog-post .body-container .page-center {
  padding: 0;
}
.custom-actus-date-format .meta-date {
  background-color: #8b6706;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  display: inline-block;
}
.custom-actus-date-format {
  margin-bottom: 35px;
}
.actus-blog-post .section-post-header h1 {
  font-size: 64px;
  width: 100%;
  line-height: 70px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 140px;
  margin: 35px 0;
  font-weight: 400;
}
.actus-blog-post .hs-featured-image-wrapper-post {
  box-shadow: none;
  max-height: 500px;
  margin-bottom:30px;
}
.actus-blog-post .hs-featured-image-wrapper-post img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.actus-blog-post .section.post-body p {
  margin: 28px 0;
  white-space: normal;
}
.actus-blog-post .body-container .section.post-footer form {
  max-width: 100%;
}
.custom-actus-blog-listing-banner {
  height: 65vh;
  padding: 150px 0px 100px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.parallax-layer {
  height: 100%;
  will-change: transform;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
}
.parallax-inner img {
  z-index: 1;
  min-height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.listing-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.listing-content h1 {
  width: 90vw;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  margin: 0;
}
.hs-blog-listing.blog-actus-listing .page-center.content-wrapper {
  max-width: 1200px;
  padding: 0;
}
.blog-actus-listing .post-item {
  flex-direction: column;
  width: 100%;
  margin: 30px 50px;
  max-width: calc(50% - 100px);
}
.blog-actus-listing .custom-actus-date-format {
  margin-bottom: 17px;
}
.blog-actus-listing .post-header h2 {
  line-height: 36px;
}
.blog-actus-listing .hs-featured-image-wrapper {
  min-height: auto;
  min-width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px;
}
.blog-actus-listing .blog-pagination {
  flex-direction: initial;
  padding-bottom: 100px;
}
.blog-actus-listing .blog-pagination a {
  display: inline-block;
}
.blog-pagination a.next-link-block {
  cursor: not-allowed;
}
.blog-pagination a.cm-prev-link-block{
  cursor: not-allowed;
}
.custom-read-more-link {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.custom-read-more-link .line {
  width: 100%;
  margin-top: 15px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-end;
  overflow: hidden;
}
.custom-read-more-link .line-inner {
  height: 2px;
  width: 0;
  background-color: currentColor;
  transform: translate3d(100%, 0px, 0px);
  transition: 0.3s ease;
}
.custom-read-more-link a.more-link:hover .line-inner {
  transform: translate3d(0px, 0px, 0px);
  width: 115px;
}
.actus-blog-post .rss-inner-group {
  padding: 20px 0px;
}
.actus-blog-post .rss-inner-group .rss-inner-section {
  padding: 10px;
  border-radius: 4px;
  transform: translate3d(0px, 0px, 0px);
  transition: 0.3s ease;
  position: relative;
}
.actus-blog-post .rss-inner-group .rss-image {
  width: 100%;
  margin-bottom: 15px;
  height: 150px;
}
.actus-blog-post .rss-inner-group .rss-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.actus-blog-post .rss-inner-group .bx-caption {
  font-size: 19px;
  line-height: 25px;
  color: #1c1c1c;
}
.actus-blog-post .featured-posts .slick-next {
  right: -20px;
}
.actus-blog-post .featured-posts .slick-prev {
  left: -25px;
}
.actus-blog-post .featured-posts .carousel-module--arrow {
  top: 48%;
}
.actus-blog-post .rss-inner-group .rss-inner-section a.rss-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  outline:none;
}
.actus-blog-post .rss-inner-group .rss-inner-section:hover {
  transform: translate3d(0px, -10px, 0px);
  background: rgba(0,0,0,0.05);
}
.custom-two-col-right-image-mod {
  padding: 0 50px 100px;
  width: 100%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.body-container.container-fluid .custom-two-col-right-image-mod .page-center {
  width: 100%;
  max-width: 1200px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  position: relative;
  padding: 0;
  margin: 0;
}
.custom-two-col-right-image-mod .col1 {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  padding-right: 100px;
}
.custom-two-col-right-image-mod .col2 {
  flex: 1 1;
}
.custom-two-col-right-image-mod .col1 h2,
.custom-two-col-right-image-mod .col1 h1 {
  font-size: 48px;
  color: #fff;
  line-height: 64px;
}
.custom-two-col-right-image-mod .custom-button-group {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-end;
}
.custom-two-col-right-image-mod .custom-button-group a {
  display: inline-block;
  color: rgb(140, 192, 71);
  transform: translate3d(0px, 0px, 0px);
  min-height: 55px;
  max-width: 280px;
  white-space: nowrap;
  margin-top: 13px;
  margin-right: -50px;
  background-color: currentColor;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  padding: 8px 20px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: .5s ease;
  transition:  .5s ease;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: center;
}
.custom-two-col-right-image-mod .custom-button-group a:hover{
  transform:translateY(-3px);
}
.custom-two-col-right-image-mod .custom-button-group a span {
  color: #fff;
}
.custom-two-col-right-image-mod .custom-button-group a:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
}
.custom-two-col-right-image-mod .custom-button-group a:hover:after {
  opacity:.2;
}
.custom-two-col-right-image-mod .col2 img {
  filter: blur(0px) drop-shadow(rgba(0, 0, 0, 0.4) 3px 9px 10px);
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hs-le-computer-row1-group .custom-top-icon-with-title-section {
  background: none;
  padding: 50px 50px 20px;
  margin-bottom: 59px;
}
.hs-le-computer-page .body-container {
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
}
.le-computeur-banner .banner-content {
  position: relative;
  padding: 0;
  max-width: 1200px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: baseline;
}
.hs-le-computer-row1-group .custom-clients-logo-group h2 {
  margin-bottom: 25px;
}
body:not(.blog).no-banner.hs-le-computer-page  .header-container {
  min-height: auto !important;
}
.le-computeur-banner {
  padding: 150px 50px 75px;
}
body.no-banner:not(.blog).hs-le-computer-page .custom-header {
  box-shadow: none;
  background: no-repeat;
}
body.no-banner:not(.blog).hs-le-computer-page.fixed .custom-header {
  box-shadow: 0 15px 20px rgba(0,0,0,.075);
  background-color: #238c84;
}
.le-computeur-banner .custom-advanced-content-inner-group {
  max-width: 100%;
  width: 100%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
.le-computeur-banner .custom-advanced-content-inner-group .col1 h1 {
  font-size: 64px;
  color: #fff;
  line-height: 74px;
  text-align: left;
}
body .le-computeur-banner .custom-advanced-content-group .custom-play-button-group {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
}
.le-computeur-banner .custom-advanced-content-inner-group .col2 {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  cursor: pointer;
}
.le-computeur-banner .custom-advanced-content-group {
  width: 100%;
}
.le-computeur-banner .bottom-content {
  width: 90%;
  margin: 0 auto;
  height: 400px;
}
.le-computeur-banner .bottom-content img {
  object-fit: contain;
  height: 100% !important;
  width: 100%;
  filter: blur(0px) drop-shadow(rgba(0, 0, 0, 0.4) 3px 9px 10px);
}
.container-fluid .hs-le-computer-row1-group .custom-clients-logo-group .page-center{
  padding:0;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form  .hs_message.hs-message legend {
  margin: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding-right: 10px;
  position: absolute;
  bottom: 21px;
  right: 20px;
  left: auto;
  width: 100%;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}
.body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs_message.hs-message {
  width: 100%;
  position: relative;
}
.custom-top-icon-with-title-section.la-computeur svg .st0 {
  fill: none;
  stroke: #35D5C9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.minus{
  display:none;
}
.active.custom-interactive-tab-inner-item .minus{
  display:block;
}
.active.custom-interactive-tab-inner-item .plus{
  display:none;
}

/* --------------------------------- Homepage -------------------------------------- */

.custom-home-banner .custom-advanced-content-inner-group {
  max-width: 100%;
}
.custom-home-banner .custom-advanced-content-inner-group h1 {
  width: 90vw;
  font-size: 50px;
  line-height: 65px;
}
.custom-home-banner .custom-advanced-content-group .custom-play-button-group {
  position: absolute;
  bottom: 15%;
  left: 15%;
  z-index: 3;
}
.custom-home-banner .simple-banner:after {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.custom-home-banner .custom-advanced-banner-group.simple-banner img {
  top: -130px;
}
.custom-application-group {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: -webkit-linear-gradient(bottom left,#238c84,#449d96);
  background-image: linear-gradient(to top right,#238c84,#449d96);
}
.custom-application-items img {
  height: 61px !important;
  width: auto;
  margin: 0 auto;
}
.custom-application-top-row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 0;
  will-change: opacity;
  position: relative;
}

.custom-application-top-row .slick-track .custom-application-items.slick-slide {
  padding: 10px 75px;
  -webkit-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
  will-change: transform;
}
.custom-application-items p {
  margin-top: 27px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  color: #8cc047;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  margin-bottom: 0;
  text-align: center;
  /* align-items: center; */
  justify-content: center;
}

.custom-application-items:hover p span {
  -webkit-transform: translate3d(5px, 0px, 0px);
  transform: translate3d(5px, 0px, 0px);
}
.custom-application-items p span {
  margin-left: 7.5px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.custom-application-bottom-row {
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.custom-application-bottom-row .left-col {
  width: 100% !important;
  min-width: 400px;
  max-width: 400px;
  position: relative;
  overflow: visible;
  pointer-events: none;
}

.custom-application-bottom-row .right-col {
  max-width: 775px;
  padding: 40px 0 0 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-application-bottom-row .left-col img {
  height: 1050px !important;
  position: absolute;
  top: -60px;
  left: -50px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 500ms ease 0s;
  transition: -webkit-filter 500ms ease 0s;
  transition: filter 500ms ease 0s;
  transition: filter 500ms ease 0s, -webkit-filter 500ms ease 0s;
  width: 100%;
  max-width: none !important;
  width: auto !important;
}

.custom-application-bottom-row .right-col h2 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 400;
  max-width: 100%;
  font-family: Ubuntu,Affogato,Open sans,Arial;
  z-index: 1;
  margin: 0;
}
.custom-application-bottom-row .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.custom-application-bottom-row .custom-play-button-group {
  margin: 0;
}

.seprator {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 150px;
  height: 1px;
  margin: 0 50px;
  background-color: #fff;
}

.custom-application-bottom-row .video-play-button:after{
  background: rgb(35, 140, 132);
}
.custom-application-bottom-row .video-play-button {
  background: rgb(35, 140, 132);
}
.custom-application-bottom-row .video-play-button:before {
  background: #f3f3f3;
  animation: pulse-border_1 1500ms ease-out infinite;
}

@keyframes pulse-border_1 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.6);
    opacity: 0;
  }

}

.custom-application-bottom-row .custom-play-button-right {
  color: #fff;
  cursor:pointer;
}
.custom-application-bottom-row .custom-play-button-group{
  cursor:pointer;
}
.custom-application-bottom-row .custom-play-button-right:hover {
  color: rgb(140, 192,71);
}

.custom-bottom-img-wrap .img-wrap{
  width: 100%;
  height: 300px;
  position: relative;
  margin-top: 30px;
}
.custom-bottom-img-wrap img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-filter: drop-shadow(3px 9px 10px rgba(0,0,0,.4));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="4" dy="10" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(3px 9px 10px rgba(0,0,0,.4));
}
.custom-bottom-img-wrap a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #8cc047;
}

.custom-application-bottom-row .btn-row a:not(:first-child) {
  margin-left: 15px;
}
.custom-perfom-group{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 20px;
  will-change: opacity;
  position: relative;
  padding: 100px 50px 30px;

}

.custom-perfom-group .title-row{
  position: relative;
  overflow-x: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.custom-perfom-group .title-row h2{
  font-size: 48px;
  color: #238c84;
  position: relative;
  line-height: 58px;
  margin:0;
  font-weight: normal;
}
.custom-perfom-group a.custom-transparent-button {
  border: 2px solid;
  background-color: transparent;
  margin: 10px;
  height: 55px;
  white-space: nowrap;
  color: rgb(35, 140, 132);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  max-width: none;
  width: auto;
}

.custom-perfom-group a.custom-transparent-button {
  border: 2px solid;
  background-color: transparent;
  margin: 10px;
  height: 55px;
  white-space: nowrap;
  color: rgb(35, 140, 132);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  max-width: none;
  width: auto;
}
.custom-perfom-group a.custom-transparent-button:hover{
  color: rgb(35, 140, 132);
  -webkit-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);
}
.custom-perfom-group a.custom-button {
  background-color: rgb(140, 192, 71);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  margin: 10px;
  padding-left: 16px;
  padding-right: 16px;
}
.custom-perfom-group a.custom-button:hover{
  -webkit-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);

}
.custom-perfom-group a.custom-transparent-button:hover:after{
  background-color: currentColor;
}

.custom-perfom-group-items img {
  height: 38px !important;
  -o-object-fit: contains;
  object-fit: contains;
}
.custom-perfom-group-items h5 {
  margin: 15px 0;
  font-family: Affogato,Ubuntu,open sans,Arial;
  text-transform: uppercase;
  color: #6ebc27;
  font-weight: 700;
  font-size: 15px;
}
.custom-perfom-group-items p {
  color: #238c84;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}
.custom-home-row3 .custom-team-middle-group .custom-team-item {
  width: 33.33%;
}
.custom-home-row3 .custom-team-middle-group {
  padding-left: 0;
  padding-right: 0;
  max-width: 1080px;
}
.custom-ex-services-group {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: -webkit-linear-gradient(bottom left,#238c84,#449d96);
  background-image: linear-gradient(to top right,#238c84,#449d96);
}
.custom-ex-services-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 25px 100px;
  will-change: opacity;
  position: relative;
}
.custom-home-row3 .custom-team-group {
  overflow: hidden;
}
.custom-ex-services-group .title-row h2 {
  font-size: 48px;
  color: #238c84;
  position: relative;
  line-height: 58px;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 12px;
  overflow: hidden;
  display: inline-block;
}

.custom-ex-services-group .title-row {
  position: relative;
  /* overflow-x: hidden; */
  margin-bottom: 60px;
  text-align: center;
}

.custom-ex-services-group .content-row {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-ex-services-items {
  width: calc(33.33333% - 50px);
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-ex-services-items h5 {
  margin-left: 20px;
  color: #8cc047;
  text-transform: uppercase;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.custom-banner-button-group.custom-banner-button-group-ex {}

.custom-banner-button-group-ex a.custom-transparent-button {
  color: rgb(140, 192, 71);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  text-align: center;
  margin: 10px;
  min-width: 280px;
  box-shadow: none;
}

.custom-banner-button-group-ex a.custom-transparent-button:hover:after {
  background-color: currentColor;
}

.custom-banner-button-group-ex a.custom-button {
  color: #449d96;
  max-width: 280px;
  margin: 10px;
  width: 100%;
  background-color: #fff;
  /* padding: 8px 16px; */
  min-width: 280px;
  padding-left: 16px;
  padding-right: 16px;
}
.custom-banner-button-group-ex a.custom-transparent-button:hover{
  -webkit-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);
}

.custom-recent-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 20px;
  will-change: opacity;
  position: relative;
}

.custom-recent-news .title-row {
  position: relative;
  /* overflow-x: hidden; */
  margin-bottom: 60px;
  text-align: center;
}

.custom-recent-news .title-row h2 {
  font-size: 48px;
  color: #238c84;
  position: relative;
  line-height: 58px;
  font-weight: normal;
  margin: 0 0 12px;
  overflow-x: hidden; 
  display:inline-block;
}
.custom-recent-news .content-row {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}

.custom-recent-news .content-row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  margin: 30px;
}

.recent-post-byline {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-perfom-group button.slick-next.slick-arrow:after,
.custom-perfom-group button.slick-prev.slick-arrow:after{
  color: #238c84!important;

}
.custom-perfom-group button.slick-disabled:after{
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  cursor: not-allowed;
}

.recent-post-byline span {
  padding: 4px 10px;
  background-color: #f0921f;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
}
.recent-post-byline span:not(:last-child) {
  margin-right: 10px;
}
.recent-post-byline span.month{
  background-color: #8b6706;
}
.recent-post-byline span.year{
  background-color: #8cc047;
}
.custom-bottom-img-wrap {
  position: relative;
}

.custom-recent-news .content-row .col p {
  margin-bottom: 20px;
  font-size: 18px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 46px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 0;
  color: #1c1c1c;
}

.custom-recent-news .hs-rss-item-image-wrapper {
  width: 100%;
  height: 198px;
  max-width: 100%;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}
.custom-recent-news .hs-rss-item-image-wrapper img.hs-rss-featured-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

.custom-recent-news .content-row .col h3 {
  margin-bottom: 15px;
  position: relative;
  color: #1c1c1c;
  font-size: 32px;
  line-height: 37px;
  font-weight: 500;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.custom-read-more a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px;
  -webkit-transition: color .5s;
  transition: color .5s;
  padding: 0;
  margin: 0;
  color: #8cc047;
}

.custom-read-more span.btn-border {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}

.custom-read-more span.btn-border span.btn-border-inner {
  height: 2px;
  width: 115px;
  background-color: currentColor;
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.custom-read-more:hover span.btn-border span.btn-border-inner{
  -webkit-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);
}
.custom-one-col-form {
  overflow: hidden;
}
.custom-banner-button-group-rec.custom-banner-button-group-ex a.custom-transparent-button {
  color: rgb(35, 140, 132);
  background-color: transparent;
  box-shadow: none;
}
.custom-banner-button-group-rec.custom-banner-button-group-ex a.custom-button {
  color: #fff;
  background-color: rgb(35, 140, 132);
}

.custom-one-col-form {
  overflow: hidden;
  position: relative;
}
.custom-one-col-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 20px;
  will-change: opacity;
  min-height: 450px;
  position: relative;
}

.custom-one-col-form .custom-em-form {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
.custom-one-col-form .img-row {
  height: 100%;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.custom-one-col-form .img-row .img-row-inner {
  margin-top: -220px;
}
.custom-one-col-form .custom-em-form h2 {
  font-size: 64px;
  line-height: 74px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.custom-one-col-form .custom-em-form .hs_cos_wrapper_type_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.custom-one-col-form .custom-em-form .hs-input {
  max-width: 100%;
  display: block;
  width: 100%;
  margin: 0
}

.custom-em-form span.hs-form-required {
  display: none;
}

.body-container .custom-em-form span.hs_cos_wrapper_type_form form {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: visible;
}
.custom-one-col-form .custom-em-form ul.hs-error-msgs {
  position: absolute;
  bottom: -34px;
  width: 100%;
  left: 0;
}
.custom-perfom-group .title-row h2.aos-animate:after,
.custom-home-row3 .custom-team-inner-group h2.aos-animate:after,
.custom-ex-services-group .title-row h2.aos-animate:after,
.custom-recent-news .title-row h2.aos-animate:after,
.custom-blog-title h2.aos-animate:after,
h2.aos-animate:after,
h1.aos-animate:after {
  transform: translate3d(-101%,0px,0px);
}
.custom-ex-services-group .title-row h2:after{
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  will-change: transform;
  content: "";
  display: block;
  transform: none;
  transition: all ease .8s;
}
.custom-perfom-group .title-row h2:after,
.custom-recent-news .title-row h2:after {
  height: 2px;
  width: 100%;
  background-color: #238c84;
  margin-top: 10px;
  will-change: transform;
  content: "";
  display: block;
  transform: none;
  transition: all ease .8s;
}

.custom-blog-title h2:after {
  height: 2px;
  width: 100%;
  background-color: #1c1c1c;
  margin-top: 10px;
  will-change: transform;
  content: "";
  display: block;
  transform: none;
  transition: all ease .8s;
}

.custom-blog-title h2{
  overflow:hidden;
  display:inline-block;
}
.custom-home-row3 .custom-team-item-inner .category {
  background-color: rgb(17, 17, 17) !important;
}
.custom-one-col-form .custom-em-form input.hs-button.primary.large {
  background-color: rgb(35, 140, 132);
  border: none;
  padding: 17px 24px 16px; 
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
}
.custom-one-col-form .custom-em-form input.hs-button.primary.large:hover {
  background-color: #4fa39d;
}
.custom-blog-title.blog-top-bar-wrap,
.custom-blog-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 50px;
}

.custom-blog-title h2 {
  position: relative;
  color: #1c1c1c;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
}
.custom-one-col-form .img-row .img-row-inner img {
  position: absolute;
  left: 0;
  right: 0;
  top: -50%;
  /* width: 100% !important; */
  margin: 0 auto;
  display: block;
  /* transform: translateY(-50%); */
  height: 692px !important;
}
.custom-application-items img {
  max-width: none !important;
}
.custom-actus-blog-listing-banner:after {
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(transparent),to(#000));
  background-image: linear-gradient(0deg,#000,transparent,#000);
  opacity: .6;
  content: "";
}
.custom-actus-blog-listing-banner .parallax-inner {
  margin-top: -700px;
}
.hs-blog-post.hs-main-blog .with_gradient_layout-module {
  min-height: 840px;
}
.hs-blog-post.hs-main-blog .page-center.content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.custom-one-col-form .custom-em-form .hs-input {
  max-width: 100%;
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: Arial;
  font-weight: 400;
}
.custom-one-col-form .custom-em-form .hs-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}

.custom-one-col-form .custom-em-form .hs-input::-moz-placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}

.custom-one-col-form .custom-em-form .hs-input:-ms-input-placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}

.custom-one-col-form .custom-em-form .hs-input::-ms-input-placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}

.custom-one-col-form .custom-em-form .hs-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}

.custom-one-col-form .custom-em-form .hs-input::-moz-placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}

.custom-one-col-form .custom-em-form .hs-input:-ms-input-placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}

.custom-one-col-form .custom-em-form .hs-input::placeholder {
  color: currentColor;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px
}
.custom-one-col-form .custom-em-form .hs_error_rollup ul.hs-error-msgs {
  bottom: -69px;
}
.custom-one-col-form .custom-em-form .input {
  width: 100%;
}
.custom-one-col-form .custom-em-form .hs-form-field {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 400px;
  margin-right: 20px;
}
a.blog_actuality_layout-module--buttonLink--Y5xym+a.blog_actuality_layout-module--buttonLink--Y5xym .blog_actuality_layout-module--button--1bZn4 {
  max-width: 200px;
  width: 100%;
}
.featured-posts h2 {
  font-weight: 400;
  color: #1c1c1c;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 75px;
}
.blog_actuality_layout-module--prevNextButton--1w7pi .button-module--variantContained--1HPtj {
  width: auto;
}
.featured-posts {
  margin-top: 70px;
}
.custom-pop-post-slider-main-wrapper .hs-rss-item {
  margin-bottom: 0;
}
.blog-top-bar-wrap.custom-blog-title div#blog-filters button {
  margin: 0;
}
.blog-top-bar-wrap.custom-blog-title .cats-wrap.filter-content {
  min-width: 251px;
}
.blog-top-bar-wrap.custom-blog-title .filter-content ul li a {
  color: #1c1c1c;
  font-family: Affogato, Ubuntu, "open sans", Arial;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  text-align:left;
}







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

.footer-container-wrapper {}

.footer-container {}

.custom-footer {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 50px 100px;
}
.custom-footer>div {
  width: 100%;
  max-width: 1300px;
}
.custom-footer-inner {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.custom-footer-bottom > div > div {
  width: 100%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.custom-footer-bottom > div > div:before,.custom-footer-bottom > div > div:after {
  display: none;
}
.custom-footer-bottom > div > div > div {
  width: auto !important;
  margin-left: 0 !important;
}
.custom-footer-bottom > div > div > div:first-child {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  flex: 1 1;
}
.custom-footer-bottom > div > div > div:first-child span>span {
  color: #fff;
  text-transform: uppercase;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.custom-footer-bottom > div > div > div:first-child span>span svg {
  margin-left: 4px;
  height: 12px;
}
.custom-footer-bottom > div > div > div:first-child span>span svg path {
  stroke: #fff!important;
}
.cm-lang-wrap button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.cm-lang-wrap button>div {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  color: #35d5c9;
  text-transform: uppercase;
  cursor: pointer;
}
.cm-lang-wrap button>div>div {
  display: inline-block;
  margin-left: 11px;
  transform: rotate(0deg);
  transition: all .3s ease;
}
.cm-lang-wrap:hover button>div>div {
  transform: rotate(-90deg);
}
.custom-footer-inner>div {
  width: 100%;
}
.custom-footer-inner>div:nth-child(2) {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  width: 100%;
  flex: 1 1;
}
.custom-footer-inner>div:first-child {
  padding: 50px 20px;
  will-change: opacity;
  position: relative;
  margin: 0 30px 75px;
}
.custom-footer-inner>div {
  width: 100%;
}
.custom-footer-inner>div:nth-child(2) {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  width: 100%;
  flex: 1 1;
}
.custom-footer-inner>div:first-child {
  padding: 53px 20px 50px;
  will-change: opacity;
  position: relative;
  margin: 0 30px 78px;
}
.custom-footer-middle>div>div {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}
.custom-footer-middle>div>div:before,
.custom-footer-middle>div>div:after {
  display: none;
}
.cm-ftr-col {
  width: auto !important;
  margin-left: 0 !important;
}
.cm-ftr-col-2 {
  flex: 1 1;
  margin-left: 200px !important;
}
.cm-ftr-col-2 h3 {
  margin-bottom: 20px;
  font-family: Ubuntu,Affogato,open sans,Arial;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
}
.social-share-wrap {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0;
  margin-left: -40px;
}
.social-share-wrap a {
  margin: 30px 40px;
}
.social-share-wrap a:hover svg {
  color: #8cc047;
}
.social-share-wrap a svg {
  max-height: 25px;
  max-width: 25px;
  width: 25px;
  height: 25px;
  width: auto;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
  will-change: color;
}
.social-share-wrap a svg path,
.social-share-wrap a svg polygon {
  stroke: none;
  fill: currentColor;
}
.ftr-col-1-row-2 {
  margin-top: 80px;
}
.ftr-col-1-row-1>div>div>div {
  width: auto !important;
  margin-left: 0 !important;
}
.ftr-col-1-row-1>div>div>div:not(:last-child){
  margin-right: 75px;
}
.ftr-col-1-row-1>div>div {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}
.ftr-col-1-row-1>div>div:before,.ftr-col-1-row-1>div>div:after {
  display: none;
}
.footer_links-module--sectionName--1GImo {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  text-transform: uppercase;
  color: #8cc047;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer_links-module--sectionChild--1brM7 {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  color: #35d5c9;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}
.footer_links-module--sectionChildText--1aL6Y {
  -webkit-transition: color .3s;
  transition: color .3s;
  will-change: color;
}
.footer_links-module--sectionChild--1brM7:hover .footer_links-module--sectionChildText--1aL6Y {
  color: #fff;
}
.ftr-col-1-row-2 span > a {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}
.ftr-col-1-row-2 span > a:last-child {
  margin-left: 30px;
}
.ftr-col-1-row-2 span {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}
.cm-ftr-col-2 input[type="email"] {
  height: 100%;
  flex: 1 1;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  border-bottom: 1px solid;
  padding: 10px 0;
  margin-top: 15px;
  margin-right: 20px;
  color: #fff;
}
.cm-ftr-col-2 input[type="submit"] {
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background: no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  -webkit-transition: color .5s;
  transition: color .5s;
  border: 2px solid;
  background-color: transparent;
  height: 55px;
  padding: 10px 24px;
  margin: 0;
  color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  transition: all .3s ease;
}
.cm-ftr-col-2 input[type="submit"]:hover {
  transform: translate3d(0px, -3px, 0px);
  background-color: rgba(255, 255, 255, 0.1);
}
.cm-ftr-col-2 input[type="email"]::placeholder {
  color: currentColor;
  opacity: .8;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: currentColor;
  opacity: .8;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
.cm-ftr-col-2 form>div>label {
  display: none;
}
.cm-ftr-col-2 form>div>div.input {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: flex-end; 
}
.cm-ftr-top-icons-wrap {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
}
.cm-ftr-top-icons-wrap a {
  margin: 20px 80px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  align-items: center;
}
.cm-ftr-top-icons-wrap a svg {
  height: 36px;
  min-height: 36px;
  max-height: 0;
  width: auto;
  margin-bottom: 10px;
}
.cm-ftr-top-icons-wrap a span {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  text-transform: uppercase;
  color: #8cc047;
  font-weight: 700;
}
.cm-lang-wrap {
  position: relative;
}
.cm-lang-wrap .popper_card-module--popper--3njaj {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 101;
  bottom: 18px;
  top: auto;
  left: 50%;
}
.cm-lang-wrap .popper_card-module--popper--3njaj>div {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0px, 20px, 0px);
  will-change: transform;
  transition: all .3s ease;
}
.cm-lang-wrap .popper_card-module--popper--3njaj>div>div {
  padding: 20px;
  box-shadow: 0 12px 20px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 5px;
  color: #1c1c1c;
  margin: 10px 0;
  overflow: auto;
}
.cm-lang-wrap .popper_card-module--popper--3njaj>div>div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cm-lang-wrap .popper_card-module--popper--3njaj>div>div ul li {
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease;
}
.cm-lang-wrap:hover .popper_card-module--popper--3njaj>div {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(0px, 0px, 0px);
}
.cm-lang-wrap .popper_card-module--popper--3njaj>div>div ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.cm-lang-wrap:before {
  background-color: transparent;
  height: 24px;
  width: 100%;
  position: absolute;
  content: '';
  bottom: 11px;
  left: 0;
}
.custom-footer-inner .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 1;
}
.custom-footer-menu .hs_cos_wrapper >ul>li {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  text-transform: uppercase;
  color: #8cc047;
  font-weight: 700;
  margin-bottom: 20px;
}
.custom-footer-menu .hs_cos_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-footer-menu .hs_cos_wrapper >ul>li>ul>li>a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
  will-change: color;
}
.custom-footer-menu .hs_cos_wrapper ul ul li a {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  color: #35d5c9;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.custom-footer-menu .hs_cos_wrapper ul ul li a:hover {
  color: #fff;
}
.custom-footer-menu .hs_cos_wrapper >ul>li, 
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul>li>a {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  text-transform: uppercase;
  color: #8cc047;
  font-weight: 700;
  margin-bottom: 20px;
  cursor: text;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  position: static;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul {
  padding: 0;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1321px) {

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper {
    overflow: visible !important;
  }

  .custom-header.mobile{
    display: none !important;
  }


  /* ==Logo in menu== */
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-right: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child svg {
    height: 40px;
  }

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

  .custom-menu-primary {}

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: flex;
  display:-webkit-flex;
    display:-moz-flex;
    justify-content: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul:before,
  .custom-menu-primary .hs-menu-wrapper>ul:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    position: absolute;
    content: '';
    background-color: transparent;
    height: 31px;
    width: 100%;
    left: 0;
    bottom: -24px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
    margin: 10px 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color .35s;
    transition: color .35s;
    font-family: Affogato,Ubuntu,open sans,Arial;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):not(.hs-item-has-children) {
    display: flex;
  display:-webkit-flex;
    display:-moz-flex;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    transition: all .3s ease;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {}

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    display: inline-block;
    margin-left: 10px;
    content: '>';
    transition: transform .3s ease; 
    transform: rotate(0deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > a:after {
    transform: rotate(90deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):nth-last-child(2) {
    margin-left: 50px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child).active:after {
    height: 2px;
    width: calc(100% + 20px);
    position: absolute;
    top: calc(100% + 12px);
    left: -10px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    content: '';
  }

  .links-module--iconContainer--14AB->svg {
    width: 15px;
    height: auto;
    margin-right: 15px;
  }

  .links-module--iconContainer--14AB->svg * {
    -webkit-transition: stroke .35s;
    transition: stroke .35s;
    will-change: stroke;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):hover svg * {
    stroke: #35d5c9 !important;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 20px;
    box-shadow: 0 12px 20px rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px;
    color: #1c1c1c;
    margin: 10px 16px;
    margin-top: 20px;
    background-color: #238c84;
    left: -55px !important; 
    transform: translate3d(0px, 20px, 0px);	
    transition: all .35s !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover > ul {
    transform: translate3d(0px, 0px, 0px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 10px 20px;
    border-radius: 5px;
    color: rgb(53, 213, 201);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .35s;
    transition: all .35s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a { 
    font-family: Affogato,Ubuntu,open sans,Arial;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .custom-advanced-content-group .custom-transparent-button,
  .custom-advanced-content-group .custom-button{
    min-width:280px;
  }

}


/* =============== Mobile Toggle Menu =============== */

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

/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

.blog-first-post-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  padding: 150px 50px 100px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-first-post {
  width: 100%;
  max-width: 1300px;
}

.blog-first-post h1 {
  width: 100%;
  font-weight: 400;
  margin-bottom: 100px;
  font-size: 64px;
  color: #fff;
  line-height: 74px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 148px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.rec-post-item {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}

.rec-post-image {
  box-shadow: 0 12px 20px rgba(0,0,0,.1);
  width: 100%;
  min-width: 500px;
  max-width: 787px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  margin: 0 60px 0 0;
}

.rec-post-content {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction: column;
  max-width: 500px;
}

.rec-post-image img {
  height: 100%;
  width: 100%;
}

.rec-post-cats {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  overflow: hidden;
}

.rec-post-read-more {
  margin-top: 20px;
}

.rec-post-read-more button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  -webkit-transition: color .5s;
  transition: color .5s;
  padding: 0;
  margin: 0;
  color: rgb(140, 192, 71);
}

.rec-post-read-more button span {
  z-index: 1;
  color: currentColor;
}

.rec-post-read-more button:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
}

.rec-post-read-more button span div {
  width: 100%;
  margin-top: 15px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-end;
  overflow: hidden;
}

.rec-post-read-more button span div div {
  height: 2px;
  width: 115px;
  background-color: currentColor;
  transform: translate3d(100%, 0px, 0px);
  transition: all .3s ease;
  margin-top: 0;
}

.rec-post-read-more button:hover span div div {
  transform: translate3d(0%, 0px, 0px);
}

.rec-post-read-more button:hover:after {
  opacity: 0;
}

.rec-post-content .post-body {
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 240px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  text-align: justify;
}

.rec-post-content .post-body p {
  margin: 0;	
}

.rec-post-cats-inner span {
  padding: 4px 10px;
  background-color: #7d2c91;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  display: inline-block;
}

.rec-post-cats-inner span:not(:last-child) {
  margin-right: 7px;
}

.rec-post-cats-inner span.month {
  background-color: #8b6706;
}

.rec-post-cats-inner span.year {
  background-color: #8cc047;
}

.rec-post-cats-inner span {
  display: inline-block;
  margin-top: 10px;
}

.rec-post-cats {
  margin-top: -10px;
}

.hs-blog-listing .page-center.content-wrapper {
  max-width: 1320px;
}

.post-listing {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
}

.post-item {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  width: 100%;
  margin: 40px 30px;
  max-width: calc(50% - 60px);
}

.hs-featured-image-wrapper {
  min-height: 210px;
  min-width: 250px;
  max-width: 250px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  padding: 0;
  margin: 0 50px 0 0;
}

.dates-wrap.filter-content h3 {
  display: none;
}

.dates-wrap.filter-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dates-wrap.filter-content ul li a {
  font-family: Ubuntu,Affogato,open sans,Arial;
  font-weight: 400;
  color: #1c1c1c;
  font-size: 16px;
}

.dates-wrap.filter-content ul li {
  display: inline-block;
  text-align: left;
}

.post-body.clearfix p {
  margin: 0;
}

.post-item-content {
  /*   display: flex;
  display:-webkit-flex; */
  display:-moz-flex;
  flex-direction: column;
  flex: 1 1;
}

.blog_small_post-module--tagsContainer--12-dB {
  margin-bottom: 25px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}

.post-header h2 {
  font-size: 25px;
  margin-bottom: 15px;
  max-height: 64px;
  line-height: 32px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  color: #1c1c1c;
  font-weight: normal;
}

.post-body.clearfix {
  color: #1c1c1c;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 23px;
  text-align: justify;
}

.blog-item-cats {
  margin-bottom: 25px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

.blog-item-cats span {
  padding: 4px 10px;
  background-color: #7d2c91;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  display: inline-block;
  margin-top: 10px;
}

.blog-item-cats span:not(:last-child) {
  margin-right: 10px;
}

.blog-item-cats span.event {
  background-color: #f0921f;
}


span.presse{
  background-color: #1c1c1c !important;	
}

.blog-item-cats span.month {
  background-color: #8b6706;
}

.blog-item-cats span.year {
  background-color: #8cc047;
}

a.more-link .visible-line {
  width: 100%;
  margin-top: 15px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-end;
  overflow: hidden;
}

a.more-link .right-line {
  height: 2px;
  width: 115px;
  transform: translate3d(100%, 0px, 0px);
  background-color: currentColor;
  transition: all .3s ease;
}

a.more-link:hover >div>div {
  transform: translate3d(0%, 0px, 0px);
}

a.more-link {
  color: rgb(35, 140, 132);
  transition: all .3s ease;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
}

a.more-link:hover {
  color: rgb(140, 192, 71);
}


.rec-post-cats .rec-post-cats-inner+div {
  height: 1px;
  flex: 1 1;
  max-width: 150px;
  margin-left: 30px;
  background-color: #fff;
}

.blog-top-bar-wrap {
  width: 100%;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 30px;
}

.section_title {
  position: relative;
  line-height: 58px;
  color: #1c1c1c;
  font-size: 32px;
  overflow: hidden;
}

.blog-site-search-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  border-bottom: 1px solid;
  width: 250px;
  color: rgb(35, 140, 132);
}

.blog-site-search-wrap input {
  height: 100%;
  flex: 1 1;
  padding: 5px 10px 5px 0;
  color: currentColor;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  color: #238c84;
  opacity: 1;
  margin: 0;
}

.blog-site-search-wrap input::placeholder {
  text-transform: uppercase;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  color: #238c84;
  opacity: 1;
}


.blog-outer-wrap {
  padding: 100px 50px;
}

div#blog-filters {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
}

div#blog-filters button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin-right: 100px;
  position: relative;
}

.blog-outer-wrap .hs-search-field__bar {
  max-width: 100%;
}

.blog-outer-wrap .hs-search-field__bar input.hs-search-field__input {
  line-height: 24px;
  border: none;
  background-color: transparent;
  height: 100%;
  flex: 1 1;
  padding: 5px 10px 5px 0;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  color: #238c84;
  opacity: 1;
  margin: 0;
}

.blog-site-search-wrap>div {
  width: 100%;
}

div#blog-filters button>div {
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  color: #238c84;
  text-transform: uppercase;
  cursor: pointer;
}

div#blog-filters button>div>.rotated_arrow-module--container--2nJ_J {
  display: inline-block;
  margin-left: 12px;
  transform: rotate(0deg);
  transition: all .3s ease;
}

div#blog-filters button:hover>div>.rotated_arrow-module--container--2nJ_J {
  transform: rotate(90deg);
}

div#blog-filters button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 18px;
  width: 100%;
  background: transparent;
}
button:hover > div > .filter-content {
  opacity: 1;
  visibility: visible;
  top: 20px;
}
.filter-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transition: all .5s ease;
  padding: 20px;
  box-shadow: 0 12px 20px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 5px;
  color: #1c1c1c;
  margin: 10px 0;
  left: -10%;
  z-index: 9;
  top: 50px;
}
.filter-content ul li {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  transition: all .3s ease;
}
.filter-content ul li > div {
  color: #fff;
  height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  position: relative;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 10px;
  -webkit-transition: color .5s;
  transition: color .5s;
  border: 1px solid;
  margin: 0 20px 0 0;
  color: rgb(247, 147, 30);
}

.filter-content ul li>span.tag-name-container {
  padding: 4px 10px;
  background-color: #7d2c91;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
}

.filter-content ul li>span.tag-name-container.Event {
  background-color: rgb(240, 146, 31);
}

.filter-content ul li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.blog .page-center-wrap {
  padding: 0;
}

.checkbox-module-checkIconContainer {
  opacity: 0;
}

.line.animated {
  height: 2px;
  width: 100%;
  background-color: rgb(28,28,28);
  margin-top: 10px;
  transform: translate3d(0%, 0px, 0px) !important;
  transition: all .6s ease !important;
}

.line.animated.aos-animate {
  transform: translate3d(-101%, 0px, 0px) !important;
}

.with_gradient_layout-module {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-image: -webkit-gradient(linear,left bottom,right top,from(#238c84),to(#449d96));
  background-image: linear-gradient(to top right,#238c84,#449d96);
  position: absolute;
  top: 0;
  left: 0;
  height: 840px;
  width: 100%;
  z-index: 0;
}

.hs-blog-post .page-center.content-wrapper {
  max-width: 1100px;
}

.hs-blog-post .page-center-wrap {
  padding: 0 50px 100px;
}

.share_icons-module--icon--mVOyC {
  max-height: 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  width: auto;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
  will-change: color;
}

.share_icons-module--icon--mVOyC, .share_icons-module--icon--mVOyC path, .share_icons-module--icon--mVOyC polygon {
  stroke: none;
  fill: currentColor!important;
}

.share_icons-module--iconContainer--xmi7K {
  margin: 0 15px;
}

.share_icons-module--container--1rwKu {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: flex-start;
  align-items: center;
}

.article-module--shareIconsContainer--IBWmy {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  z-index: 1;
}

.post-content-meta .rec-post-cats {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  margin: 35px 0;
}

.hs-blog-post .blog-section {
  z-index: 99;
  position: relative;
  margin-top: 150px;
}

.hs-blog-post .header-container {
  min-height: 0 !important;
}

.section-post-header.blog-first-post h1 {
  margin: 0;
}

.post-content-meta {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: space-between;
  align-items: center;
}

.post-content-cats {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  margin: 35px 0;
}

.post-content-cats .rec-post-cats-inner {
  margin-top: -10px;
}

.share_icons-module--iconContainer--xmi7K:hover .share_icons-module--icon--mVOyC {
  color: #8cc047;
}

.section.post-body {
  color: #2f2f2f;
  margin-top: 0;
  font-size: 18px;
  white-space: pre-line;
  line-height: 28px;
  text-align: justify;
}
.section.post-body {
  white-space: normal;
}
.section.post-body p, .section.post-body li, .section.post-body li span {
  line-height:30px;
  white-space:inherit;
}
.section.post-body p, .actus-blog-post .section.post-body p {
  margin: 40px 0;
}
.section.post-body li {
  margin: 15px 0;
}

.blog_actuality_layout-module--buttonsContainer--2o0QZ {
  width: 100%;
  margin: 30px 0 60px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_actuality_layout-module--prevNextButton--1w7pi {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
}

.button-module--container--2k_Sf {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.button-module--variantOutlined--1Lfki {
  border: 2px solid;
  background-color: transparent;
}

.blog_actuality_layout-module--button--1bZn4 {
  margin: 10px;
  height: 55px;
  width: 280px;
  white-space: normal;
  color: rgb(35, 140, 132);
  transform: translate3d(0px, 0px, 0px);
  transition: all .3s ease;
}

.button-module--variantContained--1HPtj {
  background-color: currentColor;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
}

.button-module--container--2k_Sf>span {
  z-index: 1;
}

.button-module--withColor--34uuF:not(.button-module--variantOutlined--1Lfki)>span {
  color: #fff;
}

.button-module--container--2k_Sf:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
}

.button-module--container--2k_Sf:hover:after {
  pointer-events: all;
  opacity: .2;
}

.blog_actuality_layout-module--button--1bZn4:hover {
  transform: translate3d(0px, -3px, 0px) !important;
}

.button-module--container--2k_Sf:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
}

.button-module--variantOutlined--1Lfki.button-module--withColor--34uuF:after {
  background-color: currentColor;
}


/* ==Related Posts== */
.rel-post-outer-wrap {
  width: 100%;
  margin-top: 100px;
}

.rel-post-outer-wrap h2 {
  font-weight: 400;
  color: #1c1c1c;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 75px;
}

.rel-post-item-wrap {
  width: 100%;
  padding: 0 20px;
}

.rel-post-item-inner {
  display: flex!important;
  justify-content: center;
}

.rel-post-item-inner a {
  padding: 20px 0;
}

.rel-post-item-inner a>div {
  width: 100%;
  max-width: 380px;
  padding: 10px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  border-radius: 4px;
  -webkit-transform-origin: center;
  transform-origin: center;
  transform: translate3d(0px, 0px, 0px);
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease;
}

.rel-post-item-inner a>div:hover {
  transform: translate3d(0px, -10px, 0px);
  background-color: rgba(0, 0, 0, 0.05);
}

.rel-post-image {
  width: 150px;
  min-width: 150px;
  margin-right: 15px;
}

.rel-post-item:focus {
  outline: none;
}

.rel-post-content {
  flex: 1 1;
  overflow: hidden;
  /* 	display: flex;
  display:-webkit-flex; */
  display:-moz-flex;
  justify-content: center;
  flex-direction: column;
}

.rel-post-title {
  color: #1c1c1c;
  font-size: 19px;
  line-height: 25px;
}

.rel-post-cats {
  margin-bottom: 17px;
  margin-top: -10px;
}

.rel-post-cats span {
  display: inline-block;
  margin-top: 10px;
}

.rel-post-cats span {
  padding: 4px 10px; 
  background-color: #7d2c91;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: Affogato,Ubuntu,open sans,Arial;
}

.carousel-module--arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  background: transparent;
  cursor: pointer;
  z-index: 4;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 30px;
  font-weight: 500;
  color: #238c84!important;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.carousel-module--arrow.slick-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.carousel-module--arrow.slick-disabled {
  opacity: .2;
  cursor: not-allowed;
}





.hs-featured-image-wrapper-post {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 0 12px 25px rgba(0,0,0,.3);
  max-height: 570px;
}

.hs-featured-image-wrapper-post img {
  width: 100%;
}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}

.hs-blog-header h1 a {}

/* Blog Post Title */
.post-header h2 {}

.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}

span.filter-link-count {
  display: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share .hs-blog-social-share-list * {
  float: left;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper img {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.hs-featured-image-wrapper-post img {
  float: none;
  max-width: 100%;
  margin: 0;
}

/* Read More Link */
a.more-link {
  display: inline-block;
}

/* Blog Topics List */
#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.body-container .hs-blog-social-share li {
  background: none;
  padding: 0;
}

#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to {
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

.custom_listing_comments {
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height: 26.4px;
}

/* Pagination */
.blog-pagination {
  clear: both;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;

}

.blog-pagination a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  min-height: 36px;
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  -webkit-transition: color .5s;
  transition: color .5s; 
  min-width: 0;
  font-size: 15px;
  color: rgb(108, 192, 186);
  transform: translate3d(0px, 0px, 0px);
  transition: all .3s ease;
}

.blog-pagination>div {
  display: inline-block;
}

.blog-pagination a:after {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  content: "";
  background-color: currentColor;
}

.blog-pagination a:not(.active) {}

.blog-pagination a:hover:not(.active):not(.inactive):not(.next-link):not(.prev-link) {
  transform: translate3d(0px, -3px, 0px);
}

.blog-pagination a.active {
  cursor: text; 
  color: #238c84; 
  cursor: not-allowed;
}

.blog-pagination a.active:after {
  cursor: not-allowed;
}

.blog-pagination a:not(.inactive):not(.next-link):not(.prev-link):hover:after {
  opacity: .1;
}

.blog-pagination a svg {
  width: 15px;
  height: 15px;
}

.blog-pagination a svg>g>g {
  fill: #6cc0ba!important;
}

.blog-pagination a.prev-link svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog-pagination a.inactive { 
  cursor: not-allowed;
}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span h1,
.blog .blog-sidebar .widget-span h2,
.blog .blog-sidebar .widget-span h3,
.blog .blog-sidebar .widget-span h4,
.blog .blog-sidebar .widget-span h5,
.blog .blog-sidebar .widget-span h6 {
  font-size: 25px;
}

.blog .blog-sidebar>div {}

/* =============== Blog Author Page and Author Bio =============== */

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}

.hs-author-profile h2.hs-author-name {}

.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}

.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}

.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}

h3.hs-author-listing-header {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

.hs_recaptcha {
  margin: 15px 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.form-title:empty {
  display: none;
}

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}

body .hs-form-field>label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  white-space: normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  color: inherit;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  color: #fff;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}

textarea:focus {}

/* Separate Styles for Drop Downs */
select {}

select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  clear:both;
}

form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

/* Required */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {}

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

::placeholder {
  color: #fff;
}
/* Error */
.hs-error-msgs label {
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0 !important;
  list-style: none;
}

ul.hs-error-msgs.inputs-list li {
  padding-left: 0 !important;
}

ul.hs-error-msgs.inputs-list li:before {
  display: none;
}

.hs-input.invalid.error {}

/* Placeholder Text */
::-webkit-input-placeholder {}

/* Webkit Browsers */
:-moz-placeholder {}

/* Firefox 18- */
::-moz-placeholder {}

/* Firefox 19+ */
:-ms-input-placeholder {}

/* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}

.hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form fieldset.form-columns-2 {}

.hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form fieldset.form-columns-3 {}

.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}

input[type="checkbox"] {}

form.hs-form fieldset {
  max-width: none;
}

form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }

  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field>label {}

#comment-form label {}

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}

#comment-form input[type="text"] {}

#comment-form input[type="text"]:focus {}

#comment-form textarea {}

#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field>label {}

#hs_form_target_blog_subscription label {}

.section.post-footer .hs_subscribe.hs-subscribe label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"],
#hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  margin: 10px 0 15px;
  background: none;
  font: inherit;
  outline: inherit;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.5;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid;
  background-color: transparent;
  padding: 14px 26px;
  color: #fff;
  transform: translate3d(0px, 0px, 0px);
  transition: all .3s ease;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  transform: translate3d(0px, -3px, 0px);
  background-color: rgba(255,255,255,0.2)
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}

.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}

#add-comment-button.hs-button.primary:hover {}

#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}

#hs_form_target_blog_subscription .hs-button.primary.large:hover {}

#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}

.widget-type-google_search .hs-button.primary:hover {}

.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* Styles that do not fit into any of the available sections above can go here. */

#site-wrapper {
  position: relative;
  overflow-x: hidden;
  width:100%;
}

.body-container .widget-type-email_simple_subscription {
  max-width: 500px;
}
.subscription-template.one-column .body-container form {
  width: 100% !important;
}

.slick-initialized .slick-slide:focus{
  outline:0;
}
button.slick-arrow {
  background: transparent;
  border: 0;
  font-size:0;
}
button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before{
  display:none;
}
button.slick-prev.slick-arrow{
  z-index:3;
}
button.slick-arrow.slick-disabled{
  opacity: .2;
  cursor: not-allowed;
}
button.slick-next.slick-arrow:after {
  content: ">";
  cursor: pointer;
  z-index: 4;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
button.slick-prev.slick-arrow:after {
  content: "<";
  cursor: pointer;
  z-index: 4;
  font-family: Affogato,Ubuntu,open sans,Arial;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}



.st1{
  fill:none;
  stroke:#35D5C9;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
}

.landing-page.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form {
  width: 50%;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
  padding: 0 0 15px;
}

.hs-search-field__bar {
  max-width: 600px;
}
.blog-sidebar .hs-search-field__bar {
  max-width: 100%;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#recaptcha_area,
#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important
}

.lp .mobile-trigger,
.lp .child-trigger {
  opacity: 0 !important;
  visibility: hidden !important;
}

.section.post-footer form {
  max-width: 500px;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-list-style li {
  display: inline-block;
}

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
ul.hs-menu-children-wrapper.open-menu-list {
  display: none !important;
}

.cm-footer-col {
  margin-left: 0 !important;
}

.section.post-footer form:before {
  content: 'Leave a reply';
  font-family: inherit;
  font-size: 25px;
  margin-bottom: 15px;
  display: block;
  color: #fff;
}

.replying {
  padding: 0 2em;
}

span.replying-to {
  padding-bottom: 20px;
  display: inline-block;
}

.body-container .hs_cos_wrapper_type_password_prompt form,
body:not(.blog) .body-container .hs_cos_wrapper_type_module .hs-search-field .hs-search-field__bar,
.body-container span.hs_cos_wrapper_type_form form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search form,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-container .section.post-footer form,
body:not(.unsubs).subscription-template.one-column .body-container form#email-prefs-form{
  display:block;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 12px 20px rgba(0,0,0,.1);
  padding: 20px 25px;
  background-color: #238c84;
}

/* Form Headings */

.body-container .hs_cos_wrapper_type_password_prompt h1,
.subscription-template.one-column .body-container form#email-prefs-form h1,
.body-container .hs_cos_wrapper_type_password_prompt h2,
.subscription-template.one-column .body-container form#email-prefs-form h2,
.body-container .hs_cos_wrapper_type_password_prompt h3,
.subscription-template.one-column .body-container form#email-prefs-form h3
.body-container .hs_cos_wrapper_type_password_prompt h4,
.subscription-template.one-column .body-container form#email-prefs-form h5,
.subscription-template.one-column .body-container form#email-prefs-form h6,
.subscription-template.one-column .body-container form#email-prefs-form div:not(.checkbox-row) + p,
.subscription-template.one-column .body-container form#email-prefs-form .page-header,
.subscription-template.one-column .body-container form#email-prefs-form .header,
.subscription-template.one-column .body-container form#email-prefs-form label,
.body-container .hs_cos_wrapper_type_password_prompt h5,
.body-container .hs_cos_wrapper_type_password_prompt h6,
.body-container .hs_cos_wrapper_type_module .hs-search-field h1,
.body-container .hs_cos_wrapper_type_module .hs-search-field h2,
.body-container .hs_cos_wrapper_type_module .hs-search-field h3,
.body-container .hs_cos_wrapper_type_module .hs-search-field h4,
.body-container .hs_cos_wrapper_type_module .hs-search-field h5,
.body-container .hs_cos_wrapper_type_module .hs-search-field h6,
.body-container span.hs_cos_wrapper_type_form h1,
.body-container span.hs_cos_wrapper_type_form h2,
.body-container span.hs_cos_wrapper_type_form h3,
.body-container span.hs_cos_wrapper_type_form h4,
.body-container span.hs_cos_wrapper_type_form h5,
.body-container span.hs_cos_wrapper_type_form h6,
.body-container .widget-type-blog_subscribe h1,
.body-container .widget-type-blog_subscribe h2,
.body-container .widget-type-blog_subscribe h3,
.body-container .widget-type-blog_subscribe h4,
.body-container .widget-type-blog_subscribe h5,
.body-container .widget-type-blog_subscribe h6,
.body-container .widget-type-google_search h1,
.body-container .widget-type-google_search h2,
.body-container .widget-type-google_search h3,
.body-container .widget-type-google_search h4,
.body-container .widget-type-google_search h5,
.body-container .widget-type-google_search h6,
.body-container .widget-type-password_prompt.custom_error_message h1,
.body-container .widget-type-password_prompt.custom_error_message h2,
.body-container .widget-type-password_prompt.custom_error_message h3,
.body-container .widget-type-password_prompt.custom_error_message h4,
.body-container .widget-type-password_prompt.custom_error_message h5,
.body-container .widget-type-password_prompt.custom_error_message h6,
.body-container .widget-type-email_simple_subscription h1,
.body-container .widget-type-email_simple_subscription h2,
.body-container .widget-type-email_simple_subscription h3,
.body-container .widget-type-email_simple_subscription h4,
.body-container .widget-type-email_simple_subscription h5,
.body-container .widget-type-email_simple_subscription h6{ 
  color: #fff;
} 

.blog-outer-wrap .post-item .hs-featured-image-wrapper {
  background: none;
}
.dates-wrap.filter-content ul li a{
  text-transform: none;
}
.hs-main-blog.hs-blog-post .blog-post-wrapper .blog_actuality_layout-module--prevNextButton--1w7pi .button-module--variantContained--1HPtj {
  width: 280px;
  max-width: 100%;
}
.hs-blog-post .blog-first-post h1 {
  line-height: 70px;
}

.lp .custom-footer-inner>div:first-child {
  padding: 0;
  margin: 0;
  height: auto;
}

.lp .custom-footer-inner>div:first-child:after {
  display: none;
}

.lp .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}

body:not(.blog).no-banner .header-container {
  min-height: 94px !important;
}


.post-no-image .with_gradient_layout-module {
  height: auto;
  min-height: 320px;
}

@media screen and (max-height: 800px){
  .custom-advanced-content-group .custom-play-button-group {
    left: 30px;
    bottom: 30px;
    position: absolute;
  }
  .custom-advanced-banner-group.simple-banner.jobs-banner,
  .custom-advanced-banner-group.simple-banner{
    height: calc(100vh - 100px);
  }  
  body .custom-advanced-content-group .custom-play-button-group{
    bottom: 30px;
    left: 30px;
    margin-left:0;
  }
  body .custom-jobs-play-button-group .custom-play-button-group {
    position: static !important;
  }
}

@media screen and (max-height: 650px){
  .custom-advanced-banner-group.simple-banner.jobs-banner,
  .custom-advanced-banner-group.simple-banner{
    height: calc(100vh - 50px);
  }
  
}

@media screen and (max-height: 600px){
  .custom-advanced-banner-group.simple-banner.jobs-banner,
  .custom-advanced-banner-group.simple-banner{
    height: 100vh;
  }  
  .custom-advanced-banner-group.simple-banner img {
    height: 120%;
  }
}

@media screen and (max-width: 767px) and (max-height: 500px){
  .simple-banner {
    min-height: 390px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 531px){
  .custom-advanced-content-group .custom-play-button-group:first-child {
    margin: 0 40px 0 0;
  }
  .custom-jobs-play-button-group .custom-play-button-group + .custom-play-button-group {
    margin-bottom: 0;
    margin-top: 0;
  }
  .custom-jobs-play-button-group {
    flex-direction: row;
    display: flex;
    align-items: center;
  }
}
@media (max-height: 600px){
  .custom-advanced-banner-group.simple-banner.jobs-banner, 
  .custom-advanced-banner-group.simple-banner {
    min-height: 600px;
  }
}



/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


@media (min-width: 1951px) {
  .hs-contact-page .body-container-wrapper {
    padding-top: 245px;
  }
}

@media (max-width: 1393px) and (min-width: 1321px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
    margin: 10px 15px;
  }
}

@media (max-width: 1320px) {

  .custom-header.desktop{
    display: none !important;
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .hs-menu-wrapper>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: block;
    float: none !important;
    position: static;
  }

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

  .mobile-trigger {
    cursor: pointer;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    outline: inherit;
    flex: 1 1;
    display: flex !important;
    justify-content: flex-end;
  }

  .mobile-trigger svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 55px !important;
    height: 40px;
    padding: 0 !important;
  }

  /* ===== Mobile Menu Styles ===== */

  .ovarlay {
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    background-color: rgba(0,0,0,.75);
    position: fixed;
    margin-left: 0 !important;
    opacity: 0;
    pointer-events: none;
    transition: all .6s ease;
  }

  .custom-menu-primary.js-enabled>div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 300px;
    background-color: #238c84;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,opacity;
    padding: 30px 20px 30px 35px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 100vw;
    transition: all .6s ease;
  }

  .mobile-open .ovarlay {
    opacity: 1;
    pointer-events: all;
  }

  .mobile-open .custom-menu-primary.js-enabled>div {
    pointer-events: all;
    transform: translate3d(-100%, 0px, 0px);    
    box-shadow: 0 20px 67px 0 rgba(0,0,0,.3);
  }
  .custom-menu-primary.mobile {
    position: fixed;
    z-index: 111;
  }

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
    /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {}

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul li {}

  .custom-menu-primary .hs-menu-wrapper>ul > li {
    text-transform: uppercase;
    letter-spacing: 1px; 
    font-family: Affogato,Ubuntu,open sans,Arial;
    font-weight: 500;  
    -webkit-transition: color .35s;
    transition: color .35s; 
    padding: 10px 0; 
    color: hsla(0,0%,100%,.6);
    font-size: 18px;	
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.trigger-hover > a {
    color: #35d5c9;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent;
    margin: 20px 0 29px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 10px 20px;
    border-radius: 5px;
    color: rgb(53, 213, 201);
    background-color: rgba(0, 0, 0, 0);
    width: 147.63px;
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 147.63px;
    height: 41px;
    top: 0;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.1);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-family: Affogato,Ubuntu,open sans,Arial;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline !important;
  }

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

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a:after {
    display: inline-block;
    margin-left: 10px;
    content: '>';
    transition: transform .3s ease; 
    transform: rotate(0deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open > a:after {
    transform: rotate(90deg);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):nth-last-child(2) {
    margin: 10px 0;
    font-size: 18px;
    color: hsla(0,0%,100%,.6);
    margin-top: 50px;
    padding-top: 30px;
    position: relative;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):nth-last-child(2):before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(0,0%,100%,.2);
    height: 1px;
    width: 100%;
    content: "";
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):nth-last-child(2)+li {
    margin: 10px 0;
    font-size: 18px;
    color: hsla(0,0%,100%,.6);
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):nth-last-child(2)+li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: hsla(0,0%,100%,.2);
    height: 1px;
    width: 100%;
    content: "";
  }

  .links-module--iconContainer--14AB->svg {
    width: 15px;
    height: auto;
    margin-right: 15px;
  }

  .links-module--iconContainer--14AB->svg * {
    -webkit-transition: stroke .35s;
    transition: stroke .35s;
    will-change: stroke;		
    stroke: currentColor!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):hover svg * {
    stroke: #35d5c9 !important;
  }

  .custom-logo a svg {
    height: 40px;
  }

  .custom-header.mobile>div>div {
    display: flex;
  display:-webkit-flex;
    display:-moz-flex;
    justify-content: center;
    align-items: center;
  }

  .custom-header.mobile>div>div:before,
  .custom-header.mobile>div>div:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):not(.hs-item-has-children) {
    display: none;
    align-items: center;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child):not(.hs-item-has-children) {
    display: flex;
  display:-webkit-flex;
    display:-moz-flex;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) {
    animation: 1s ease 0ms 1 normal forwards running fade-in-translate-right-50;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    animation: 1s ease 50ms 1 normal forwards running fade-in-translate-right-50;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
    animation: 1s ease 100ms 1 normal forwards running fade-in-translate-right-50;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) {
    animation: 1s ease 150ms 1 normal forwards running fade-in-translate-right-50;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) {
    animation: 1s ease 200ms 1 normal forwards running fade-in-translate-right-50;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) {
    animation: 1s ease 250ms 1 normal forwards running fade-in-translate-right-50;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    animation: 1s ease 300ms 1 normal forwards running fade-in-translate-right-50;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) {
    animation: 1s ease 350ms 1 normal forwards running fade-in-translate-right-50;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li {
    opacity: 0;
    display: block;
  }

  @keyframes fade-in-translate-right-50 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .mobile-open {
    overflow: hidden;
  }


  .custom-menu-primary .cm-lang-wrap button>div {
    text-align: left;
    font-size: 18px;
    color: hsla(0,0%,100%,.6);
    -webkit-transition: color .35s;
    transition: color .35s;
  }

  .custom-menu-primary .cm-lang-wrap:before {
    bottom: -16px;
  }

  .custom-menu-primary .cm-lang-wrap:hover button>div {
    color: #fff
  }

  .custom-menu-primary .cm-lang-wrap button>div>div {
    margin-left: 10px;
  }

  .custom-menu-primary .cm-lang-wrap .popper_card-module--popper--3njaj {
    bottom: auto;
    top: 21px; 
    left: 0;
    transform: none;
  }

  .custom-menu-primary .cm-lang-wrap {
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    color: #fff;
  }

}

@media (min-width: 1301px) and (max-width: 1720px) {
  .cm-parallax-bg-image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 1860px;
  }
}

@media (max-width: 1300px) {
  .blog-first-post h1 {
    font-size: 50px;
    line-height: 57px;
    max-height: 114px;
  }
  .with_gradient_layout-module {
    height: 764px;
  }
  .custom-team-group .cm-parallax-bg-image img {
    position: static;
    top: 0;
    max-width: 170%;
  }
  .cm-parallax-bg-image img {
    transform:none !important;
  }
  body .cm-parallax-bg-image img {
    max-width: 126vw !important;
    width:auto;
  }
  .hs-become-distributor-page .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .input {
    width: calc(100% - 152px);
    float: left;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field.hs_agree_policy .input {
    width: 100% !important;
  }
  .actus-blog-post .section-post-header h1 {
    font-size: 50px;
    line-height: 57px;
  }
}

@media (min-width: 1251px) {
  .custom-who-we-are-group-col1-bottom.tablet{
    display:none;
  }
  
}


@media (max-width: 1250px) {
  .custom-footer {
    padding: 50px;
  }
  .cm-ftr-col-2 {
    margin-left: 100px !important;
  }
  .post-item {
    flex-direction: column;
  }
  .hs-featured-image-wrapper {
    margin: 0 0 30px;
    min-width: auto;
    max-width: 100%;
  }
  .custom-who-we-are-group-col1, 
  .custom-who-we-are-group-col2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float:none;
  }  
  .custom-who-we-are-group {
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom-who-we-are-group-col1-bottom.desktop{
    display:none;
  }
  .custom-play-button-group {
    margin-left: 20px;
    margin-top: 50px;
  }
  .custom-who-we-are-group-col1-bottom {
    margin-top: 50px;
    margin-bottom: -150px;
    font-size: 18px;
    line-height: 25px;
    padding: 50px 50px 40px;
  }
  .custom-advanced-content-group .custom-play-button-group {
    bottom: 50px;
    left: 50px;
    margin-left: 0;
  }

}

@media (min-width: 1201px) {
  .custom-clients-logo-inner-group.tablet{
    display:none;
  }
}

@media (max-width: 1200px) {
  .blog-outer-wrap {
    padding: 75px 30px;
  }
  .custom-awards-inner-group {
    flex-direction: column;
  }
  .custom-clients-logo-inner-group.desktop{
    display:none;
  }
  .custom-clients-logo-inner-group.tablet button.slick-prev.slick-arrow {
    display: none !important;
  }
  .custom-clients-logo-inner-group .logo-img {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
  }
  .custom-clients-logo-group h2 {
    margin-bottom: 23px;
  }
  .custom-clients-logo-group {
    padding-bottom: 54px;
  }
  .custom-clients-logo-item {
    margin: 0;
    padding: 15px;
    display: block;
  }
  .custom-team-middle-group {
    padding-left: 0;
    padding-right: 0;
    max-width: 1020px;
  }
  .custom-clients-logo-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-clients-logo-group{
    padding-left:0;
    padding-right:0;
  }
  .custom-full-width-content-group > img{
    max-width:1200px;
  }
  
}

@media (min-width: 1121px) {
  .custom-two-col-hover-slider-col1-inner.custom-slider-group{
    display:none;
  }
  .custom-team-middle-group.tablet,
  .custom-slider-bottom-content.tablet{
    display:none;
  }
  .Left .custom-two-col-hover-slider-inner{
    margin-top: 72px;
  }
}

@media (max-width: 1120px) {
  .cm-ftr-top-icons-wrap a {
    margin: 20px 30px;
  }  
  .custom-slider-bottom-content.desktop{
    display:none;
  }
  .custom-two-col-hover-slider-col1-inner.custom-slider-group {
    display: block;
    max-width: 100%;
    display: block;
  }
  .custom-two-col-hover-slider-col1-inner.desktop{
    display:none;
  }
  .custom-two-col-hover-slider-inner {
    display: block;
  }
  .custom-interactive-tab-item{
    width:100%;
  }
  .custom-two-col-hover-slider-col1-inner.custom-slider-group .slick-prev {
    z-index: 9;
  }
  .custom-two-col-hover-slider-col2 {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
  }
  .custom-slider-bottom-content a+a {
    margin-left: 0;
    display: block;
  }
  .custom-two-col-hover-slider-inner-col2 {
    margin-bottom: 30px;
  }
  .custom-slider-bottom-content.tablet {
    flex-direction: column;
    justify-content: center;
    margin: 0 50px;
  }
  .custom-interactive-tab-item{
    max-width:100%;
    padding:0;
  }
  .custom-interactive-tab-inner-item{
    max-width:280px;
    margin:0 auto;    
    padding: 20px 20px 30px;
    position:relative;
  }
  .custom-team-middle-group.desktop{
    display:none;
  }
  .custom-team-middle-group.tablet {
    display: block;
    max-width: 380px;
    margin: 0px auto;
    padding: 0 50px;
  }
  .custom-team-middle-group.tablet .slick-arrow {
    margin-top: 10px;
  }
  .custom-team-group {
    display: block;
  }
  .custom-team-item-inner .custom-play-button-group {
    margin-left: 0;
  }
  .custom-team-middle-group .custom-team-item{
    padding:0;
  }
  .custom-team-bottom-group {
    margin-top: 63px;
  }
  .custom-team-inner-group h2 {
    margin-bottom: 93px;
  }
  .custom-clients-logo-group h2 {
    margin-top: 0;
  }
  .custom-slider-bottom-content.desktop{
    display:none;
  }
  .custom-two-col-hover-slider-col1-inner.custom-slider-group {
    margin-bottom: 70px;
  }
  .custom-team-middle-group.tablet .slick-arrow.slick-next {
    right: -25px;
  }
  .custom-team-middle-group.tablet .slick-arrow.slick-prev {
    left: -20px;
  }
  .interactive-button-group {
    bottom: 48px;
  }
  .interaction-hover-content{
    height: calc(100% - 49px);
  }
  .custom-interactive-tab-item {
    max-width: 100%;
    padding: 0;
    height: 211px;
  }
}

@media (max-width: 1150px) {
  .rel-post-item-inner a>div {
    max-width: 550px;
  }
  .custom-top-icon-title-item{
    margin: 30px;
    width: calc(25% - 60px);
  }
  .custom-top-icon-title-wrapper {
    padding: 35px 0px 45px;
  }
}

@media (max-width: 1050px) {
  .cm-ftr-col-2 {
    margin-left: 0 !important;
    flex-direction: row;
    margin: 50px 0;
    align-items: flex-start;
    display: flex !important;
  }
  .custom-footer-middle>div>div {
    flex-direction: column;
  }
  .cm-ftr-col-2>div:last-child {
    width: 100%;
    min-width: 500px;
    margin: 0 0 0 75px;
  }
  .social-share-wrap {
    margin-bottom: 0;
  }
  .cm-ftr-col-1 {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  .cm-ftr-col-1>div:last-child {
    padding: 0 0 0 25px;
    margin: 0 0 0 50px;
    flex-direction: column;
    position: relative;
  }
  .cm-ftr-col-1>div:last-child:before {
    height: 100%;
    width: 1px;
    background-color: hsla(0,0%,100%,.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .ftr-col-1-row-2 span {
    display: block;
  }
  .ftr-col-1-row-2 span>a:last-child {
    margin: 0;
  }
  .ftr-col-1-row-2 {
    margin: 0;
  }
  .custom-footer-inner>div:first-child {
    margin-bottom: 23px;
  }
  h1{
    font-size: 45px;
    line-height: 58px;
  }
  .custom-advanced-content-group h1 {
    font-size: 45px;
    line-height: 58px;
  }
  .cm-parallax-bg-image img {
    position: absolute;
    transform: none !important;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

@media (min-width: 851px){
  .custom-top-icon-with-title-group.tablet{
    display:none;
  }
}

@media screen and (max-width: 1050px) and (min-width: 851px){
  .custom-two-col-hover-slider-group h2{
    font-size: 42px;
    line-height: 52px;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1100px) {
  .blog-first-post h1 {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 50px;
    max-height: 104px;
  }
  div#blog-filters button {
    margin-right: 50px;
  }
  .post-item {
    margin: 30px;
  }
  .blog-top-bar-wrap {
    padding: 0 30px;
  }
  .with_gradient_layout-module {
    height: 704px;
  }
  .hs-jobs-listing-item{
    margin: 50px;
    max-width: calc(50% - 100px);
  }
  .hs-jobs-listing-group h3 {
    padding-left: 60px;
  }
  .custom-two-col-hover-slider-group {
    padding: 40px 30px;
  }  
  .custom-solutions-group1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-blog-title.blog-top-bar-wrap, .custom-blog-title {
    padding: 0 30px;
  }
}

@media (max-width: 1080px) {
  .custom-two-col-hover-slider-col1-inner.custom-slider-group {
    max-width: 710px;
    display: block;
    margin: 7px auto 83px;
  }
  .cm-parallax-bg-image img {
    position: absolute;
    max-width: 1200px !important;
  }
}

@media (max-width: 1050px) {
  .with_gradient_layout-module {
    height: 667px;
  }
}

@media (max-width: 1000px) {
  .blog-first-post-wrap {
    padding: 100px 50px 50px;
  }
  .blog-first-post h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;
    max-height: 92px;
  }
  .rec-post-item {
    flex-direction: column;
  }
  .rec-post-image {
    margin: 0 0 40px;
    max-width: unset;
    min-width: unset;
    height: auto;
  }
  .rec-post-content {
    max-width: 100%;
  }
  .rec-post-read-more {
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    justify-content: flex-end;
  }
  .blog-outer-wrap {
    padding: 50px 30px;
  }
  .with_gradient_layout-module {
    height: 642px;
  }
  .post-no-image .with_gradient_layout-module {
    min-height: 300px;
  }
}

@media (max-width: 970px) {
  .custom-top-icon-with-title-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (max-width: 925px) {
  .cm-ftr-col-2 {
    flex-direction: column;
    max-width: 600px;
  }
  .cm-ftr-col-2 > div:last-child {
    margin-left: 0;
    min-width: unset;
    width: 100%;
  }
  .hs-jobs-listing-item{
    margin: 30px;
    max-width: calc(50% - 60px);
  }
  .hs-jobs-listing-group h3 {
    padding-left: 40px;
  }
}

@media (max-width: 900px) {
  .blog-first-post h1 {
    font-size: 35px;
    line-height: 40px;
    max-height: 80px;
  }
  .blog-outer-wrap {
    padding: 50px 10px;
  }
  .with_gradient_layout-module {
    height: 580px;
  }
  .custom-who-we-are-group {
    padding: 50px 10px;
  }
  .custom-content-with-bg-image-group img.bg-img{
    -webkit-filter: brightness(.35);
    filter: brightness(.35);
  }
  .custom-full-width-content-group h2{
    font-size: 46px;
    line-height: 54px;
  }
  .custom-full-width-content-group.has-content .banner-content{
    padding:30px;
  }
  .custom-who-we-are-group {
    padding: 50px 10px;
  }
  .actus-blog-post .section-post-header h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 850px) {
  .blog-top-bar-wrap {
    padding: 0;
    flex-wrap: wrap;
  }
  div#blog-filters {
    width: 100%;
    margin-top: 15px;
    justify-content: flex-end;
  }
  .blog-outer-wrap {
    padding: 50px 30px;
  }
  .section_title {
    line-height: 48px;
  }
  .custom-two-col-hover-slider-group h2{
    font-size: 40px;
    line-height: 48px;
  }  
  .custom-team-inner-group h2 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 0;
  }
  .custom-team-middle-group.tablet {
    max-width: 100%;
    padding: 0 60px;
  }
  .hs-jobs-listing-item {
    margin: 19px 0 20px;
    max-width: unset;
  }
  .hs-jobs-listing-group h3 {
    padding-left: 10px;
    margin-bottom: 31px;
  }
  .hs-jobs-listing-item:last-of-type:after {
    display:none;
  }
  .hs-jobs-listing-item:after {
    content: "";
    background-color: rgba(0,0,0,.1);
    height: 1px;
    width: 200px;
    display: block;
    margin: 34px auto 0;
  }
  .custom-top-icon-with-title-group button.slick-next.slick-arrow{
    width: 30px;
    height: 30px;
    right: -33px;
  }
  .custom-top-icon-with-title-group button.slick-prev.slick-arrow {
    width: 30px;
    height: 30px;
    left: -20px;
  }
  .custom-top-icon-title-item {
    padding: 30px;
    margin: 0;
  }
  .custom-top-icon-title-wrapper {
    padding: 0;
  }
  .custom-top-icon-with-title-group.desktop{
    display:none;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group{
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display:table;
    text-align:center;
  }

}

@media (max-width: 840px) {
  .cm-ftr-col-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .cm-ftr-col-1>div:last-child {
    margin: 50px 0 0;
    padding: 0;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .cm-ftr-col-1>div:last-child:before {
    display: none;
  }

  .ftr-col-1-row-2 span {
    display: flex;
  display:-webkit-flex;
    display:-moz-flex;
  }

}

@media (max-width: 820px) {
  .custom-footer-inner>div:first-child {
    height: 100px;
    padding: 0;
    justify-content: flex-start;
    margin: -11px 0 61px -30px;
  }
}

@media (max-width: 800px) {
  .blog-first-post h1 {
    font-size: 30px;
    line-height: 35px;
    max-height: 70px;
  }

  .with_gradient_layout-module {
    height: 470px;
  }

  .hs-blog-post .blog-section {
    margin-top: 100px;
  }

  .post-no-image .with_gradient_layout-module {
    min-height: 250px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */


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


@media (max-width: 767px) {
  .custom-one-col-layout .body-container .content-wrapper{
    padding-left:35px;
    padding-right:35px;
  }
  .custom-one-col-layout .main-content{
    text-align:inherit;
  }
  .landing-page.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form {
    width: 100%;
  }

  .hs-search-field__bar {
    max-width: 100%;
  }

  .subscribe-options label {
    margin: 0;
  }

  body:not(.blog) .body-container .hs-form {
    margin-bottom: 30px
  }

  #comment-form .hs-form {
    margin-bottom: 0;
  }

  .blog-sidebar {
    padding-top: 30px;
  }

  .section.post-footer form {
    max-width: 100%;
  }

  /*==Header==*/
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li >div {
    width: auto;
    display: inline-block;
  }

  .links-module--iconContainer--14AB->svg * {
    display: inherit;
    width: 12.1px;
  }
  h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  /*==Footer==*/

  .cm-footer-col {
    width: 100%;
    float: none;
  }

}

@media (max-width: 775px) {
  .cm-ftr-top-icons-wrap a {
    margin: 20px;
  }
}

@media (max-width: 750px) {
  .post-item {
    margin: 20px;
    max-width: calc(50% - 40px);
  }
  .custom-advanced-content-group h1{
    font-size: 40px;
    line-height: 52px;
  }
  .custom-two-col-hover-slider-col1-inner.custom-slider-group {
    max-width: 370px;
    margin: 7px auto 79px;    
  }
  .custom-two-col-hover-slider-inner {
    display: block;
    margin-top: 16px;
  }
  .custom-slider-group .slick-arrow {
    margin-top: 0;
    width: 30px;
    height: 30px;
  }
  .custom-interactive-tab-item{
    height:auto;
  }
  .interactive-button-group {
    bottom: 20px;
    padding-right: 20px;
    max-width: 280px;
  }
  .custom-slider-group .slick-arrow.disabled {
    opacity: .2;
    cursor: not-allowed;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group a {
    margin: 0 10px;
    text-align: center;
  }
  .custom-advanced-banner-group.simple-banner h1{
    font-size: 40px;
    line-height: 52px;
  }
  .interaction-hover-content {
    height:100% ;
  }
}

@media (max-width: 750px), screen and (max-width: 1300px) and (min-width: 1126px){
  .Left .custom-two-col-hover-slider-inner-col2{
    height: 325px;
    width: 450px;
  }
  .Left .custom-two-col-hover-slider-col2 {
    margin: 22px 0 0;
  }
  .Left .custom-two-col-hover-slider-inner-col2 .cover{
    top: -10px;
    max-width: 538px;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group{
    margin-top: 57px;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group .custom-transparent-button {
    margin-bottom: 24px;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group {
    margin-bottom: 9px;
  }
}

@media (max-width: 720px) {
  .cm-ftr-top-icons-wrap a {
    flex-direction: row;
    margin: 10px 0;
  }

  .cm-ftr-top-icons-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-footer-inner>div:first-child {
    margin: 0px 0 50px -30px;
    height: 180px;
    margin-left: 0;
    position: relative;
  }

  .custom-footer-inner>div:first-child:after {
    height: 1px;
    width: 100px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }

  .cm-ftr-top-icons-wrap a svg {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 700px) {
  .blog-first-post-wrap {
    padding: 100px 30px 50px;
  }

  .post-body.clearfix {
    font-size: inherit;
    line-height: 20px;
  }

  .post-header h2 {
    font-size: 22px;
    max-height: 56px;
    line-height: 28px;
  }
  .hs-blog-post .page-center-wrap {
    padding: 0 30px 100px;
  }

}

@media (max-width: 660px) {
  .blog-first-post h1 {
    font-size: 26px;
    line-height: 30px;
    max-height: 60px;
  }
  .with_gradient_layout-module {
    height: 460px;
  }
  .blog_actuality_layout-module--buttonsContainer--2o0QZ {
    justify-content: center;  
  }
  .custom-banner-button-group {
    flex-direction: column;
  }
  .custom-advanced-banner-group.simple-banner{
    height: calc(100vh - 150px);
  }
  .custom-two-col-hover-slider-col1-inner.custom-slider-group {
    max-width: 370px;
    margin: 7px auto 19px;
  }
}

@media (max-width: 650px) {
  .post-item {
    max-width: unset;
    width: 100%;
    margin: 10px 0;
  }
  .blog-outer-wrap {
    padding: 40px 20px;
  }
  .custom-awards-group{
    padding: 50px 0;
  }
  .custom-awards-inner-group {
    padding: 0;
  }
  .custom-full-width-logoes-col1 .image-wrap:first-child img{
    max-height: 257.25px;
  }
  .custom-content-with-bg-image-group{
    min-height: 350px;
    padding: 50px;
    text-align:center;
    align-items: center;
  }
  .custom-one-col-form .custom-em-form .actions {
    background-color: rgb(35, 140, 132);
    border: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 1.5;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 1.5;
    font-family: Affogato,Ubuntu,open sans,Arial;
    font-size: 15px;
    font-weight: 500;
    min-height: 36px;
    text-align: center;
    position: relative;
    transition:all ease 0.5s;
  }
  .custom-one-col-form .custom-em-form input.hs-button.primary.large {
    background-color: rgb(35, 140, 132);
    border: none;
    font-size: 0;
    padding: 29px 19px 26px !important;
    margin: 0;
    background: none !important;
    text-transform: uppercase;
    position: relative !important;
    z-index:2;
    line-height: 1.5;
  }
  .custom-one-col-form .custom-em-form .actions:after {
    content: ">";
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 1.5;
    font-family: Affogato,Ubuntu,open sans,Arial;
    display: block;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    transform: translateY(-50%);
    }
  .custom-one-col-form .custom-em-form .actions:before{
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    content: "";
  }
  .custom-one-col-form .custom-em-form .actions:hover{
    transform:translateY(-3px);
  }
  .custom-one-col-form .custom-em-form .actions:hover:before{
    opacity:.2;
  }
  .hs-le-computer-row1-group .custom-clients-logo-group h2 {
    max-width: 93%;
  }

}

@media (max-width: 610px) {
  .custom-footer-bottom>div>div>div:first-child span>span {
    font-size: 12px;
    line-height: 16px;
  }
  .custom-footer-bottom>div>div>div:first-child span>span svg {
    height: 10px;
  }
  .custom-footer-bottom>div>div>div:first-child {
    font-size: 0;
  }
  .custom-full-width-content-group h2{
    font-size: 38px;
    line-height: 44px;
  }
}


@media (min-width: 601px) {
  .custom-two-col-hover-slider-col1-inner.mobile{
    display:none;
  }
}


@media (max-width: 600px) {
  .blog-first-post-wrap {
    padding: 100px 30px 30px;
  }
  .with_gradient_layout-module {
    height: 410px;
  }
  .blog_actuality_layout-module--button--1bZn4, .blog_actuality_layout-module--buttonLink--Y5xym, .blog_actuality_layout-module--prevNextButton--1w7pi {
    width: 100%!important;
  }
  .blog_actuality_layout-module--buttonLink--Y5xym .blog_actuality_layout-module--button--1bZn4 {
    margin: 0;
  }
  .blog_actuality_layout-module--prevNextButton--1w7pi .blog_actuality_layout-module--buttonLink--Y5xym {
    flex: 1 1;
    margin: 7.5px 0;
  }
  .blog_actuality_layout-module--prevNextButton--1w7pi .blog_actuality_layout-module--buttonLink--Y5xym:first-child:not(:last-child) {
    margin-right: 15px;
  }
  .blog_actuality_layout-module--buttonLink--Y5xym {
    margin: 7.5px 0;
  }
  .custom-two-col-hover-slider-group h2{
    font-size: 34px;
    line-height: 41px;
  }
  .custom-two-col-hover-slider-col1-inner.mobile{
    display:block;
  }
  .custom-two-col-hover-slider-col1-inner.custom-slider-group{
    display:none;
  }
  .custom-two-col-hover-slider-col1 {
    display: block;
    text-align: center;
  }
  .custom-two-col-hover-slider-inner-col2 {
    margin: 0px auto;
  }
  .custom-two-col-hover-slider-inner {
    margin-top: 0;
  }
  .custom-two-col-hover-slider-col1-inner.mobile {
    display: block;
    margin-top: 12px;
  }
  .custom-interactive-tab-item {
    height: 200px;
  }
  .custom-two-col-hover-slider-col2-img-slider img {
    transform: none;
    filter: blur(0);
    left: 0;
  }
  .interaction-title {
    color: #fff;
  }
  .interaction-bottom-line {
    opacity: 1;
    width: 60%;
  }
  .custom-interactive-tab-item .st0 {
    stroke: #fff;
  }
  .custom-two-col-hover-slider-col2 {
    display: none;
  }
  .custom-two-col-hover-slider-group.Left {
    padding-top: 110px;
  }
  .custom-team-inner-group h2 {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 45px;
  }
  .custom-team-middle-group.tablet {
    max-width: 100%;
    padding: 0 30px;
  }
  .actus-blog-post .section-post-header h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .custom-interactive-tab-inner-item.active .custom-interactive-tab-top {
    opacity: 1;
  }
  .interaction-hover-content {
    display: none;
  }
}

@media (max-width: 580px) {
  .ftr-col-1-row-1>div>div>div:not(:last-child) {
    margin-bottom: 40px;
  }

  .ftr-col-1-row-1>div>div>div {
    margin: 0 75px 0 0;
  }

  .ftr-col-1-row-1>div>div {
    flex-wrap: wrap;
  }
}

@media (max-width: 570px) {
  div#blog-filters button>div {
    display: flex;
  display:-webkit-flex;
    display:-moz-flex;
  }

  div#blog-filters button {
    margin-right: 20px;
  }

  .blog-site-search-wrap {
    width: unset;
  }
}

@media (max-width: 550px) {
  .rel-post-outer-wrap h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .rel-post-item-inner a>div {
    flex-direction: column;
  }
  .rel-post-image {
    width: auto;
    margin: 0 0 15px;
  }
  .rel-post-title {
    font-size: 16px;
    line-height: 21px;
  }
  .section.post-body {
    font-size: 16px;
    line-height: 25px;
  }
  .custom-who-we-are-group-col1 h2{
    font-size: 28px;
    line-height: 34px;
  }
  .custom-who-we-are-group {
    padding: 50px 15px;
  }
  .custom-who-we-are-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-who-we-are-group-col1, 
  .custom-who-we-are-group-col2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-who-we-are-group-col1-bottom {
    padding: 35px;
  }
  .custom-who-we-are-group-col1-bottom {
    padding: 35px 35px 25px;
  }
  .custom-full-width-content-group {
    height: 600px;
    background-size: cover;
    background-position: center;
  }
  .custom-full-width-content-group > img {
    display: none;
  }
  .custom-full-width-logoes-col1 .image-wrap:first-child{
    height: 135px;
    max-width: 300px;
    min-width: 300px;
    margin: 0 0 30px;
  }
  .custom-button {
    padding: 10px 24px 10px;
  }
  .Left .custom-two-col-hover-slider-inner-col2{
    height: 250px;
    width: 346px;
  }
  .Left .custom-two-col-hover-slider-inner-col2 .cover{
    top: -10px;
    width: 414px;
  }
  .custom-two-col-hover-slider-group.Left .custom-two-col-hover-slider-col2-img-slider img {
    transform: none;
    opacity: 1;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group {
    margin-top: 126px;
  }
  .banner-content h1 ,
  .custom-who-are-we-layout .simple-banner .banner-content h1 {
    font-size: 45px ;
    line-height: 55px;
  }
  .custom-advanced-content-group .custom-button {
    padding: 17px 10px 16px;
  }

}

@media (max-width: 530px) {
  .custom-jobs-play-button-group {
    left: 40px;
    bottom: 40px;
  }
  .custom-blog-title.blog-top-bar-wrap div#blog-filters {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 523px) {
  .cm-lang-wrap {
    display: none;
  }
  .custom-advanced-banner-group.simple-banner.jobs-banner .banner-content h1 {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .custom-footer {
    padding: 30px;
  }
  .cm-ftr-col-2 h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .blog_actuality_layout-module--buttonsContainer--2o0QZ {
    flex-direction: column-reverse;
  }
  .custom-content-with-bg-image-group h2{
    font-size: 35px;
    line-height: 42px;
    text-align:center;
  }
  .custom-who-we-are-group-col2{
    min-width:auto;
    width:100%;
  }
  .custom-clients-logo-group h2{
    font-size: 30px;
    line-height: 34px;
  }
  .custom-team-middle-group.tablet .slick-arrow.slick-prev {
    left: -24px;
    margin-top: 0;
  }
  .custom-team-middle-group.tablet .slick-arrow.slick-next {
    right: -24px;
    margin-top: 0;
  }  
  .banner-content h1{
    font-size: 35px;
    line-height: 45px;
  }
  .custom-advanced-banner-group.simple-banner h1{
    font-size: 35px;
    line-height: 45px;
  }
  .custom-advanced-content-group .custom-button {
    padding: 17px 10px 16px;
    margin-top: 14px;
  }
}


/* =============== Landscape phones and smaller devices =============== */
@media (min-width: 480px) {
  .article-module--shareIconsContainer--IBWmy.mobile {
    display: none;
  }
}

@media (max-width: 479px) {

  /*==Blog==*/
  .article-module--shareIconsContainer--IBWmy.desktop {
    display: none;
  }

  .article-module--shareIconsContainer--IBWmy.mobile {
    margin-top: 20px;
    justify-content: flex-end;
  }

  .article-module--shareIconsContainer--IBWmy.mobile svg {
    color: #238c84;
  }

  .post-no-image .with_gradient_layout-module {
    min-height: 234px;
  }

  /*==Footer==*/
  .section.post-body img {
    float: none !important;
  }
}

@media (max-width: 450px) {
  .cm-ftr-col-2 h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .cats-wrap.filter-content {
    left: 63%;
  }
  .social-share-wrap {
    margin: 60px 0 20px;
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    justify-content: space-around;
  }
  .cm-ftr-col-2 {
    margin-bottom: 30px;
  }
  .social-share-wrap a {
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .ftr-col-1-row-2 span {
    display: block;
  }
  .custom-who-we-are-group-col1-bottom h2{
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .custom-who-we-are-group-col1-bottom{
    font-size: 16px;
    line-height: 22px;
  }
  .hs-jobs-listing-group .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .custom-jobs-layout .body-container-wrapper .page-center.content-wrapper {
    padding-top: 50px !important;
  }
  .hs-jobs-listing-group h3 {
    padding-left: 0;
    margin-bottom: 10px;
    font-size:26px;
  }
  .hs-jobs-listing-group .description{
    font-size: 16px;
    line-height: 20px;
  }
  .jobs_offers_section-module--deposeSpontaneousCandidatureTitle--3HvM7 {
    font-size: 26px;
    line-height: 32px;
  }
  .custom-content-with-button-group h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
    color: #1c1c1c;
  }
  .hs-jobs-listing-item{
    padding-left:0;
    padding-right:0;
  }
  .custom-content-with-button-group{
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
  }

}

@media screen and (max-width: 440px) {
  .cm-ftr-col-2 form>div>div.input {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .cm-ftr-col-2 input[type="submit"] {
    margin-top: 20px;
  }
  .ftr-col-1-row-2 span>a:last-child {
    margin-top: 10px;
  }
  .cm-ftr-col-1>div:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 435px) {
  .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 430px) {
  .rel-post-outer-wrap h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .custom-advanced-banner-group.simple-banner.jobs-banner .banner-content h1{
    font-size: 26px;
    line-height: 33px;
  }
  .featured-posts h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 415px) {
  .custom-footer-bottom>div>div>div {
    text-align: center;
  }

  .ftr-col-1-row-1>div>div>div {
    margin: 0 50px 40px 0;
  }
}

@media screen and (max-width: 400px) {
  .banner-content h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .blog-first-post h1 {
    margin-bottom: 30px;
  }
  .blog-first-post-wrap {
    padding: 100px 20px 30px;
  }
  .hs-blog-post .page-center-wrap {
    padding: 0 20px 100px;
  }
  h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  h2 {
    font-size: 20px;
    line-height: 1.2;
  } 
  .custom-who-we-are-group-col1, .custom-who-we-are-group-col2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom-full-width-logoes-col2 {
    justify-content: center;
  }
  .custom-full-width-logoes-col2 img{
    margin: 20px 0;
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .custom-two-col-hover-slider-group h2{
    font-size: 28px;
    line-height: 33px;
  }
  .Left .custom-two-col-hover-slider-inner-col2{
    height: 216px;
    width: 300px;
  }
  .custom-two-col-hover-slider-group.Left .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .Left .custom-two-col-hover-slider-inner-col2 .cover {
    top: -8px;
    min-width: 358px;
    width: 100%;
  }
  .custom-two-col-hover-slider-group.Left {
    padding-left: 0;
    padding-right: 0px;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group {
    margin-top: 87px;
    padding: 0;
  }
  .custom-two-col-hover-slider-group .custom-banner-button-group .custom-green-button {
    min-width: auto;
    margin-left:0;
    margin-right:0;
  }
  .custom-who-are-we-layout .simple-banner .banner-content h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .custom-advanced-banner-group.simple-banner h1 {
    font-size: 30px;
    line-height: 39px;
  }
}

@media (max-width: 380px) { 
  .rel-post-outer-wrap h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 365px) { 
  .custom-two-col-hover-slider-inner-col2{
    width: 200px;
    height: 390px;
    padding: 9px 12px 10px;
  }
  .custom-two-col-hover-slider-inner-col2 .cover {
    min-width: 285.6px;
    top: -12px;
  }
  .interaction_view_device-module--container--2An0J:not(.interaction_view_device-module--desktopContainer--1BHU_) {
    width: 200px;
    height: 390px;
    padding: 9px 12px 10px;
  }
  .custom-header-group h1 {
    font-size: 53px;
    line-height: 58px;
  }
}


@media (max-width: 360px) { 
  .post-content-cats {
    margin: 25px 0;
  }
}

@media screen and (max-width: 350px) {
  .custom-who-are-we-layout .simple-banner .banner-content h1,
  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .custom-full-width-logoes-col1 .image-wrap:first-child{
    height: 112.5px;
    max-width: 250px;
    min-width: 250px;
    margin: 0 0 30px;
  }
  .custom-full-width-logoes-col1 .image-wrap:first-child img{
    height: 214.375px;
  }
  .custom-two-col-hover-slider-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-content-with-bg-image-group {
    padding: 50px 25px;
  }
  .custom-content-with-bg-image-group .custom-green-button {
    max-width: 280px;
    width: 100%;
    min-width: auto;
  }
  .custom-banner-button-group{
    margin-top:33px;
  }
  .custom-advanced-banner-group.simple-banner h1{
    font-size: 26px;
    line-height: 33px;
  }
}


@media(min-width:850px){
  .custom-top-icon-with-title-section.la-computeur .page-center {
    max-width: 1200px;
    padding: 0;
  }
  .custom-top-icon-with-title-section.la-computeur .custom-top-icon-title-wrapper {
    padding: 0;
    width: 100% !important;
    transform: none !important;
    max-width: 1017px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block;
  }
  .custom-top-icon-with-title-section.la-computeur .custom-top-icon-title-item {
    margin: 0;
    padding: 30px 30px 22px;
    width: 49% !important;
    float: none;
    display: inline-block !important;
    vertical-align: top;
  }

  .custom-top-icon-with-title-section.la-computeur .slick-slider .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .custom-top-icon-with-title-section.la-computeur .custom-top-icon-title-item .title {
    margin-top: 20px;
    font-family: Affogato,Ubuntu,open sans,Arial;
    font-size: 18px;
    color: #8cc047;
    font-weight: 500;
    text-transform: uppercase;
  }
  .custom-top-icon-with-title-section.la-computeur .custom-top-icon-title-item p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
  } 
  .custom-top-icon-with-title-section.la-computeur svg {
    height: 65px;
  }
  .custom-top-icon-with-title-section.la-computeur .custom-top-icon-title-wrapper.tablet{
    display:none; 
  }
}
@media(min-width:1000px){
  .custom-top-icon-with-title-section.la-computeur .custom-top-icon-title-item {
    width: 33% !important;
  }
}
@media(max-width:1275px){

  .hs-contact-row1-group .page-center-wrap {
    padding: 0;
  }
}
@media(max-width:1200px){
  .hs-blog-listing.blog-actus-listing .page-center.content-wrapper {
    padding: 75px 30px;
  }
  .blog-actus-listing .custom-blog-actus-inner {
    margin: 0;
  }
  .blog-actus-listing .blog-pagination {
    padding: 0;
  } 
}
@media(max-width:1195px){
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap {
    width: 37%;
  }
}
@media(max-width:1175px){
  .hs-become-distributor-page .container-fluid .row-fluid .page-center {
    max-width: 1057px;
  }
  body:not(.blog) .body-container-wrapper .page-center.content-wrapper .hs-become-distributor-row1-top-content h1 {
    text-align: left;
    margin-bottom: 50px;
  }
  .hs-become-distributor-row1-col1, .hs-become-distributor-row1-col2 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .hs-become-distributor-row1-col1 h3 {
    text-align: justify;
  }
  .hs-become-distributor-row1-col2 {
    padding: 0;
    padding-top: 32px;
  } 
  .hs-become-distributor-row1-group .page-center-wrap {
    padding: 0;
  }
  .hs-become-distributor-row1-col1 p {
    text-align: justify;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field {
    width: calc(50% - 44px);
    float: left;
    margin-bottom: 10px;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field:nth-child(even) {
    margin-left: 63px;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field.hs_agree_policy {
    width: 100%;
    clear: both;
    margin-bottom: 22px;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .input {
    width: 63%;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field>label {
    width: 120px !important;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field {
    width: 40%;
  }
}
@media(max-width:1150px){
  .custom-two-col-right-image-mod .col2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
  }
  .custom-two-col-right-image-mod .custom-button-group {
    justify-content: flex-start;
  }
  .custom-two-col-right-image-mod .custom-button-group a {
    margin-top: 5px;
  }
  .custom-two-col-right-image-mod {
    padding: 0 50px 150px;
  } 
}

@media(max-width:1100px){
  .blog-actus-listing .post-item{
    margin: 30px;
    max-width: calc(50% - 60px);
  }
  .actus-blog-post .section-post-header h1 {
    font-size: 45px;
    line-height: 52px;
  }
}

@media(max-width:1080px){
  .custom-two-col-right-image-mod .col2 {
    width: 400px;
    top:20px;
  } 
}
@media(max-width:1050px){
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field {
    width: 37%;
  }
  .listing-content h1{
    font-size: 45px;
    line-height: 58px;
  }
  .le-computeur-banner .custom-advanced-content-inner-group .col1 h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .le-computeur-banner .custom-advanced-content-inner-group {
    position: relative;
    display: block;
  }
  .le-computeur-banner .custom-advanced-content-inner-group .col2 {
    display: block;
  }
  .le-computeur-banner .bottom-content {
    height: unset;
    width: 550px;
    position: absolute;
    top: 80px;
    right: 0;
  }
  .le-computeur-banner .custom-advanced-content-inner-group .col1 {
    width: 100%;
    display: block;
  }
  .le-computeur-banner .banner-content {
    flex-direction: row;
  }
  .actus-blog-post .section-post-header h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media(max-width:1000px){
  .custom-become-distributor-logo svg {
    height: 60px;
    margin-bottom: 50px;
  }
  .hs-blog-listing.blog-actus-listing .page-center.content-wrapper{
    padding: 50px 30px;
  }
  body:not(.blog) .body-container-wrapper .page-center.content-wrapper .hs-become-distributor-row1-top-content h1 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 40px;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .input {
    width: 60%;
  } 

  .custom-two-col-right-image-mod .col2 {
    top: 100px;
  }
  .custom-two-col-right-image-mod {
    padding: 0 50px 200px;
  }
}
@media screen and (max-width: 975px){
  .le-computeur-banner .bottom-content{
    width: 500px;
  }
}
@media(max-width:966px){
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
    overflow: hidden;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap {
    width: 100%;
    float: none;
    margin: 0;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form {
    padding: 40px 75px 50px;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field.hs-lastname, 
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .hs-form-field {
    margin: 20px 0 33px;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap {
    margin-top: 15px;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap li.hs-form-booleancheckbox .hs-input {
    top: 0;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form .custom-form-wrap .hs_agree_policy {
    margin-bottom: 35px;
  }
}
@media(max-width:910px){
  .le-computeur-banner .bottom-content{
    top: 120px; 
  }
}
@media(max-width:900px){
  .hs-blog-listing.blog-actus-listing .page-center.content-wrapper{
    padding: 50px 10px;
  } 
}
@media(max-width:856px) and (min-width:800px){
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .input {
    width: 50%;
  }
}
@media(max-width:850px){
  .blog-actus-listing .post-item {
    max-width: 100%;
    margin: 10px 0 20px;
  }
  .hs-le-computer-row1-group .custom-one-col-form .img-row .img-row-inner {
    transform: none !important;
    display: none;
  }
  .hs-le-computer-row1-group .custom-one-col-form {
    background-size: cover;
    background-position: center;
  }
  .hs-blog-listing.blog-actus-listing .page-center.content-wrapper {
    padding: 50px 30px;
  } 
  .hs-le-computer-row1-group .custom-top-icon-with-title-section .custom-top-icon-title-item {
    padding: 0;
  }
  .hs-le-computer-row1-group .custom-top-icon-with-title-section .custom-top-icon-title-item svg {
    height: 65px;
    min-height: 65px;
    width: auto;
  }
  .hs-le-computer-row1-group .custom-top-icon-with-title-section .custom-top-icon-title-item .title {
    margin-top: 20px;
    font-family: Affogato,Ubuntu,open sans,Arial;
    font-size: 18px;
    color: #8cc047;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-le-computer-row1-group .custom-top-icon-with-title-section .custom-top-icon-title-item p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-top-icon-with-title-section.la-computeur .carousel-module--arrow {
    color: #fff !important;
  }
  .hs-le-computer-row1-group .custom-top-icon-with-title-section .custom-top-icon-title-item {
  }
  .custom-two-col-right-image-mod .col2 {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
  }
  .body-container.container-fluid .custom-two-col-right-image-mod .page-center {
    display: block;
  }
  .custom-two-col-right-image-mod .col1 {
    padding: 0;
    margin-bottom: 50px;
  }
  .custom-two-col-right-image-mod {
    padding: 0 50px 100px;
  }
  .hs-le-computer-row1-group .custom-top-icon-with-title-section {
    padding: 50px;
    margin-bottom: 75px;
  }
  .container-fluid .row-fluid .custom-top-icon-with-title-section.la-computeur .page-center {
    padding: 0;
  }
  .custom-top-icon-with-title-section.la-computeur .custom-top-icon-title-wrapper.desktop{
    display:none;
  }
}
@media(max-width:800px){
  .hs-become-distributor-row1-col1 h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .hs-become-distributor-row1-col1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field {
    width: 100%;
    float: none;
    margin: 25px 0 32px;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field:nth-child(even) {
    margin-left: 0;
  } 
  .le-computeur-banner .bottom-content {
    width: 400px;
  }
  .actus-blog-post .section-post-header h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media(max-width:767px){
  .actus-blog-post .rss-inner-group {
    padding: 20px 20px;
  } 
  .actus-blog-post .featured-posts .slick-next {
    right: -12px;
  }
  .actus-blog-post .featured-posts .slick-prev {
    left: -15px;
  }
}
@media(max-width:750px){
  .listing-content h1{
    font-size: 40px;
    line-height: 52px;
  }
}
@media(max-width:700px){
  .hs-contact-page .body-container-wrapper{
    padding-top:100px; 
  }
  body:not(.blog) .body-container-wrapper .hs-contact-row1-group .page-center.content-wrapper h1{
    margin-bottom:40px;
  }
  .blog-actus-listing .post-body.clearfix {
    font-size: 18px;
    line-height: 23px;
  }
  .blog-actus-listing .post-header h2 {
    font-size: 25px;
    max-height:100%;
  }
  .le-computeur-banner .bottom-content{
    width:350px; 
  }
  .custom-two-col-right-image-mod .col1 h2,
  .custom-two-col-right-image-mod .col1 h1 {
    font-size: 40px;
    line-height: 53px;
  }
}
@media(max-width:650px){
  .le-computeur-banner .bottom-content {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
  }
  .le-computeur-banner .custom-advanced-content-inner-group {
    margin-bottom: 40px;
  } 
}
@media(max-width:600px){
  .custom-two-col-right-image-mod .col1 h2,
  .custom-two-col-right-image-mod .col1 h1{
    font-size: 35px;
    line-height: 46px; 
  }
}
@media(max-width:580px){
  .hs-become-distributor-page div#site-wrapper {
    padding: 50px 30px;
  } 
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form {
    padding: 40px 70px 50px;
  }
}
@media(max-width:550px){
  .hs-contact-page div#site-wrapper {
    padding: 0 20px 50px;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form {
    padding: 20px 35px;
  } 
}
@media(max-width:535px){
  .custom-two-col-right-image-mod .col1 h2,
  .custom-two-col-right-image-mod .col1 h1 {
    font-size: 30px;
    line-height: 39px;
  }
  .custom-top-icon-with-title-section.la-computeur .carousel-module--arrow.slick-next {
    right: -30px;
  }
  .custom-top-icon-with-title-section.la-computeur .carousel-module--arrow.slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 525px){
  body:not(.blog) .body-container-wrapper .page-center.content-wrapper .hs-become-distributor-row1-top-content h1{
    font-size: 40px;
    line-height: 46px;
  }
  .hs-become-distributor-row1-col1 h3{
    font-size: 24px;
    line-height: 30px; 
  }
  .hs-become-distributor-row1-col1 p{
    font-size:15px;
    line-height:20px;
  }
}

@media(min-width:501px){
  .hs-main-blog.hs-blog-post .blog-post-wrapper .button-module-text-mob{
    display:none;
  }
}

@media(max-width:500px){
  .listing-content h1{
    font-size: 35px;
    line-height: 45px; 
  }
  .le-computeur-banner {
    padding: 125px 25px 0;
  }
  .hs-main-blog.hs-blog-post .blog-post-wrapper .button-module-text-desk{
    display:none;
  }
  .hs-le-computer-row1-group .custom-top-icon-with-title-section {
    margin: 20px 0;
  }
  .custom-two-col-right-image-mod {
    padding: 0 25px 75px;
  }
}
@media(max-width:475px){
  .custom-become-distributor-logo svg {
    height: 55px;
    margin-bottom: 40px;
  }
  .hs-become-distributor-page .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field.hs_agree_policy {
    margin-bottom: 14px;
  }
  .hs-become-distributor-page .custom-footer-bottom>div>div>div {
    text-align: left;
  }
} 
@media(max-width:450px){
  .hs-contact-page div#site-wrapper{
  height:100%;
  }
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form {
  
    background: transparent;
    box-shadow: none;
    padding: 20px 25px;
  } 
  .hs-blog-listing.blog-actus-listing .page-center.content-wrapper{
    padding:40px 20px; 
  }
}
@media(max-width:375px){
  .hs-become-distributor-page div#site-wrapper {
    padding: 40px 14px;
  }
  body:not(.blog) .body-container-wrapper .page-center.content-wrapper .hs-become-distributor-row1-top-content h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .hs-become-distributor-row1-col1 h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-form-field .input {
    width: 50%;
  }
  .body-container .hs-become-distributor-row1-col2 span.hs_cos_wrapper_type_form form .hs-button.primary {
    padding: 16.5px 30px;
  } 
  .body-container .hs-contact-row1-group span.hs_cos_wrapper_type_form form {
    padding: 20px 0px;
  } 
  .le-computeur-banner .custom-advanced-content-inner-group .col1 h1 {
    font-size: 36px;
    line-height: 39px;
  }
  .custom-two-col-right-image-mod .custom-button-group a {
    padding: 8px 7px;
  }
  .custom-team-bottom-group a {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px 8px 14px;
  }
  .custom-team-middle-group.tablet {
    max-width: 100%;
    padding: 0 0;
  }
  .post-details .hs-featured-image-wrapper-post {
    margin-bottom: 47px;
  }
}

@media(max-width:350px){
  .listing-content h1{
    font-size: 26px;
    line-height: 33px; 
  }
}



/* Media Query Min Width */

@media  (min-height: 801px){
  .custom-home-banner .custom-advanced-banner-group.simple-banner{
    height: 75vh;
  }
}

@media screen and (min-width: 1201px){
  .custom-clients-logo-inner-group.tablet{
    display:none;
  }
}



@media screen and (min-width: 1001px){
  .custom-perfom-group .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1070px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-perfom-group  .slick-track .custom-perfom-group-items-desktop div:nth-child(6n ) {
    display: none !important;
  }
  .custom-perfom-group-items-mobile,
  .custom-perfom-group .content-row-mobile{
    display: none !important;
  }
  .custom-perfom-group .slick-arrow {
    display: none !important;
  }
  .custom-perfom-group .slick-track .seprator {
    height: 1px;
    width: 100px;
    margin: 0 30px;
  }
  .custom-perfom-group .slick-track .seprator {
    /* display: none; */
    background-color: transparent;
  }
  .custom-perfom-group .slick-track .seprator:nth-of-type(2),
  .custom-perfom-group .slick-track .seprator:nth-of-type(4) {
    background-color: #8cc047;
  }
  .custom-perfom-group .slick-track .custom-perfom-group-items {
    width: 100% !important;
    max-width: 250px !important;
    margin: 50px 0;
    /* width: 250px; */
    /* max-width: 250px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 1126px){
  .custom-application-top-row .slick-track {
    width: 100% !important;
  }
  .custom-application-top-row-inner .slick-track {
    z-index: 1;
    width: 100%;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-application-top-row .slick-track {
    width: 100% !important;
  }
  .custom-application-top-row .slick-track .custom-application-items.slick-slide {
    width: auto !important;
  }
  .custom-application-top-row-inner .slick-list {
    width: 100% !important;
  }

  .custom-application-top-row-inner {
    width: 100% !important;
  }
  .custom-application-top-row .slick-track:before, .custom-application-top-row .slick-track:after {
    display: none !important;
  }
}


@media screen and (min-width: 1050px){
  .custom-home-banner .custom-advanced-content-inner-group h1 {
    font-size: 64px;
    line-height: 74px;
  }
}

@media (max-width: 1300px) and (min-width: 1050px){
  .custom-application-bottom-row {
    padding: 0 20px 30px;
  }

}

@keyframes fade-in-translate-right-20 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fade-in-translate-left-20 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

@media (max-width: 1778px){
  .custom-home-row3 .cm-parallax-bg-image img {
    top: -50%;
    height: 150% !important;
  }
}
@media (max-width: 1320px){
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>ul>li {
    animation: 1s ease 500ms 1 normal forwards running fade-in-translate-left-20;
    opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    animation: 1s ease 500ms 1 normal forwards running fade-in-translate-right-20;
    opacity: 0;
  }
}
@media  and (max-width: 1300px){
  .custom-application-bottom-row .right-col h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    min-height: 764px;
  }
}

@media screen and (max-width: 1250px){
  .custom-home-banner .custom-advanced-content-group .custom-play-button-group {
    bottom: 50px;
    left: 50px;
  }
  .custom-recent-news .title-row {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px){
  .custom-clients-logo-inner-group.desktop{
    display:none;
  }
}


@media screen and (max-width: 1175px){
  .seprator {
    margin: 0 25px;
  }
}


@media screen and (max-width: 1150px){
  .custom-one-col-form{
    min-height:300px;
  }
  .custom-one-col-form .custom-em-form h2 {
    font-size: 58px;
    line-height: 68px;
  }
}
@media screen and (max-width: 1125px){
  .custom-application-top-row {
    display: block;
  }
  .custom-application-top-row-inner.slick-slider .slick-prev {
    left: 11px;
  }
  .custom-application-top-row-inner.slick-slider .slick-next {
    right: 5px;
  }
  .custom-application-top-row-inner.slick-slider {
    padding: 30px;
  }
  .custom-application-top-row .slick-track .custom-application-items.slick-slide {
    padding:0;
  }
  .custom-application-top-row .slick-track .custom-application-items.slick-slide>a {
    padding: 10px 75px;
    display: block;
  }
}
@media screen and (max-width: 1120px){
  .custom-home-row3 .custom-team-middle-group {
    padding-left: 0;
    padding-right: 0;
    max-width: 680px;
  }
  .custom-home-row3 .custom-team-middle-group .custom-team-item{
    margin: 20px 30px;
  }
  .custom-home-row3 .custom-team-bottom-group {
    margin-top: 40px;
  }
  .custom-home-row3 .slick-next {
    right: -25px;
  }
  .custom-home-row3 .slick-prev{
    left: -25px;
  }
}



@media screen and (max-width: 1100px){
  .custom-application-bottom-row .right-col h2 {
    font-size: 37px;
    line-height: 44px;
  }
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    min-height: 704px;
  }
  .custom-application-bottom-row .btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .custom-bottom-img-wrap .img-wrap {
    height: 275px;
    margin-top: 0;
  }
  .custom-application-bottom-row .custom-play-button-group{
    margin-top: 35px;
  }
}

@media screen and (max-width: 1050px){
  .custom-application-bottom-row .left-col {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }
  .custom-bottom-img-wrap .img-wrap{
    height: 250px;
  }
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    min-height: 667px;
  }
  .custom-application-bottom-row .btn-row {
    margin-top: 30px;
  }
  .custom-application-bottom-row .left-col img {
    height: 932px !important;
  }
  .custom-application-bottom-row .right-col {
    padding: 20px 0 0 50px;
  }
}
@media screen and (max-width: 1000px){
  .custom-perfom-group {
    display: block;
  }
  .custom-perfom-group .content-row-desktop{
    display: none !important;
  }
  .custom-perfom-group-items-desktop{
    display: none !important;
  }
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    min-height: 642px;
  }
  .custom-perfom-group-items img {
    margin: 0 auto;
  }
  .custom-perfom-group-items.slick-slide {
    margin: 0 25px;
    text-align: center;
  }
  .custom-perfom-group .slick-track .seprator{
    display:none !important;
  }
  .custom-perfom-group .content-row {
    width: 100%;
    display: block;
    padding: 25px 20px 10px;
  }
}
@media screen and (max-width: 980px){
  .custom-application-bottom-row .right-col h2 {
    font-size: 33px;
    line-height: 39px;
  }
}

@media screen and (max-width: 925px){
  .custom-application-bottom-row .left-col {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }
  .custom-perfom-group {
    padding: 60px 25px 30px;
  }
  .custom-bottom-img-wrap .img-wrap {
    height: 200px;
    width: 390px;
  }
  .custom-application-bottom-row .left-col img {
    height: 800px !important;
    top: -50px;
    left: -42px;
  }
  .custom-actus-blog-listing-banner .parallax-inner {
    margin-top:00px;
  }
}

@media screen and (max-width: 900px){
  .custom-application-top-row .slick-track .custom-application-items.slick-slide>a {
    padding: 10px 40px;
  }
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    min-height: 580px;
  }
}
@media screen and (max-width: 800px)
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    height: 470px;
}
}
@media screen and (max-width: 875px){
  .custom-application-bottom-row .right-col {
    padding: 20px 0 0 30px;
  }

}
@media screen and (max-width: 850px){
  .custom-application-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 100px;
  }
  .custom-recent-news .title-row h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .custom-application-bottom-row .left-col {
    height: 595px;
    position: absolute;
    top: 100px;
    right: 30px;
  }
  .custom-bottom-img-wrap {
    max-width: 390px;
  }
  .custom-bottom-img-wrap {
    position: relative;
    margin-top: 75px;
  }
  .custom-application-bottom-row .right-col {
    padding: 0;
    margin-bottom: 0;
  }
  .custom-application-bottom-row .custom-play-button-group {
    margin-left: 15px;
  }
  .custom-perfom-group .title-row h2{
    font-size: 40px;
    line-height: 48px;
  }
  .custom-ex-services-group .title-row h2{
    line-height: 48px;
  }
  .custom-bottom-img-wrap a {
    position: relative;
    float: right;
  }
  .custom-blog-title.blog-top-bar-wrap div#blog-filters {
    width: auto;
    margin-top: 0;
  }
  .custom-blog-title.blog-top-bar-wrap, .custom-blog-title {
    padding: 0px;
  }

}

@media screen and (max-width: 775px){
  .custom-application-bottom-row {
    padding: 0 20px 40px;
  }
  .custom-recent-news .content-row .col {
    margin: 0;
    max-width: unset;
    padding: 10px 20px;
  }
  .custom-recent-news .content-row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-application-bottom-row .left-col {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    height: 490px;
  }
  .custom-application-bottom-row .left-col img {
    height: 660px !important;
    top: -40px;
    left: -35px;
  }
}

@media screen and (max-width: 766px){
  .custom-bottom-img-wrap {
    position: relative;
    margin-top: 0;
  }
  .custom-one-col-form .img-row .img-row-inner img {
    position: absolute;
    left: 0;
    right: 0;
    top: -56%;
    /* width: 100% !important; */
    margin: 0 auto;
    display: block;
    /* transform: translateY(-50%); */
    height: 161% !important;
  }
  a.blog_actuality_layout-module--buttonLink--Y5xym+a.blog_actuality_layout-module--buttonLink--Y5xym .blog_actuality_layout-module--button--1bZn4 {
    max-width: 100%;
  }
  .blog_actuality_layout-module--prevNextButton--1w7pi .button-module--variantContained--1HPtj {
    width: auto;
    line-height: 1;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 760px){
  .custom-ex-services-items {
    width: calc(50% - 50px);
  }
  .custom-team-item-inner {
    max-width: 300px;
  }
}


@media screen and (max-width: 720px){
  .custom-one-col-form .custom-em-form h2 {
    font-size: 50px;
    line-height: 58px;
  }

}

@media screen and (max-width: 710px){
  .custom-application-bottom-row {
    padding: 0 20px 130px;
  }
  .custom-bottom-img-wrap .img-wrap {
    margin-top: 195px;
  }
  .custom-bottom-img-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: static;

  }
  .custom-application-bottom-row  .custom-play-button-duration {
    text-align: right;
  }
  .custom-application-bottom-row .custom-play-button-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    margin-right: 15px;
  }
  .custom-application-bottom-row .custom-play-button-right {
    color: #fff;
    cursor: pointer;
    text-align: right;
    margin: 0 20px 0 0;
  }
  .custom-bottom-img-wrap .img-wrap {
    height: 175px;
  }
  .custom-application-bottom-row .btn-row {
    position: absolute;
    top: 75px;
    right: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .custom-application-bottom-row .left-col {
    top: 160px;
    left: 20px;
  }
  .custom-bottom-img-wrap a {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 700px){
  .custom-home-banner .custom-advanced-banner-group.simple-banner{
    height: calc(100vh - 50px);
  }
  .custom-home-banner .custom-advanced-banner-group.simple-banner img {
    top: 0;
  }
}


@media screen and (max-width: 690px){
  .custom-application-bottom-row {
    padding: 0 20px 550px;
  }
  .custom-bottom-img-wrap .img-wrap {
    height: 252px;
  }
  .custom-application-bottom-row .left-col {
    top: 200px;
    left: 20px;
  }
  .custom-bottom-img-wrap {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 49% !important;
  }
  .custom-bottom-img-wrap, .intro_section-module--counterContainer--fgNxZ {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .custom-bottom-img-wrap img{
    height: 225px;
    width: unset;
  }
}

@media screen and (max-width: 660px){
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    min-height: 460px;
  }

}

@media screen and (max-width: 650px){
  .custom-ex-services-group {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 615px){
  .custom-one-col-form .custom-em-form h2 {
    font-size: 40px;
    line-height: 46px;
  }

}
@media screen and (max-width: 620px){
  .custom-application-bottom-row {
    padding: 0 20px 400px;
  }
  .custom-application-bottom-row .left-col {
    top: 220px;
    left: 0px;
  }
  .custom-ex-services-group{
    padding: 50px 25px;
  }
  .custom-application-bottom-row .right-col h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .custom-application-bottom-row .btn-row {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: unset;
    left: unset;
    right: unset;
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  .custom-perfom-group .title-row h2{
    font-size: 34px;
    line-height: 41px;
  }
  .custom-one-col-form .custom-em-form .hs-form-field{
    max-width: 400px;
    width:100%;
  }
  .hs-blog-post.hs-main-blog .with_gradient_layout-module {
    min-height: 410px;
  }
  .custom-one-col-form .custom-em-form .hs_cos_wrapper_type_form>div {
    width: 100%;
  }
  .custom-ex-services-group .bottom-row.clearfix {
    width: 100%;
  }
  .custom-banner-button-group.custom-banner-button-group-ex, .custom-banner-button-group-ex a.custom-button {
    width: 100%;
  }
  .custom-perfom-group a.custom-transparent-button, .custom-perfom-group a.custom-button {
    width: 100%;
    text-align: center;
  }
  .custom-perfom-group a.custom-button {
    padding-top: 17px;
    padding-bottom: 16px;
  }
  .custom-ex-services-group .title-row h2{
    line-height: 41px;
  }
  .custom-recent-news .title-row h2 {
    font-size: 34px;
    line-height: 41px;
  }
}
@media screen and (max-width: 560px){
  .custom-application-bottom-row {
    padding: 0 20px;
  }
  .custom-application-bottom-row .left-col {
    position: absolute;
    top: 310px;
    left: 0;
  }
  .custom-bottom-img-wrap img {
    height: 100%;
    width: 100%;
  }
  .custom-bottom-img-wrap .img-wrap{
    height: 200px;
    width: 100%;
  }
  .custom-bottom-img-wrap a {
    position: absolute;
    bottom: -10px;
    right: 0;
  }
  .custom-application-bottom-row .btn-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .custom-application-bottom-row .btn-row a {
    margin: 0!important;
  }
  .custom-application-bottom-row .right-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .custom-bottom-img-wrap .img-wrap {
    margin-top: 0;
  }
  .custom-application-bottom-row .left-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .custom-bottom-img-wrap {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .custom-application-bottom-row .btn-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 70px 0 220px 0;
  }
  .custom-application-bottom-row .btn-row-col1 {
    text-align: right;
    display: flex;
    flex-direction: column;
  }
  .custom-bottom-img-wrap {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    top: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    margin-top: 25px;
  }
  .custom-application-bottom-row .left-col img {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 550px){
  .custom-home-banner .custom-advanced-content-inner-group h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .custom-perfom-group {
    padding: 60px 15px 30px;
  }
  .featured-posts h2{
    font-size: 40px;
    line-height: 48px;
  }
  .custom-application-bottom-row .left-col img {
    height: 530px !important;
  }
  .custom-application-bottom-row .btn-row {
    margin-bottom: 170px;
  }
  .custom-application-bottom-row .left-col {
    top: 330px;
  }
}

@media screen and (max-width: 520px){
  .custom-ex-services-group .title-row h2{
    margin-bottom: 32px;
  }
  .custom-ex-services-items {
    padding: 0;
    margin: 5px 0;
    width: 100%;
  }
  .custom-ex-services-group .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 500px){
  .custom-application-bottom-row .left-col {
    height: 395px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}

@media screen and (max-width: 480px){
  .custom-application-top-row-inner.slick-slider {
    padding: 30px 20px;
  }
  .custom-application-bottom-row .left-col {
    left: -10px;
  }
}

@media screen and (max-width: 475px){
  .custom-one-col-form .custom-em-form h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .custom-application-bottom-row .left-col {
    left: -40px;
  }
}
@media screen and (max-width: 450px){
    .custom-application-bottom-row .left-col {
    left: -70px;
      top: 355px;
  }
  .custom-home-banner .custom-transparent-button, .custom-home-banner .custom-advanced-content-group .custom-button {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-home-banner .custom-banner-button-group {
    padding: 0 10px;
  }
}

@media screen and (max-width: 430px){
  .featured-posts h2{
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (max-width: 420px){
  .custom-recent-news{
    padding: 50px 5px;
  }
}

@media screen and (max-width: 435px){
  .custom-home-banner .custom-advanced-content-inner-group h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 440px){
  .custom-home-banner .custom-advanced-content-inner-group h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 400px){
  .custom-one-col-form .custom-em-form h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .custom-application-items img {
    margin: 0 auto;
    max-width: none !important;
  }
  .custom-home-banner .custom-advanced-banner-group.simple-banner {
    height: 100vh;
  }
  .custom-home-banner .custom-banner-button-group {
    margin-top: 30px;
  }
  .custom-application-items p {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .custom-application-bottom-row .left-col {
    left: -100px;
    top: 370px;
  }
}
@media screen and (max-width: 350px){
  .custom-home-banner .custom-advanced-content-inner-group h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .custom-one-col-form .custom-em-form ul.hs-error-msgs {
    position: absolute;
    bottom: -54px;
    width: 100%;
    left: 0;
  }
  .custom-one-col-form .custom-em-form .hs_error_rollup ul.hs-error-msgs {
    bottom: -96px;
  }
  .custom-one-col-form {
    min-height: 374px;
  }
  .custom-application-bottom-row .left-col {
    left: -155px;
    top: 390px;
}
}

/* Media Query Max Width End */