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

  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  text-transform: capitalize !important;
  line-height: unset !important;
}
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul,
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children{
  display: flex;
    
} 
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children{
  align-items: baseline;
}
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul{
      opacity: 1;
    position: relative;
    visibility: visible;
    margin-left: 0.5rem;
    flex-wrap: wrap;
  flex-direction: row;
} 
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li >a{
      flex: none;

} 
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul li{ 
  margin-bottom: 0.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-right: 0;
    width: fit-content;
    border-left: 1px solid #386097;
}  
.accordion-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul li a{ 
  color: #386097!important;
    font-size: 14px;
    font-size: .8em !important;
    width: fit-content;
  padding-bottom: 0;
}  

@media (max-width: 570px){
  .main-nav-slideout .navlist__mobile .navitem__mobile ul li a{
    width: auto;
  }
}

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* https://go.manpowergroup.com/hubfs/Templates/css/slick.css */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* MACROS */



a {
   
-webkit-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);

}

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


/* 
@font-face {
  font-family: "DIN Next";
  font-style: normal;
  font-weight: 300;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Light.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Light.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Light.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Next";
  font-style: normal;
  font-weight: 400;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Regular.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Regular.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Next";
  font-style: normal;
  font-weight: 700;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Bold.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Bold.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Next";
  font-style: italic;
  font-weight: 400;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Italic.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Italic.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "DIN Next";
  font-style: italic;
  font-weight: 700;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-BoldItalic.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-BoldItalic.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/DinNext/DINNextW05-BoldItalic.ttf") format("truetype");
}


@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-55Rm.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-55Rm.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorld-55Roman.otf") format("otf"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeue-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-75Bd.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-75Bd.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorld-75Bold.otf") format("otf"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeue-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 400;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-56It.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-56It.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorld-56It.otf") format("otf"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeue-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 700;
  src: url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-76BdIt.woff2") format("woff2"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorldW05-76BdIt.woff") format("woff"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeueWorld-76BoldIt.otf") format("otf"),
    url("https://go.manpowergroup.com/hubfs/Fonts/HelveticaNeue/HelveticaNeue-BoldItalic.ttf") format("truetype");
}
*/

@font-face {
  font-family: "INTER";
  font-style: normal;
  font-weight: 300;
  src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.woff2") format("woff2"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.woff") format("woff"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.otf") format("otf"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.ttf") format("truetype");
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.eot") format("eot");
}

@font-face {
  font-family: "INTER";
  font-style: normal;
  font-weight: 400;
  src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.woff2") format("woff2"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.woff") format("woff"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.otf") format("otf"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.ttf") format("truetype");
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.eot") format("eot");
}

@font-face {
  font-family: "INTER";
  font-style: normal;
  font-weight: 700;
  src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.woff2") format("woff2"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.woff") format("woff"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.otf") format("otf"),
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.ttf") format("truetype");
    url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold") format("eot");
}
/*
@font-face {
font-family: "INTER Light";
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.woff");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.woff2");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.otf");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.ttf");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Light/Inter-Light.eot");
}

@font-face {
font-family: "INTER Regular";
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.woff");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.woff2");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.otf");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.ttf");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Regular/Inter-Regular.eot");
}

@font-face {
font-family: "INTER Bold";
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.otf");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.ttf");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.woff");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.eot");
src: url("https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/Fonts%20Manpoweres/INTER/INTER%20Bold/Inter-Bold.woff2");
}
*/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "UTF-8";
@import url(~slick-carousel/slick/slick.css);
@import url(~slick-carousel/slick/slick-theme.css);
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "INTER", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282A32;
  text-align: left;
  background-color: #fff;
}

body.preload *{
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition:background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "INTER";
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1340px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

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

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

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

.justify-content-center {
  justify-content: center;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}



h1, h2, h3, h4, h5, h6 {
  font-family: "INTER";
}

h1.reversed, h2.reversed, h3.reversed, h4.reversed, h5.reversed, h6.reversed {
  color: #fff;
}

h1 {
  font-size: 48px;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 1.1;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}

@media (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 1.1;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 1.1;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #282a32;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 1.1;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

h6.light {
  font-weight: 300;
}

@media (max-width: 768px) {
  h6 {
    font-size: 16px;
    line-height: 1.1;
  }
}

p {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 30px 0;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

p.large {
  font-size: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  p.large {
    font-size: 16px;
    line-height: 1.5;
  }
}

p.reversed {
  color: #fff;
}

* {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "INTER", INTER, Arial, sans-serif;
}

@media (max-width: 768px) {
  * {
    font-size: 14px;
  }
}

body {
  padding-top: 96px;
}

@media (max-width: 992px) {
  body {
    padding-top: 65px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* EXPERIS THEME */
.hs-button,
.primary-button {
  display: inline-block;
  align-items: center;
  text-align: center;
  letter-spacing: 1.2px;
  border: 2px solid #C25700;
  background-color: #C25700;
  color: #FFF !important;
  font-family: "INTER";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 26px;
  line-height: 1;
  padding: 17px 34px;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .hs-button,
  .primary-button {
    padding: 12px 18px;
  }
}
.hs-button:hover,
.primary-button:hover {
  border-color: #D18140;
  background-color: #D18140;
  color: #FFF !important;
  opacity: 1;
}

.primary-button:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  /*   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==); */
  transform: translateX(5px);
}

.primary-button.orange {
  background-color: #C25700;
  color: #fff !important;
  border-color: #C25700;
}

.primary-button.orange:hover {
  background-color: #D28140;
  color: #fff !important;
  border-color: #D28140;
}

.primary-button.orange .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.orange:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  transform: translateX(5px);
}

.primary-button.reversed {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.primary-button.reversed .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.reversed:hover {
  background-color: #fff;
  color: #C25700 !important;
}

.primary-button.reversed:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.blue {
  background-color: #386097;
  color: #FFF !important;
  border-color: #386097;
}

.primary-button.blue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.blue:hover {
  border-color: #6A88B1;
  background-color: #6A88B1;
  color: #fff !important;
}

.primary-button.blue:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.lightblue {
  background-color: transparent;
  border-color: #7593BC;
  color: #7593BC !important;
}

.primary-button.lightblue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiM3NTkzQkMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.lightblue:hover {
  background-color: #7593BC;
  color: #fff !important;
  opacity: 1;
}

.primary-button.lightblue:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.maroon {
  background-color: transparent;
  border-color: #C07078;
  color: #C07078 !important;
}

.primary-button.maroon .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMDcwNzgiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.maroon:hover {
  background-color: #C07078;
  color: #fff !important;
  opacity: 1;
}

.primary-button.maroon:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.dark-gray {
  background-color: transparent;
  border-color: #282a32;
  color: #282a32 !important;
}

.primary-button.dark-gray .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMyODJhMzIiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button.dark-gray:hover {
  background-color: #282a32;
  color: #fff !important;
  opacity: 1;
}

.primary-button.dark-gray:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.primary-button .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  /*   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==); */
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
}

@media (max-width: 768px) {
  .primary-button .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: 17px 10px !important;
  }
}

.connector-button {
  display: flex;
  align-items: center;
  text-align: center;
}

.connector-button.blue .fat-line {
  background-color: #386097;
}

.connector-button.blue .line .inner-line {
  height: 2px;
  background-color: #386097;
}

.connector-button.blue .primary-button {
  margin-top: 0;
}

.connector-button .fat-line {
  width: 100px;
  height: 7px;
  background-color: #C25700;
  border-radius: 3px;
}

.connector-button .line {
  flex: 1;
  height: 2px;
}

.connector-button .line .inner-line {
  height: 2px;
  background-color: #C25700;
  width: 100%;
}

.connector-button button {
  letter-spacing: 1.2px;
  border: 2px solid #386097;
  background-color: transparent;
  color: #386097;
  font-family: "INTER";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  border-radius: 26px;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}

.connector-button button.blue {
  color: #386097;
}

.connector-button button.dark-gray {
  color: #282a32;
}

.connector-button button.reversed {
  color: #fff;
}

.connector-button button:hover {
  background-color: #386097;
  color: #fff;
}

.connector-button button:hover .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  transform: translateX(5px);
}

.connector-button button .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMzMDU4OEYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  top: 2px;
}

@media (max-width: 768px) {
  .connector-button button .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: 17px 10px !important;
    top: 0;
  }
}

.button-text {
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: "INTER";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: lowercase;
  color: #C25700;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}

.button-text.blue {
  color: #386097;
}

.button-text.reversed {
  color: #fff;
}

.button-text:hover {
  opacity: 0.75;
}

.button-text .arrow-icon {
  top: 0 !important;
}

.form-block {
  position: relative;
  margin-bottom: 16px;
}

.form-block.select-active select + label {
  display: none;
}

.form-block.error input, .form-block.error select {
  border-color: #9D323D;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjOUQzMjNEIiBkPSJNNDM3LjUgMzg2LjZMMzA2LjkgMjU2bDEzMC42LTEzMC42YzE0LjEtMTQuMSAxNC4xLTM2LjggMC01MC45LTE0LjEtMTQuMS0zNi44LTE0LjEtNTAuOSAwTDI1NiAyMDUuMSAxMjUuNCA3NC41Yy0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjkgMC0xNC4xIDE0LjEtMTQuMSAzNi44IDAgNTAuOUwyMDUuMSAyNTYgNzQuNSAzODYuNmMtMTQuMSAxNC4xLTE0LjEgMzYuOCAwIDUwLjkgMTQuMSAxNC4xIDM2LjggMTQuMSA1MC45IDBMMjU2IDMwNi45bDEzMC42IDEzMC42YzE0LjEgMTQuMSAzNi44IDE0LjEgNTAuOSAwIDE0LTE0LjEgMTQtMzYuOSAwLTUwLjl6Ii8+PC9zdmc+);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  box-shadow: inset 0px 0px 0px 1px #9D323D;
  border-color: #9D323D;
}

.form-block.error input:focus, .form-block.error select:focus {
  border-color: #9D323D;
}

.form-block.success input, .form-block.success select {
  border-color: #438080;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQ3IDBDMTEuODIgMi41NjUgOC43NDQgNS41MjggNi4wMjIgOC4xNjNMMS4zOTYgNC4zNjYgMCA1Ljk1bDUuMzg0IDQuNDIzLjc1Ny42MjYuNzA3LS42ODNjMi44Ny0yLjc4IDYuMjgtNi4wNjMgOS4xNTItOC44NDZMMTQuNDcgMHoiIGZpbGw9IiM0MzgwODAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 20px center;
  box-shadow: inset 0px 0px 0px 1px #438080;
  border-color: #438080;
}

.form-block.success input:focus, .form-block.success select:focus {
  border-color: #438080;
}

.form-block.complex label {
  position: absolute;
  left: 25px;
  top: 16px;
  font-family: "INTER";
  font-size: 12px;
  color: rgba(103, 105, 111, 0.5);
  transition: 0.33s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 992px) {
  .form-block.complex label {
    left: 15px;
  }
}

.form-block.complex label .input-icon {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.form-block.complex label .active .input-icon {
  max-height: 12px;
}

.form-block.complex label .inactive .input-icon {
  max-height: 16px;
}

.form-block.complex input {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
}

.form-block.complex input:focus, .form-block.complex input.filled {
  padding-top: 15px;
}

.form-block.complex input:focus::-webkit-input-placeholder, .form-block.complex input.filled::-webkit-input-placeholder {
  color: #282a32;
}

.form-block.complex input:focus::-moz-placeholder, .form-block.complex input.filled::-moz-placeholder {
  color: #282a32;
}

.form-block.complex input:focus:-ms-input-placeholder, .form-block.complex input.filled:-ms-input-placeholder {
  color: #282a32;
}

.form-block.complex input:focus:-moz-placeholder, .form-block.complex input.filled:-moz-placeholder {
  color: #282a32;
}

.form-block.complex input:focus + label, .form-block.complex input.filled + label {
  top: 8px;
  opacity: 1;
}

.form-block.complex input:focus + label .active, .form-block.complex input.filled + label .active {
  display: block;
  font-size: 12px;
}

.form-block.complex input:focus + label .inactive, .form-block.complex input.filled + label .inactive {
  display: none;
}

.form-block.complex input + label .active {
  display: none;
}

.form-block.complex input + label .inactive {
  position: relative;
}

.form-block.input-icon input {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left 25px center;
}

@media (max-width: 992px) {
  .form-block.input-icon input {
    padding-left: 36px;
    background-position: left 15px center;
  }
}

.form-block input:not([type=checkbox]):not([type=radio]) {
  display: block;
  width: 100% !important;
  height: 64px;
  line-height: 64px;
  border: 1px solid rgba(103, 105, 111, 0.5);
  border-radius: 2px;
  background-color: #fff;
  color: #282a32;
  font-family: "INTER";
  font-size: 12px;
  padding: 0 24px;
  outline-color: transparent;
  transition: 0.33s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-block input::-webkit-input-placeholder {
  color: #282a32;
}

.form-block input::-moz-placeholder {
  color: #282a32;
}

.form-block input:-ms-input-placeholder {
  color: #282a32;
}

.form-block input:-moz-placeholder {
  color: #282a32;
}

@media (max-width: 992px) {
  .form-block input {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 15px;
  }
}

.form-block input:focus {
  border-color: #282a32;
}

.form-block .hs-form-radio-display span,
.form-block .hs-form-checkbox-display span {
  margin-left: 1rem;
}

.form-block textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(103, 105, 111, 0.5);
  border-radius: 2px;
  background-color: #fff;
  color: #282a32;
  font-family: "INTER";
  font-size: 14px;
  padding: 20px 25px 0;
  outline-color: transparent;
  transition: 0.33s cubic-bezier(0.215, 0.61, 0.355, 1);
  min-height: 200px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-block textarea::-webkit-input-placeholder {
  color: #282a32;
}

.form-block textarea::-moz-placeholder {
  color: #282a32;
}

.form-block textarea:-ms-input-placeholder {
  color: #282a32;
}

.form-block textarea:-moz-placeholder {
  color: #282a32;
}

@media (max-width: 992px) {
  .form-block textarea {
    font-size: 13px;
    padding: 10px 15px;
  }
}

.form-block textarea:focus {
  border-color: #282a32;
}

.form-block .error-msg {
  padding: 15px;
  font-family: "INTER";
  font-size: 13px;
  line-height: 1;
  color: #9D323D;
  background-color: rgba(157, 50, 61, 0.25);
}

.form-block select {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  height: 64px;
  line-height: 64px;
  border: 1px solid rgba(103, 105, 111, 0.5);
  border-radius: 2px;
  color: #282a32;
  font-family: "INTER";
  font-size: 16px;
  padding: 0 35px 0 25px;
  outline-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #fff;
  background-image: url("./chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 18px auto, 100%;
}

@media (max-width: 992px) {
  .form-block select {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 35px 0 15px;
  }
}

.form-block select::-ms-expand {
  display: none;
}

.form-block select:focus {
  background-image: url("./chevron-up.svg");
}

.form-block select + label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  right: 35px;
  overflow: hidden;
  font-family: "INTER";
  font-size: 16px;
  color: #282a32;
}

@media (max-width: 992px) {
  .form-block select + label {
    font-size: 13px;
  }
}

.form-block select:focus {
  border-color: #282a32;
}

.form-indicator {
  font-family: "INTER";
  color: #282A32;
  padding-bottom: 4px;
  font-size: 16px;
}

.checkbox label {
  cursor: pointer;
}

.checkbox label input {
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.checkbox label .cb-box {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #C9CACC;
  border-radius: 2px;
  display: inline-block;
}

.checkbox label [type=checkbox]:checked + .cb-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #386097;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-check.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2px;
}

.checkbox .cb-text {
  position: relative;
  padding-left: 10px;
  top: -2px;
}

.chat-bubble {
  right: 32px;
  bottom: 32px;
  position: fixed;
  text-transform: uppercase;
  border: 2px solid #C25700;
  height: 65px;
  line-height: 65px;
  border-radius: 32px;
  padding: 0 20px 0 70px;
  background-color: #fff;
  z-index: 5;
}

.chat-bubble.static {
  display: inline-block;
  position: relative;
  right: auto;
  bottom: auto;
}

.chat-bubble .text {
  display: inline-block;
  font-family: "INTER";
  color: #C25700;
  font-weight: 700;
}

.chat-bubble .icon {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.chat-bubble .icon img {
  max-height: 50px;
}

.social-icon {
  display: inline-block;
  margin-right: 50px;
}

@media (max-width:768px) {

  .social-icon {
    margin-right: 2rem;
  }
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icon img {
  max-height: 30px;
}
.button-text, a {
    color: #c25700!important;
    display: inline-flex;
    font-size: 11px!important;
    font-weight: 700;
    letter-spacing: 3.2px;
    text-decoration: none!important;
    text-transform: none;
    transition: .25s cubic-bezier(.215,.61,.355,1);
}
a,
.button-text {
  color: #C25700 !important;
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none !important;
  display: inline-flex;
}


@media (max-width: 768px) {
  a,
  .button-text {
    font-size: 1rem;
  }
}

a.primary-button .arrow-icon,
.button-text.primary-button .arrow-icon {
  top: unset;
}

a .cta-text,
.button-text .cta-text {
  font-family: "INTER";
  font-size: 1.125rem;
  text-transform: uppercase;
}

/* @media (max-width: 768px) {
a .cta-text,
.button-text .cta-text {
font-size: 1rem;
}
} */

a .arrow-icon,
.button-text .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

@media (max-width: 768px) {
  a .arrow-icon,
  .button-text .arrow-icon {
    width: 17px;
    height: 10px;
    background-size: cover;
    top: unset !important;
  }
}

a .cta-icon,
.button-text .cta-icon {
  padding-left: 8px;
}

@media (max-width: 768px) {
  a .cta-icon,
  .button-text .cta-icon {
    padding-left: 5px;
  }
}

a .cta-icon img,
.button-text .cta-icon img {
  position: relative;
  top: -2px;
  max-height: 16px;
}

@media (max-width: 768px) {
  a .cta-icon img,
  .button-text .cta-icon img {
    top: -1px;
    max-height: 12px;
  }
}

a.blue,
.button-text.blue {
  color: #386097 !important;
}

a.blue .arrow-icon,
.button-text.blue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMzMDU4OEYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

@media (max-width: 768px) {
  a.blue .arrow-icon,
  .button-text.blue .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: cover;
    top: 1px;
  }
}

a.dark-gray,
.button-text.dark-gray {
  color: #282a32 !important;
}

a.dark-gray .arrow-icon,
.button-text.dark-gray .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMyODJhMzIiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

@media (max-width: 768px) {
  a.dark-gray .arrow-icon,
  .button-text.dark-gray .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: cover;
    top: 1px;
  }
}

a.lightblue,
.button-text.lightblue {
  color: #7593bc !important;
}

a.lightblue .arrow-icon,
.button-text.lightblue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiM3NTkzQkMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

@media (max-width: 768px) {
  a.lightblue .arrow-icon,
  .button-text.lightblue .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: cover;
    top: 1px;
  }
}

a.reversed,
.button-text.reversed {
  color: #fff !important;
}

a.reversed .arrow-icon,
.button-text.reversed .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

@media (max-width: 768px) {
  a.reversed .arrow-icon,
  .button-text.reversed .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: cover;
    top: 1px;
  }
}

a.maroon,
.button-text.maroon {
  color: #C07078 !important;
}

a.maroon .arrow-icon,
.button-text.maroon .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMDcwNzgiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

@media (max-width: 768px) {
  a.maroon .arrow-icon,
  .button-text.maroon .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: cover;
    top: 1px;
  }
}

a.inverse-blue,
.button-text.inverse-blue {
  color: #7593BC !important;
}

a.inverse-blue .arrow-icon,
.button-text.inverse-blue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

@media (max-width: 768px) {
  a.inverse-blue .arrow-icon,
  .button-text.inverse-blue .arrow-icon {
    width: 17px !important;
    height: 10px !important;
    background-size: cover;
    top: 1px;
  }
}

a:hover,
.button-text:hover {
  opacity: 0.5;
}

a:hover .arrow-icon,
.button-text:hover .arrow-icon {
  transform: translateX(5px);
}

/* BEGIN OLD CUSTOM MODULES */


/* PAGE BANNERS */

/*STANDARD*/
@media screen and (min-width:768px){
  .banner-section.standard.white .title,
  .banner-section.standard.white p {
    color:#FFF;
  }
}

/*OVERLAY*/
section.overlay.stats {
  padding: 3rem 0;
}

@media screen and (min-width:768px){
  .banner-section.overlay.stats {
    display: flex;
    align-items: center;
    min-height: 500px; 
    padding: 5rem 0;
  }
}

section.overlay.stats .white {
  /*   border-radius: 0 14px 14px 0; */
  overflow:hidden;
}

section.overlay.stats .vertical-gradient{
  /*   background-image: linear-gradient(#386097, #4C79AF , #5C7D70, #C25700, #9D323D); */
  height: 100%;
  width: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}

section.overlay.stats h1.title {
  color:#386097;
  font-size: 32px;
  line-height: 1.25;
  text-transform: inherit;
}

section.overlay.stats h5.sub-title {
  color:#386097;
  margin-bottom: 24px;
}

section.overlay.stats p.large {
  color:#282a32;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1.5rem 0;
}

section.overlay .white {
  background:rgba(255,255,255, 0.85);
  padding: 3rem 6rem 3rem 4rem;
}

@media (max-width: 767px){
  section.overlay .white {
    padding: 3rem 3rem 3rem 4rem;
  }
}

/*INSIGHTS*/
.banner-section.insights {
  padding: 100px 0;
  background-color: #282a32;
}

@media (max-width: 992px) {
  .banner-section.insights {
    padding: 50px 0;
  }
}

.banner-section.insights .row {
  align-items: center;
}

.banner-section.insights .sub-title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.banner-section.insights .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.insights .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .banner-section.insights .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 992px) {
  .banner-section.insights .sub-title {
    margin-bottom: 15px;
  }
}

.banner-section.insights .title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}

.banner-section.insights .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.insights .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .banner-section.insights .title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 992px) {
  .banner-section.insights .title {
    margin-bottom: 10px;
  }
}

.banner-section.insights p {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  .banner-section.insights p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
}

.banner-section.insights .primary-button {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .banner-section.insights .primary-button {
    margin-top: 0;
  }
}

.banner-section.insights .banner-image {
  width: 100%;
  display: block;
}

@media (max-width: 992px) {
  .banner-section.insights .banner-image {
    margin-bottom: 30px;
  }
}


.banner-section.insights {
  position: relative;
  background-color: #282a32;
  background-image: url("https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-Stat-Dark-Gradient.svg");
  background-size: 40% auto;
  background-position: right;
  background-repeat: no-repeat;
  padding: 40px 0;
}

@media (max-width: 1400px) {
  .banner-section.insights {
    background-size: 85% auto;
  }
}

@media (max-width: 768px) {
  .banner-section.insights {
    background-size: cover;
  }
}

.banner-section.insights .banner-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*   background-image: linear-gradient(52deg, #282a32, #c9cacc 64%); */
  background: linear-gradient(to right, #282a32, #c9cacc);
  opacity: 0.35;
}

.banner-section.insights .sub-title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 1.25px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .banner-section.insights .sub-title {
    font-size: 16px;
    margin: 20px 0 15px 0;
  }
}

.banner-section.insights .title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .banner-section.insights .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.banner-section.insights p.large {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #fff;
  opacity: 1;
}

.banner-section.insights .primary-button {
  display: none;
}

section.banner-section.insights {
  padding: 40px 0;
  background-color: #282a32;
  /*   background-image:url('https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-Stat-Dark-Gradient.svg'); */
}


/* CAMPAIGN BANNER */
section.banner-section.campaigns {
  color: #FFFFFF;
  background: unset;
  background-color: #282a32;
  padding: 5rem 0;
}

@media (max-width: 768px) {
  section.banner-section.campaigns {
    padding: 3rem 0;
  }
}

section.banner-section.campaigns .row {
  align-items: center;
}

section.banner-section.campaigns .sub-header {
  margin-bottom: 40px;
}

section.banner-section.campaigns .sub-header h5 {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}


section.banner-section.campaigns .sub-header .date {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 16px;
}

@media (max-width: 768px) {
  section.banner-section.campaigns .sub-header h5 {
    font-size: 16px;
  }
  section.banner-section.campaigns .sub-header .date {
    font-size: 14px;
  }
}

section.banner-section.campaigns .title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 1.5rem;
  border-top: 4px solid #FFFFFF;
  border-image-source: linear-gradient(90deg, #70bf5c, #3893CD, #386097);
  border-image-slice: 1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

@media (max-width: 768px) {
  .banner-section.campaigns .title {
    font-size: 32px;
    line-height: 1.1;
  }
}

section.banner-section.campaigns .sub-title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.banner-section.campaigns .sub-title.reversed,
.banner-section.campaigns p.large.reversed,
.banner-section.campaigns .title.reversed {
  color: #FFFFFF;
}

.banner-section.campaigns p.large {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.banner-section.campaigns .social-bar {
  margin-top: 40px;
}

.banner-section.campaigns .social-bar .social-icon {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .banner-section.campaigns .social-bar .social-icon {
    margin-right: 25px;
  }
}

.banner-section.campaigns .social-bar .social-icon img {
  -webkit-filter: contrast(3);
  filter: contrast(3);
}

.banner-section.campaigns .featured-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner-section.campaigns .featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
}

.banner-section.campaigns .featured-image-mobile {
  display: none;
  margin: 24px 0;
}

.banner-section.campaigns .featured-image-mobile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .banner-section.campaigns .featured-image {
    display: none;
  }
  .banner-section.campaigns .featured-image-mobile {
    display: inline-block;
  }
}


/* CALLOUT BARS */

section.calloutbar-section.withlogo,
section.calloutbar-section.footer {
  overflow:hidden !important;
  /*   background-image:linear-gradient(to right, #282a32, #5E5F65);
  background: -webkit-linear-gradient(to right, #282a32, #5E5F65);
  background: -moz-linear-gradient(to right, #282a32, #5E5F65);
  background: -o-linear-gradient(to right, #282a32, #5E5F65);
  background: linear-gradient(to right, #282a32, #5E5F65); */
}

section.calloutbar-section.contact {
  background: unset;
  /*   background-color: #282a32; */
}

/* FOOTER */
section.calloutbar-section.footer {
  padding: 60px 15px;
}

section.calloutbar-section.footer .calloutbar-x {
  /* background-size: 40%;
  background-position: 107% 110%; */
  background-position: 88% -60px;
  transform: scale(1.3, 1.3);
}

section.calloutbar-section.footer .calloutbar-x {
  /*   background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-FooterAction.svg); */
}

section.calloutbar-section.withlogo .calloutbar-x,
section.calloutbar-section.contact .calloutbar-x {
  /*   background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-Contact-Standard.svg); */
}

@media screen and (max-width:992px) {
  section.calloutbar-section.footer .calloutbar-x {
    transform: initial;
    background-position: top;
    background-size: contain;
    /*     background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-Contact-Standard.svg); */
  }
}

/* OVERVIEW */
.calloutbar-section.overview.dark {
  background: unset;
  background-color: #282A32;
}

.calloutbar-section.overview.dark .title,
.calloutbar-section.overview.dark p.large {
  color: #FFF !important;
}

.calloutbar-section.overview.light {
  background: unset;
  background-color: #FFF;
}

.calloutbar-section.overview.gray {
  background: unset;
  background-color: #EFEFEF;
}

/*LARGE*/
.calloutbar-section.large .callout-image {
  border-radius: 14px 0 0 14px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width:992px) {
  .calloutbar-section.large .callout-image{
    margin-right: 2rem;
  }
}
section.calloutbar-section.large .callout-image img {
  width:100%;
}
@media screen and (max-width:992px) {
  section.calloutbar-section.large .callout-image img {
    margin: 0 auto !important;
  }
  section.calloutbar-section.large .callout-image {
    margin: 0 auto 2rem;
  }

}
.calloutbar-section.large .vertical-gradient {
  /*   background-image: linear-gradient(#386097, #4C79AF , #5C7D70, #C25700, #9D323D); */
  height: 100%;
  width: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .calloutbar-section.large .vertical-gradient {
    display:none;
  }
  section.calloutbar-section.large .callout-image {
    border-radius: 14px 14px 0 0;
  }
  section.calloutbar-section.large .callout-image img {
    border-bottom: 12px solid;
    /*     border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D); */
    border-image-slice: 1;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }

}


section.calloutbar-section.withlogo, 
section.calloutbar-section.contact, 
section.calloutbar-section.footer {
  background: #FFFFFF;
  text-align: center;
}

section.calloutbar-section.contact .phone-hours .hours, 
section.calloutbar-section.contact .phone-hours .hours a, 
section.calloutbar-section.contact .phone-hours .phone,
section.calloutbar-section.contact .phone-hours .phone a,
section.calloutbar-section.withlogo .title, 
section.calloutbar-section.footer .title,
section.calloutbar-section.contact .title,
section.calloutbar-section.withlogo p, 
section.calloutbar-section.contact p, 
section.calloutbar-section.footer p {
  color: #282a32 !important;
}

section.calloutbar-section.withlogo p, 
section.calloutbar-section.contact p, 
section.calloutbar-section.footer p {
  max-width: 720px;
  margin: 1.5rem auto;
}

@media screen and (max-width: 1399px){
  section.calloutbar-section.withlogo p, 
  section.calloutbar-section.contact p, 
  section.calloutbar-section.footer p {
    max-width: 520px;
  }
}

section.calloutbar-section.withlogo .primary-button.reversed, 
section.calloutbar-section.footer .primary-button.reversed {
  background-color: #3893CD;
  border-color: #3893CD;
  color: #FFFFFF !important;
}

section.calloutbar-section.withlogo .primary-button.reversed:hover, 
section.calloutbar-section.footer .primary-button.reversed:hover {
  background-color: #4c79af;
  border-color: #4c79af;
}

section.calloutbar-section.footer .primary-button.reversed:hover .arrow-icon,
section.calloutbar-section.withlogo .primary-button.reversed:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

section.calloutbar-section.withlogo .calloutbar-x, 
section.calloutbar-section.contact .calloutbar-x {
  background-position: center ;
  background-size: cover;
  background-color: transparent;
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Insights-Banner-Gradient-Green-Blue-With-Logo.webp);
}

@media screen and (max-width: 767px) {
  section.calloutbar-section.withlogo .calloutbar-x, 
  section.calloutbar-section.contact .calloutbar-x {
    background-position: bottom;
    background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Insights-Banner-Gradient-Green-Blue-With-Logo-Mobile.webp);
  }
}


@media screen and (max-width: 991px) {
  section.calloutbar-section.large .callout-image img {
    border-image-source: linear-gradient(90deg, #70bf5c, #3893CD, #386097);
  }
}


/* FEATURETTES */

section.featurette-section.connector .featurette-body .connector-button {
  margin-left:0;
}
/* section.featurette-section.quote .row {
margin-bottom: 40px;
} */

section.featurette-section .featurette-body h6.light {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 1rem;
}

section.featurette-section.quote .featurette-body .name {
  font-weight: 700;
}

section.featurette-section .featurette-imgs {
  margin-right: 0px;
  padding: 1rem;
}
@media (max-width: 767px){
  section.featurette-section .featurette-imgs {
    padding: 0 0 1rem 0;
  }
}

section.featurette-section .featurette-imgs img {
  border-radius: 14px;
}
section.featurette-section.standard.background .featurette-body h2.title {
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

@media (max-width: 992px) {
  section.featurette-section.standard.background .featurette-body h2.title {
    padding-top: 1rem;
  }
}

section.featurette-section.background h6.light {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

section.featurette-section.background .featurette-body p {
  margin: 20px 0 32px;
}

/* VIDEO */
section.featurette-section.video {
  padding: 4rem 0;
}

section.featurette-section.video .featurette-body {
  margin: 0;
}

section.featurette-section.video .featurette-body h2.title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: inherit;
  text-transform: none;
  line-height: 1.25;
}

@media (max-width: 992px){
  section.featurette-section.video .featurette-body h2.title {
    padding-top: 1rem;
  }
}

section.featurette-section.video .featurette-body p {
  margin: 1.5rem 0 2rem;
}

section.featurette-section.video .featurette-imgs img {
  border-radius: inherit;
}

/* ACCORDION OG */

section.accordion-section.light {
  background: unset;
  background-color: #FFF;
}

section.accordion-section.gray {
  background: unset;
  background-color: #EFEFEF;
}

section.accordion-section .accordion-block .accordion-title {
  font-size: 20px;
}

/* GRADIENT ACCORDION STYLES */

.accordion-section.gradient .accordion-block {
  border-radius: 12px;
  padding: 0;
  border-bottom: none;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
}

.accordion-section.gradient .accordion-block .accordion-title {
  background: #282a32;
  font-family: "INTER", "INTER", INTER, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 20px 30px;
}

@media (max-width: 992px) {
  .accordion-section.gradient .accordion-block .accordion-title {
    padding: 20px 50px 20px 30px;
    line-height: 1.33;
  }
}

@media (max-width: 768px) {
  .accordion-section.gradient .accordion-block .accordion-title {
    font-size: 18px;
    line-height: 1.2;
  }
}

.accordion-section.gradient .accordion-block p {
  color: #282a32;
  margin: 0;
  display: block;
  height: 0;
  max-height: 0;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .accordion-section.gradient .accordion-block p {
    padding: 20px 30px 30px 30px;
  }
}

.accordion-section.gradient .accordion-block .icon:after {
  content: "";
  position: relative;
  bottom: 8px;
  right: 30px;
  margin-left: 20px;
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/icon__caret--white.svg);
  background-size: 16px 10px;
  display: inline-block;
  width: 16px;
  height: 10px;
  transition: all 200ms ease-in-out;
}

@media (max-width: 768px) {
  .accordion-section.gradient .accordion-block .icon {
    font-size: 14px;
    margin: 5px 0 30px 0;
  }
  .accordion-section.gradient .accordion-block .icon:after {
    bottom: 2px;
  }
}

.accordion-section.gradient .accordion-block.active .accordion-title {
  border-bottom: 8px solid;
  /*   border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D);
  -moz-border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D); */
  border-image-slice: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.accordion-section.gradient .accordion-block .accordion-content {
  padding: 20px 30px;
}

.accordion-section.gradient .accordion-block p {
  margin-bottom: 1rem;
}


.accordion-section.gradient .accordion-block.active p {
  display: block;
  height: 100%;
  max-height: 600px;
  /*   padding: 20px 30px !important; */
  transition: max-height 400ms ease-in-out;
}


/* CARD SCROLLS */

.card-scroll .card.standard .card-body .horizontal-gradient,
.card-scroll.article-cta .card .card-body .horizontal-gradient {
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*   background-image: linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D); */
}

section.card-scroll.blue {
  background-color: #386097;
}
section.card-scroll.gray {
  background-color: #EFEFEF;
}
section.card-scroll.white {
  background-color: #FFF;
}
section.card-scroll.blue .card-scroll-header .title {
  color: #FFFFFF
}

/* STANDARD */
.card-scroll .card.standard .title {
  margin-bottom: 1rem;
  color: #282a32;
  letter-spacing: normal;
  text-transform: initial;
}
.card-scroll .card.standard p {
  margin-bottom: 2rem;
  color: #282a32;
  letter-spacing: normal;
  text-transform: initial;
  font-weight: normal;
}

/* GRADIENT */
.card-scroll .card.gradient .card-body {
  border-top: 8px solid;
  /*   border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D); */
  border-image-slice: 1;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

/* EVENTS */

.card-scroll.events  .slick-slider .slick-arrow.slick-prev {
  top: -41px;
  right: 40px;
  left: auto;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-prev:before {
  display: none;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-prev:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-slider-left-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-next {
  top: -41px;
  right: 20px;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-next:before {
  display: none;
}

.card-scroll.events  .slick-slider .slick-arrow.slick-next:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-slider-right-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}


section.card-scroll.events .card.event {
  border-radius: 0 0 14px 14px;
  background-color: #282a32;
  opacity: 1;
}

section.card-scroll.events .card.event .card-body {
  border-top: 10px solid;
  /*   border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D); */
  border-image-slice: 1;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

section.card-scroll.events .card.event .card-body .date,
section.card-scroll.events .card.event .card-body .location,
section.card-scroll.events .card.event .card-body .title {
  color: #FFF;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: inherit;
}
section.card-scroll.events .card.event .card-body .title {
  font-family: "INTER", INTER, Arial, sans-serif;
}

section.card-scroll.events .card.event .card-body .date {
  font-family: "INTER", "INTER", INTER, Arial, sans-serif;
}

section.card-scroll.events .card.event .card-body .location {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

section.card-scroll.events .card.event .card-body .location:before {
  content: '';
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/icon-map.svg);
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}


/* ARTICLE */
.card-scroll.article-cta .card.article-cta .card-body,
.card-scroll .card.standard.article.featured .card-body {
  border:none;
}
.card-scroll .card.standard.article.featured {margin: 15px;}

.card-scroll.article-cta .card.article-cta {
  border-radius:15px;
  overflow:hidden;
}

/* CONNECTOR */
section.card-scroll .card.connector .card-body .cta {
  margin-left:0;
}

section.card-scroll .card.connector .card-image {
  position:relative;
}

section.card-scroll .card.connector .card-image .vertical-gradient{
  /*   background-image: linear-gradient(#386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -webkit-linear-gradient(#386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -moz-linear-gradient(#386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -o-linear-gradient(#386097, #4C79AF , #5C7D70, #C25700, #9D323D); */
  height: 100%;
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

section.card-scroll .card.connector {
  -webkit-box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  -moz-box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  -o-box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  display: flex;
  align-items: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
}

section.card-scroll .card.connector .card-body .primary-button.blue .arrow-icon {
  display: none;
}

@media screen and (max-width: 992px){
  section.card-scroll .card.connector {
    display: inline-block;
    border-radius: 14px;
    overflow: hidden;
  }

  section.card-scroll .card.connector .card-body {
    border-top: 10px solid;
    /*     border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D); */
    border-image-slice: 1;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;

  }
  section.card-scroll .card.connector  .card-body .title {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  section.card-scroll .card.connector .card-body p.large {
    font-size: 1rem;
    line-height: 1.5;
  }
  section.card-scroll .card.connector .card-body p.large {
    font-size: 1rem;
    line-height: 1.5;
  }
  section.card-scroll .card.connector .card-body .primary-button.blue {
    background-color: transparent;
    color: #c25700 !important;
    border-color: transparent;
    padding: 0;

  }
  section.card-scroll .card.connector .card-body .primary-button.blue .arrow-icon {
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  }
}


/* CARD BLOCK INSIGHTS */

section.card-block.insights {
  padding: 4rem 0;
  overflow: hidden;
}

section.card-block.insights.gray {
  background: #EFEFEF;
}

section.card-block.insights.light {
  background: #FFF;
}

section.card-block.insights [class*='col-'] {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  section.card-block.insights [class*='col-'] {
    margin-bottom: 0;
  }
}

section.card-block.insights .container {
  padding: 0;
}

section.card-block.insights .card {
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  margin: 15px;
}

section.card-block.insights .card .card-body {
  position: static;
}

section.card-block.insights .load-more-btn {
  justify-content: center;
  margin-top: 20px;
}

section.card-block.insights .insight,
section.card-block.insights .load-more-btn .less {
  display: none;
}

section.card-block.insights .container {
  padding: 0 30px;
}

section.card-block.insights .card {
  margin: 0;
}

section.card-block.insights .card.article.featured {
  border-radius: 14px;
  margin: 0;
}

section.card-block.insights .card.article {
  border-radius: 0 0 14px 14px;
  margin: 0;
}

section.card-block.insights .card.article {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}

section.card-block.insights .card.article .card-body, 
section.card-block.insights .card.article.featured .card-body {
  border-top: none;
}

section.card-block.insights .card.article .card-body .sub-title,
section.card-block.insights .card.article.featured .card-body .sub-title {
  font-family: "INTER", INTER, Arial, sans-serif;
  letter-spacing: normal;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: #386097;
}

@media (max-width: 768px) {
  section.card-block.insights .card.article .card-body .sub-title,
  section.card-block.insights .card.article.featured .card-body .sub-title {
    margin-bottom: 0;
  }
}

section.card-block.insights .card.article .card-body .date {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #282a32;
  margin-bottom: 1rem;
}

section.card-block.insights .card.article .card-body .title, 
section.card-block.insights .card.article.featured .card-body .title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

section.card-block.insights .card.article.featured .card-body .title {
  margin-bottom: 40px;
}

section.card-block.insights .card.article .card-body p, 
section.card-block.insights .card.article.featured .card-body p {
  color: #282a32;
}

section.card-block.insights .card.article .cta__wrap, 
section.card-block.insights .card.article.featured .cta__wrap {
  display: flex;
  justify-content: flex-end;
}

section.card-block.insights .card.article .cta__wrap .cta-text {
  text-transform: uppercase;
  margin-top: 40px;
}

section.card-block.insights .card.article .cta, 
section.card-block.insights .card.article.featured .cta {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

section.insights .card.article .card-body,
section.insights .card.article.featured .card-body {
  border-top:none;
}

section.insights .card.article .card-body .horizontal-gradient {
  height: 10px;
  width:100%;
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  /*   background-image: linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -webkit-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -o-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -ms-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -moz-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D); */
}

section.insights .card.article.featured .horizontal-gradient {
  height: 8px;
  width: 100%;
  /*   background-image: linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -webkit-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -o-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -ms-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D);
  background-image: -moz-linear-gradient(to right, #386097, #4C79AF , #5C7D70, #C25700, #9D323D); */
}


@media (max-width: 768px) {
  section.card-block.insights .card {
    height: auto;
    padding-bottom: 0;
  }

  section.card-block.insights .card.article {
    box-shadow: none;
  }

  section.card-block.insights .card,
  section.card-block.insights .card.article {
    margin: 0 0 2rem 0;
  }

  section.card-block.insights .card.article .card-body {
    border-top: 1px solid #C9CACC;
    padding: 20px 48px 10px 0;
  }

  section.card-block.insights .card.article.featured .card-body .title {
    margin-bottom: 0;
  }

  section.card-block.insights .card.article.featured {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    margin: 0 0 2rem 0;
    padding-bottom: 30px;
  }

  section.card-block.insights .card.featured .card-body {
    padding: 20px 48px 10px 36px;
  }

  section.card-block.insights .card .card-body {
    padding-bottom: 60px;
  }

  section.card-block.insights .card.article .card-body {
    padding: 40px;
  }

  section.card-block.insights .card.article .card-body, 
  section.card-block.insights .card.article.featured .card-body {
    padding: 40px;
  }

  section.card-block.insights .card.article .card-body .sub-title,
  section.card-block.insights .card.article.featured .card-body .sub-title {
    font-size: 1rem;
  }
  section.card-block.insights .card.article .card-body .date {
    font-size: 0.875rem;
  }

  section.card-block.insights .card.article .card-body .title, 
  section.card-block.insights .card.article.featured .card-body .title {
    font-size: 18px;
    padding-right: 0;
  }
  section.card-block.insights .load-more-btn {
    margin-top: 0;
  }
}

/* CARD BLOCK BRANDS */

section.card-tiles.info-block {
  position: relative;
  padding: 4rem 0;
  background: unset;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100%;
  width: auto;
}

section.card-tiles.info-block.dark {
  background-color: #282a32;
}
section.card-tiles.info-block.blue {
  background-color: #386097;
}
section.card-tiles.info-block.light {
  background-color: #FFF;

}
section.card-tiles.info-block.gray {
  background-color: #EFEFEF;
}

.homepage section.card-tiles.info-block {
  min-height: 100vh;
}


section.card-tiles h2.title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}

.card-tiles .tile-wrapper {
  display:flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 992px) {
  .card-tiles .tile-wrapper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 993px) {
  .card-tiles .tile-wrapper .tile:first-child {
    margin-left: 0;
  }
  .card-tiles .tile-wrapper .tile:last-child {
    margin-right: 0;
  }
}

.card-tiles .tile {
  /*flex: 1 1 0px; 
  -webkit-flex-basis: calc(100%/3 - 18px);
  -ms-flex-preferred-size: calc(100%/3 - 18px);
  flex-basis: calc(100%/3 - 18px);
  width: calc(100%/3 - 18px); 
  overflow: hidden;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 14px;
  margin: 0 1.125rem 2.25rem;
}

@media (max-width: 992px) {
  .card-tiles .tile {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 2.5rem 0;
    max-width: 340px;
    width: 100%;
  }
}

@media screen and (min-width: 993px) {
  .card-tiles.two-col .tile {
    flex: 0 1 35%; 
    width: 35%;
    /*   -webkit-flex-basis: calc(100%/2 - 2.25rem);
    -ms-flex-preferred-size: calc(100%/2 - 2.25rem);
    flex-basis: calc(100%/2 - 2.25rem);
    width: calc(100%/2 - 2.25rem); */
  }
}

.card-tiles.three-col .tile {
  flex: 1 1 30%; 
  /*   max-width: 340px; */

  /*   -webkit-flex-basis: calc(100%/2 - 18px);
  -ms-flex-preferred-size: calc(100%/2 - 18px);
  flex-basis: calc(100%/2 - 18px);
  width: calc(100%/2 - 18px); */
}

.info-block.card-tiles.image .tile-image-wrapper {
  overflow: hidden;
  border-radius: 14px;
  margin: 1rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .info-block.card-tiles.image .tile-image-wrapper {
    overflow: hidden;
    border-radius: 14px;
    margin: 0 0 1rem 0;
  }
}

.info-block.card-tiles.image.blue .tile-image-wrapper {
  border-radius: 14px 14px 0 0;
  margin: 0;
}


.card-tiles .tile-image div {
  padding-bottom: 56.25%; /* Set image aspect ratio to 16x9 */
  display: block;
  background-position: center; /*top*/
  background-size: cover; /*contain*/
}

.card-tiles .tile-wrapper .tile-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.card-tiles .tile p {
  margin:0 auto;
  font-size: 1rem;
  line-height: 1.625;
  color: #282a32;
  margin: 2rem 0;
}

.card-tiles .tile p.reversed {
  color: #FFF;
}

.card-tiles .tile a {
  margin-top: auto;
}

@media (max-width: 992px) {
  .card-tiles .tile-image div {
    width: 100%;
    max-width: none;
  }
  .card-tiles .tile .tile-content a {
    margin-bottom: 1rem;
  }
}

.card-tiles .tile-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 1.25rem 1rem;
  width: 100%;
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 992px) {
  .card-tiles .tile-content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 1rem;
  }
}


.info-block.card-tiles.image.blue .tile-content {
  padding: 2rem;
  background-color: #FFF;
  border-radius: 0 0 14px 14px;
}

@media (max-width: 992px) {
  .info-block.card-tiles.image.blue .tile-content {
    padding: 1.5rem 1rem 1rem;
  }
}


section.card-tiles.info-block .man.logo {
  max-width: 100%;
  height: auto;
  width: 205px;
}

section.card-tiles.info-block .exp.logo {
  max-width: 100%;
  height: auto;
  width: 150px;
}

section.card-tiles.info-block .ts.logo {
  max-width: 100%;
  height: auto;
  width: 245px;
} 

section.card-tiles.info-block .jw.logo {
  max-width: 100%;
  width: 235px;
  height: auto;
} 



/* END OLD CUSTOM MODULES */

/* ACCORDION */
.accordion-block {
  position: relative;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #A3A5AA;
}

.accordion-block:last-child {
  margin-bottom: 40px;
}

.accordion-block .icon {
  position: absolute;
  font-size: 36px;
  right: 0;
  top: 10px;
  color: #A3A5AA;
  font-family: "INTER";
  cursor: pointer;
}

@media (max-width: 768px) {
  .accordion-block .icon {
    top: 3px;
  }
}

.accordion-section {
  text-align: center;
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .accordion-section {
    padding: 32px 0;
  }
}

.accordion-section .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 24px;
}

.accordion-section .title.reversed {
  color: #fff;
}

.accordion-section p {
  font-size: 16px;
  line-height: 1.5;
  color: #282a32;
  margin: 24px 0 30px;
}

@media (max-width: 768px) {
  .accordion-section p {
    font-size: 14px;
    line-height: 22px;
  }
}

.accordion-section .accordion-block p {
  margin: 0 0 1rem 0;
}

.accordion-block.open .icon:after {
  transform: rotate(180deg);
}

.accordion-block.open p {
  display: block;
}

.accordion-block:first-child {
  border-top: 1px solid #A3A5AA;
}

.accordion-block:last-child {
  margin-bottom: 40px;
}

.accordion-block .icon:after {
  display: block;
  content: "";
  background-image: url(https://go.manpowergroup.com/hubfs/Templates/images/icon-down-accordion.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-top: 18px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform .1s linear;
}

@media (max-width: 768px) {
  .accordion-block .icon:after {
    width: 16px;
    height: 16px;
    margin-top: 20px;
  }
}

.accordion-block.active .icon:after {
  transform: rotate(-180deg);
}

.accordion-block .accordion-title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  padding: 0;
  padding: 20px 30px 20px 0;
  cursor: pointer;
}

.accordion-block .accordion-title.reversed {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .accordion-block .accordion-title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.accordion-block .accordion-content {
  display: none;
  margin: 0;
  padding-bottom: 1rem;
}

.accordion-block.active .accordion-content,
.accordion-block.open .accordion-content {
  display: block;
}

/* MOBILE NESTED ACCORDION */
.main-nav-slideout .accordion-block:first-child {
  border-top: none;
}

.main-nav-slideout .accordion-block {
  border-bottom: 1px solid #e1e1e3;
  padding: 0;
}

.main-nav-slideout .accordion-block .accordion-title {
  color: #386097;
  font-size: 1rem;
  padding: .75rem 1.875rem .75rem .5rem;
}

.main-nav-slideout .accordion-block .accordion-content ul {
  padding: 0.75rem 1.25rem 0;
}

.main-nav-slideout .navlist__mobile .navitem__mobile ul {
  display: flex;
  flex-direction: column;
}

.main-nav-slideout .navlist__mobile .navitem__mobile ul li a {
  border: none !important;
  padding-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "INTER", INTER, Arial, san-serif;
  font-size: 0.8rem;
}

.main-nav-slideout .navlist__mobile .navitem__mobile .accordion-block .icon:after {
  margin-top: 12px;
}


.blue-search-ribbon .job-actionbar {
  padding-top: 0;
}

.blue-search-ribbon .job-actionbar .save, .blue-search-ribbon .job-actionbar .share {
  color: #fff !important;
}

.job-actionbar {
  display: flex;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

@media (max-width: 992px) {
  .job-actionbar {
    flex-wrap: wrap;
  }
  .job-actionbar .share {
    flex: 1;
  }
}

.job-actionbar .save, .job-actionbar .share {
  font-size: 15px;
  font-weight: 700;
  font-family: "INTER";
  color: #386097 !important;
  text-transform: uppercase;
  margin-right: 18px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.job-actionbar .save .icon-bookmark, .job-actionbar .save .icon-share, .job-actionbar .share .icon-bookmark, .job-actionbar .share .icon-share {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  top: -2px;
}

.job-actionbar .save .icon-bookmark img, .job-actionbar .save .icon-share img, .job-actionbar .share .icon-bookmark img, .job-actionbar .share .icon-share img {
  max-height: 20px;
}

.job-actionbar .cta {
  text-align: right;
  flex: 1;
}

@media (max-width: 992px) {
  .job-actionbar .cta {
    padding-top: 15px;
    text-align: left;
    flex: 100%;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .job-actionbar .cta {
    margin-top: 10px;
  }
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li:last-child a {
  color: #67696f !important;
}

.breadcrumb li:after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: ">";
  color: #A3A5AA;
  font-family: "INTER";
  font-size: 18px;
  padding: 0 8px;
}

.breadcrumb li a {
  font-family: "INTER";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #386097 !important;
}

.breadcrumb li a.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .breadcrumb li a {
    font-size: 1rem;
  }
}

.calloutbar-section {
  position: relative;
  padding: 3rem 0;
  background: -webkit-linear-gradient(top, #345F9A,#1C3E6B);
  background: -moz-linear-gradient(top, #345F9A,#1C3E6B);
  background: -o-linear-gradient(top, #345F9A,#1C3E6B);
  background: linear-gradient(top, #345F9A,#1C3E6B);
}

@media (max-width: 768px) {
  .calloutbar-section {
    padding: 2.5rem 0;
  }
}

.calloutbar-section.contact {
  background: unset;
  background-color: #4C79AF;
}

.calloutbar-section.contact p {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .calloutbar-section.contact p {
    font-size: 14px;
  }
}

.calloutbar-section.contact .phone-hours {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .calloutbar-section.contact .phone-hours {
    padding-top: 0;
    display: block;
  }
  .calloutbar-section.contact .phone-hours .phone {
    padding-bottom: 30px;
  }
}

.calloutbar-section.contact .phone-hours strong {
  display: block;
}

.calloutbar-section.contact .phone-hours .phone, .calloutbar-section.contact .phone-hours .hours {
  color: #fff;
  margin: 0 30px;
}

@media (max-width: 768px) {
  .calloutbar-section.contact .phone-hours .phone, .calloutbar-section.contact .phone-hours .hours {
    margin: 0 15px;
  }
}

.calloutbar-section.contact .phone-hours a {
  color: #fff !important;
  font-weight: 400;
  text-decoration: underline !important;
  font-size: 16px;
}

.calloutbar-section.large {
  background: unset;
  padding: 4rem 0;
}

.calloutbar-section.large.gray {
  background-color: #EFEFEF;
}

.calloutbar-section.large.light {
  background-color: #FFFFFF;
}

.calloutbar-section.large.dark {
  background-color: #282a32;
}

@media (max-width: 768px) {
  .calloutbar-section.large {
    padding: 3rem 0;
  }
}

.calloutbar-section.large .row {
  align-items: center;
}

.calloutbar-section.large .callout-image img {
  display: block;
}

@media (max-width: 992px) {
  .calloutbar-section.large .callout-image img {
    margin: 0 auto 50px;
  }
}

.calloutbar-section.large .calloutbar-body {
  text-align: left;
}

.calloutbar-section.large .calloutbar-body p {
  color: #282a32;
  opacity: 1;
  margin: 1.5rem 0 2rem;
}


.calloutbar-section.overview {
  background: unset;
  background-color: #F3F3F4;
}

.calloutbar-section.overview .calloutbar-body {
  position: relative;
  z-index: 1;
  text-align: center;
}

.calloutbar-section.overview .calloutbar-body .title {
  font-family: "INTER";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #282a32;
}

.calloutbar-section.overview .calloutbar-body p {
  color: #282a32;
  font-size: 1rem;
  line-height: 1.5;
}

.calloutbar-section.overview .calloutbar-body .title.reversed,
.calloutbar-section.overview .calloutbar-body p.reversed{
  color: #fff !important;
}

.calloutbar-section.overview .calloutbar-body p {
  color: #282a32;
}


.calloutbar-section.footer {
  background: unset;
  background-color: #eff0f0;
}

.calloutbar-section.footer .calloutbar-x {
  background-position: right center;
}

@media (max-width: 768px) {
  .calloutbar-section.footer .calloutbar-x {
    background-position: right -175px center;
    background-size: 115%;
  }
}

.calloutbar-section.footer .skewed-rectangle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 78.40277777777778%;
  background-color: #282a32;
  transform-origin: bottom left;
  transform: skew(45deg, 0deg);
  border-right: 50px solid #5e6066;
}

@media (max-width: 992px) {
  .calloutbar-section.footer .skewed-rectangle {
    width: 100%;
    transform: none;
    border-right: 0;
  }
}

.calloutbar-section.footer .calloutbar-body {
  text-align: left;
}

.calloutbar-section.footer .calloutbar-body .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.calloutbar-section.footer .calloutbar-body .title.reversed {
  color: #fff;
}

.calloutbar-section.footer .calloutbar-body .primary-button {
  margin-top: 0;
}

.calloutbar-section.footer .connector-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .calloutbar-section.footer .connector-button {
    position: relative;
  }
  .calloutbar-section.footer .connector-button .fat-line {
    display: none;
  }
  .calloutbar-section.footer .connector-button .line {
    display: none;
  }
  .calloutbar-section.footer .connector-button .primary-button {
    color: #fff !important;
    border-color: #fff;
  }
  .calloutbar-section.footer .connector-button .primary-button:hover {
    background-color: #fff;
    color: #C25700 !important;
  }
  .calloutbar-section.footer .connector-button .primary-button:hover .arrow-icon {
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
    margin-left: 10px;
    transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  }
  .calloutbar-section.footer .connector-button .primary-button .arrow-icon {
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
    margin-left: 10px;
    transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  }
}

.calloutbar-section .calloutbar-x {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-x.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 1;
}

.calloutbar-section .calloutbar-body {
  position: relative;
  z-index: 1;
  text-align: center;
}

.calloutbar-section .calloutbar-body .title {
  color: #282a32;
  font-family: "INTER";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.calloutbar-section .calloutbar-body .title.reversed {
  color: #FFF;
}

.calloutbar-section .calloutbar-body p {
  margin: 24px 0;
}

.calloutbar-section .calloutbar-body p.reversed {
  color: #FFF;
}

.calloutbar-section.footer .calloutbar-body p {
  font-size: 16px;
  margin: 24px 0;
  line-height: 1.6;
}

.calloutbar-section .calloutbar-body .primary-button {
  margin-top: 16px;
}


.calloutbar-section.large .calloutbar-body .title {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

/* @media (max-width: 768px) {
.calloutbar-section.large .calloutbar-body .title {
font-size: 1.25rem;
}
} */

.card-block.light {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .card-block.light {
    padding: 2rem 0;
  }
}

.card-block.light .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 1.33;
  color: #282a32;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.card-block.light .title.reversed {
  color: #fff;
}
/* 
@media (max-width: 768px) {
.card-block.light .title {
font-size: 35px;
line-height: 40px;
}
}

@media (max-width: 768px) {
.card-block.light .title {
font-size: 24px;
line-height: 32px;
}
}

@media (max-width: 768px) {
.card-block.light .title {
margin-bottom: 50px;
}
} */

.card-block.light .card .title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #282A32;
}

/* @media (max-width: 768px) {
.card-block.light .card .title {
font-size: 22px;
line-height: 27px;
}
} */

.card-block.dark {
  padding: 64px 0;
  background-color: #282a32;
}

@media (max-width: 768px) {
  .card-block.dark {
    padding: 32px 0;
  }
}

.card-block.dark .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.card-block.dark .title.reversed {
  color: #fff;
}
/* 
@media (max-width: 768px) {
.card-block.dark .title {
font-size: 35px;
line-height: 40px;
}
}

@media (max-width: 768px) {
.card-block.dark .title {
font-size: 24px;
line-height: 32px;
}
}

@media (max-width: 768px) {
.card-block.dark .title {
margin-bottom: 50px;
}
} */

.card-block.dark .card .title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #FFF;
}

/* @media (max-width: 768px) {
.card-block.dark .card .title {
font-size: 22px;
line-height: 27px;
}
} */

.card-block.subpage {
  padding: 120px 0;
  background: linear-gradient(top, #345F9A, #1C3E6B);
  background: -webkit-linear-gradient(top, #345F9A,#1C3E6B);
  background: -moz-linear-gradient(top, #345F9A,#1C3E6B);
  background: -o-linear-gradient(top, #345F9A,#1C3E6B);
}

@media (max-width: 768px) {
  .card-block.subpage {
    padding: 50px 0 30px;
  }
}

@media (max-width: 992px) {
  .card-block.subpage .card {
    margin-bottom: 24px;
  }
}

.card-block.insights {
  padding: 30px 0 70px;
  overflow: hidden;
  background-color: #EFEFEF;
}


.card-block.insights.gray {
  background-color: #EFEFEF;
}

.card-block.insights.light {
  background-color: #FFF;
}

@media (max-width: 768px) {
  .card-block.insights {
    padding-bottom: 30px;
  }
}

.card-block.insights [class*='col-'] {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .card-block.insights [class*='col-'] {
    margin-bottom: 0;
  }
}

.card-block.insights .container {
  padding: 0;
}

.card-block.insights .card {
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  margin: 15px;
}

@media (max-width: 768px) {
  .card-block.insights .card {
    height: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .card-block.insights .card.article {
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .card-block.insights .card.article .card-body {
    border-top: 1px solid #C9CACC;
    /*     padding: 20px 48px 10px 0; */
  }
}

@media (max-width: 768px) {
  .card-block.insights .card.featured {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    padding-bottom: 30px;
  }
  .card-block.insights .card.featured .card-body {
    padding: 20px 48px 10px 36px;
  }
}

.card-block.insights .card.ad {
  padding-bottom: 0;
}

.card-block.insights .card.ad .title {
  padding-top: 45px;
}

.card-block.insights .card .card-body {
  position: static;
}

.card-block.insights .filters {
  padding: 0 13px 30px;
}

.card-block.insights .card-body .title {
  text-align: left;
}

/* 
.card-block.insights .load-more-btn {
text-align: center;
margin-top: 20px;
}

.card-block.insights .load-more-btn .arrow-icon {
display: none;
}
*/

/* 
.card-block-resources {
background-color: #F3F3F4;
padding: 80px 0;
}

@media (max-width: 768px) {
.card-block-resources {
padding: 40px 0;
}
.card-block-resources + .site-footer {
margin-top: 0;
}
}

.card-block-resources .resources-list {
display: flex;
flex-wrap: wrap;
}

.card-block-resources .resources-list .card-resource {
width: 50%;
}

@media (max-width: 1400px) {
.card-block-resources .resources-list .card-resource {
width: 100%;
}
.card-block-resources .resources-list .card-resource:last-child {
border-bottom: 1px solid rgba(147, 148, 152, 0.34);
padding-bottom: 15px;
}
}

.card-block-resources .section-header {
display: flex;
margin-bottom: 30px;
}

@media (max-width: 768px) {
.card-block-resources .section-header {
margin-bottom: 20px;
}
}

.card-block-resources .section-header .title {
flex: 1;
font-family: "INTER";
font-size: 70px;
line-height: 84px;
font-weight: 700;
font-size: 20px;
line-height: 16px;
font-weight: 400;
letter-spacing: 1.25px;
color: #5E6066;
text-transform: uppercase;
}

.card-block-resources .section-header .title.reversed {
color: #fff;
}

@media (max-width: 768px) {
.card-block-resources .section-header .title {
font-size: 35px;
line-height: 40px;
}
}

@media (max-width: 768px) {
.card-block-resources .section-header .title {
font-size: 15px;
line-height: 18px;
}
}

.card-block-resources .section-header .button-text {
font-size: 20px;
}

@media (max-width: 768px) {
.card-block-resources .section-header .button-text {
font-size: 13px;
}
} */

.card-section {
  display: flex;
}

.card {
  display: block;
  box-shadow: 3px 8px 16px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .card {
    margin: 0;
  }
}

.card.connector {
  box-shadow: 5px 8px 16px 0 rgba(97, 97, 97, 0.1);
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .card.connector {
    display: block;
  }
}

@media (max-width: 992px) {
  .card.connector .card-image {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .card.connector .card-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

.card.connector .card-body {
  flex: 1;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 992px) {
  .card.connector .card-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .card.connector .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.card.connector .card-body .title {
  font-family: "INTER";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
}

.card.connector .card-body .title.reversed {
  color: #fff;
}

.card.connector .card-body p.large {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.card.connector .card-body .cta {
  margin-left: -200px;
}

@media (max-width: 992px) {
  .card.connector .card-body .cta {
    margin-left: 0;
  }
  .card.connector .card-body .cta .connector-button .fat-line,
  .card.connector .card-body .cta .connector-button .line {
    display: none;
  }
}

.card.stat {
  color: #386097;
  box-shadow: none;
  text-align: center;
  margin: 10px 13px;
}

.card.stat .stat-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.card.stat .stat-line .stat {
  font-size: 180px;
  font-family: "INTER";
  font-weight: 300;
  letter-spacing: -14px;
  line-height: 0.9;
}

@media (max-width: 992px) {
  .card.stat .stat-line .stat {
    font-size: 100px;
    letter-spacing: -4px;
  }
}

.card.stat .stat-line .icon {
  max-height: 70px;
  width: auto;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .card.stat .stat-line .icon {
    max-height: 40px;
  }
}

.card.stat p {
  color: #386097;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .card.stat p {
    font-size: 15px;
    line-height: 20px;
  }
}

.card.related-content {
  box-shadow: none;
  border-bottom: 2px solid rgba(163, 165, 170, 0.5);
}

.card.related-content .card-body {
  padding: 20px 0;
}

.card.related-content .sub-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #386097 !important;
}

.card.related-content .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.related-content .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.related-content .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

.card.related-content .date {
  color: #282a32;
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: initial;
}

.card.related-content .text {
  color: #282a32 !important;
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: initial;
  font-weight: normal;
}

.card.light {
  padding: 20px 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.card.light img {
  display: inline-block;
  max-width: 60px;
}

.card.light .title {
  font-size: 24px;
  line-break: 29px;
}

.card.light p {
  color: #282A32;
  font-size: 16px;
  line-height: 1.5;
}

.card.dark {
  padding: 20px 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.card.dark .title {
  color: #FFF;
  font-size: 24px;
  line-height: 1.25;
}

.card.dark p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .card.dark p {
    font-size: 14px;
  }
}

.card.dark .lightblue .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiM3NTkzQkMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  position: relative;
  background-size: cover;
}

.card.dark a {
  white-space: nowrap;
}

.card.dark img {
  display: inline-block;
  max-width: 60px;
}

.card.article {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  text-transform: none;
}

.card.article.featured {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
}

.card.article.featured h5 {
  color: #C25700;
}

.card.article.featured .card-body {
  border-color: #C25700;
  border-top: 4px solid #C25700;
  padding: 48px;
}

@media (max-width: 768px) {
  .card.article.featured .card-body {
    border-top: 3px solid #C25700;
    padding: 32px;
  }
}

.card.article.featured .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  width: 46px;
  height: 27px;
  background-size: 46px 27px;
  position: absolute;
  right: 48px;
  top: auto !important;
}

@media (max-width: 768px) {
  .card.article.featured .arrow-icon {
    right: 32px;
    width: 36px;
    height: 21px;
    background-size: cover;
  }
}

.card.article.featured .title {
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .card.article.featured .title {
    font-size: 24px;
    line-height: 30px;
    padding-right: 0;
  }
}

.card.article .card-body {
  border-top: 4px solid #386097;
  padding: 40px;
}

.card.article:hover {
  opacity: 0.75;
}

.card.article.featured .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMzMDU4OEYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  width: 46px;
  height: 27px;
  background-size: 46px 27px;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: 40px;
  top: auto !important;
}

@media (max-width: 768px) {
  .card.article.featured .arrow-icon {
    bottom: 30px;
    right: 32px;
    width: 36px;
    height: 21px;
    background-size: cover;
  }
}

.card.article .sub-title {
  font-family: "INTER";
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #386097;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 32px;
}

.card.article .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .card.article .sub-title {
    margin-bottom: 16px;
  }
}

.card.article .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #282a32;
  font-weight: 500;
  letter-spacing: 0;
}

.card.article .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .card.article .title {
    font-size: 18px;
    line-break: 24px;
    padding-right: 48px;
  }
}
/* 
.card.article .date {
color: #282a32;
font-family: "INTER";
font-size: 20px;
line-height: 20px;
font-weight: 40;
margin-bottom: 16px;
}

@media (max-width: 768px) {
.card.article .date {
font-size: 16px;
line-height: 20px;
}
}
*/
.card.article-cta {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  text-transform: none;
}

.card.article-cta .card-body {
  border-top: 4px solid #386097;
  padding: 40px;
}

.card.article-cta .sub-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #386097;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 32px;
}

.card.article-cta .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article-cta .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article-cta .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

.card.article-cta .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #282a32;
  font-weight: 500;
}

.card.article-cta .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article-cta .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article-cta .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .card.article-cta .title {
    font-size: 18px;
    line-break: 24px;
  }
}

.card.article-cta .date {
  color: #424242;
  font-family: "INTER";
  font-size: 20px;
  line-height: 20px;
  font-weight: 40;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .card.article-cta .date {
    font-size: 16px;
    line-height: 20px;
  }
}

.card.article-cta a {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .card.article-cta a {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .card.article-cta a {
    margin-top: 20px;
  }
}

.card.event {
  font-family: "INTER", INTER, Arial, sans-serif;
  color: #FFF;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  text-transform: none;
}

.card.event .card-body {
  padding: 3rem;
}

.card.event .title {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .card.event .card-body {
    padding: 2rem;
  }
  .card.event .title {
    font-size: 1.125rem;
  }
}

.card.event .date {
  color: #FFF;
  font-family: "INTER";
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .card.event .date {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.card.article-simple .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.card.article-simple .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.article-simple .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.article-simple .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.card.article-simple .card-body {
  border-top: 4px solid #C25700;
  padding: 36px 48px;
}

@media (max-width: 768px) {
  .card.article-simple .card-body {
    padding: 24px;
  }
}

.card.article-simple p {
  color: #282a32;
}

.card.ad {
  background-color: #282a32;
  background-size: cover;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/ad-schematic-upper-left.svg"), url("https://go.manpowergroup.com/hubfs/JW_042020/images/ad-schematic-lower-right.svg");
  background-position: top left, bottom right;
  background-size: 200px, 150px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card.ad:hover {
  opacity: 1;
}

.card.ad:hover .button-text {
  opacity: 1;
}

.card.ad .card-body {
  padding: 40px;
}

.card.ad .arrow-icon {
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  margin-left: 10px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-size: cover;
}

.card.ad .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: none;
}

.card.ad .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card.ad .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card.ad .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.card.job {
  background-color: #282a32;
}

.card.job .sub-title {
  color: #7593BC;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 1400px) {
  .card.job .sub-title {
    margin-bottom: 24px;
    margin-top: 4px;
  }
}

.card.job .sub-title.maroon {
  color: #C07078;
}

.card.job .title {
  font-size: 35px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 12px;
}

@media (max-width: 1400px) {
  .card.job .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.card.job .card-body {
  padding: 32px;
}

.card.job .location {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  font-weight: 300;
}

.card.job .date {
  font-size: 14px;
  line-height: 35px;
  color: #A3A5AA;
  font-style: italic;
}

.card.job .primary-button {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .card.job .primary-button {
    margin-top: 30px;
  }
}

.card.job button {
  margin-top: 40px;
}

.card img {
  width: 100%;
  display: block;
}

.card .card-body {
  position: relative;
  padding: 24px;
}

.card .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card .title {
    font-size: 35px;
    line-height: 40px;
  }
}

.card .title.light {
  font-weight: 300;
}

@media (max-width: 768px) {
  .card .title {
    font-size: 18px;
    line-height: 22px;
  }
}

.card p {
  color: #282a32;
  margin-top: 0;
  margin-bottom: 20px;
}

.card-resource {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 30px;
}

.card-resource:nth-child(even) {
  padding-right: 0;
}

@media (max-width: 1400px) {
  .card-resource {
    border-top: 1px solid rgba(147, 148, 152, 0.34);
    margin-bottom: 15px;
    padding-top: 15px;
  }
}

.card-resource .image img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .card-resource .image {
    max-width: 70px;
  }
}

.card-resource .content {
  padding-left: 24px;
  flex: 1;
}

.card-resource .content .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 34px;
}

.card-resource .content .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .card-resource .content .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .card-resource .content .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .card-resource .content .title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.card--wipe {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card--wipe:hover .card--wipe--apollo::before {
  transform: scale3d(3, 2, 1) rotate3d(0, 0, 1, 240deg) translate3d(0, 0, 0);
  transition-duration: 1.25s;
}

.card--wipe .card--wipe--apollo:before {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.25);
  content: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 220deg) translate3d(0, -100%, 0);
}


.card-scroll {
  padding: 4rem 0 6rem;
}


.card-scroll .container {
  padding: 0;
}

@media (max-width: 992px) {
  .card-scroll {
    padding: 3rem 0 4rem;
  }
}


.card-scroll.blue {
  background-color: #386097;
}

.card-scroll.blue .card-scroll-header .title {
  color: #CBD5E3;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-prev {
  top: -41px;
  right: 40px;
  left: auto;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-prev:before {
  display: none;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-prev:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-slider-left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-next {
  top: -41px;
  right: 20px;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-next:before {
  display: none;
}

.card-scroll.blue .slick-slider .slick-arrow.slick-next:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-slider-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.connector {
  overflow: hidden;
}

.card-scroll.connector .card-scroll-header .title {
  color: #282a32;
}

.card-scroll .slick-slider .slick-dots li button:before {
  font-size: 12px;
  color: #282a32;
}


.card-scroll.connector .slick-slider .slick-arrow.slick-prev {
  top: -41px;
  right: 40px;
  left: auto;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-prev:before {
  display: none;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-prev:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-slider-left-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-next {
  top: -41px;
  right: 20px;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-next:before {
  display: none;
}

.card-scroll.connector .slick-slider .slick-arrow.slick-next:after {
  display: block;
  content: "";
  color: #fff;
  font-size: 12px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-slider-right-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}

.card-scroll .card-scroll-header {
  display: flex;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .card-scroll .card-scroll-header {
    margin-bottom: 20px;
    padding: 0 30px;
  }
}

.card-scroll .card-scroll-header .title {
  flex: 1;
  font-family: "INTER";
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #282a32;
  text-transform: uppercase;
}

.card-scroll .card-scroll-header .title.reversed {
  color: #fff;
}


@media (max-width: 768px) {
  .card-scroll .card-scroll-header .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.hs-search-highlight {
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
}
.card-scroll .card-scroll-header .button-text {
  font-size: 18px;
}

@media (max-width: 768px) {
  .card-scroll .card-scroll-header .button-text {
    font-size: 14px;
  }
}

.card-scroll .card.standard {
  border-radius: 14px;
}

/* SLICK SLIDER missing styles for DOTS and ARROWS*/
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 768px){
  .card-scroll.connector .slick-dots {
    bottom: 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 36px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* .card-scroll .slick-slider .slick-list {
padding: 0 30px 20px 0 !important;
} */

@media (max-width: 992px) {
  .card-scroll .slick-slider .slick-list .slick-slide {
    opacity: .25;
    transition: .25s ease-in-out;
  }
  .card-scroll .slick-slider .slick-list .slick-slide.slick-current {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .card-scroll .slick-slider .slick-list {
    padding: 0 30px 20px 15px !important;
  }
}

.card-scroll .slick-slider .slick-list .slick-track {
  display: flex !important;
}

.card-scroll .slick-slider .slick-list .slick-slide {
  height: inherit !important;
}

.card-scroll .slick-slider .slick-list .slick-slide > div {
  height: 100%;
}

.card-scroll .slick-slider .slick-list .slick-slide > div .card {
  height: 100%;
}

@media (max-width: 768px) {
  .card-scroll .slick-slider .slick-list .slick-slide > div .card {
    margin: 0 15px;
  }
}

.card-scroll .slick-slider .slick-list .slick-slide > div .card.article .title {
  font-size: 25px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .card-scroll .slick-slider .slick-list .slick-slide > div .card.article .date {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .card-scroll .slick-slider .slick-list .slick-slide > div .card.article .sub-title {
    margin-bottom: 32px;
    font-size: 20px;
  }
}

.card-scroll .slick-slider .slick-dots li {
  margin: 0;
}

.card-scroll .slick-slider .slick-dots li button:before {
  font-size: 38px;
  color: #282a32;
  padding-top:20px;
}

.article-block, .details-block {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .article-block, .details-block {
    padding: 30px 0;
  }
}

.article-block.job .job-ctas, .details-block.job .job-ctas {
  padding-top: 30px;
  padding-bottom: 50px;
}

.article-block.job p, .article-block.job li, .details-block.job p, .details-block.job li {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .article-block.job p, .article-block.job li, .details-block.job p, .details-block.job li {
    font-size: 14px;
    line-height: 20px;
  }
}

.article-block.job p.large, .article-block.job li.large, .details-block.job p.large, .details-block.job li.large {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .article-block.job p.large, .article-block.job li.large, .details-block.job p.large, .details-block.job li.large {
    font-size: 16px;
    line-height: 24px;
  }
}

.article-block.job li, .details-block.job li {
  margin-bottom: 4px;
}

.article-block.job .details-disclaimer, .details-block.job .details-disclaimer {
  font-style: italic;
  color: #939498;
  font-size: 18px;
  line-height: 28px;
}

.article-block .breadcrumb, .details-block .breadcrumb {
  margin-bottom: 20px;
}

.article-block .article-header.job + .job-actionbar, .details-block .article-header.job + .job-actionbar {
  margin-bottom: 40px;
}

.article-block .article-header .title, .details-block .article-header .title {
  font-family: "INTER";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  color: #386097;
}

.article-block .article-header .title.reversed, .details-block .article-header .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .article-block .article-header .title, .details-block .article-header .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .article-block .article-header .title, .details-block .article-header .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.article-block .article-header .sub-title, .details-block .article-header .sub-title {
  font-family: "INTER";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 20px;
}

.article-block .article-header .sub-title.reversed, .details-block .article-header .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .article-block .article-header .sub-title, .details-block .article-header .sub-title {
    font-size: 18px;
    line-height: 1;
  }
}

.article-block .article-header .company, .details-block .article-header .company {
  color: #83858B;
  font-size: 18px;
  line-height: 32px;
}

.article-block .article-header .company img, .details-block .article-header .company img {
  position: relative;
  top: -2px;
  margin-left: 10px;
  display: inline-block;
  max-height: 20px;
}

.article-block .article-header .time-skill-block, .details-block .article-header .time-skill-block {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #ABABAB;
}

.article-block .article-header .time-skill-block .time, .details-block .article-header .time-skill-block .time {
  font-style: italic;
  font-size: 16px;
  color: #5E6066;
  margin-right: 45px;
  padding-top: 10px;
}

.article-block .article-header .time-skill-block .skill, .details-block .article-header .time-skill-block .skill {
  color: #438080;
  font-size: 13px;
  font-weight: 700;
  flex: 1;
  padding-top: 14px;
}

.article-block .article-header-container .social-bar, .details-block .article-header-container .social-bar {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 2px solid rgba(163, 165, 170, 0.5);
}

@media (max-width: 992px) {
  .article-block .article-header-container .social-bar, .details-block .article-header-container .social-bar {
    display: block;
    padding-top: 40px;
  }
}

.article-block .social-bar, .details-block .social-bar {
  padding-top: 20px;
}

/* @media (max-width: 992px) {
.article-block .single-article .social-bar {
display: none;
}
} */

.article-block .single-article, .details-block .single-article {
  padding-right: 40px;
}


.article-block .single-article h4, .details-block .single-article h4 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .article-block .single-article h4, .details-block .single-article h4 {
    margin-top: 1rem;
  }

  .article-block .single-article, .details-block .single-article {
    padding-right: 0;
  }
}

.article-block .single-article p, .details-block .single-article p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  .article-block .single-article p, .details-block .single-article p {
    font-size: 14px;
    line-height: 1.4;
    margin: 1rem 0;

  }
}

.article-block .single-article p:first-child, .details-block .single-article p:first-child {
  margin-top: 0;
}

.article-block .single-article p.large, .details-block .single-article p.large {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .article-block .single-article p.large, .details-block .single-article p.large {
    font-size: 16px;
    line-height: 24px;
  }
}

.article-block .single-article p a, .details-block .single-article p a {
  text-transform: none;
  font-family: "INTER";
  font-size: inherit;
  letter-spacing: 0;
}

.article-block .single-article .responsive, .details-block .single-article .responsive {
  width: 100%;
  margin-bottom: 50px;
  max-width: 100%;
}

.article-block .single-article ol, .article-block .single-article ul, .details-block .single-article ol, .details-block .single-article ul {
  padding-top: 10px;
}

.article-block .single-article ol li, .article-block .single-article ul li, .details-block .single-article ol li, .details-block .single-article ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .article-block .single-article ol li, .article-block .single-article ul li, .details-block .single-article ol li, .details-block .single-article ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.article-block .single-event, .details-block .single-event {
  padding-right: 40px;
}

@media (max-width: 992px) {
  .article-block .single-event, .details-block .single-event {
    padding-right: 0;
  }
}

.article-block .single-event .title, .details-block .single-event .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.article-block .single-event .title.reversed, .details-block .single-event .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .article-block .single-event .title, .details-block .single-event .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .article-block .single-event .title, .details-block .single-event .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.article-block .single-event p, .details-block .single-event p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}

.article-block .single-event p.large, .details-block .single-event p.large {
  font-size: 24px;
  line-height: 34px;
}

.article-block .single-event p a, .details-block .single-event p a {
  text-transform: none;
  font-family: "INTER";
  font-size: inherit;
}

.article-block .single-event .responsive, .details-block .single-event .responsive {
  width: 100%;
  margin-bottom: 50px;
}

.article-block .single-event ol, .article-block .single-event ul, .details-block .single-event ol, .details-block .single-event ul {
  padding-top: 10px;
}

.article-block .single-event ol li, .article-block .single-event ul li, .details-block .single-event ol li, .details-block .single-event ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.article-block .article-sidebar, .details-block .article-sidebar {
  margin-top: 10px;
}

.article-block .article-sidebar .sidebar-title, .details-block .article-sidebar .sidebar-title {
  font-family: "INTER";
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #282a32;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 3px solid;
  border-image-source: linear-gradient(90deg, #386097, #4C79AF, #5C7D70, #C25700, #9D323D);
  border-image-slice: 1;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

.article-block .article-sidebar .sidebar-title.reversed, .details-block .article-sidebar .sidebar-title.reversed {
  color: #fff;
}


@media (max-width: 768px) {
  .article-block .article-sidebar .sidebar-title, .details-block .article-sidebar .sidebar-title {
    font-size: 16px;
  }
}

/* @media (max-width: 992px) {
.article-block .article-sidebar .featured-article, .details-block .article-sidebar .featured-article {
display: none;
}
} */

.article-block .article-sidebar .featured-article img, .details-block .article-sidebar .featured-article img {
  margin-top: 10px;
  display: block;
  width: 100%;
  max-width: 100%;
}

.article-block .article-sidebar .google-map, .details-block .article-sidebar .google-map {
  display: block;
}

@media (max-width: 992px) {
  .article-block .article-sidebar .google-map, .details-block .article-sidebar .google-map {
    padding-top: 10px;
  }
}

.article-block .article-sidebar .google-map img, .details-block .article-sidebar .google-map img {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.article-block .rsvp, .details-block .rsvp {
  border-bottom: 2px solid rgba(163, 165, 170, 0.5);
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .article-block .rsvp, .details-block .rsvp {
    border-bottom: none;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .article-block .rsvp, .details-block .rsvp {
    padding-bottom: 20px;
  }
}

.article-block .rsvp .cta, .details-block .rsvp .cta {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 992px) {
  .article-block .rsvp .cta, .details-block .rsvp .cta {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .article-block .rsvp .cta, .details-block .rsvp .cta {
    padding-top: 10px;
  }
}


.dropdown-block {
  position: absolute;
  left: 0;
  top: 100%;
  width: 560px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 16px;
  cursor: default;
  opacity: 0;
  margin-top: -1px;
  display: block;
  opacity: 1;
  display: none;
  z-index: 3;
}

@media (max-width: 768px) {
  .dropdown-block {
    width: 345px;
  }
}

@media (max-width: 374px) {
  .dropdown-block {
    width: 290px;
  }
}

.dropdown-block.small {
  width: 220px;
}

.dropdown-block.small .dropdown-block-inside {
  padding: 15px 30px;
}

.dropdown-block .dropdown-block-inside {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  border: 1px solid #ABABAB;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.dropdown-block .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.dropdown-block .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .dropdown-block .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .dropdown-block .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.dropdown-block label {
  display: none;
}

.dropdown-block .btns-container {
  align-items: center;
  margin-top: 28px;
}

.dropdown-block .btns-container .col {
  text-align: right;
}

.sort-option {
  line-height: 40px;
  cursor: pointer;
  transition: .15s ease-in-out;
}

.sort-option:hover {
  transform: translateX(5px);
}


.featurette-section {
  padding: 64px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.featurette-section.light {
  background-color: #FFF;
}

.featurette-section.gray {
  background-color: #EFEFEF;
}

.featurette-section .row {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .featurette-section {
    padding: 90px 0 60px;
  }
}

@media (max-width: 768px) {
  .featurette-section {
    padding: 40px 0;
  }
  .featurette-section p {
    margin: 15px 0;
  }
}

.featurette-section.quote .featurette-body {
  position: relative;
  padding-left: 40px;
  z-index: 3;
}

@media (max-width: 992px) {
  .featurette-section.quote .featurette-body {
    padding-left: 0;
    /*     padding-top: 30px; */
  }
}

.featurette-section.quote .quote {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 100px;
  height: 75px;
  opacity: .1;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-quote.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 992px) {
  .featurette-section.quote .quote {
    left: -30px;
  }
}

@media (max-width: 768px) {
  .featurette-section.quote .quote {
    display: none;
  }
}

.featurette-section.connector .featurette-body .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 1.33;
  font-weight: 700;
  margin: 16px 0;
  color: #282a32;
  text-transform: none;
  letter-spacing: inherit;
}

.featurette-section.connector .featurette-body .title.reversed {
  color: #fff;
}

.featurette-section.connector .featurette-body .sub-title {
  font-family: "INTER";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #282a32;
  text-transform: uppercase;
}

.featurette-section.connector .featurette-body .sub-title.reversed {
  color: #fff;
}

.featurette-section.connector .featurette-body .connector-button {
  position: relative;
  margin-top: 24px;
  z-index: 2;
  margin-left: -200px;
}
.featurette-section.connector .featurette-body .connector-button {
  margin: 0;
}
.featurette-section.connector .featurette-body .connector-button .fat-line,
.featurette-section.connector .featurette-body .connector-button .line {
  display: none;
}

.featurette-section.standard .featurette-body {
  padding-left: 50px;
}
.featurette-section.connector .featurette-body p.large {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .featurette-section.standard .featurette-body {
    padding-left: 25px;
  }
}

@media (max-width: 992px) {
  .featurette-section.standard .featurette-body {
    padding-left: 0;
  }
}

.featurette-section.standard .featurette-body .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #282a32;
  text-transform: none;
  margin-top: 0;
}

.featurette-section.standard .featurette-body .title.reversed {
  color: #fff;
}

/* @media (max-width: 768px) {
.featurette-section.standard .featurette-body .title {
font-size: 30px;
line-height: 38px;
}
} */

/* @media (max-width: 992px) {
.featurette-section.standard .featurette-body .title {
margin-top: 32px;
}
} */

.featurette-section.standard .featurette-body p {
  font-size: 16px;
}
/* 
.featurette-section.standard .featurette-body .primary-button {
margin-top: 20px;
} */

.featurette-section.event .featurette-body p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .featurette-section.event .featurette-body {
    padding-top: 32px;
  }
}

@media (max-width: 1400px) {
  .featurette-section.event .featurette-body .primary-button {
    margin-top: 15px;
  }
}

.featurette-section .featurette-body .title {
  font-family: "INTER";
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #282a32;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
}

.featurette-section .featurette-body .title.reversed {
  color: #fff;
}

.featurette-section .featurette-body .name {
  font-size: 1.5rem;
  font-family: "INTER";
  font-weight: normal;
  margin-top: 1.25rem;
}

.featurette-section .featurette-body .time-text {
  font-family: "INTER";
  font-size: 1.25rem;
  color: #424242;
  display: inline-block;
  margin: 1rem 0;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .featurette-section .featurette-body .time-text {
    margin: 10px 10px 10px 0;
  }
}

.featurette-section .featurette-body .sub-title {
  font-family: "INTER";
  font-size: 1.125rem;
  line-height: 1.5;
  color: #282a32;
  font-weight: 300;
}

.featurette-section .featurette-body .sub-title.reversed {
  color: #fff;
}

.featurette-section .featurette-body .sub-title.light {
  font-weight: 300;
}

/* @media (max-width: 768px) {
.featurette-section .featurette-body .sub-title {
font-size: 18px;
line-height: 22px;
}
} */

.featurette-section .featurette-body p {
  font-size: 1rem;
  margin: 1.5rem 0;
  color: #282A32;
  line-height: 1.5;
}

.featurette-section .featurette-imgs {
  position: relative;
  margin-right: 40px;
}

@media (max-width: 992px) {
  .featurette-section .featurette-imgs {
    margin-right: 20px;
  }
}

.featurette-section .featurette-imgs .blurred {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.featurette-section .featurette-imgs .blurred img {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.featurette-section .featurette-imgs img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}


.article-filters {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 15px;
}

.article-filters .filter-label {
  font-family: "INTER";
  font-size: 18px;
  line-height: 1;
  margin-right: 20px;
}

.article-filters .text {
  font-weight: 700;
}


.filter-block {
  position: relative;
  display: inline-block;
  margin-right: 45px;
}

.filter-block.active .dropdown-block {
  display: block;
}

.filter-block.active .filter-block-inner .icon-down {
  transform: rotate(180deg);
}

.filter-block.active .triangle {
  display: block;
}

.filter-block .filter-block-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.filter-block .filter-block-inner .filter-block-clicker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.filter-block .filter-block-inner .icon-filters {
  display: flex;
  padding-right: 5px;
}

.filter-block .filter-block-inner .icon-filters img {
  height: 16px;
}

.filter-block .filter-block-inner .icon-down {
  display: flex;
  padding: 0 5px;
}

.filter-block .filter-block-inner .icon-down img {
  height: 12px;
}

.filter-block .filter-block-inner .text {
  font-family: "INTER";
}

.filter-block .triangle {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-top: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 4;
  margin-top: 7px;
  display: none;
}


.range-slider-shell {
  position: relative;
  height: 20px;
  margin: 20px 0;
}

.job-filters .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.job-filters .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .job-filters .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .job-filters .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.job-filters .cta {
  text-align: right;
}

.job-filters .cta .dark-gray {
  margin-right: 60px;
}

.range-slider-container .distance {
  margin: 30px 0;
}

@media (max-width: 768px) {
  .range-slider-container .distance {
    margin: 20px 0;
  }
}

.range-slider-container .distance, .range-slider-container strong {
  font-family: "INTER" !important;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #A3A5AA;
}

@media (max-width: 768px) {
  .range-slider-container .distance, .range-slider-container strong {
    font-size: 16px;
  }
}

.range-slider-container strong {
  color: #282a32;
}

.range-slider-container .range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #EFF0F0;
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.range-slider-container .range-slider:hover {
  opacity: 1;
}

.range-slider-container .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #386097;
  cursor: pointer;
  border-radius: 10px;
}

.range-slider-container .range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #386097;
  cursor: pointer;
}

.contact-us-form {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .contact-us-form {
    padding: 40px 0;
  }
}

.contact-us-form .title {
  font-family: "INTER";
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.contact-us-form .title.reversed {
  color: #fff;
}

/* @media (max-width: 768px) {
.contact-us-form .title {
font-size: 24px;
line-height: 32px;
}
} */

.contact-us-form .left-side {
  padding-right: 10px;
}

@media (max-width: 992px) {
  .contact-us-form .left-side {
    padding-right: 15px;
  }
}

.contact-us-form .col-lg-6 .col-7 {
  padding-right: 0;
}

.contact-us-form textarea {
  height: 383px;
}

@media (max-width: 992px) {
  .contact-us-form textarea {
    height: 240px;
  }
}

.contact-us-form .cta {
  padding-top: 15px;
  text-align: center;
}

.newsletter.reversed a {
  color: #fff !important;
}

.newsletter .newsletter-form-container {
  position: relative;
}

.newsletter .title {
  font-family: "INTER";
  color: #386097;
  font-weight: 700;
  padding-bottom: 24px;
  text-transform: uppercase;
}

.newsletter .text {
  font-size: 10px;
  line-height: 26px;
  color: #282a32;
  margin-top: 0;
}

.newsletter .text.reversed {
  color: #fff;
}

.newsletter .newsletter-actions {
  display: flex;
}

.newsletter .privacy-notice {
  display: flex;
  flex: 1;
   font-size: 12px!important;
}

.newsletter .privacy-notice .cta a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  top: -3px;
  color: #83858B !important;
  text-decoration: underline !important;
  letter-spacing: 0px;
}

.newsletter .newsletter-form {
  margin: 24px 0;
}

.newsletter .newsletter-form.active .newsletter-form-disclaimer {
  display: flex;
  transform: scale(1, 1);
  opacity: 1;
}

.newsletter .newsletter-form .form-block {
  margin-bottom: 0;
}

.newsletter .newsletter-form .form-block label {
  display: none;
}

.newsletter .newsletter-form .newsletter-form-disclaimer {
  background-color: #EFF0F0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px 15px 0;
  transform: scale(1, 0);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform-origin: top left;
}

.newsletter .newsletter-form .newsletter-form-disclaimer .checkbox {
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.newsletter .newsletter-form .newsletter-form-disclaimer .checkbox label {
  cursor: pointer;
}

.newsletter .newsletter-form .newsletter-form-disclaimer .checkbox label input {
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.newsletter .newsletter-form .newsletter-form-disclaimer .checkbox label span {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #C9CACC;
  border-radius: 2px;
  display: block;
}

.newsletter .newsletter-form .newsletter-form-disclaimer .checkbox label [type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #386097;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  border-radius: 2px;
}

.newsletter .newsletter-form .newsletter-form-disclaimer p {
  margin-top: 0;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 10px;
  color: #939498;
}

.newsletter .newsletter-form .newsletter-form-disclaimer .message a {
  font-size: 10px;
  line-height: 12px;
  color: #386097 !important;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: underline !important;
}

.homepage .scrolify-pagination {
  position: fixed;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .homepage .scrolify-pagination {
    display: none;
  }
}

.homepage .scrolify-pagination li:last-child a {
  height: 60px;
}

.homepage .scrolify-pagination li a {
  display: block;
  background-color: #fff;
  width: 4px;
  height: 20px;
  margin-bottom: 8px;
  opacity: .6;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.homepage .scrolify-pagination li a.active {
  opacity: 1;
}

.homepage .home-block,
/*HS only*/
.home-stat-block,
.home-job-block,
.home-cta-block,
.home-career-block {
  height: 100vh;
}

.stats.home-block,
.stats.home-block .home-stat-block {
  height: auto;
}

.homepage .home-block.active .home-job-block .content .title,
.homepage .home-block.active .home-job-block .content .text,
.homepage .home-block.active .home-job-block .content .cta,
.homepage .home-block.active .home-job-block .content .form,
.homepage .home-block.active .home-job-block .content .sub-title,
.homepage .home-block.active .home-job-block .content .title-container, .homepage .home-block.active .home-career-block .content .title,
.homepage .home-block.active .home-career-block .content .text,
.homepage .home-block.active .home-career-block .content .cta,
.homepage .home-block.active .home-career-block .content .form,
.homepage .home-block.active .home-career-block .content .sub-title,
.homepage .home-block.active .home-career-block .content .title-container, .homepage .home-block.active .home-stat-block .content .title,
.homepage .home-block.active .home-stat-block .content .text,
.homepage .home-block.active .home-stat-block .content .cta,
.homepage .home-block.active .home-stat-block .content .form,
.homepage .home-block.active .home-stat-block .content .sub-title,
.homepage .home-block.active .home-stat-block .content .title-container {
  transform: translateY(0);
  transform: translateX(0);
  opacity: 1;
}

.homepage .home-block.active .home-cta-block .bg-image {
  transform: translateY(0);
  opacity: 1;
}

.homepage .home-block.active .home-cta-block .body {
  transform: translateY(0);
  opacity: 1;
}

.homepage .home-block.active .home-cta-block .image-container .main-img {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1400px) {
  .homepage .home-block.active .home-cta-block .cta-container .connector-button {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .homepage .home-block.active .home-cta-block .cta-container .connector-button {
    margin-bottom: 10px;
  }
}

.homepage .home-block.active .home-cta-block .cta-container .connector-button .fat-line {
  opacity: 1;
}

.homepage .home-block.active .home-cta-block .cta-container .connector-button .line .inner-line {
  opacity: 1;
  width: 100%;
}

.homepage .home-block.active .home-cta-block .cta-container .connector-button .outer-cta {
  opacity: 1;
  transform: translateX(0);
}

.homepage .home-block.active .home-cta-block .cta-container .connector-button .primary-button {
  opacity: 1;
  transform: translateX(0);
}

.homepage .home-block.active .home-cta-block .cta-container .connector-button:nth-child(1) {
  margin-left: -25%;
  transform: translateX(0);
}

@media (max-width: 1400px) {
  .homepage .home-block.active .home-cta-block .cta-container .connector-button:nth-child(1) {
    margin-left: 0;
  }
}

.homepage .home-block.active .home-cta-block .cta-container .connector-button:nth-child(2) {
  transform: translateX(-25%);
  margin-left: -10%;
}

@media (max-width: 1400px) {
  .homepage .home-block.active .home-cta-block .cta-container .connector-button:nth-child(2) {
    margin-left: 0;
    transform: none;
  }
}

.homepage .home-block.active .home-cta-block .cta-container .connector-button:nth-child(3) {
  transform: translateX(-23%);
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .homepage .home-block.active .home-cta-block .cta-container .connector-button:nth-child(3) {
    transform: none;
  }
}

section.home-stat-block {
  width: 100%;
  height: 100vh;
}

/* dark chloice */
section.home-stat-block.dark {
  background:#282a32;
}

section.home-stat-block.dark .bg-image {
  background-image:url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-Stat-Dark-Gradient.svg);
  opacity:1;
}

/* gradient choice */
section.home-stat-block.gradient {
  background:-webkit-linear-gradient(left, #9D323D, #C25700);
  background:-moz-linear-gradient(left, #9D323D, #C25700);
  background:-o-linear-gradient(left, #9D323D, #C25700);
  background:linear-gradient(left, #9D323D, #C25700);
}

section.home-stat-block.gradient .bg-image {
  background-image:url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-Stat-Orange-Gradient.svg);
  -webkit-filter: invert(1) brightness(1.5);
  filter: invert(1) brightness(1.5);
  opacity: 0.2;
}

@media (min-width:993px) {
  section.home-stat-block .content .text p {
    margin-top:0;
  }
}


.home-carousel-block {
  height: 100%;
  min-height: 40rem;
  overflow: hidden;
  margin-top: -96px;
}

@media (max-width: 992px) {
  .home-carousel-block {
    margin-top: -65px;
    min-height: initial;
  }
}

.home-carousel-block .slick-list, .home-carousel-block .slick-track {
  height: 100%;
  overflow: hidden;
}

.home-carousel-block .slick-dots {
  bottom: 15px;
}

.home-carousel-block .slick-dots li.slick-active button:before {
  opacity: .25;
}

.home-carousel-block .slick-dots li.slick-active button:after {
  opacity: 1;
  transform: scale(1);
}

.home-carousel-block .slick-dots li button:before {
  font-size: 42px;
  cursor: pointer;
  color: #fff;
  transition: .25s ease-in-out;
}

.home-carousel-block .slick-dots li button:after {
  font-family: 'slick';
  font-size: 42px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  transform: scale(0);
  transition: 0.75s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.home-carousel-block .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top 50px right;
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item {
    background-position: top 50px right -400px;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .home-carousel-block .carousel-item {
    background-position: top 50px right -300px;
  }
}

.home-carousel-block .carousel-item.animating-in .content {
  opacity: 1;
  transition: 1s ease-in-out;
  transition-delay: 1.65s;
}

.home-carousel-block .carousel-item.animating-in .rectangle {
  -webkit-animation-name: rectangleIn;
  animation-name: rectangleIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: .5;
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item.animating-in .rectangle {
    -webkit-animation-name: rectanglePortraitIn;
    animation-name: rectanglePortraitIn;
  }
}

@media (max-width: 992px) {
  .home-carousel-block .carousel-item.animating-in .rectangle {
    -webkit-animation-name: rectangleTabletIn;
    animation-name: rectangleTabletIn;
  }
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item.animating-in .rectangle {
    -webkit-animation-name: rectangleMobileIn;
    animation-name: rectangleMobileIn;
  }
}

.home-carousel-block .carousel-item.animating-in .rectangle2 {
  -webkit-animation-name: rectangleIn;
  animation-name: rectangleIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item.animating-in .rectangle2 {
    -webkit-animation-name: rectanglePortraitIn;
    animation-name: rectanglePortraitIn;
  }
}

@media (max-width: 992px) {
  .home-carousel-block .carousel-item.animating-in .rectangle2 {
    -webkit-animation-name: rectangleTabletIn;
    animation-name: rectangleTabletIn;
  }
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item.animating-in .rectangle2 {
    -webkit-animation-name: rectangleMobileIn;
    animation-name: rectangleMobileIn;
  }
}

.home-carousel-block .carousel-item.animating-out .content {
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0s;
}

.home-carousel-block .carousel-item.animating-out .rectangle {
  -webkit-animation-name: rectangleOut;
  animation-name: rectangleOut;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item.animating-out .rectangle {
    -webkit-animation-name: rectanglePortraitOut;
    animation-name: rectanglePortraitOut;
  }
}

@media (max-width: 992px) {
  .home-carousel-block .carousel-item.animating-out .rectangle {
    -webkit-animation-name: rectangleTabletOut;
    animation-name: rectangleTabletOut;
  }
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item.animating-out .rectangle {
    -webkit-animation-name: rectangleMobileOut;
    animation-name: rectangleMobileOut;
  }
}

.home-carousel-block .carousel-item.animating-out .rectangle2 {
  -webkit-animation-name: rectangleOut;
  animation-name: rectangleOut;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item.animating-out .rectangle2 {
    -webkit-animation-name: rectanglePortraitOut;
    animation-name: rectanglePortraitOut;
  }
}

@media (max-width: 992px) {
  .home-carousel-block .carousel-item.animating-out .rectangle2 {
    -webkit-animation-name: rectangleTabletOut;
    animation-name: rectangleTabletOut;
  }
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item.animating-out .rectangle2 {
    -webkit-animation-name: rectangleMobileOut;
    animation-name: rectangleMobileOut;
  }
}

.home-carousel-block .carousel-item.orange .rectangle, .home-carousel-block .carousel-item.orange .rectangle2 {
  background: #C25700;
}

.home-carousel-block .carousel-item .rectangle {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -300%;
  background: #386097;
  transform: skewX(45deg);
  opacity: .5;
  z-index: 1;
  transition: opacity 0.85s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .rectangle {
    width: 130%;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .rectangle {
    width: 165%;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .rectangle {
    width: 168%;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  .home-carousel-block .carousel-item .rectangle {
    width: 160%;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .home-carousel-block .carousel-item .rectangle {
    width: 1100px;
  }
}

.home-carousel-block .carousel-item .rectangle2 {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -300%;
  background: #386097;
  transform: skewX(45deg) translateX(-100px);
  opacity: 1;
  z-index: 1;
  transition: opacity 0.85s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .rectangle2 {
    width: 130%;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .rectangle2 {
    width: 165%;
    transform: skewX(45deg) translateX(-50px);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .rectangle2 {
    width: 168%;
    transform: skewX(45deg) translateX(-50px);
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  .home-carousel-block .carousel-item .rectangle2 {
    width: 160%;
    transform: skewX(45deg) translateX(-50px);
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .home-carousel-block .carousel-item .rectangle2 {
    width: 1100px;
    transform: skewX(45deg) translateX(-50px);
  }
}

.home-carousel-block .carousel-item .content {
  position: absolute;
  width: 45%;
  left: 6.5%;
  bottom: 10%;
  color: #fff;
  opacity: 0;
  line-height: 1.2;
  transition: .5s ease-in-out;
  transition-delay: 0s;
  z-index: 2;
}

@media (max-width: 1400px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .content {
    width: 75%;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .content {
    width: 85%;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .home-carousel-block .carousel-item .content {
    width: auto;
    left: 30px;
    right: 30px;
  }
}

@media (max-width: 992px) and (orientation: landscape) {
  .home-carousel-block .carousel-item .content {
    width: 50%;
  }
}

.home-carousel-block .carousel-item .content .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
}

.home-carousel-block .carousel-item .content .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item .content .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 1400px) {
  .home-carousel-block .carousel-item .content .title {
    font-size: 56px;
    line-height: 66px;
  }
}

@media (max-width: 992px) {
  .home-carousel-block .carousel-item .content .title {
    font-size: 44px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item .content .title {
    font-size: 32px;
    line-height: 40px;
  }
}

.home-carousel-block .carousel-item .content .sub-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}

.home-carousel-block .carousel-item .content .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item .content .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item .content .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item .content .sub-title {
    margin-bottom: 15px;
  }
}

.home-carousel-block .carousel-item .content .cta {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .home-carousel-block .carousel-item .content .cta {
    margin-top: 20px;
  }
}

.home-carousel-block .carousel-item .bg-blackout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 0;
  opacity: .25;
}

.home-block .home-carousel-block {
  background-position: center;
  background-size: cover;
}

.home-block .home-carousel-block .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .home-block .home-carousel-block {
    background-position: left;
  }
  .home-block .home-carousel-block .content-wrapper {
    justify-content: flex-start;
    margin-top: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .home-block .home-carousel-block {
    background-position: left center;
  }
}

.home-block .home-carousel-block .content-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-block .home-carousel-block .content-wrapper .content .title {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.1666;
  color: #386097;
  margin-bottom:0;
  font-weight: 700;
}

.home-block .home-carousel-block .content-wrapper .content .title strong {
  font-family: "INTER", INTER, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.1666;
  color: #386097;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.home-block .home-carousel-block .content p {
  margin: 1.5rem 0 2rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .home-block .home-carousel-block .content p {
    margin: 1rem 0 1.5rem;  }
}


@-webkit-keyframes rectangleIn {
  from {
    left: -150%;
  }
  to {
    left: -45%;
  }
}

@keyframes rectangleIn {
  from {
    left: -150%;
  }
  to {
    left: -45%;
  }
}

@-webkit-keyframes rectanglePortraitIn {
  from {
    left: -150%;
  }
  to {
    left: -75%;
  }
}

@keyframes rectanglePortraitIn {
  from {
    left: -150%;
  }
  to {
    left: -75%;
  }
}

@-webkit-keyframes rectangleTabletIn {
  from {
    left: -250%;
  }
  to {
    left: -100%;
  }
}

@keyframes rectangleTabletIn {
  from {
    left: -250%;
  }
  to {
    left: -100%;
  }
}

@-webkit-keyframes rectangleMobileIn {
  from {
    left: -250%;
  }
  to {
    left: -95%;
  }
}

@keyframes rectangleMobileIn {
  from {
    left: -250%;
  }
  to {
    left: -95%;
  }
}

@-webkit-keyframes rectangleOut {
  from {
    left: -45%;
  }
  to {
    left: 125%;
  }
}

@keyframes rectangleOut {
  from {
    left: -45%;
  }
  to {
    left: 125%;
  }
}

@-webkit-keyframes rectanglePortraitOut {
  from {
    left: -75%;
  }
  to {
    left: 100%;
  }
}

@keyframes rectanglePortraitOut {
  from {
    left: -75%;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes rectangleTabletOut {
  from {
    left: -100%;
  }
  to {
    left: 150%;
  }
}

@keyframes rectangleTabletOut {
  from {
    left: -100%;
  }
  to {
    left: 150%;
  }
}

@-webkit-keyframes rectangleMobileOut {
  from {
    left: -95%;
  }
  to {
    left: 150%;
  }
}

@keyframes rectangleMobileOut {
  from {
    left: -95%;
  }
  to {
    left: 150%;
  }
}

.home-cta-block {
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 992px) {
  .home-cta-block {
    background-size: cover;
  }
  .home-cta-block p {
    margin: 15px 0;
  }
}

.home-cta-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(600px);
  opacity: 0;
  transition: 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-position: top left -300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/skewed_rectangle.svg");
}

@media (max-width: 992px) {
  .home-cta-block .bg-image {
    background-size: cover;
  }
}

.home-cta-block .content {
  width: 100%;
  padding: 75px 0 45px;
}

.home-cta-block .row {
  display: flex;
  align-items: center;
}

.home-cta-block .body {
  margin-top: -10px;
  opacity: 0;
  transform: translateY(100px);
  transition: .6s ease-in-out;
  position: relative;
  z-index: 2;
}

.home-cta-block .body .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.home-cta-block .body .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .home-cta-block .body .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .home-cta-block .body .title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 992px) {
  .home-cta-block .body .title {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .home-cta-block .body .title {
    font-size: 28px;
    line-height: 32px;
  }
}

.home-cta-block .body p {
  font-size: 18px;
  line-break: 30px;
  margin-top: 15px;
  color: #5E6066;
}

@media (max-width: 768px) {
  .home-cta-block .body p {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-cta-block .image-container {
  position: relative;
  margin-right: 40px;
}

@media (max-width: 992px) {
  .home-cta-block .image-container {
    margin-right: 20px;
  }
}

.home-cta-block .image-container .blurred {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.home-cta-block .image-container .blurred img {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  display: block;
  width: 100%;
}

.home-cta-block .image-container .main-img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  transform: translateY(100px);
  opacity: 0;
  transition: .6s ease-in-out;
}

.home-cta-block .cta-container {
  position: relative;
  z-index: 2;
}

.home-cta-block .cta-container .connector-button {
  margin-bottom: 30px;
  transition: .5s ease-in-out;
}

@media (max-width: 1400px) {
  .home-cta-block .cta-container .connector-button .fat-line, .home-cta-block .cta-container .connector-button .line {
    display: none;
  }
  .home-cta-block .cta-container .connector-button .primary-button {
    border: none;
    padding: 0;
  }
  .home-cta-block .cta-container .connector-button .primary-button:hover {
    background: none;
    color: #386097 !important;
    opacity: .5;
  }
  .home-cta-block .cta-container .connector-button .primary-button:hover .arrow-icon {
    width: 22px;
    height: 13px;
    background-size: 22px 13px;
    margin-left: 10px;
    transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiMzMDU4OEYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  }
}

.home-cta-block .cta-container .connector-button:nth-child(1) {
  margin-left: -35%;
  transform: translateX(-20%);
}

@media (max-width: 1400px) {
  .home-cta-block .cta-container .connector-button:nth-child(1) {
    margin-left: 0;
  }
}

.home-cta-block .cta-container .connector-button:nth-child(2) {
  transform: translateX(-45%);
  margin-left: -10%;
}

@media (max-width: 1400px) {
  .home-cta-block .cta-container .connector-button:nth-child(2) {
    margin-left: 0;
    transform: none;
  }
}

.home-cta-block .cta-container .connector-button:nth-child(3) {
  transform: translateX(-43%);
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .home-cta-block .cta-container .connector-button:nth-child(3) {
    transform: none;
  }
}

.home-cta-block .cta-container .connector-button .fat-line {
  opacity: 0;
  transition: .5s ease-in-out;
  transition-delay: .6s;
}

.home-cta-block .cta-container .connector-button .line .inner-line {
  opacity: 0;
  width: 0;
  transition: .6s ease-in-out;
  transition-delay: .8s;
}

.home-cta-block .cta-container .connector-button .outer-cta {
  opacity: 0;
  transform: translateX(-125px);
  transition: .6s ease-in-out;
  transition-delay: .8s;
}

.home-job-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-job-block .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-job-block .bg-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #282a32;
  z-index: 1;
  opacity: .75;
}

.home-job-block .bg-video video {
  width: 175%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  .home-job-block .bg-video video {
    width: 250%;
  }
}

.home-job-block .content {
  padding: 75px 0 45px;
  text-align: center;
  width: 100%;
}

.home-job-block .content p {
  position: relative;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .home-job-block .content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-job-block .content .title {
  position: relative;
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-job-block .content .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .home-job-block .content .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .home-job-block .content .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.home-job-block .content .text {
  position: relative;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-job-block .content .cta {
  position: relative;
  text-align: center;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-job-block .content .cta .primary-button {
  margin-right: 30px;
  margin-bottom: 15px;
}

.home-career-block {
  background-color: #5C7D70;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/schematic-upper-left.png"), url("https://go.manpowergroup.com/hubfs/JW_042020/images/schematic-lower_right.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .home-career-block {
    height: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
}

.home-career-block .content {
  padding: 75px 0 45px;
  text-align: center;
  width: 100%;
}

.home-career-block .content .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-career-block .content .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .home-career-block .content .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .home-career-block .content .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.home-career-block .content .text {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-career-block .content .text p {
  color: #fff;
}

.home-career-block .content .form {
  margin-bottom: 40px;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-career-block .content .form .row {
  align-items: center;
}

.home-career-block .content .form .row [class*="col-"] {
  padding: 0 5px;
}

@media (max-width: 992px) {
  .home-career-block .content .form .row [class*="col-"] {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}

.home-career-block .content .form .form-block {
  margin-bottom: 0;
}

.home-career-block .content .form .form-block input {
  border: 0;
}

.home-career-block .content .form .primary-button {
  white-space: nowrap;
}

.home-career-block .content .cta {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-career-block .content .cta a {
  letter-spacing: 1.2px;
}

.home-stat-block {
  position: relative;
  background:#282a32;
  /*   background-color: #4C79AF; */
  min-height: 100%;
  display: flex;
  align-items: center;
}

.home-stat-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  /*   background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-x-two.svg"); */
  background-repeat: no-repeat;
  /*   background-position: right -180px center; */
  background-position: right -80px center;
  background-size: contain;
}

@media (max-width: 768px) {
  .home-stat-block .bg-image {
    background-position: center;
  }
}

.home-stat-block .content {
  width: 100%;
  z-index: 2;
  padding: 75px 0;
}

@media (max-width: 768px) {
  .home-stat-block .content {
    padding: 75px 0 45px;
  }
}

.home-stat-block .content .sub-title {
  font-family: "INTER";
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  transform: translateY(0);
  transform: translateX(0);
  opacity: 1;
  /*   transform: translateX(-50px);
  opacity: 0; */
  /*   transition: 1s ease-in-out; */
  margin-top: -15px;
}

.home-stat-block .content .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .home-stat-block .content .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .home-stat-block .content .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 1400px) {
  .home-stat-block .content .sub-title {
    margin-top: 0;
  }
}

.home-stat-block .content .title-container {
  display: flex;
  align-items: center;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-stat-block .content .title-container .number {
  font-size: 115px;
  font-family: "INTER";
  color: #fff;
  letter-spacing: -15px;
  line-height: 1.2;
}

@media (max-width: 1400px) {
  .home-stat-block .content .title-container .number {
    font-size: 96px;
    letter-spacing: -10px;
  }
}

@media (max-width: 768px) {
  .home-stat-block .content .title-container .number {
    font-size: 80px;
    letter-spacing: -5px;
  }
}

.home-stat-block .content .title-container .title {
  font-family: "INTER";
  font-weight: 700;
  font-size: 44px;
  color: #fff;
  line-height: 1;
  padding-bottom: 10px;
  padding-left: 20px;
  margin: 0;
}

.home-stat-block .content .title-container .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .home-stat-block .content .title-container .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 1400px) {
  .home-stat-block .content .title-container .title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .home-stat-block .content .title-container .title {
    font-size: 32px;
    line-height: 1;
  }
}

.home-stat-block .content .text {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-stat-block .content .text p {
  color: #fff;
  /*   opacity: .8; */
}

@media (max-width: 1400px) {
  .home-stat-block .content .text p {
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .home-stat-block .content .text p {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .home-stat-block .content .text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.home-stat-block .content .cta {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s ease-in-out;
}

.home-stat-block .content .cta .primary-button:first-child {
  margin-right: 30px;
  margin-bottom: 15px;
}

.location-finder {
  display: flex;
}

@media (max-width: 992px) {
  .location-finder {
    flex-direction: column;
  }
}

.location-finder + .site-footer {
  margin-top: 40px;
}

.location-finder + .site-footer:before {
  content: "";
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  border-top: 1px solid #C9CACC;
}

@media (max-width: 992px) {
  .location-finder + .site-footer:before {
    margin-left: 0;
    margin-right: 0;
  }
}

.location-finder + .site-footer .container {
  border-top: 0;
}

.location-finder .location-finder-panel {
  width: 45%;
  max-height: 800px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  .location-finder .location-finder-panel {
    width: 100%;
    order: 2;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .location-finder .location-finder-panel .left-side-container {
    height: 500px;
    overflow-y: auto;
  }
}

.location-finder .location-finder-panel .location-finder-search {
  padding: 40px 10%;
}

@media (max-width: 768px) {
  .location-finder .location-finder-panel .location-finder-search {
    padding: 25px 15px 20px;
  }
}

.location-finder .location-finder-panel .location-finder-search .location-search input {
  background-image: url(./icon-search_mag_glass-left.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.location-finder .location-finder-panel .location-finder-search .location-results {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-weight: 400;
  color: #5E6066;
  margin-top: 30px;
}

.location-finder .location-finder-panel .location-finder-search .location-results.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .location-finder .location-finder-panel .location-finder-search .location-results {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .location-finder .location-finder-panel .location-finder-search .location-results {
    font-size: 18px;
    line-height: 26px;
  }
}

.location-finder .location-finder-panel .location-finder-item-list {
  border-top: 1px solid #C9CACC;
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item {
  padding: 40px 10%;
  border-bottom: 1px solid #C9CACC;
}

@media (max-width: 768px) {
  .location-finder .location-finder-panel .location-finder-item-list .location-finder-item {
    padding: 25px 15px 20px;
  }
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item:last-child {
  border-bottom: 0;
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item.active {
  background-color: #EFF0F0;
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #386097;
  margin-bottom: 20px;
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item .address {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .location-finder .location-finder-panel .location-finder-item-list .location-finder-item .address {
    margin-bottom: 15px;
  }
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item .phone {
  font-size: 14px;
  line-height: 24px;
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item .hours {
  font-size: 14px;
  line-height: 24px;
}

.location-finder .location-finder-panel .location-finder-item-list .location-finder-item .cta {
  margin-top: 20px;
}

.location-finder .location-finder-map {
  position: relative;
  width: 55%;
}

@media (max-width: 992px) {
  .location-finder .location-finder-map {
    width: 100%;
    height: 200px;
    order: 1;
  }
}

.location-finder .location-finder-map .mapouter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.location-finder .location-finder-map .mapouter .map {
  width: 100%;
  height: 100%;
}

.location-finder .location-finder-map .mapouter iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.near-locations {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .near-locations {
    padding: 50px 0 30px;
  }
}

.near-locations .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  font-weight: 700;
  margin-bottom: 30px;
}

.near-locations .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .near-locations .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .near-locations .title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 992px) {
  .near-locations .title {
    text-align: center;
  }
}

.near-locations .near-locations-list {
  border-top: 1px solid #A3A5AA;
}

.near-locations .near-locations-list .near-location-item {
  border-bottom: 1px solid #A3A5AA;
  padding: 25px 0;
  color: #67696F;
}

.near-locations .near-locations-list .near-location-item .location-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #282a32;
}

.near-locations .near-locations-list .near-location-item .location-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .near-locations .near-locations-list .near-location-item .location-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .near-locations .near-locations-list .near-location-item .location-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.near-locations .near-locations-list .near-location-item a {
  text-decoration: underline !important;
  color: #67696F !important;
  font-weight: 400;
}

.near-locations .cta {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .near-locations .cta {
    margin-top: 20px;
  }
}

.near-locations .map {
  width: 100%;
  height: 100%;
  margin-left: 30px;
}

@media (max-width: 992px) {
  .near-locations .map {
    height: 400px;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .near-locations .map {
    height: 300px;
  }
}

.map {
  width: 500px;
  height: 500px;
}

.banner-section.stats {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #FFF;
}

@media (max-width: 992px) {
  .banner-section.stats {
    background-position: center ;
  }
}

.banner-section.stats .stats-container {
  display: flex;
  font-family: "INTER";
  color: #fff;
  margin-bottom: 20px;
  align-items: center;
}

@media (max-width: 992px) {
  .banner-section.stats .stats-container {
    margin-bottom: 30px;
  }
}

.banner-section.stats .stats-container .stat {
  padding-top: 10px;
  font-size: 170px;
  line-height: 1;
  letter-spacing: -5px;
  font-family: "INTER";
}

@media (max-width: 992px) {
  .banner-section.stats .stats-container .stat {
    font-size: 78px;
  }
}

.banner-section.stats .stats-container .text {
  padding-left: 20px;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "INTER";
}

@media (max-width: 992px) {
  .banner-section.stats .stats-container .text {
    font-size: 30px;
    padding-top: 0;
  }
}

.banner-section.jobs {
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #386097;
}

@media (max-width: 768px) {
  .banner-section.jobs {
    padding: 50px 0;
  }
}

.banner-section.jobs .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  color: #fff;
}

.banner-section.jobs .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.jobs .title {
    font-size: 35px;
    line-height: 40px;
  }
}

.banner-section.jobs p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  color: #fff;
}

@media (max-width: 992px) {
  .banner-section.jobs p {
    font-size: 14px;
    line-height: 22px;
  }
}

.banner-section.jobs form {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

@media (max-width: 992px) {
  .banner-section.jobs form {
    display: block;
    margin-top: 0;
  }
}

.banner-section.jobs form .form-fields {
  display: flex;
}

@media (max-width: 992px) {
  .banner-section.jobs form .form-fields {
    display: block;
  }
}

.banner-section.jobs form .form-fields .form-block {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .banner-section.jobs form .form-fields .form-block {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.banner-section.jobs form .cta {
  margin-left: 24px;
}

@media (max-width: 992px) {
  .banner-section.jobs form .cta {
    margin-left: 0;
  }
}

.banner-section.skewed {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .banner-section.skewed {
    padding: 0 0 75px;
    background-color: #5C7D70;
  }
}

@media (max-width: 768px) {
  .banner-section.skewed {
    padding: 0 0 50px;
  }
}

@media (max-width: 992px) {
  .banner-section.skewed.blue {
    background-color: #386097;
  }
  .banner-section.skewed.blue .sub-title {
    margin-top: 40px;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .banner-section.skewed.blue .sub-title {
    margin-top: 20px;
  }
}

.banner-section.skewed.blue .title {
  font-size: 48px;
  line-height: 56px;
}

@media (max-width: 1400px) {
  .banner-section.skewed.blue .title {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .banner-section.skewed.blue .title {
    font-size: 32px;
    line-height: 40px;
  }
}

.banner-section.skewed.blue .skewed-rectangle {
  background-color: #386097;
}

.banner-section.skewed .banner-image {
  top: 0;
  right: 0;
  height: 100%;
  width: 65%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

@media (max-width: 1400px) {
  .banner-section.skewed .banner-image {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .banner-section.skewed .banner-image {
    position: static;
    height: 400px;
    width: 100%;
    background-position: top center;
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .banner-section.skewed .banner-image {
    height: 280px;
  }
}

.banner-section.skewed .skewed-rectangle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 71.25%;
  background-color: #5C7D70;
  transform-origin: bottom left;
  transform: skew(45deg, 0deg);
}

.banner-section.skewed .skewed-rectangle.blue {
  background-color: #386097;
}

@media (max-width: 1400px) {
  .banner-section.skewed .skewed-rectangle {
    width: 78%;
  }
}

@media (max-width: 992px) {
  .banner-section.skewed .skewed-rectangle {
    display: none;
  }
}

.banner-section.skewed .sub-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #fff;
}

.banner-section.skewed .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.skewed .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .banner-section.skewed .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

.banner-section.skewed .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}

.banner-section.skewed .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.skewed .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .banner-section.skewed .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.banner-section.skewed .title.large {
  font-size: 48px;
  line-height: 56px;
}

@media (max-width: 1400px) {
  .banner-section.skewed .title.large {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  .banner-section.skewed .title {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .banner-section.skewed p {
    margin: 20px 0;
  }
}

.banner-section.skewed .primary-button {
  margin-top: 10px;
}

.banner-section.location {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .banner-section.location {
    padding: 0 0 75px;
    background-color: #5C7D70;
  }
}

@media (max-width: 768px) {
  .banner-section.location {
    padding: 0 0 50px;
  }
}

.banner-section.location .banner-image {
  top: 0;
  right: 0;
  height: 100%;
  width: 65%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

@media (max-width: 1400px) {
  .banner-section.location .banner-image {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .banner-section.location .banner-image {
    position: static;
    height: 400px;
    width: 100%;
    background-position: top center;
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .banner-section.location .banner-image {
    height: 280px;
  }
}

.banner-section.location .skewed-rectangle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 71.25%;
  background-color: #5C7D70;
  transform-origin: bottom left;
  transform: skew(45deg, 0deg);
}

@media (max-width: 1400px) {
  .banner-section.location .skewed-rectangle {
    width: 85%;
  }
}

@media (max-width: 992px) {
  .banner-section.location .skewed-rectangle {
    display: none;
  }
}

.banner-section.location .sub-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #fff;
}

.banner-section.location .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.location .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .banner-section.location .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

.banner-section.location .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}

.banner-section.location .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.location .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 1400px) {
  .banner-section.location .title {
    margin-top: 20px;
    font-size: 52px;
    line-height: 60px;
  }
}

@media (max-width: 992px) {
  .banner-section.location .title {
    font-size: 48px;
    line-height: 56px;
  }
}

.banner-section.location .address {
  color: #fff;
  margin-top: 20px;
}

.banner-section.location .address p {
  margin: 0;
}

.banner-section.location p {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .banner-section.location p {
    font-size: 16px;
    line-height: 24px;
  }
}

.banner-section.location .hours-phone-container {
  display: flex;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .banner-section.location .hours-phone-container {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .banner-section.location .hours-phone-container {
    margin-bottom: 0;
  }
}

.banner-section.location .hours-phone-container .block-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .banner-section.location .hours-phone-container .block-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.banner-section.location .hours-phone-container .hours {
  margin-right: 60px;
}

.banner-section.location .hours-phone-container .hours p {
  margin-top: 0;
}

.banner-section.location .hours-phone-container .phone {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .banner-section.location .hours-phone-container .phone {
    font-size: 16px;
    line-height: 24px;
  }
}

.banner-section.standard {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .banner-section.standard {
    padding: 0 0 50px;
  }
}

.banner-section.standard .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .banner-section.standard .banner-image {
    position: static;
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
  }
}

.banner-section.standard .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  color: #386097;
}

.banner-section.standard .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.standard .title {
    font-size: 35px;
    line-height: 40px;
  }
}

.banner-section.standard p {
  color: #939498;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .banner-section.standard p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.banner-section.insights {
  padding: 100px 0;
  background-color: #386097;
}

@media (max-width: 992px) {
  .banner-section.insights {
    padding: 50px 0;
  }
}

.banner-section.insights .row {
  align-items: center;
}

.banner-section.insights .sub-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.banner-section.insights .sub-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.insights .sub-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .banner-section.insights .sub-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 992px) {
  .banner-section.insights .sub-title {
    margin-bottom: 15px;
  }
}

.banner-section.insights .title {
  font-family: "INTER";
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  .banner-section.insights .title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .banner-section.insights p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
  }
}

.banner-section.insights .banner-image {
  width: 100%;
  display: block;
}

@media (max-width: 992px) {
  .banner-section.insights .banner-image {
    margin-bottom: 30px;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}

.in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}


.search-header {
  background-color: #386097;
  padding: 48px 0;
}

.search-header .search-options {
  display: flex;
  padding-bottom: 15px;
}

.search-header .search-options a {
  position: relative;
  font-family: "INTER";
  color: #fff !important;
  margin-right: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .search-header .search-options a {
    font-size: 13px;
  }
}

.search-header .search-options a.active {
  font-weight: 700;
}

.search-header .search-options a.active:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  bottom: 0;
}

.search-header .search-jobs, .search-header .search-everything {
  display: none;
}

.search-header .search-jobs.active, .search-header .search-everything.active {
  display: block;
}

.search-everything-results .cta {
  padding: 60px 0;
  text-align: center;
}

.search-everything-results .everything-search-item {
  padding-top: 30px;
}

.search-everything-results .everything-search-item:last-child .container {
  border: 0;
}

.search-everything-results .everything-search-item .container {
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 30px;
}

.search-everything-results .everything-search-item .row {
  align-items: center;
}

.search-everything-results .everything-search-item .content {
  padding-right: 60px;
}

@media (max-width: 768px) {
  .search-everything-results .everything-search-item .content {
    padding-right: 0;
  }
}

.search-everything-results .everything-search-item .content .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  font-weight: 700;
  margin-bottom: 15px;
  color: #282a32;
  text-transform: none;
}

.search-everything-results .everything-search-item .content .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .search-everything-results .everything-search-item .content .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .search-everything-results .everything-search-item .content .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.search-everything-results .everything-search-item .content p {
  margin: 0;
  font-size: 18px;
  line-break: 28px;
}

.search-everything-results .everything-search-item .search-item-img img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .search-everything-results .everything-search-item .hidden {
    display: none;
  }
}

.job-search-item {
  border-bottom: 1px solid #ABABAB;
  padding: 40px 10%;
  position: relative;
}

@media (max-width: 768px) {
  .job-search-item {
    padding: 30px 0;
    margin: 0 15px;
  }
}

.job-search-item.active {
  background-color: #EFF0F0;
}

@media (max-width: 768px) {
  .job-search-item.active {
    background-color: unset;
  }
}

.job-search-item.ad {
  background-color: #EFF2F6;
}

@media (max-width: 768px) {
  .job-search-item.ad {
    padding: 30px 15px;
  }
}

.job-search-item.ad .content-container {
  display: flex;
  align-items: center;
}

.job-search-item.ad .content-container .icon {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .job-search-item.ad .content-container .icon {
    margin-right: 15px;
  }
  .job-search-item.ad .content-container .icon img {
    max-height: 52px;
  }
}

.job-search-item.ad .content-container .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #386097;
}

.job-search-item.ad .content-container .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .job-search-item.ad .content-container .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .job-search-item.ad .content-container .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.job-search-item.ad .content-container .text {
  font-size: 18px;
  line-height: 29px;
  color: #386097;
  font-family: "INTER";
}

.job-search-item .job-ctas {
  display: none;
}

@media (max-width: 992px) {
  .job-search-item .job-ctas {
    display: flex;
  }
}

.job-search-item .top-line {
  display: flex;
  margin-bottom: 10px;
}

.job-search-item .top-line .time {
  font-style: italic;
  font-size: 14px;
  color: #5E6066;
}

.job-search-item .position {
  display: flex;
}

@media (max-width: 768px) {
  .job-search-item .position {
    flex-wrap: wrap;
  }
}

.job-search-item .position .title {
  flex: 1;
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #282a32 !important;
  text-transform: none;
  padding-right: 30px;
  letter-spacing: 0;
}

.job-search-item .position .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .job-search-item .position .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .job-search-item .position .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .job-search-item .position .title {
    flex: auto;
    width: 100%;
  }
}

.job-search-item .position .skill-level {
  color: #438080;
  font-size: 13px;
  font-weight: 700;
}

.job-search-item .position .skill-level-text {
  font-size: 12px;
  line-height: 20px;
  color: #386097 !important;
  font-family: "INTER";
  text-transform: none;
  max-width: 110px;
  text-align: right;
  font-weight: 700;
  text-decoration: underline !important;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .job-search-item .position .skill-level-text {
    text-align: left;
    max-width: 100%;
  }
}

.job-search-item .company {
  color: #939498;
}

.job-search-item .company img {
  position: relative;
  top: -2px;
  margin-left: 15px;
  display: inline-block;
  max-height: 20px;
}

.job-search-item .location {
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-location_pinpoint-gray.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-weight: 700;
  color: #5E6066;
  margin-top: 10px;
}

.job-search-item .excerpt {
  margin-top: 15px;
  display: none;
}

@media (max-width: 992px) {
  .job-search-item .excerpt {
    display: block;
  }
}

.job-type {
  flex: 1;
  text-transform: uppercase;
  font-family: "INTER";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.88px;
}

.job-type.permanent {
  color: #386097;
}

.job-type.contract {
  color: #9D323D;
}

.job-search-item-details {
  padding-top: 40px;
  position: relative;
}

.job-search-item-details .search-skills-match {
  background: linear-gradient(top, #345F9A, #1C3E6B);
  margin: 32px 0;
  padding: 32px 48px;
}

.job-search-item-details .search-skills-match .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.job-search-item-details .search-skills-match .skills-match-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.job-search-item-details .search-skills-match .skills-match-list li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.job-search-item-details .search-skills-match .skills-match-list li.active .check-circle {
  border-color: #fff;
  background-color: #fff;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-check-blue.svg");
}

.job-search-item-details .search-skills-match .skills-match-list li .check-circle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-check-gray.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center center;
  border: 1px solid #A3A5AA;
  margin-right: 10px;
}

.job-search-item-details .search-skills-match .skills-match-list li .skill-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.job-search-item-details .blue-search-ribbon {
  margin-top: -40px;
  background-color: #386097;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transform: scale(1, 0);
  opacity: 0;
  transition: .5s ease-in-out;
  transform-origin: top;
  z-index: 1;
  margin-bottom: -80px;
}

.job-search-item-details .blue-search-ribbon.active {
  opacity: 1;
  transform: scale(1, 1);
}

.job-search-item-details .blue-search-ribbon .inner {
  position: relative;
  height: 100%;
  background: linear-gradient(21.37deg, #1C3E6B 0%, #345F9A 100%);
  margin-left: -60px;
  margin-right: -60px;
  padding: 30px 60px;
}

.job-search-item-details .seperator {
  border-bottom: 1px solid #ABABAB;
  margin-bottom: 36px;
}

.job-search-item-details .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  font-weight: 700;
  margin-top: 20px;
}

.job-search-item-details .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .job-search-item-details .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .job-search-item-details .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.job-search-item-details .company {
  color: #83858B;
  font-size: 18px;
  line-height: 32px;
}

.job-search-item-details .company img {
  position: relative;
  top: -2px;
  margin-left: 15px;
  display: inline-block;
  max-height: 20px;
}

.job-search-item-details .apply-row {
  display: flex;
  margin-top: 15px;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #ABABAB;
}

.job-search-item-details .apply-row.no-skills .time {
  flex: 1;
}

.job-search-item-details .apply-row .time {
  font-style: italic;
  font-size: 16px;
  color: #5E6066;
  margin-right: 45px;
  padding-top: 10px;
}

.job-search-item-details .apply-row .skill {
  color: #438080;
  font-size: 13px;
  font-weight: 700;
  flex: 1;
  padding-top: 14px;
}

.job-search-item-details .skills-match-block {
  background: linear-gradient(top, #345F9A, #1C3E6B);
  color: #fff;
  padding: 48px;
}

.job-search-item-details .skills-match-block .skills-list .skill {
  display: flex;
  line-height: 38px;
}

.job-search-item-details .skills-match-block .skills-list .skill .icon {
  margin-right: 12px;
}

.job-search-item-details .skills-match-block .skills-list .skill .text {
  font-size: 18px;
}

.job-search-item-details .location {
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-location_pinpoint-gray.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-weight: 700;
  color: #5E6066;
  margin-top: 10px;
}

.job-search-item-details .details-disclaimer {
  font-style: italic;
  color: #939498;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .job-search-item-details .details-disclaimer {
    font-size: 14px;
    line-height: 20px;
  }
}

.job-search-item-details .details-rich-text p {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .job-search-item-details .details-rich-text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.job-search-item-details .details-rich-text p.large {
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .job-search-item-details .details-rich-text p.large {
    font-size: 16px;
    line-height: 24px;
  }
}

.job-search-item-details .details-rich-text li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .job-search-item-details .details-rich-text li {
    font-size: 14px;
    line-height: 20px;
  }
}

.search-job-results {
  position: relative;
  display: flex;
  margin-bottom: 45px;
}

.search-job-results + .site-footer {
  /*   margin-top: 40px; */
}

.search-job-results + .site-footer:before {
  content: "";
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  border-top: 1px solid #C9CACC;
}

@media (max-width: 992px) {
  .search-job-results + .site-footer:before {
    margin-left: 0;
    margin-right: 0;
  }
}

.search-job-results + .site-footer .container {
  border-top: 0;
}

.search-job-results .search-job-results-items {
  border-right: 1px solid #ABABAB;
  width: 45%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .search-job-results .search-job-results-items {
    width: 100%;
    border-right: 0;
    max-height: none;
    position: static;
    overflow: hidden;
  }
}

.search-job-results .search-job-results-items .job-search-item.ad .cta {
  text-align: left;
}

.search-job-results .search-job-results-items .job-search-item.ad .cta a {
  display: block;
}

.search-job-results .search-job-results-items .job-search-item.ad .cta a .cta-text {
  display: inline-block;
}

.search-job-results .search-job-results-items .job-search-item.ad .cta a .arrow-icon {
  display: inline-block;
}

.search-job-results .search-job-results-items .job-search-item .cta {
  text-align: right;
}

.search-job-results .search-job-results-items .cta {
  text-align: center;
}

.search-job-results .search-job-results-items .cta .blue {
  margin: 45px 0;
}

@media (max-width: 992px) {
  .search-job-results .search-job-results-items .job-ctas .cta {
    text-align: left;
  }
}

.search-job-results .search-job-results-details {
  width: 55%;
  padding: 0 60px 40px;
  position: relative;
  margin-left: 45%;
}

@media (max-width: 992px) {
  .search-job-results .search-job-results-details {
    display: none;
  }
}

.search-ribbon {
  padding: 15px 0;
  border-bottom: 1px solid #ABABAB;
}

.search-ribbon .search-ribbon-inner {
  display: flex;
  flex-wrap: wrap;
}

.search-ribbon .filters-list {
  display: flex;
  order: 1;
}

@media (max-width: 768px) {
  .search-ribbon .filters-list {
    order: 2;
    width: 100%;
  }
  .search-ribbon .filters-list .mobile-seperator {
    flex: 1;
  }
  .search-ribbon .filters-list .filter-block:last-child {
    margin-right: 0;
  }
  .search-ribbon .filters-list .filter-block:last-child .dropdown-block {
    left: auto;
    right: 0;
  }
}

.search-ribbon .results {
  flex: 1;
  order: 2;
}

@media (max-width: 768px) {
  .search-ribbon .results {
    order: 1;
    width: 100%;
    flex: auto;
    margin-bottom: 10px;
  }
}

.search-ribbon .create-job-alert {
  order: 3;
}

@media (max-width: 992px) {
  .search-ribbon .create-job-alert {
    display: none;
  }
}

.search-ribbon .create-job-alert a {
  font-family: "INTER";
}

.search-ribbon .icon-filters {
  display: flex;
  padding-right: 5px;
}

.search-ribbon .icon-filters img {
  height: 16px;
}

.search-ribbon .icon-down {
  display: flex;
  padding-left: 5px;
}

.search-ribbon .icon-down img {
  height: 12px;
}

.search-ribbon .text {
  font-family: "INTER";
}


.sidebar-title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 3px solid #386097;
}

.sidebar-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .sidebar-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .sidebar-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 992px) {
  .sidebar-title {
    border-width: 5px;
  }
}

.location-sidebar {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .location-sidebar {
    margin-top: 40px;
  }
}

.location-sidebar .address-container {
  padding-top: 10px;
}

.location-sidebar .address-container strong {
  display: block;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .location-sidebar .address-container strong {
    font-size: 16px;
    line-height: 24px;
  }
}

.location-sidebar .address-container .address {
  padding-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .location-sidebar .address-container .address {
    font-size: 14px;
    line-height: 22px;
  }
}

.location-sidebar .map {
  width: 100%;
  height: 225px;
}

.recruiter-sidebar {
  margin-top: 50px;
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 15px;
}

.recruiter-sidebar .recruiter-name {
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0;
}

.recruiter-sidebar .recruiter-image img {
  display: block;
  width: 100%;
}

.recruiter-sidebar .phone {
  display: block;
  color: #5E6066 !important;
  font-weight: 400;
  text-decoration: underline !important;
  margin-bottom: 8px;
}

.recruiter-sidebar .social-item {
  display: flex;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 8px;
}

.recruiter-sidebar .social-item .icon {
  margin-right: 10px;
}

.recruiter-sidebar .social-item .icon img {
  max-height: 20px;
}

.recruiter-sidebar .social-item .text {
  color: #5E6066;
  letter-spacing: 0;
}


.site-footer {
  color: #FFF;
  /*   margin-top: 40px; */
}

.site-footer .container {
  padding-top: 40px;
  /*   border-top: 1px solid #C9CACC; */
}

.site-footer .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #386097;
  font-size: 16px;
  font-weight: 700;
  padding: 24px 0;
}

.site-footer .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .site-footer .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .site-footer .title {
    font-size: 15px;
    line-height: 18px;
  }
}

.site-footer .sub-title {
  font-weight: 700;
  color: #4C79AF;
  font-size: 11px;
  margin-bottom: 5px;
}

.site-footer .footer-nav {
  border-right: 1px solid #C9CACC;
}

@media (max-width: 992px) {
  .site-footer .footer-nav {
    border-right: 0;
  }
}

.site-footer .footer-nav .footer-nav-block {
  margin-bottom: 20px;
}

.site-footer .footer-nav a {
  display: block;
  text-transform: capitalize;
  color: #282A32 !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  font-family: "INTER";
}

@media (max-width: 768px) {
  .site-footer .footer-nav a {
    font-size: 12px;
    line-height: 36px;
  }
}

.site-footer .footer-rightside {
  padding-left: 40px;
}

@media (max-width: 992px) {
  .site-footer .footer-rightside {
    padding-left: 0;
  }
}

.site-footer .footer-country {
  margin-top: 30px;
}

.site-footer .footer-country .title {
  padding-top: 5px;
  margin-right: 15px;
}

.site-footer .footer-country .country {
  color: #939498 !important;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: underline !important;
}

.site-footer .footer-country .col {
  display: flex;
}

.site-footer .footer-disclaimer {
  text-align: center;
  padding: 4.25rem 4rem;
  color: #FFF;
  background-color: #282a32;
}

.site-footer .footer-disclaimer .container {
  padding: 0 !important;
}

.site-footer .footer-disclaimer p {
  font-size: 10px !important;
  line-height: 2.16;
  margin: 0 auto 2rem;
  max-width: 1340px;
}


.site-footer .footer-disclaimer a.copy {
  font-size: 10pxpx;
  color: #FFF !important;
  text-transform:none;
  font-weight:400;
  letter-spacing:inherit;
}

.site-footer .footer-disclaimer-links a {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  text-transform: capitalize;
  color: #FFF !important;
  font-weight: 400;
  letter-spacing: inherit;
  /*HS only*/
  text-overflow: unset !important;
  max-width: none !important;
}


@media screen and (max-width: 767px){
  .site-footer .footer-disclaimer-links a {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 768px){
  .site-footer .footer-disclaimer-links li:before {
    content: '|';
    position: absolute;
    color: #FFF;
  }
}

.site-footer .footer-disclaimer-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  font-size: 12px;
}

.site-footer .footer-disclaimer-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0px 20px;
  line-height: initial;
}

.site-footer .footer-disclaimer-links a:first-child {
  margin-left: 0;
}

.site-footer .footer-disclaimer-links li:first-child:before {
  content: none;
}

/* .site-footer .footer-disclaimer-links a:last-child:after {
display: none;
} */

/* .site-footer .footer-disclaimer-links a:after {
content: "|";
display: inline-block;
margin-left: 10px;
} */

.site-footer .footer-disclaimer-icons {
  display: block;
  padding: 0 10%;
  text-align: center;
}

@media (max-width: 992px) {
  .site-footer .footer-disclaimer-icons {
    padding: 0 15px;
  }
}


.site-footer .footer-disclaimer-icons .icon {
  display: inline-block;
  width: 130px;
  padding: 0 15px;
  margin: 0 5px;
}

@media (max-width: 992px) {
  .site-footer .footer-disclaimer-icons .icon {
    width: 115px;
  }
}

@media (max-width: 768px) {
  .site-footer .footer-disclaimer-icons .icon {
    padding: 0 10px;
    width: 72px;
  }
}

.site-footer .footer-disclaimer-icons .icon.full {
  display: block;
  margin: 0 auto;
}

.site-footer .footer-disclaimer-icons .icon.full img {
  max-width: 200px;
}

.site-footer .footer-disclaimer-icons .icon img {
  display: inline-block;
  margin: 0 15px 48px;
  max-height: 60px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .site-footer .footer-disclaimer-icons .icon img {
    max-height: 45px;
  }
}


@media (max-width: 767px){
  .site-footer .footer-disclaimer-icons {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .site-footer .footer-disclaimer-icons .icon.full img {
    max-height: 50px;
  }
  .site-footer .footer-disclaimer-icons .icon,
  .site-footer .footer-disclaimer-icons .icon.full {
    width: 100%;
  }
}

.site-footer .newsletter p {
  margin-top: 0;
}

.site-footer .footer-social .col {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.site-footer .footer-social .title {
  margin-right: 20px;
  white-space: nowrap;
}

.site-footer .footer-social .social-bar {
  white-space: nowrap;
}

.site-footer .footer-social .social-bar .social-icon {
  margin-right: 20px;
}

body.menu-open {
  overflow: hidden !important;
}

body.menu-open .site-header {
  height: 100vh;
}

body.menu-open .site-header.sticky {
  top: 0;
  transition: none;
}

.storybook-readme-story > div {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bg-blackout {
  position: fixed;
  background-color: #143460;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.bg-blackout.active {
  opacity: .85;
  z-index: 99;
}

.site-header {
  background-color: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.06);
  z-index: 10000;
  position: fixed;
  width: 100%;
  top: -120px;
  left: 0;
  transition: 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.site-header.sticky, .site-header.active {
  top: 0;
}

.site-header.sticky.active, .site-header.active.active {
  top: 0;
  height: 100%;
  transition: none;
}

.site-header.sticky.active .main-nav-slideout, .site-header.active.active .main-nav-slideout {
  overflow-y: scroll;
}

.site-header.not-fixed {
  position: relative;
}

.site-header .newsletter .privacy-notice .cta a {
  color: #fff !important;
}

.site-header .site-header-bar {
  height: 96px;
  align-items: center;
}

@media (max-width: 992px) {
  .site-header .site-header-bar {
    height: 65px;
  }
}

.site-header .site-header-bar .site-logo {
  width: 250px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom:0;
  bottom:0;
}
@media (max-width: 992px) {
  .site-header .site-header-bar .site-logo {
    width: 225px;
    max-width: 225px;
  }
}
@media (max-width: 400px) {
  .site-header .site-header-bar .site-logo {
    width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 300px) {
  .site-header .site-header-bar .site-logo {
    width: 130px;
    max-width: 130px;
  }
}
.site-header .site-header-bar .main-nav {
  float: right;
}

.site-header .site-header-bar .main-nav .main-nav-item {
  display: inline-block;
  margin-left: 30px;
  transition: .25s ease-in-out;
  cursor: pointer;
  position: relative;
}

@media (max-width: 11992px) {
  .site-header .site-header-bar .main-nav .main-nav-item {
     margin-left: 24px;

  }
}

@media (max-width: 992px) {
  .site-header .site-header-bar .main-nav .main-nav-item {
    display: none;
  }
}

.site-header .site-header-bar .main-nav .main-nav-item:hover a span:after, .site-header .site-header-bar .main-nav .main-nav-item:focus a span:after {
  width: 100%;
}

.site-header .site-header-bar .main-nav .main-nav-item:hover a span .icon-search, .site-header .site-header-bar .main-nav .main-nav-item:focus a span .icon-search {
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-magnifying_glass-nav-orange.svg");
}

.site-header .site-header-bar .main-nav .main-nav-item:hover .main-nav-dropdown, .site-header .site-header-bar .main-nav .main-nav-item:focus .main-nav-dropdown {
  display: block;
  transform: translateX(-50%) scale(1, 1);
  opacity: 1;
}

.site-header .site-header-bar .main-nav .main-nav-item.mobile-user-link {
  position: absolute;
  display: none;
  right: 90px;
  margin-top: 5px;
}

.site-header .site-header-bar .main-nav .main-nav-item.mobile-user-link:hover a span:after, .site-header .site-header-bar .main-nav .main-nav-item.mobile-user-link:focus a span:after {
  display: none;
}

@media (max-width: 992px) {
  .site-header .site-header-bar .main-nav .main-nav-item.mobile-user-link {
    display: block;
  }
}

.site-header .site-header-bar .main-nav .main-nav-item.logged-in .main-nav-dropdown {
  z-index: 1;
}

.site-header .site-header-bar .main-nav .main-nav-item.logged-in .main-nav-dropdown .main-nav-login-block {
  display: none;
}

.site-header .site-header-bar .main-nav .main-nav-item.logged-in .main-nav-dropdown .main-nav-user-block {
  display: block;
}

.site-header .site-header-bar .main-nav .main-nav-item.logged-in .user-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0yMi40MjQgMThhLjU5Ny41OTcgMCAwIDAtLjQwNy4xNjJsLTMuMzM5IDMuNDQ1LTEuNzEyLTEuNzdhLjU4NC41ODQgMCAwIDAtLjM5OC0uMTYyLjU3OC41NzggMCAwIDAtLjU2OC41ODFjMCAuMTU0LjA2LjMuMTYxLjQwMmwyLjExOSAyLjE4YS41ODQuNTg0IDAgMCAwIC4zOTguMTYyYy4xNTMgMCAuMjk3LS4wNi40MDctLjE2MmwzLjczNy0zLjg0N0EuNjc3LjY3NyAwIDAgMCAyMyAxOC41OWEuNTg3LjU4NyAwIDAgMC0uNTc2LS41OXoiIGlkPSJhIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTS4wMDQgMjAuMzM0Yy4wNTMtLjQwNC4wOTQtLjgxMi4xNjQtMS4yMTEuNTM3LTIuOTM1IDIuMDQ3LTUuMjMgNC40NDItNi45NTcgMS42NTcgMS41OTUgMy42MSAyLjQzNiA1Ljg5IDIuNDMxIDIuMjcyIDAgNC4yMi0uODMyIDUuODk0LTIuNDQuMzMyLjI2Ny42OC41MjEgMSAuODA5IDIuMDE5IDEuODE5IDMuMjA4IDQuMDg4IDMuNTMyIDYuODE0LjAyLjE4My4wNS4zNy4wNzQuNTU0VjIxSDBjLjAwNC0uMjIuMDA0LS40NDUuMDA0LS42NjZ6IiBmaWxsPSIjMjgyQTMyIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNMTAuOTczIDBjLjQuMDguODA3LjEzIDEuMTk1LjI0MSAyLjM3Ni42NjEgNC4xMzQgMi43NjIgNC4zOCA1LjIxOGE2LjA4MiA2LjA4MiAwIDAgMS01LjU4NyA2LjY3OGMtMy4wODUuMjU4LTUuOTI0LTEuOTM4LTYuNDQ3LTQuOTg4QzMuOTUyIDMuODg5IDUuOTkxLjg1IDkuMjI2LjEzNWMuMjYyLS4wNi41My0uMDkxLjc5Ni0uMTM1aC45NXoiIGZpbGw9IiMyODJBMzIiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxjaXJjbGUgZmlsbD0iIzFEQkMxQiIgY3g9IjE5LjUiIGN5PSIyMC41IiByPSI2LjUiLz48dXNlIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuNTIiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);
  width: 26px;
}

.site-header .site-header-bar .main-nav .main-nav-item.hamburger:after {
  display: none;
}

.site-header .site-header-bar .main-nav .main-nav-item .icon-search {
  display: inline-block;
  position: relative;
  transform: translateY(1px);
  width: 15px;
  height: 15px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-searchjobs-mag_glass.svg");
  transition: .25s ease-in-out;
}

.site-header .site-header-bar .main-nav .main-nav-item .user-icon {
  display: inline-block;
  position: relative;
  transform: translateY(10px);
  width: 22px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzI4MkEzMiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNLjAwNCAyMC4zMzRjLjA1My0uNDA0LjA5NC0uODEyLjE2NC0xLjIxMS41MzctMi45MzUgMi4wNDctNS4yMyA0LjQ0Mi02Ljk1NyAxLjY1NyAxLjU5NSAzLjYxIDIuNDM2IDUuODkgMi40MzEgMi4yNzIgMCA0LjIyLS44MzIgNS44OTQtMi40NC4zMzIuMjY3LjY4LjUyMSAxIC44MDkgMi4wMTkgMS44MTkgMy4yMDggNC4wODggMy41MzIgNi44MTQuMDIuMTgzLjA1LjM3LjA3NC41NTRWMjFIMGMuMDA0LS4yMi4wMDQtLjQ0NS4wMDQtLjY2NnoiLz48cGF0aCBkPSJNMTAuOTczIDBjLjQuMDguODA3LjEzIDEuMTk1LjI0MSAyLjM3Ni42NjEgNC4xMzQgMi43NjIgNC4zOCA1LjIxOGE2LjA4MiA2LjA4MiAwIDAgMS01LjU4NyA2LjY3OGMtMy4wODUuMjU4LTUuOTI0LTEuOTM4LTYuNDQ3LTQuOTg4QzMuOTUyIDMuODg5IDUuOTkxLjg1IDkuMjI2LjEzNWMuMjYyLS4wNi41My0uMDkxLjc5Ni0uMTM1aC45NXoiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: top left;
}

.site-header .site-header-bar .main-nav .main-nav-item a {
  position: relative;
  font-size: 18px;
  line-height: 96px;
/*   text-transform: capitalize; */
  color: #282a32 !important;
  display: inline-block;
  font-size: 18px;
/*  text-transform: capitalize;*/
  font-weight: 700;
  font-family: "INTER";
  letter-spacing: inherit;
}

@media (max-width: 992px) {
  .site-header .site-header-bar .main-nav .main-nav-item a {
    line-height: 65px;
  }
}

.site-header .site-header-bar .main-nav .main-nav-item a span {
  display: block;
  position: relative;
  font-family: INTER,INTER,Arial,sans-serif;
  
}

@media screen and (min-width:992px) and (max-width: 1199px){
  .site-header .site-header-bar .main-nav .main-nav-item a span{
    font-size: 1rem;
  }
}

.site-header .site-header-bar .main-nav .main-nav-item a span:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #C25700;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: .25s ease-in-out;
}
.site-header .site-header-bar .main-nav .main-nav-item a.active,
.site-header .site-header-bar .main-nav .main-nav-item a:hover {
  opacity: 1;
  color: #C25700 !important;
}
.site-header .site-header-bar .main-nav .main-nav-item a.active span:after,
.site-header .site-header-bar .main-nav .main-nav-item a:hover span:after {
  width: 100%;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown {
  position: absolute;
  left: 50%;
  top: 96px;
  /*   width: 400px; */
  width:auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 20px;
  cursor: default;
  opacity: 0;
  transform: translateX(-50%) scale(1, 0);
  transform-origin: bottom right;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .main-nav-dropdown-inside {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ABABAB;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .triangle {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 48%;
  transform: translateX(-50%);
  background-color: #fff;
  transform: rotate(45deg);
  transition: .25s ease-in-out;
  border-top: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown label {
  display: none;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .btns-container {
  align-items: center;
  margin-top: 28px;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .btns-container .col {
  text-align: right;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .main-nav-user-block {
  display: none;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .main-nav-user-block .welcome-user {
  font-size: 30px;
  font-family: "INTER";
  color: #282a32;
  margin-bottom: 28px;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .main-nav-user-block .main-nav-user-links a {
  display: block;
  line-height: 1;
  margin: 20px 0;
  color: #386097 !important;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .main-nav-user-block .main-nav-user-links a:last-child {
  margin-bottom: 0;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .main-nav-user-block .main-nav-user-links a:hover {
  color: #C25700 !important;
}

.site-header .site-header-bar .main-nav .main-nav-item .main-nav-dropdown .main-nav-user-block .main-nav-user-links a:after {
  display: none;
}

.site-header .site-header-bar .main-nav .hamburger {
  display: inline-block;
  line-height: 96px;
  margin-left: 30px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .site-header .site-header-bar .main-nav .hamburger {
    line-height: 65px;
    padding-top: 4px;
  }
}

.site-header .site-header-bar .main-nav .hamburger-menu-toggle {
  width: 30px;
  height: 22px;
  display: inline-block;
}

.site-header .site-header-bar .main-nav .hamburger-menu-toggle:hover .line1 {
  width: 100%;
}
/*
.site-header .site-header-bar .main-nav .hamburger-menu-toggle:hover .line2 {
width: 100%;
transition-delay: 0;
}

@media (max-width: 992px) {
.site-header .site-header-bar .main-nav .hamburger-menu-toggle:hover .line2 {
width: 85%;
}
} 

.site-header .site-header-bar .main-nav .hamburger-menu-toggle:hover .line3 {
width: 100%;
transition-delay: .05s;
}

@media (max-width: 992px) {
.site-header .site-header-bar .main-nav .hamburger-menu-toggle:hover .line3 {
width: 70%;
}
}
*/

.site-header .site-header-bar .main-nav .hamburger-menu-toggle.active .line1 {
  transform: rotate(45deg) translateY(11px);
  margin-bottom: 3px;
}

.site-header .site-header-bar .main-nav .hamburger-menu-toggle.active .line2 {
  opacity: 0;
  width: 0;
}

.site-header .site-header-bar .main-nav .hamburger-menu-toggle.active .line3 {
  transform: rotate(-45deg) translateY(-11px);
  width: 100%;
}

.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line1 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* @media (max-width: 992px) {
.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line1 {
transition: none;
}
} */

.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line2 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: .05s;
}

/* @media (max-width: 992px) {
.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line2 {
transition: none;
}
} */

.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line3 {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* 
@media (max-width: 992px) {
.site-header .site-header-bar .main-nav .hamburger-menu-toggle .line3 {
transition: none;
}
} */

.site-header .site-header-bar .main-nav .search-icon {
  display: none;
  width: 20px;
  height: 20px;
  background-image: url("https://go.manpowergroup.com/hubfs/JW_042020/images/icon-search-magnifying-glass-hamburger.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 992px) {
  .site-header .site-header-bar .main-nav .search-icon {
    display: inline-block;
  }
}

.site-header .main-nav-slideout {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  background-color: #FFF;
  padding-bottom: 65px;
  display: none;
}

/* @media (max-width: 992px) {
.site-header .main-nav-slideout {
top: 0;
}
} */

.site-header .main-nav-slideout.active {
  height: 100vh;
  overflow-y: scroll;
  display: block;
  padding-bottom: 200px;
}

.site-header .main-nav-slideout.active:after {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.site-header .main-nav-slideout .mobile-nav-header {
  display: none;
  padding-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .mobile-nav-header {
    display: flex;
  }
}

.site-header .main-nav-slideout .mobile-nav-header .mobile-site-logo {
  /*   height: 31px;
  width: 100px; */
  height: auto;
  width: 200px;
}

.site-header .main-nav-slideout .mobile-nav-header .mobile-site-logo img {
  width: 100%;
}

.site-header .main-nav-slideout .mobile-nav-header .close-text {
  margin-top: 10px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-family: "INTER";
  font-size: 9px;
  opacity: .65;
}

.site-header .main-nav-slideout .slideout-nav-content {
  padding-right: 50px;
}

@media (max-width: 1400px) {
  .site-header .main-nav-slideout .slideout-nav-content {
    padding-right: 25px;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-content {
    padding-right: 15px;
  }
  .site-header .main-nav-slideout .slideout-nav-content.solutions .search-box, .site-header .main-nav-slideout .slideout-nav-content.industries .search-box, .site-header .main-nav-slideout .slideout-nav-content.careers .search-box, .site-header .main-nav-slideout .slideout-nav-content.about-us .search-box {
    display: none;
  }
  .site-header .main-nav-slideout .slideout-nav-content.solutions + .slideout-nav-sidebar, .site-header .main-nav-slideout .slideout-nav-content.industries + .slideout-nav-sidebar, .site-header .main-nav-slideout .slideout-nav-content.careers + .slideout-nav-sidebar, .site-header .main-nav-slideout .slideout-nav-content.about-us + .slideout-nav-sidebar {
    display: none;
  }
  .site-header .main-nav-slideout .slideout-nav-content.solutions .slideout-nav-block.industries-section, .site-header .main-nav-slideout .slideout-nav-content.solutions .slideout-nav-block.careers-section, .site-header .main-nav-slideout .slideout-nav-content.solutions .slideout-nav-block.about-us-section {
    display: none;
  }
  .site-header .main-nav-slideout .slideout-nav-content.industries .slideout-nav-block.solutions-section, .site-header .main-nav-slideout .slideout-nav-content.industries .slideout-nav-block.careers-section, .site-header .main-nav-slideout .slideout-nav-content.industries .slideout-nav-block.about-us-section {
    display: none;
  }
  .site-header .main-nav-slideout .slideout-nav-content.careers .slideout-nav-block.solutions-section, .site-header .main-nav-slideout .slideout-nav-content.careers .slideout-nav-block.industries-section, .site-header .main-nav-slideout .slideout-nav-content.careers .slideout-nav-block.about-us-section {
    display: none;
  }
  .site-header .main-nav-slideout .slideout-nav-content.about-us .slideout-nav-block.solutions-section, .site-header .main-nav-slideout .slideout-nav-content.about-us .slideout-nav-block.industries-section, .site-header .main-nav-slideout .slideout-nav-content.about-us .slideout-nav-block.careers-section {
    display: none;
  }
}

.site-header .main-nav-slideout .newsletter .title {
  padding-bottom: 0;
}

.site-header .main-nav-slideout .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "INTER" !important;
}

.site-header .main-nav-slideout .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .site-header .main-nav-slideout .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .site-header .main-nav-slideout .title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 15px;
    background-image: url("./chevron-right.svg");
    background-position: right top -3px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .search-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.site-header .main-nav-slideout .search-box .form-block {
  margin-bottom: 10px;
}

.site-header .main-nav-slideout .search-box .form-block label {
  display: none;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .search-box.all .all-search-tab {
    display: block;
  }
  .site-header .main-nav-slideout .search-box.all .job-search-tab {
    display: none;
  }
  .site-header .main-nav-slideout .search-box.all .search-toggle-text {
    text-decoration: underline;
  }
  .site-header .main-nav-slideout .search-box.all .search-toggle-text:first-child {
    text-decoration: none;
  }
}

.site-header .main-nav-slideout .search-box .search-toggle-text {
  display: none;
  color: #fff;
  text-transform: uppercase;
  opacity: .65;
  font-family: "INTER";
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 15px;
}

.site-header .main-nav-slideout .search-box .search-toggle-text:first-child {
  margin-right: 30px;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .search-box .search-toggle-text {
    display: inline-block;
  }
}

.site-header .main-nav-slideout .search-box .job-search-tab {
  display: none;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .search-box .job-search-tab {
    display: block;
  }
}

.site-header .main-nav-slideout .search-box .all-search-tab {
  margin: 42px 0;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .search-box .all-search-tab {
    display: none;
    margin: 0;
  }
}

.site-header .main-nav-slideout .slideout-nav-block .back-text {
  display: none;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block.active .title {
    background-image: url("./chevron-left.svg");
    background-position: left top -3px;
    padding-left: 30px;
  }
  .site-header .main-nav-slideout .slideout-nav-block.active .title .title-text {
    display: none;
  }
  .site-header .main-nav-slideout .slideout-nav-block.active .title .back-text {
    position: relative;
    top: -3px;
    display: block;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block.active nav {
    display: block;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block.active nav a.nav-title {
    display: block;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block .slideout-nav-block nav {
    border: 0;
  }
}

.site-header .main-nav-slideout .slideout-nav-block nav {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block nav {
    display: none;
    margin-bottom: 20px;
  }
}

.site-header .main-nav-slideout .slideout-nav-block nav a {
  display: block;
  color: #fff !important;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  font-family: "INTER";
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block nav a {
    font-size: 14px;
    line-height: 35px;
  }
}

.site-header .main-nav-slideout .slideout-nav-block nav a.sub-title {
  font-weight: 700;
  font-size: 18px;
  color: #8AACD5 !important;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block nav a.sub-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.site-header .main-nav-slideout .slideout-nav-block nav a.nav-title {
  display: none;
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1.25px;
  color: #5E6066;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  padding-top: 10px;
}

.site-header .main-nav-slideout .slideout-nav-block nav a.nav-title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .site-header .main-nav-slideout .slideout-nav-block nav a.nav-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .site-header .main-nav-slideout .slideout-nav-block nav a.nav-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-block nav a.nav-title {
    font-size: 17px;
    line-height: 20px;
  }
}

.site-header .main-nav-slideout .slideout-nav-sidebar {
  background-color: #4C79AF;
  padding: 50px 50px 200px;
}

@media (max-width: 1400px) {
  .site-header .main-nav-slideout .slideout-nav-sidebar {
    padding: 50px 25px 150px;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-sidebar {
    background-color: #386097;
    padding: 0 15px 70px;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-sidebar .title {
    border-bottom: 0;
    background-image: none;
  }
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-newsletter .title {
    margin-bottom: 0;
  }
  .site-header .main-nav-slideout .slideout-nav-newsletter p {
    margin-top: 0;
  }
}

.site-header .main-nav-slideout .slideout-nav-insights {
  padding-top: 15px;
  border-bottom: 2px solid #6889B6;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-insights {
    padding-top: 0;
  }
}

.site-header .main-nav-slideout .slideout-nav-insights .title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-insights .title {
    margin-bottom: 0;
  }
}

.site-header .main-nav-slideout .slideout-nav-insights img {
  margin-bottom: 10px;
  width: 100%;
}

.site-header .main-nav-slideout .slideout-nav-insights p {
  color: #fff;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-insights p {
    margin-top: 0;
  }
}

.site-header .main-nav-slideout .slideout-nav-insights a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
}

.site-header .main-nav-slideout .slideout-nav-login {
  display: none;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-login {
    display: block;
  }
}

.site-header .main-nav-slideout .slideout-nav-login a {
  color: #B1C7E2 !important;
  text-transform: capitalize;
}

.site-header .main-nav-slideout .slideout-nav-login .user-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("./user-icon-nav.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header .main-nav-slideout .slideout-nav-country {
  padding-top: 50px;
}

@media (max-width: 992px) {
  .site-header .main-nav-slideout .slideout-nav-country {
    padding-top: 30px;
  }
}

.site-header .main-nav-slideout .slideout-nav-country span {
  color: #B1C7E2;
  padding-right: 10px;
  font-family: "INTER";
  font-weight: 700;
  font-size: 16px;
}

.site-header .main-nav-slideout .slideout-nav-country a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: underline !important;
}

.navbox-section {
  text-align: center;
  background-color: #f3f3f4;
  padding: 64px 0;
}

.navbox-section .navbox-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbox-section .title {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.navbox-section .title.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .navbox-section .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .navbox-section .title {
    font-size: 30px;
    line-height: 38px;
  }
}

.navbox-section button {
  margin-top: 50px;
}

.navbox {
  position: relative;
  display: block;
  width: 216px;
  height: 216px;
  margin: 0 16px 32px 16px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 3px 8px 16px 0 rgba(0, 0, 0, 0.06);
}

.navbox:hover, .navbox:focus {
  box-shadow: 3px 8px 20px 0 rgba(0, 0, 0, 0.08);
}

.navbox figure {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .navbox figure {
    flex-direction: column;
    align-items: center;
  }
}

.navbox figure img {
  margin-bottom: 16px;
}

.navbox figure .caption {
  font-family: "INTER";
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  color: #282a32;
}

.navbox figure .caption.reversed {
  color: #fff;
}

@media (max-width: 768px) {
  .navbox figure .caption {
    font-size: 35px;
    line-height: 40px;
  }
}

.navbox figure .caption.light {
  font-weight: 300;
}

@media (max-width: 768px) {
  .navbox figure .caption {
    font-size: 18px;
    line-height: 22px;
  }
}

.image--wipe {
  overflow: hidden;
  cursor: pointer;
}

.image--wipe:hover img {
  opacity: 0.6;
  transform: scale3d(1.15, 1.15, 1.15);
  transition-duration: 1s;
}

.image--wipe:hover .wipe--apollo::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 240deg) translate3d(0, 100%, 0);
  transition-duration: 1.25s;
}

.image--wipe img {
  opacity: 0.95;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.05, 1.05, 1);
  transition-duration: 1s;
}

.image--wipe .wipe--apollo::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.25);
  content: "";
  transition: transform 0.6s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 220deg) translate3d(0, -100%, 0);
}

/* REMOVING HUBSPOT DEFAULTS WHERE NEEDED*/
.container-fluid {
  padding:0;
}
.row-fluid [class*="span"] {
  min-height:auto;
}

/* COOKIE POLICY Defaults updated */
#hs-eu-cookie-confirmation-inner a {
  text-transform:initial !important;
}
a#hs-eu-confirmation-button {
  color:#FFFFFF !important;
}

a#hs-eu-decline-button {
  color:#c25700 !important;
}


/* FANCYAPP DEFAULT STYLES REQUIRED */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* THEME UPDATES 2022 */
a, .button-text {
  color: #e0690a !important;
  /*font-size: 11px !important;*/
}

a .arrow-icon, .button-text .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
}

a:hover, .button-text:hover {
  color: #c25700 !important;
  opacity: 1;
}

a:hover .arrow-icon, .button-text:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNDMjU3MDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

a.blue:hover, .button-text.blue:hover {
  color: #4c79af !important;
}
.hs-button,
.primary-button,
.primary-button.orange {
  background-color: #e0690a;
  border-color: #e0690a;
}
.hs-button:hover,
.primary-button:hover,
.primary-button.orange:hover {
  background-color: #c25700;
  border-color: #c25700;
}

.primary-button.blue {
  background-color: #3893CD;
  border-color: #3893CD;
  color: #FFFFFF !important;
}

.primary-button.blue:hover {
  background-color: #4c79af;
  border-color: #4c79af;
}

.footer-container-wrapper .lang-nav:hover {
  opacity: 0.75;
}

section.overlay.stats .vertical-gradient {
  display: none;
}

section.overlay.stats .white {
  border-radius: 14px;
}

.accordion-section.gradient .accordion-block.active .accordion-title {
  border-image-source: none;
}

.article-block .article-sidebar .sidebar-title, 
.details-block .article-sidebar .sidebar-title,
section.card-scroll.events .card.event .card-body,
section.card-scroll .card.gradient .card-body,
section.banner-section.campaigns .title {
  border-image-source: linear-gradient(90deg, #70bf5c, #3893CD, #386097);
  border-image-slice: 1;
}

section.article-block .article-sidebar .sidebar-title, 
section.details-block .article-sidebar .sidebar-title {
  border-image-slice: 1;
  border-top: 3px solid;
}

section.insights .card.article.featured .horizontal-gradient,
section.insights .card.article .card-body .horizontal-gradient {
  background-image: linear-gradient(to right, #386097, #3893CD, #70bf5c);
}

section.card-scroll .card.connector .card-image .vertical-gradient,
section.calloutbar-section.large .vertical-gradient {
  background-image: linear-gradient(#386097, #3893CD, #70bf5c);
}


@media screen and (max-width: 992px){
  section.card-scroll .card.connector .card-image .vertical-gradient {
    display: none
  }
  section.card-scroll .card.connector .card-body {
    border-image-source: linear-gradient(90deg, #70bf5c, #3893CD, #386097);
  }
  section.card-scroll .card.connector .card-body .primary-button.blue {
    color: #e0690a !important;
  }
  section.card-scroll .card.connector .card-body .primary-button.blue .arrow-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIyIDEzIj4KICA8cGF0aCBpZD0iQXRvbXNfSWNvbnNfQXJyb3ctMiIgZGF0YS1uYW1lPSJBdG9tcyAvIEljb25zIC8gQXJyb3ciIGQ9Ik0uNjE0LDcuODU0aDE5LjNsLTQuMTc5LDQuNjUyYS43MTQuNzE0LDAsMCwwLDAsLjk1OC41NTMuNTUzLDAsMCwwLC44NjEsMGw1LjIyNC01LjgxNWEuNzE0LjcxNCwwLDAsMCwwLS45NThMMTYuNTkyLjg3NmEuNTUzLjU1MywwLDAsMC0uODYxLDAsLjcxNC43MTQsMCwwLDAsMCwuOTU4TDE5LjkxLDYuNDg2SC42MTVBLjYxNi42MTYsMCwwLDAsMCw3LjE3YS42MTYuNjE2LDAsMCwwLC42MTQuNjg0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDAxIC0wLjY3KSIgZmlsbD0iI2UwNjkwYSIvPgo8L3N2Zz4K);
  }
}


section.calloutbar-section.withlogo, 
section.calloutbar-section.contact, 
section.calloutbar-section.footer {
  background: #FFFFFF;
  text-align: center;
}

section.calloutbar-section.contact .phone-hours .hours, 
section.calloutbar-section.contact .phone-hours .hours a, 
section.calloutbar-section.contact .phone-hours .phone,
section.calloutbar-section.contact .phone-hours .phone a,
section.calloutbar-section.withlogo .title, 
section.calloutbar-section.footer .title,
section.calloutbar-section.contact .title,
section.calloutbar-section.withlogo p, 
section.calloutbar-section.contact p, 
section.calloutbar-section.footer p {
  color: #282a32 !important;
}

section.calloutbar-section.withlogo p, 
section.calloutbar-section.contact p, 
section.calloutbar-section.footer p {
  max-width: 720px;
  margin: 1.5rem auto;
}

@media screen and (max-width: 1399px){
  section.calloutbar-section.withlogo p, 
  section.calloutbar-section.contact p, 
  section.calloutbar-section.footer p {
    max-width: 520px;
  }
}

section.calloutbar-section.withlogo .primary-button.reversed, 
section.calloutbar-section.footer .primary-button.reversed {
  background-color: #3893CD;
  border-color: #3893CD;
  color: #FFFFFF !important;
}

section.calloutbar-section.withlogo .primary-button.reversed:hover, 
section.calloutbar-section.footer .primary-button.reversed:hover {
  background-color: #4c79af;
  border-color: #4c79af;
}

section.calloutbar-section.footer .primary-button.reversed:hover .arrow-icon,
section.calloutbar-section.withlogo .primary-button.reversed:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

section.calloutbar-section.footer .calloutbar-x {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Insights-Banner-Gradient-Green-Blue.webp);
}

section.calloutbar-section.withlogo .calloutbar-x, 
section.calloutbar-section.contact .calloutbar-x {
  background-position: center ;
  background-size: cover;
  background-color: transparent;
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Insights-Banner-Gradient-Green-Blue-With-Logo.webp);
}

@media screen and (max-width: 767px) {
  section.calloutbar-section.withlogo .calloutbar-x, 
  section.calloutbar-section.contact .calloutbar-x {
    background-position: bottom;
    background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Insights-Banner-Gradient-Green-Blue-With-Logo-Mobile.webp);
  }
}


@media screen and (max-width: 991px) {
  section.calloutbar-section.large .callout-image img {
    border-image-source: linear-gradient(90deg, #70bf5c, #3893CD, #386097);
  }
}


.card.article:hover,
.card-scroll .card.standard:hover {
  opacity: 1 !important
}

.contact-us-form.light input[type="submit"],
.single-article .form-block input[type="submit"],
.contact-us-form.gray input[type="submit"] {
  background-color: #e0690a;
  border-color: #e0690a;
}
.contact-us-form.light input[type="submit"]:hover,
.single-article .form-block input[type="submit"]:hover,
.contact-us-form.gray input[type="submit"]:hover {
  background-color: #c25700;
  border-color: #c25700;
}

section.banner-section.insights {
  background-color: transparent;
  background-size: cover;
  background-position: right;
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Insights-Banner.jpg);
}

@media screen and (max-width: 992px){
  section.banner-section.insights {
    background-position: left;
  }
}

section.banner-section.insights .banner-section__overlay {
  display: none;
  background-color: transparent;
  opacity: 1;
}

section.banner-section.insights .title,
section.banner-section.insights .sub-title,
section.banner-section.insights p.large.reversed {
  color: #fff;
}

.card.article.featured .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQXRvbXNfSWNvbnNfQXJyb3ciIGRhdGEtbmFtZT0iQXRvbXMgLyBJY29ucyAvIEFycm93IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSIyNi41OTIiIHZpZXdCb3g9IjAgMCA0NSAyNi41OTIiPgogIDxwYXRoIGlkPSJBdG9tc19JY29uc19BcnJvdy0yIiBkYXRhLW5hbWU9IkF0b21zIC8gSWNvbnMgLyBBcnJvdyIgZD0iTTEuMjU2LDE1LjM2NUg0MC43MjVsLTguNTQ3LDkuNTE2YTEuNDYxLDEuNDYxLDAsMCwwLDAsMS45NiwxLjEzMSwxLjEzMSwwLDAsMCwxLjc2MSwwTDQ0LjYyNCwxNC45NDVhMS40NjEsMS40NjEsMCwwLDAsMC0xLjk2TDMzLjkzOCwxLjA5MWExLjEzMiwxLjEzMiwwLDAsMC0xLjc2MSwwLDEuNDYxLDEuNDYxLDAsMCwwLDAsMS45Nmw4LjU0Nyw5LjUxNkgxLjI1N0ExLjI2LDEuMjYsMCwwLDAsMCwxMy45NjZhMS4yNiwxLjI2LDAsMCwwLDEuMjU2LDEuNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAwMSAtMC42NykiIGZpbGw9IiNlMDY5MGEiLz4KPC9zdmc+Cg==);
}

section.card-scroll.events .card.event {
  background-color: #FFF;
}

section.card-scroll.events .card.event .card-body .date,
section.card-scroll.events .card.event .card-body .location,
section.card-scroll.events .card.event .card-body .title {
  color: #282a32;
}

section.card-scroll.events .card.event .card-body .location:before {
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/icon-map-blue.svg);
}



.utility-menu a:hover,
.footer-disclaimer-links a:hover,
.social-bar a:hover {
  opacity: 0.75;
}

section.home-stat-block.gradient,
section.home-stat-block.dark {
  background: unset;
}

section.home-stat-block.gradient .bg-image,
section.home-stat-block.dark .bg-image {
  background-image: url(https://go.manpowergroup.com/hubfs/ManpowerGroup_Theme_Progress/images/MPG-Symbol-Stat-Green-Blue.png);
  background-size: cover;
  background-position: center center;
}
section.home-stat-block .content .title-container .title,
section.home-stat-block .content .title-container .number,
section.home-stat-block .content .text .large,
section.home-stat-block .content .sub-title {
  color: #282a32;
}

section.home-stat-block .cta .primary-button.reversed {
  background-color: #e0690a;
  border-color: #e0690a;
}

section.home-stat-block .cta .primary-button.reversed:hover {
  background-color: #c25700;
  border-color: #c25700;
  color: #FFF !important;
}

section.home-stat-block .cta .primary-button.reversed:hover .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.home-block .home-carousel-block .content-wrapper .content .title,
.home-block .home-carousel-block .content p {
  color: #FFFFFF;
}

.home-block.hero {
  height: calc(100vh - 96px);
}
@media (max-width: 991px) {
  .home-block.hero {
    height: 100%;
  }
}
.home-block.hero .home-banner-block.banner-section {
  height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .home-block.hero .home-banner-block.banner-section {
    position: relative;
    width: 100%;
    /*     min-height: auto; */
    min-height: calc(100vh - 65px);
    /*     height: 100%; */
    /*     padding: 65px 0 0; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .home-block.hero .home-banner-block.banner-section {
    min-height: auto;
    height: 100%;
  }
}
.home-block.hero .home-banner-block.banner-section .banner-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .home-block.hero .home-banner-block.banner-section .banner-image {
    background-position: top right;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50vh;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .home-block.hero .home-banner-block.banner-section .banner-image {
    min-height: 26rem;
    height: auto;
  }
}
.home-block.hero .home-banner-block.banner-section .content-wrapper {
  position: relative;
  height: auto;
}
@media (max-width: 991px) {
  .home-block.hero .home-banner-block.banner-section .content-wrapper {
    background: unset;
    padding: 0 0 5rem;
  }
}
.home-block.hero .home-banner-block.banner-section .content-wrapper .content .title {
  font-family: "INTER";
  font-size: 3rem;
  /* 48px */
  line-height: 1.125;
  font-weight: 700;
  color: #FFFFFF;
}
.home-block.hero .home-banner-block.banner-section .content-wrapper .content .title.reversed {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .home-block.hero .home-banner-block.banner-section .content-wrapper .content .title {
    font-size: 2rem;
    color: #282a32 !important;
  }
}
.home-block.hero .home-banner-block.banner-section .content-wrapper .content p {
  margin: 1.5rem 0 2rem 0;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .home-block.hero .home-banner-block.banner-section .content-wrapper .content p {
    color: #282a32 !important;
    margin: 1rem 0 1.5rem 0;
  }
}
@media (max-width: 991px) {
  .home-block.hero .home-banner-block.banner-section .content-wrapper .content .primary-button {
    margin: 0;
  }
}
.home-block.hero .home-banner-block.banner-section.dark .content-wrapper .content .title {
  color: #FFFFFF;
}
.home-block.hero .home-banner-block.banner-section.dark .content-wrapper .content p {
  color: #FFFFFF;
}


section.card-tiles.info-block.dark a .cta-text {
  color: #FFF !important;
}

section.card-tiles.info-block.dark a .cta-text .arrow-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44MDQgOS4zMjRoMjUuMjZsLTUuNDcgNS42MDRhLjgxLjgxIDAgMCAwIDAgMS4xNTRjLjE2MS4xNjUuNDAzLjI0OC41NjQuMjQ4LjE2IDAgLjQwMi0uMDgzLjU2My0uMjQ4bDYuODM4LTcuMDA1YS44MS44MSAwIDAgMCAwLTEuMTU0TDIxLjcyLjkxOGEuNzY1Ljc2NSAwIDAgMC0xLjEyNyAwIC44MS44MSAwIDAgMCAwIDEuMTU0bDUuNDcgNS42MDRILjgwNWMtLjQ4MiAwLS44MDQuMzMtLjgwNC44MjQgMCAuNDk0LjMyMi44MjQuODA0LjgyNHoiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
}

.homepage section.card-tiles.info-block {
  min-height: unset;
}

section.card-tiles.info-block {
  padding: 4rem 0 2rem;
}

section.card-tiles.info-block.dark h2.title {
  color: #FFF;
}

section.card-tiles.info-block.gray h2.title,
section.card-tiles.info-block.light h2.title {
  color: #282a32;
}

@media screen and (max-width: 767px){
  section.featurette-section.connector .featurette-imgs {
    padding: 0 0 2rem 0;
  }
}

@media screen and (min-width: 520px) and (max-width: 992px){
  .card--wipe--apollo {
    display: none;
  }
}

.site-footer .footer-social .social-bar .social-icon:last-child {
  margin-right: 0;
}

/* PASSWORD LOGIN PAGE */
#hs_cos_wrapper_password_prompt_page_template_password_prompt_ > form > input#hs-pwd-widget-password {
  height: 64px !important;
  padding: 0 1.5rem;
}

#hs_cos_wrapper_password_prompt_page_template_password_prompt_ > form > input.hs-button.primary.large {
  display: inline-block;
  align-items: center;
  text-align: center;
  letter-spacing: 1.2px;
  border: 2px solid #e0690a;
  background-color: #e0690a;
  color: #FFFFFF !important;
  font-family: "INTER";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-radius: 26px;
  line-height: 1;
  padding: 17px 34px;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 1.5rem;
}

.widget-type-rich_text a {
  
  letter-spacing: normal;
  font-weight: inherit;
  
}


/*Homepage Update*/
.home-block.hero {
  min-height: calc(100vh - 96px);
  height: auto;
}
.home-block.hero .home-banner-block.banner-section {
  min-height: calc(100vh - 96px);
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.home-block.hero .home-banner-block.banner-section .content-wrapper {
  position: relative;
  height: auto;
  margin: 3rem 0;
}
@media (max-width: 991px) {
  .home-block.hero {
    min-height: unset;
  }
  .home-block.hero .home-banner-block.banner-section {
    background: unset;
    min-height: unset;
  }
  .home-block.hero .home-banner-block.banner-section .content-wrapper {
    background: unset;
    margin: 0;
  }
}

img.hs-blog-post-listing__image {
  width: 100%;
}

.hs-pagination__link-icon {
        padding-top: 4px!important;
}


@media(min-width:992px){
  .footer-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}
  .col-lg-8 article.hs-blog-post-listing.case-studies {
    height: 100%;
    position: relative;
  }

  .hs-blog-post-listing.hs-blog-post-listing-- .row {
    margin-bottom: 50px;
  }

  .newsletter-cta {
    height: calc(100% - 100px) !important;
    position: relative;
  }

  .request-newsletter-cta {
    margin-bottom: 0 !important;
  }

  .col-lg-8.col-md-12 span.read-more {
    bottom: 0;
  }
  
  .col-lg-8.col-md-12 .hs-blog-post-listing.case-studies  span.read-more {
    bottom: 30px;
  }

}

@media(max-width:991px){
  .request-newsletter-cta .img-top-right{
    display: none !important;
  }
}

@media(max-width:1400px){
  .request-newsletter-cta--title {
    font-size: 60px !important;
  }
}

@media (max-width: 1200px){
  .request-newsletter-cta--title {
    font-size: 48px !important;
  }
}

@media (max-width: 320px){
  .request-newsletter-cta--title {
    font-size: 35px !important;
  }
  
 
}

@media (max-width: 400px){
  
  .newsletter-cta--title{
    font-size: 40px !important;
  }
}


.legal-consent-container {
        padding-top: 20px;
}

.legal-consent-container p {
        font-size: 10px ;
}

p.reversed {
        font-size: 16px!important;
}

.hs_cliente_candidato.hs-cliente_candidato.hs-fieldtype-radio.field.hs-form-field {
        margin-top: 18px!important;
}

.hs_si_quieres_enviarnos_tu_cv.hs-si_quieres_enviarnos_tu_cv.hs-fieldtype-file.field.hs-form-field {
        margin-top: 18px!important;
}


input[name="enviar_cv_registrate_aqui"] {
  display: none!important;
   font-size: 16px !important;
}

.hs_enviar_cv_registrate_aqui.hs-enviar_cv_registrate_aqui.hs-fieldtype-booleancheckbox.field.hs-form-field {
        padding-top: 18px!important;
}

.hs-form-booleancheckbox .hs-form-booleancheckbox-display a {
      font-size: 16px !important;
    }