@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.list--check,.list--circle,.list--no,.list--progress,.list--ico,.social-links,.header .states,#sidebar .section-navigator,.list-employers,.faq{margin:0;padding:0;list-style:none}.clearfix:after,.container:after{content:'';display:block;clear:both}.list--circle li:before{content:'';width:22px;height:22px;border-radius:50%;position:absolute;left:0;top:0}#top-employers .block-red,.employer-brands{position:relative}#top-employers .block-red:before,.employer-brands:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;transform:skewY(-4deg);z-index:-1}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{max-height:1000000px}body{color:rgba(45,58,79,0.9);background:#fff;font:16px/1.51 "Open Sans",sans-serif;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0.1px}@media (max-width: 767px){body{font-size:16px;line-height:1.63}}body.nav-active{overflow:hidden}img{max-width:100%;vertical-align:top}.gm-style img{max-width:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}blockquote,q{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}@media only screen and (min-width: 1025px){a[href^=tel],a[href^=skype],a[href^=sms]{cursor:default;pointer-events:none}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;font-weight:700;margin:0 0 0.5em;color:inherit}h1,.h1{font-size:48px}h2,.h2{font-size:34px;margin-bottom:17px;line-height:1.22}@media (max-width: 767px){h2,.h2{font-size:26px;line-height:1.11}}.blue-bg h2,.blue-bg .h2{font-weight:bold}h3,.h3{font-size:28px;line-height:1.18}@media (max-width: 767px){h3,.h3{font-size:22px;line-height:1.5}}h4,.h4{font-size:22px}h5,.h5{font-size:17px}h6,.h6{font-size:15px}p{margin:0 0 28px}p:last-child{margin-bottom:0}.blue-bg a{color:#2AA3DD}.blue-bg a:hover{color:#1d85b7}a{transition:color .3s ease-in-out;color:#e82f3a;text-decoration:none}a:hover{color:#1d85b7}@font-face{font-family:'Gotham';src:url("/page/brand-health-report/fonts/Gotham-Bold.eot");src:url("/page/brand-health-report/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),url("/page/brand-health-report/fonts/Gotham-Bold.woff2") format("woff2"),url("/page/brand-health-report/fonts/Gotham-Bold.woff") format("woff"),url("/page/brand-health-report/fonts/Gotham-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:'Gotham';src:url("/page/brand-health-report/fonts/Gotham-Light.eot");src:url("/page/brand-health-report/fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),url("/page/brand-health-report/fonts/Gotham-Light.woff2") format("woff2"),url("/page/brand-health-report/fonts/Gotham-Light.woff") format("woff"),url("/page/brand-health-report/fonts/Gotham-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'Gotham';src:url("/page/brand-health-report/fonts/Gotham-Medium.eot");src:url("/page/brand-health-report/fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),url("/page/brand-health-report/fonts/Gotham-Medium.woff2") format("woff2"),url("/page/brand-health-report/fonts/Gotham-Medium.woff") format("woff"),url("/page/brand-health-report/fonts/Gotham-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'Gotham';src:url("/page/brand-health-report/fonts/Gotham-Book.eot");src:url("/page/brand-health-report/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),url("/page/brand-health-report/fonts/Gotham-Book.woff2") format("woff2"),url("/page/brand-health-report/fonts/Gotham-Book.woff") format("woff"),url("/page/brand-health-report/fonts/Gotham-Book.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'icomoon';src:url("/page/brand-health-report/fonts/icomoon.eot?bmy8mg");src:url("/page/brand-health-report/fonts/icomoon.eot?bmy8mg#iefix") format("embedded-opentype"),url("/page/brand-health-report/fonts/icomoon.ttf?bmy8mg") format("truetype"),url("/page/brand-health-report/fonts/icomoon.woff?bmy8mg") format("woff"),url("/page/brand-health-report/fonts/icomoon.svg?bmy8mg#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-right:before{content:"\e900"}.icon-facebook-fill:before{content:"\e901"}.icon-arrow-left:before{content:"\e902"}.icon-twitter-fill:before{content:"\e903"}.icon-right-arrow:before{content:"\e904"}.icon-linkedin-fill:before{content:"\e905"}.icon-left-arrow:before{content:"\e906"}.icon-replay:before{content:"\e907"}.icon-download:before{content:"\e908"}.icon-code:before{content:"\e909"}.icon-chevron-down:before{content:"\e90a"}.modal{position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;height:0;background-color:transparent;overflow:hidden;transition:background-color .3s ease;z-index:9999}.modal.open{position:fixed;width:100%;height:100vh;background-color:rgba(0,0,0,0.5);transition:background-color .3s}.modal.open>.modal-content{transform:scale(1)}.modal .modal-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin:0;max-width:100%;max-height:100vh;padding:60px 40px 40px;background-color:white;border-radius:5px;box-shadow:0 0 40px rgba(0,0,0,0.5);overflow:auto}@media (max-width: 767px){.modal .modal-content{border-radius:0;max-height:none;height:100vh;width:100%;padding-bottom:150px}}.modal .modal-content .close{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background-color:transparent;font-size:24px;cursor:pointer}.modal .modal-content .close:before,.modal .modal-content .close:after{position:absolute;content:'';width:20px;height:2px;background-color:black}.modal .modal-content .close:before{transform:rotate(-45deg)}.modal .modal-content .close:after{transform:rotate(45deg)}.modal .modal-content .close:hover:before,.modal .modal-content .close:hover:after{background-color:#e82f3a}.modal .modal-content .content{margin:0}@media (max-width: 767px){.modal .modal-content .content{width:100%}}@media (max-width: 767px){.modal .mktoForm{max-width:none !important;width:100% !important}.modal .mktoForm .mktoFormCol,.modal .mktoForm .mktoFieldWrap,.modal .mktoForm .mktoHasWidth{width:100% !important;max-width:none !important}}.mktoForm,.mktoField{max-width:265px !important}.marketo-a .mktoLabel{padding-top:0 !important}.marketo-a .mktoLabel[for="usertype"],.marketo-a .mktoLabel[for="Title"],.marketo-a .mktoLabel[for="State"],.marketo-a .mktoLabel[for="Country"]{margin-bottom:5px}.marketo-a input[type="radio"],.marketo-a input[type="checkbox"]{position:absolute;margin-bottom:0}.marketo-a .mktoFieldWrap{position:relative}.marketo-a .mktoHtmlText{margin-bottom:10px}.marketo-a .mktoLabel[for^="GDPR_Marketing_Opt_In__c"],.marketo-a .mktoLabel[for^="Form_Demo_Request__c"]{padding-left:30px;width:100% !important}.marketo-a .mktoLabel[for^="GDPR_Marketing_Opt_In__c"] ~ .mktoError,.marketo-a .mktoLabel[for^="Form_Demo_Request__c"] ~ .mktoError{left:0;bottom:auto !important;top:16px;right:auto !important}.marketo-a .mktoLabel[for^="GDPR_Marketing_Opt_In__c"] ~ .mktoCheckboxList,.marketo-a .mktoLabel[for^="Form_Demo_Request__c"] ~ .mktoCheckboxList{position:absolute;left:0;top:0;padding:0;width:auto !important}.marketo-a .mktoLabel[for^="GDPR_Marketing_Opt_In__c"] ~ .mktoCheckboxList.mktoInvalid,.marketo-a .mktoLabel[for^="Form_Demo_Request__c"] ~ .mktoCheckboxList.mktoInvalid{border:none}.marketo-a .mktoLabel[for^="GDPR_Marketing_Opt_In__c"] ~ .mktoCheckboxList.mktoInvalid label:before,.marketo-a .mktoLabel[for^="Form_Demo_Request__c"] ~ .mktoCheckboxList.mktoInvalid label:before{border-color:#8C0005}.mktoForm{padding:0 !important}.mktoForm .mktoLabel{margin:0}.mktoForm .mktoFormCol{margin-bottom:0 !important}.mktoForm .mktoFieldWrap,.mktoForm .mktoFormCol{width:100%}.mktoForm select.mktoField{width:100% !important;display:block;-webkit-appearance:none;-webkit-rtl-ordering:logical;-webkit-user-select:text;background-color:#fff;border:1px solid #babbc1;border-radius:2px;box-sizing:border-box;color:#36373e;cursor:auto;font-family:'Gotham SSm', sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;height:40px;letter-spacing:normal;line-height:20px;margin:0 0 20px;overflow-x:visible;overflow-y:visible;padding:4px 9px !important;position:relative;text-align:start;text-indent:0px;text-rendering:auto;text-shadow:none;text-transform:none;vertical-align:middle;word-spacing:0px;-ms-writing-mode:lr-tb;writing-mode:lr-tb;-webkit-writing-mode:horizontal-tb}.mktoForm input[type=radio]:checked+label:before{background-position:2px 2px !important}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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}html,body{height:100%;-webkit-overflow-scrolling:touch;display:block}.btn{display:inline-block;padding:15px 28px;background:#e82f3a;border:1px solid #e82f3a;color:#fff;font:600 16px/1 "Open Sans",sans-serif;border-radius:2px;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out}@media (max-width: 767px){.btn{font-size:14px}}.btn:hover{color:#fff;background:#b6141e}.btn-white{background:#f7f8fb;border-color:#cedbea;color:rgba(1,1,1,0.9)}.btn-white:hover{background:#cedbea}.btn-red{background:rgba(232,47,58,0.05);border-color:rgba(232,47,58,0.4);color:rgba(45,58,79,0.9)}.btn-red:hover{background:rgba(232,47,58,0.4)}.btn-gray{background:#404c5f;border:none;min-width:105px;text-align:center;font:500 14px/1 "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;padding:12px 15px}.btn-gray:hover{background:#212731}.btn-sm{font-size:13px;padding:10px 14px}.container{max-width:1140px;margin:0 auto;padding:0 20px}@media (min-width: 375px) and (max-width: 767px){.container{padding:0 40px}}.nav-opener{width:50px;height:50px;background:rgba(64,76,96,0.07);border-radius:50%;position:absolute}.nav-opener span{width:24px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.nav-opener span:before,.nav-opener span:after{content:'';position:absolute;left:0;right:0;height:3px;background-color:#e82f3a;top:0;transition:transform .3s ease-in-out}.sidebar-visible.nav-active .nav-opener span:before,.sidebar-visible.nav-active .nav-opener span:after{top:50%}.sidebar-visible.nav-active .nav-opener span:before{transform:rotate(45deg)}.nav-opener span:after{top:9px}.sidebar-visible.nav-active .nav-opener span:after{transform:rotate(-45deg)}.section-title{font-weight:700;font-size:34px;padding-top:43px;margin-bottom:20px;position:relative}@media (max-width: 767px){.section-title{font-size:26px;padding-top:37px;margin-bottom:15px}}.section-title:before{content:'';width:40px;height:5px;background:#e82f3a;position:absolute;top:0;left:0}p{margin-bottom:15px}.list--check{line-height:1.25;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif}.list--check li{padding-left:27px;position:relative;margin-bottom:15px}.list--check li:before{content:'';width:16px;height:13px;left:0;top:2px;position:absolute;background:url("/page/brand-health-report/img/check.svg") no-repeat 50% 50%}.list--circle{counter-reset:item}.list--circle li{padding:7px 0 8px 57px;position:relative;margin-bottom:11px}.list--circle li:before{background:#e82f3a;width:40px;height:40px;content:counter(item);counter-increment:item;font:500 18px/40px "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;text-align:center;color:#fff}.list--no{counter-reset:item}.list--no li{padding-left:26px;position:relative;margin-bottom:26px}.list--no li:before{content:counter(item);counter-increment:item;font:500 24px/1.2 "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;text-align:center;color:#e82f3a;position:absolute;left:0;top:0}.list--progress>li{margin-bottom:6px}@media (min-width: 768px){.list--progress>li{display:flex;align-items:center;margin-bottom:22px;line-height:1.13}}@media (min-width: 768px){.list--progress .title{width:261px;text-align:right;padding-right:15px}}@media (max-width: 767px){.list--progress .title{font-size:14px;margin-bottom:7px;display:block}}.list--progress .progress{height:15px;border-radius:20px;background:#dae6f5;overflow:hidden}@media (min-width: 768px){.list--progress .progress{width:200px}}.list--progress .progress span{height:100%;display:block;background:#e82f3a}.list--progress .val{font-weight:700;font-size:18px;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif}@media (min-width: 768px){.list--progress .val{width:50px;margin-bottom:-2px;text-align:right}}@media (max-width: 767px){.list--progress .val{display:block;margin-top:4px}}[data-progress-block] .progress span{opacity:0;transition-timing-function:cubic-bezier(0.37, 0.01, 0, 0.98);transition-property:width}[data-progress-block] .val{opacity:0;transition:opacity 1s cubic-bezier(0.37, 0.01, 0, 0.98)}[data-progress-block].is-appeared .progress span{opacity:1}[data-progress-block].is-appeared .val{opacity:1}.list--ico{display:flex;flex-wrap:wrap;margin:0 -15px;text-align:center;line-height:1.38}@media (max-width: 767px){.list--ico{font-size:14px}}.list--ico li{width:33.33%;padding:0 15px 30px}@media (max-width: 767px){.list--ico li{width:50%}}.list--ico div{min-height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.list--ico strong,.list--ico span{display:inline-block;max-width:130px;width:100%}.list--ico strong{font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;margin-bottom:5px}.social-links{display:flex;justify-content:flex-end;align-items:center;font-size:14px;color:#9daec3;position:absolute;right:25px;bottom:25px}.social-links li{margin-left:12px}.social-links li:first-child{margin-right:8px}.header{position:fixed;left:0;top:0;right:0;background:#fff;display:flex;align-items:center;z-index:21;padding:7px 220px 9px;transform:translateY(-100%);transition:transform .3s ease-in-out}@media (max-width: 1199px){.header{padding:7px 180px 9px}}@media (max-width: 767px){.header{padding:13px 40px 18px;display:flex;align-items:center;justify-content:space-between}}.sidebar-visible .header{transform:translateY(0);box-shadow:0 2px 8px rgba(0,0,0,0.08)}.header .logo-wrap{padding:1px 0 4px 49px;position:relative;position:absolute;top:50%;transform:translateY(-50%);left:49px}@media (max-width: 1199px){.header .logo-wrap{left:20px}}@media (max-width: 1023px){.header .logo-wrap{padding-bottom:1px}}@media (max-width: 767px){.header .logo-wrap{position:relative;left:0;transform:none}}.header .logo{width:97px;display:block}.header .logo img{display:block}.header .join-btn{position:absolute;top:50%;transform:translateY(-50%);right:49px;padding-bottom:3px}@media (max-width: 1199px){.header .join-btn{right:20px}}@media (max-width: 767px){.header .join-btn{position:static;transform:none}}.header .nav-opener{width:24px;height:12px;background:none;border-radius:0;left:0;top:3px}.header .title-wrap{text-align:center;flex:1;padding:0 30px;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif}@media (max-width: 1023px){.header .title-wrap{padding-right:0}}@media (max-width: 767px){.header .title-wrap{display:none}}.header .title-wrap span{display:block}.header .title{font-size:15px;font-weight:500;color:rgba(45,58,79,0.9)}.header .subtitle{font-size:12px;color:rgba(34,34,34,0.52)}.header .states{position:absolute;bottom:0;left:0;right:0;display:flex;margin:0 -3px;background-color:#e9eaec;height:5px}@media (max-width: 767px){.header .states{height:3px}}.header .states div.active{height:100%;background:#e82f3a;width:0}#sidebar{position:fixed;left:-753px;top:0;height:100%;overflow-y:auto;background:#e82f3a;padding:52px 50px 40px 173px;color:#fff;width:753px;opacity:0;visibility:hidden;z-index:20;transition:left .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}@media (max-width: 767px){#sidebar{left:-300px;width:300px;padding:52px 20px 40px}}@media (min-width: 768px){.sidebar-visible #sidebar{padding:93px 50px 40px 100px;width:633px;left:-633px}}@media (max-width: 767px){.sidebar-visible #sidebar{padding-top:110px}}.nav-active #sidebar{left:0;opacity:1;visibility:visible}#sidebar .nav-opener{margin:55px 0 0 -111px}@media (max-width: 767px){#sidebar .nav-opener{position:relative;margin:-23px 0 23px;display:block}}#sidebar .nav-opener span:before,#sidebar .nav-opener span:after{top:5px;background-color:#fff}#sidebar .nav-opener span:before{transform:rotate(-45deg)}#sidebar .nav-opener span:after{transform:rotate(45deg)}.sidebar-visible #sidebar .sidebar-title{display:none}#sidebar .logo{display:block;width:94px;margin-bottom:32px}@media (max-width: 767px){#sidebar .logo{margin-bottom:9px}}#sidebar .title{display:block;font-size:30px;font-weight:700;padding-bottom:28px;margin-bottom:36px;position:relative}@media (max-width: 767px){#sidebar .title{font-size:20px}}#sidebar .title:after{content:'';position:absolute;width:33px;height:4px;background:#fff;bottom:0;left:0}#sidebar .section-navigator{font-weight:500;font-size:22px;line-height:1.27}@media (max-width: 767px){#sidebar .section-navigator{font-size:16px}}#sidebar .section-navigator li{margin-bottom:36px}@media (max-width: 767px){#sidebar .section-navigator li{margin-bottom:17px}}#sidebar .section-navigator li.active a{color:#323642}#sidebar .section-navigator a{color:#fff;cursor:pointer}#sidebar .section-navigator a:hover{color:#323642}.appearing-chart-donut>*{opacity:0;transition:opacity 1.2s ease-out}.appearing-chart-donut.is-appeared>*{opacity:1}.chart-donut{position:relative;padding-top:25%;margin-left:auto;margin-right:auto;max-width:720px;min-height:89px}.chart-donut svg{position:absolute;top:0;right:0;bottom:0;left:0}.svg-map-animate [id^=map_us_company]{opacity:0;transform:translateX(-20px);transition:opacity 1s cubic-bezier(0.37, 0.01, 0, 0.98),transform 0.5s cubic-bezier(0.37, 0.01, 0, 0.98)}.svg-map-animate [id^=map_eu_company]{opacity:0;transform:translateX(-20px);transition:opacity 1s cubic-bezier(0.37, 0.01, 0, 0.98),transform 0.5s cubic-bezier(0.37, 0.01, 0, 0.98)}.is-appeared .svg-map-animate [id^=map_us_company]{opacity:1;transform:none}.is-appeared .svg-map-animate [id^=map_eu_company]{opacity:1;transform:none}.animation-car-wrapper{position:relative;height:0;padding-bottom:50%}.animation-car-wrapper svg{position:absolute;display:block;width:100%;left:0;top:0;height:100%}#route-slider{position:absolute;left:12%;top:44%;height:50%;right:18%;pointer-events:none}#route-slider .handle{height:100%;line-height:60px;border-radius:3px;pointer-events:auto}#route-slider .value{padding:0 0 0 5px;font-size:30px;font-weight:bold}.dragdealer .handle{position:absolute;top:0;left:0;cursor:pointer}.dragdealer .red-bar{width:100px;height:30px;font-size:14px;line-height:30px;text-align:center}@-webkit-keyframes sliderLeftRight{0%{transform:translateX(-10px)}50%{transform:translateX(10px)}100%{transform:translateX(-10px)}}@keyframes sliderLeftRight{0%{transform:translateX(-10px)}50%{transform:translateX(10px)}100%{transform:translateX(-10px)}}.animation-car-wrapper #animation_car_slider{position:relative;display:block}.animation-car-wrapper.initialized #animation_car_slider{-webkit-animation-name:sliderLeftRight;animation-name:sliderLeftRight;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(0.37, 0.01, 0, 0.98);animation-timing-function:cubic-bezier(0.37, 0.01, 0, 0.98)}.animation-car-wrapper.drag-active #animation_car_slider{-webkit-animation:none !important;animation:none !important}.appearing-city-panel>.box-slide{opacity:0;transform:translate3d(0, 75px, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:opacity 1.2s cubic-bezier(0.5, 0, 0, 1),transform 1s cubic-bezier(0.5, 0, 0, 1)}.appearing-city-panel.is-appeared>.box-slide{opacity:1;transform:none}@media (min-width: 1024px){.appearing-city-panel.delay-desktop>.box-slide{transition-delay:0.15s}}[data-appear-block]>*,[data-appear-block-delayed]>*{-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;transform:translateY(75px);transition:opacity 1.2s cubic-bezier(0.5, 0, 0, 1),transform 1s cubic-bezier(0.5, 0, 0, 1)}[data-appear-block].is-appeared>*,[data-appear-block-delayed].is-appeared>*{opacity:1;transform:none}[data-appear-block][data-appear-block="zoom-in"]>*,[data-appear-block-delayed][data-appear-block="zoom-in"]>*{transform:scale(0.8)}[data-appear-block][data-appear-block="zoom-in"].is-appeared>*,[data-appear-block-delayed][data-appear-block="zoom-in"].is-appeared>*{opacity:1;transform:none}[data-appear-block][data-appear-block="from-left"]>*,[data-appear-block-delayed][data-appear-block="from-left"]>*{transform:translateX(-75px)}[data-appear-block][data-appear-block="from-left"].is-appeared>*,[data-appear-block-delayed][data-appear-block="from-left"].is-appeared>*{opacity:1;transform:none}[data-appear-block][data-appear-block="from-right"]>*,[data-appear-block-delayed][data-appear-block="from-right"]>*{transform:translateX(75px)}[data-appear-block][data-appear-block="from-right"].is-appeared>*,[data-appear-block-delayed][data-appear-block="from-right"].is-appeared>*{opacity:1;transform:none}[data-appear-block][data-appear-block="fade-in"]>*,[data-appear-block-delayed][data-appear-block="fade-in"]>*{transform:none}[data-appear-block][data-appear-block="fade-in"].is-appeared>*,[data-appear-block-delayed][data-appear-block="fade-in"].is-appeared>*{opacity:1;transform:none}[data-appear-group] [data-appear-group-item]{-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;transform:translateY(75px);transition:opacity 1.2s cubic-bezier(0.5, 0, 0, 1),transform 1s cubic-bezier(0.5, 0, 0, 1)}[data-appear-group].is-appeared [data-appear-group-item]{opacity:1;transform:none}#cover{padding:19px 0;position:relative}@media (max-width: 767px){#cover .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:44px}}#cover .nav-opener{margin:-17px 0 0 -120px}@media (max-width: 1379px){#cover .nav-opener{margin-left:-68px}}@media (max-width: 1259px){#cover .nav-opener{position:relative;margin:-49px 0 0;vertical-align:top;display:inline-block}}@media (max-width: 767px){#cover .nav-opener{margin-top:0}}#cover .logo{display:block;width:134px;margin-bottom:44px}@media (max-width: 767px){#cover .logo{width:120px;margin:4px 0 0}}#cover .logo img{display:block}#cover .content{float:left;width:54.33%;padding-top:100px;font-size:20px}@media (max-width: 1023px){#cover .content{width:67.33%}}@media (max-width: 767px){#cover .content{padding-top:20px;width:100%;float:none}}@media (min-width: 768px){#cover .img{height:643px;position:absolute;right:0;max-width:1000px;z-index:-1;top:0;bottom:0;display:flex;align-items:center;justify-content:flex-end;width:54%}}@media (min-width: 1024px){#cover .img{width:66%;max-width:1119px}}@media (max-width: 767px){#cover .img{margin:-3px -33px 0 -46px}}#cover .img svg,#cover .img img{width:100%}#cover h1{font-weight:700;font-size:60px;line-height:1.13;margin-bottom:24px}@media (max-width: 767px){#cover h1{font-size:38px;line-height:1.22;margin-bottom:14px}}#cover p{max-width:440px;margin-bottom:41px}@media (max-width: 767px){#cover p{margin-bottom:27px}}#overview{padding-top:71px}@media (max-width: 767px){#overview{padding-top:12px}}#top-employers{padding-top:83px}@media (max-width: 767px){#top-employers{padding-top:60px}}#top-employers .section-title{margin-bottom:1px}#top-employers .block-red{color:#fff;padding:57px 0}#top-employers .block-red:before{background:url("/page/brand-health-report/img/stripe--red.png") no-repeat 50% 50%/auto 100%}#top-employers .block-red h3{font-size:20px;font-weight:500;margin-bottom:43px}@media (max-width: 767px){#top-employers .block-red h3{margin-bottom:20px}}#top-employers .two-col{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:35px}#top-employers .two-col .col{width:45.1%}@media (max-width: 1023px){#top-employers .two-col .col{width:calc(50% - 15px)}}@media (max-width: 767px){#top-employers .two-col .col{width:100%}}@media (max-width: 767px){#top-employers .two-col .col:last-child{margin-top:30px}}#top-employers .btn-wrap{position:relative;z-index:2;text-align:center;margin:-24px 0 41px}#top-employers .btn-wrap ~ p{margin-bottom:19px}#top-employers .btn-wrap ~ p i{color:rgba(34,34,34,0.52)}#top-employers .btn span,#top-employers .btn i{display:block}#top-employers .btn i{font-style:normal;display:none}#top-employers.active .btn i{display:inline}#top-employers.active .btn span{display:none}.list-employers>li{display:flex;align-items:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}@media (max-width: 1023px){.list-employers>li{font-size:12px}}.list-employers>li.head{font-size:12px;text-transform:uppercase;font-weight:700;margin-bottom:17px;letter-spacing:1.2px}@media (max-width: 767px){.list-employers>li.head{font-size:10px;letter-spacing:0}}.list-employers>li:not(.head){background:#fff;border-radius:30px;color:rgba(64,76,96,0.9);height:50px;margin-bottom:12px}.list-employers>li:not(.head):hover{transform:scale(1.03);box-shadow:0 0 9px rgba(255,255,255,0.5)}.list-employers>li:not(.head) .col-rank{height:50px;border-radius:50%;background:#333;color:#fff;font-size:20px;font-weight:500;text-align:center;padding:10px 5px}.list-employers>li:nth-child(11) ~ li{display:none}#top-employers.active .list-employers>li:nth-child(11) ~ li{display:flex}.list-employers>li .col-rank{width:50px;margin-right:34px}@media (max-width: 1023px){.list-employers>li .col-rank{margin-right:16px}}@media (max-width: 767px){.list-employers>li .col-rank{margin-right:10px}}.list-employers>li .col-company{flex:1}.list-employers>li .col-company img{display:block}@media (max-width: 1023px){.list-employers>li .col-company img{max-width:74px}}@media (max-width: 767px){.list-employers>li .col-company img{max-width:54px}}.list-employers>li .col-location{width:135px;padding-right:10px}@media (max-width: 1023px){.list-employers>li .col-location{width:104px}}@media (max-width: 767px){.list-employers>li .col-location{width:97px}}.list-employers>li .col-bpi{width:54px;padding-right:10px}.cta-more{background:#404C60;position:relative;z-index:1;overflow:hidden;color:#fff;margin-top:54px;padding:35px 0 38px}@media (max-width: 767px){.cta-more{padding:42px 0}}.cta-more:after{content:'';position:absolute;top:0;bottom:0;right:-100px;width:calc(50% + 124px);background-color:rgba(95,110,134,0.3);transform:skewX(-16deg);z-index:-1}.cta-more .container{display:flex;flex-wrap:wrap;justify-content:space-between}.cta-more .container:after{content:none}.cta-more .col{width:calc(50% - 89px)}@media (max-width: 1023px){.cta-more .col{width:calc(50% - 30px)}}@media (max-width: 767px){.cta-more .col{width:100%}}@media (max-width: 767px){.cta-more .col+.col{margin-top:38px}}.cta-more .subtitle{display:block;color:#e82f3a;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1.75px;margin-bottom:9px}.cta-more h3{font-size:22px;line-height:1.27;margin-bottom:5px}.cta-more p{margin-bottom:18px}#local-leaderboards{padding:91px 0 0}@media (max-width: 767px){#local-leaderboards{padding-top:60px}}#local-leaderboards h3{font-size:22px;line-height:1.45;font-weight:700}@media (max-width: 767px){#local-leaderboards h3{font-size:18px}}@media (min-width: 1024px){#local-leaderboards h3.h2{font-size:26px}}.hometown-heroes{padding:30px 0 60px;text-align:center;font-size:17px}.hometown-heroes h3{margin-bottom:8px}.hometown-heroes .map{margin:39px -30px 0}@media (max-width: 1199px){.hometown-heroes .map{margin:39px -18px 0}}@media (min-width: 768px){.hometown-heroes .map{display:flex;align-items:flex-end}}@media (min-width: 768px){.hometown-heroes .map .map1{width:86%}}@media (min-width: 768px){.hometown-heroes .map .map2{width:33%;margin:0 0 27px -21%}}@media (max-width: 767px){.hometown-heroes .map .map2{max-width:53%}}.hometown-heroes .map>div svg{width:100%;height:auto;display:block}.employer-brands:before{transform:skewY(-6deg);top:233px;bottom:176px;background:url("/page/brand-health-report/img/stripe--gray.png") repeat 50% 0/100% auto}.employer-brands h2{text-align:center;margin-bottom:50px;font-weight:700}@media (max-width: 767px){.employer-brands h2{margin-bottom:30px}}.employer-brands .inner-wrap{display:flex;flex-wrap:wrap;margin:0 -20px}.employer-brands .inner-wrap .col{width:50%;padding:0 20px 40px;position:relative;display:flex}@media (max-width: 1023px){.employer-brands .inner-wrap .col{width:100%}}.employer-brands .inner-wrap .slick-arrow{width:16px;height:30px;background-size:cover;border:none;text-indent:-9999px;overflow:hidden;white-space:nowrap;outline:none;cursor:pointer;background-color:transparent;background-size:16px 30px;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%)}.employer-brands .inner-wrap .slick-arrow.slick-disabled{cursor:not-allowed;opacity:.35}.employer-brands .inner-wrap .slick-prev{left:-44px;background-image:url("/page/brand-health-report/img/chevron-left.svg");background-position:50% 50%}@media (max-width: 767px){.employer-brands .inner-wrap .slick-prev{left:-23px}}.employer-brands .inner-wrap .slick-next{right:-44px;background-image:url("/page/brand-health-report/img/chevron-right.svg");background-position:50% 50%}@media (max-width: 767px){.employer-brands .inner-wrap .slick-next{right:-23px}}.box-slide{box-shadow:0px 5px 30px rgba(0,0,0,0.06);background:#fff;padding:46px 14%;position:relative;width:100%;min-height:724px}@media (max-width: 1199px){.box-slide{padding:46px 12%}}@media (max-width: 767px){.box-slide{padding:40px 30px}}.box-slide .head{display:flex;align-items:center;justify-content:center;margin-bottom:29px}@media (max-width: 767px){.box-slide .head img{width:50px}}.box-slide .head span{font:700 30px/1.21 "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;color:#2AA3DD;text-decoration:underline;padding-left:25px}@media (max-width: 767px){.box-slide .head span{font-size:18px}}.box-slide h3{margin:0 0 11px;text-align:center}.box-slide table{width:100%;font-size:16px;line-height:1.19;margin-bottom:23px}@media (max-width: 767px){.box-slide table{font-size:14px}}.box-slide table th,.box-slide table td{border-bottom:1px solid #e9eef7;padding:4px 0;text-align:left;height:36px}.box-slide table th:first-child,.box-slide table th:last-child,.box-slide table td:first-child,.box-slide table td:last-child{text-align:center}.box-slide table th:first-child,.box-slide table td:first-child{width:79px;padding-right:10px}@media (max-width: 767px){.box-slide table th:first-child,.box-slide table td:first-child{width:50px;padding-right:5px}}.box-slide table th:last-child,.box-slide table td:last-child{width:57px}.box-slide table th{color:#e82f3a;text-transform:uppercase;font:700 12px/1.2 "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif}@media (max-width: 767px){.box-slide table th{font-size:10px}}.box-slide table td strong{font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;font-weight:500}.box-slide table .no{width:30px;height:30px;background:#333;border-radius:50%;color:#fff;font:500 15px/32px "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;display:inline-block}.box-slide .btn-wrap{text-align:center;margin-bottom:33px}.box-slide .btn-wrap .btn{padding:11px 18px 10px;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;font-weight:400}.box-slide .body-center{display:flex !important;flex-wrap:wrap;align-items:flex-start;min-height:518px}.box-slide .body-center>div{width:100%}.box-slide .media-no .item{padding:30px 20px}.box-slide .media-no .item+.item{border-top:1px solid #e9eef7}.box-slide .media-no strong{color:#e82f3a;font-size:50px;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;line-height:1;display:block}.box-slide .list--check{max-width:257px;margin:22px auto}.ad{max-width:1012px;margin:81px auto 0;background:#333;color:#fff;border-radius:4px}@media (min-width: 768px){.ad{display:flex}}.ad>img{-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.ad>img{width:160px}}@media (max-width: 767px){.ad>img{height:182px;width:100%}}.ad .body{padding:30px 26px}@media (min-width: 768px){.ad .body{padding:30px 45px;flex:1;display:flex;align-items:center}}.ad .body>div{flex:1;padding-right:20px}@media (max-width: 767px){.ad .body>div{padding-right:0;margin-bottom:20px}}.ad .body h3{font-size:24px !important;margin-bottom:6px}@media (max-width: 767px){.ad .body h3{font-size:20px}}.ad .body p{max-width:400px}.svg-link{display:block;position:relative;z-index:1}#preferences-and-motivators{padding-top:86px}@media (max-width: 767px){#preferences-and-motivators{padding-top:60px}}.box-media{background:#f4f5f7;position:relative;overflow:hidden;text-align:center;padding:61px 50px 69px;margin-top:50px}@media (max-width: 767px){.box-media{padding:50px 20px 69px}}.box-media h3{max-width:700px;margin:0 auto 31px;font-size:30px}@media (max-width: 767px){.box-media h3{font-size:22px;margin-bottom:22px}}.box-media h4{max-width:600px;margin:0 auto 24px}@media (max-width: 767px){.box-media h4{font-size:18px}}.box-media .social-links{right:34px;bottom:35px}@media (max-width: 767px){.box-media .social-links{right:20px;bottom:20px}}.box-media .list--progress li{justify-content:center}@media (max-width: 767px){.box-media .list--progress li{margin-bottom:15px}}@media (min-width: 768px){.box-media .list--progress .title{width:335px}}.box-media .list--progress .progress{height:17px;background:#c7d3e3}@media (min-width: 768px){.box-media .list--progress .progress{width:300px}}@media (min-width: 768px){.box-media .list--progress .val{font-size:26px;width:72px}}.box-media .companies-list{text-align:left}@media (min-width: 768px){.box-media .companies-list{padding-left:126px;display:flex}}@media (min-width: 768px){.box-media .companies-list .col{flex:0 0 50%;width:50%}}.box-media .companies-list .col>div{padding-left:26px;position:relative;margin-bottom:26px}.box-media .companies-list .col>div .number{font:500 24px/1.2 "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;text-align:center;color:#e82f3a;position:absolute;left:0;top:0}@media (min-width: 768px){.box-media .list--no--wrap{max-width:600px;margin:0 auto}}@media (max-width: 767px){.box-media .list--no--wrap{display:inline-block;vertical-align:top}}.box-media .list--user--wrap{max-width:225px;margin:0 auto}@media (min-width: 768px){.box-media .list--user--wrap{max-width:670px}}.box-media .list--user{text-align:left;margin:0 auto}@media (min-width: 768px){.box-media .list--user{display:flex;margin:36px 0 0 60px}}@media (min-width: 768px){.box-media .list--user .col{flex:0 0 50%;width:50%}}.box-media .list--user .col>div{position:relative;display:flex;align-items:center;min-height:54px;padding:7px 0 8px 57px;margin-bottom:8px}.box-media .list--user .col>div .number{border-radius:50%;position:absolute;left:0;top:14px;background:#e82f3a;width:40px;height:40px;font:500 18px/40px "Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;text-align:center;color:#fff}.box-media .list--user img{margin-right:13px}.box-media .list--user span{flex:1}.bm-building .img{margin-left:-20px;margin-right:-20px;margin-top:-30px}@media (min-width: 768px){.bm-building .img{margin-top:-50px;margin-left:-50px;margin-right:-50px}}#offer-accepted{padding-top:93px}@media (max-width: 767px){#offer-accepted{padding-top:60px}}.faq{margin-top:52px}.faq>li{border:1px solid #e3e4e6;background:#f4f5f7;margin-bottom:20px;border-radius:4px;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}.faq>li:not(.active):hover{box-shadow:0 0 30px rgba(0,0,0,0.06)}.faq .active{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.06)}.faq .active .opener:after{transform:rotate(45deg)}.faq .active .slide{display:block}.faq .opener:before,.faq .slide:before{content:'A:';color:#e82f3a;float:left;margin-left:-32px;font-weight:700;font-size:22px;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif}@media (max-width: 767px){.faq .opener:before,.faq .slide:before{font-size:18px}}.faq .opener{border-radius:4px;display:block;padding:22px 71px;font-weight:700;font-size:22px;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;color:#2d3a4f;position:relative}@media (max-width: 767px){.faq .opener{padding:22px 46px;font-size:18px;line-height:1.3}}.faq .opener:before{content:'Q:'}.faq .opener:after{content:'';width:22px;height:22px;position:absolute;top:26px;right:40px;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRTgyRjNBO30KPC9zdHlsZT4KPHJlY3QgeT0iOS42IiBjbGFzcz0ic3QwIiB3aWR0aD0iMjIiIGhlaWdodD0iMi44Ii8+CjxyZWN0IHg9IjkuNiIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOCIgaGVpZ2h0PSIyMiIvPgo8L3N2Zz4K") no-repeat;transition:transform .3s ease-in-out}@media (max-width: 767px){.faq .opener:after{top:22px;right:16px}}.faq .slide{padding:10px 59px 31px 89px;display:none}@media (max-width: 1023px){.faq .slide{padding-left:71px}}@media (max-width: 767px){.faq .slide{padding:10px 30px 31px 46px}}.faq .slide:before{margin:-4px 0 0 -50px}@media (max-width: 1023px){.faq .slide:before{margin-left:-32px}}@media (max-width: 767px){.faq .slide:before{margin-top:-1px}}@media (min-width: 1024px){.faq .row{display:flex;flex-wrap:wrap;justify-content:space-between}}@media (min-width: 1024px){.faq .col-left{width:56%}}.faq .col-right{margin-top:35px}@media (min-width: 768px){.faq .col-right{margin-top:52px}}@media (min-width: 1024px){.faq .col-right{width:37%;margin-top:9px}}.faq p{margin-bottom:26px}.faq p a{color:#2AA3DD}.faq p a:hover{color:#090b1f}.faq h3{font-size:20px;line-height:1.31;margin-bottom:28px}@media (max-width: 767px){.faq h3{font-size:18px}}.faq .box-recommend{border-radius:5px;background:#e82f3a url("/page/brand-health-report/img/bg-01.png") no-repeat 0 0/cover;position:relative;color:#fff;padding:36px}@media (max-width: 767px){.faq .box-recommend{padding:24px;font-size:14px}}.faq .box-recommend:before{content:'';position:absolute;right:100%;top:38px;height:0;width:0;border-bottom:10px solid rgba(0,0,0,0);border-right:10px solid #e82f3a;border-top:10px solid rgba(0,0,0,0);border-right-width:16px}@media (max-width: 1023px){.faq .box-recommend:before{right:auto;left:36px;top:-16px;transform:rotate(90deg)}}.faq .box-recommend .title{display:block;font-family:"Gotham","Arial","Helvetica Neue","Helvetica",sans-serif;font-size:18px;margin-bottom:8px}@media (max-width: 767px){.faq .box-recommend .title{font-size:16px}}.faq .box-recommend a{color:#fff;text-decoration:underline}.faq .box-recommend a:hover{text-decoration:none}#retaining-top-talent{padding:93px 0}@media (max-width: 767px){#retaining-top-talent{padding:60px 0 50px}}#conclusion{background:#f4f5f7;padding-top:70px}@media (max-width: 767px){#conclusion{padding-top:60px}}.more-insights{margin-top:72px}@media (max-width: 767px){.more-insights{margin-top:60px}}.more-insights h2{font-weight:700;margin-bottom:27px}@media (min-width: 768px){.more-insights h2{font-size:30px}}.more-insights .row{margin:0 -19px;display:flex;flex-wrap:wrap}@media (max-width: 1023px){.more-insights .row{margin:0 -10px}}.more-insights .col{width:33.33%;padding:0 19px 38px;display:flex}@media (max-width: 1023px){.more-insights .col{padding:0 10px 20px}}@media (max-width: 767px){.more-insights .col{width:100%}}.card{display:block;width:100%;background:#fff;padding:30px;color:rgba(45,58,79,0.9);box-shadow:0px 5px 30px rgba(0,0,0,0.06)}.card:hover{color:rgba(45,58,79,0.9)}.card img{border-radius:4px;margin-bottom:20px}.card .title{display:block;font-weight:700;font-size:19px;margin-bottom:5px}.card p{margin-bottom:8px}.card .more{color:#e82f3a;display:block;margin-bottom:4px}#methodology{background:#f4f5f7;padding:51px 0 69px}#about{background:#353d4d;padding:78px 0;color:#fff}#about a{color:#2AA3DD}#about a:hover{color:#6cbfe8}

