html#snilld.agent.page.impaq:not(.js_active) {
  overflow-y: scroll !important;
}
html#snilld.agent.page.impaq:not(.js_active) ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
html#snilld.agent.page.impaq:not(.js_active) ::-webkit-scrollbar-thumb:hover {
  background: #5777b2;
}
html#snilld.agent.page.impaq:not(.js_active) ::-webkit-scrollbar-thumb {
  background: #5777b2;
  border-radius: 10px;
  border: 3px solid #5777b2;
}
html#snilld.agent.page.impaq:not(.js_active) ::-webkit-scrollbar-track {
  background: #fff;
}
html#snilld.agent.page.impaq:not(.js_active) .smallheader {
  border-bottom: 1px solid #555;
  height: 90px;
}
html#snilld.agent.page.impaq:not(.js_active) .smallheader .header-container .site-logo img#company-logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 200px;
}
html#snilld.agent.page.impaq:not(.js_active) .scrolled header.smallheader {
  height: 45px;
  background-color: #fff;
}
html#snilld.agent.page.impaq:not(.js_active) .scrolled header.smallheader .header-container .site-logo {
  -webkit-filter: none;
          filter: none;
}
html#snilld.agent.page.impaq:not(.js_active) .scrolled header.smallheader .header-container .site-logo img#company-logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent {
  top: 90px;
  overflow-y: auto;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .survey-message--center {
  text-align: center;
  margin: 40px auto;
  max-width: 600px;
  color: #333;
  font-size: 18px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #first_name,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #last_name,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #gender,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #survey_group,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #company_name,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #survey_age_years,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #survey_years_current_position {
  width: 320px;
  border: 1px solid #5777b2;
  border-radius: 0px;
  padding: 10px;
  margin: 10px 0;
  width: 250px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #gender,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #survey_group {
  width: 270px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container #save-profile-details {
  margin-top: 30px;
  background-color: #5777b2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #profile-completion-container label {
  text-align: left;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: -16px;
  margin-top: 10px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users {
  padding-bottom: 150px;
  background-color: #f3f3f3;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users .invite_Users_container {
  width: 1200px;
  margin: 0 auto;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users .invite_Users_container h3 {
  margin-bottom: 20px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users .invite_Users_container h3:before {
  content: '';
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5777b2;
  margin-right: 10px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users .invite_Users_container .invite_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users .invite_Users_container .invite_container .invite-row {
  color: #5777b2;
  width: 33%;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users .invite_Users_container .invite_container .invite-row label {
  width: 100%;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users .invite_Users_container .invite_container .invite-row input.surveyEmail[type="email"] {
  width: 320px;
  border: 1px solid #5777b2;
  border-radius: 0px;
  padding: 10px;
  margin: 10px 0;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent .invite_Users #invite-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent button {
  background-color: #5777b2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #survey-container {
  margin: 100px auto;
  max-width: 1200px;
  min-height: 33.33vh;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #survey-container #addEmail,
html#snilld.agent.page.impaq:not(.js_active) #mainContent #survey-container #sendEmail {
  margin: 0px 20px 0 0;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #survey-container #survey-question {
  text-align: center;
  font-size: larger;
  padding: 100px 0 0;
}
html#snilld.agent.page.impaq:not(.js_active) #mainContent #survey-container #survey-status {
  border-top: 1px solid #5777b2;
  width: 1200px;
  text-align: center;
  padding: 20px 0;
  position: static;
  -webkit-transform: none;
          transform: none;
}
html#snilld.agent.page.impaq:not(.js_active) label {
  text-align: center;
  width: 114px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html#snilld.agent.page.impaq:not(.js_active) label .option-text {
  border-top: 1px solid rgba(0,0,0,0.251);
  border-bottom: 1px solid rgba(0,0,0,0.251);
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
html#snilld.agent.page.impaq:not(.js_active) label input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40px;
  height: 40px;
  border: 2px solid #5777b2;
  border-radius: 50%;
  outline: none;
  background-color: #e6ecf5;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
html#snilld.agent.page.impaq:not(.js_active) label input[type="radio"]:checked {
  background-color: #fff;
  border: 2px solid #5777b2;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
html#snilld.agent.page.impaq:not(.js_active) label input[type="radio"]:hover {
  border-color: #4368a3;
}
html#snilld.agent.page.impaq:not(.js_active) label input[type="radio"]:checked::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5777b2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
html#snilld.agent.page.impaq:not(.js_active) footer {
  display: none;
}
.survey-message--center {
  text-align: center;
  margin: 40px auto;
  max-width: 600px;
  color: #333;
  font-size: 18px;
}
body.impaq-survey-page .bm-nav-list a[href*="/survey/"] {
  display: none;
}
body.impaq-survey-page .bm-content-shell {
  padding-top: 0;
  padding-bottom: 0;
}
body.impaq-survey-page .bm-entry-title {
  display: none;
}
body.impaq-survey-page .bm-content-shell .entry-content {
  margin-top: 0;
}
body.impaq-survey-page .impaq-survey-version {
  margin: 0;
  padding: 8px 16px 12px;
  color: #6b7280;
  background: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.impaq-survey#survey-container {
  margin: 100px auto;
  max-width: 1200px;
  min-height: 33.33vh;
  color: #333;
}
.impaq-survey {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.impaq-survey * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.impaq-survey button {
  background-color: #5777b2;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.impaq-survey button:hover {
  background-color: #4368a3;
}
.impaq-survey #survey-question {
  text-align: center;
  font-size: larger;
  padding: 100px 0 0;
}
.impaq-survey #survey-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.impaq-survey #survey-options label {
  text-align: center;
  width: 114px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
}
.impaq-survey #survey-options label .option-text {
  border-top: 1px solid rgba(0,0,0,0.251);
  border-bottom: 1px solid rgba(0,0,0,0.251);
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.impaq-survey #survey-options label input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40px;
  height: 40px;
  border: 2px solid #5777b2;
  border-radius: 50%;
  outline: none;
  background-color: #e6ecf5;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.impaq-survey #survey-options label input[type="radio"]:checked {
  background-color: #fff;
  border: 2px solid #5777b2;
  width: 40px;
  height: 40px;
}
.impaq-survey #survey-options label input[type="radio"]:hover {
  border-color: #4368a3;
}
.impaq-survey #survey-options label input[type="radio"]:checked::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5777b2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.impaq-survey #survey-next-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.impaq-survey #survey-next {
  display: inline-block;
  margin: 0 auto;
}
.impaq-survey #survey-next-indicator {
  display: block;
  margin-top: 0.5em;
}
.impaq-survey #survey-status {
  border-top: 1px solid #5777b2;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  padding: 20px 0;
  position: static;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto 50px;
}
.impaq-survey #survey-read {
  text-align: center;
}
.impaq-survey #survey-read audio {
  display: none;
}
.impaq-survey-profile#profile-completion-container {
  margin: 100px auto;
  max-width: 400px;
  height: auto;
  min-height: 660px;
}
.impaq-survey-profile#profile-completion-container h3 {
  color: #333;
}
.impaq-survey-profile#profile-completion-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.impaq-survey-profile#profile-completion-container label {
  text-align: left;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: -16px;
  margin-top: 10px;
}
.impaq-survey-profile#profile-completion-container input[type="text"],
.impaq-survey-profile#profile-completion-container input[type="number"],
.impaq-survey-profile#profile-completion-container select {
  width: 250px;
  border: 1px solid #5777b2;
  border-radius: 0;
  padding: 10px;
  margin: 10px 0;
}
.impaq-survey-profile#profile-completion-container select {
  width: 270px;
}
.invite_Users {
  padding-bottom: 150px;
  background-color: #f3f3f3;
}
.invite_Users .invite_Users_container {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.invite_Users .invite_Users_container h3 {
  margin-bottom: 20px;
}
.invite_Users .invite_Users_container h3:before {
  content: '';
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5777b2;
  margin-right: 10px;
}
.invite_Users .invite_Users_container .invite_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}
.invite_Users .invite_Users_container .invite_container .invite-row {
  color: #5777b2;
  width: 33%;
}
.invite_Users .invite_Users_container .invite_container .invite-row label {
  width: 100%;
}
.invite_Users .invite_Users_container .invite_container .invite-row input.surveyEmail[type="email"] {
  width: 320px;
  max-width: 100%;
  border: 1px solid #5777b2;
  border-radius: 0;
  padding: 10px;
  margin: 10px 0;
}
.invite_Users #invite-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}
.invite_Users #invite-buttons button {
  background-color: #5777b2;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 800px) {
  .impaq-survey #survey-options {
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .impaq-survey #survey-question {
    padding-top: 60px;
  }
  .invite_Users .invite_Users_container .invite_container .invite-row {
    width: 100%;
  }
  .invite_Users #invite-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
#survey-container {
  margin: 100px auto;
  max-width: 900px;
  min-height: 33.33vh;
}
.survey-complete-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50vh;
  text-align: center;
  padding: 2rem;
}
.survey-complete-message p {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.5;
}
#survey-question {
  text-align: center;
  font-size: larger;
}
#survey-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#survey-next-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#survey-next {
  display: inline-block;
  margin: 0 auto;
}
#survey-next-indicator {
  display: block;
  margin-top: 0.5em;
}
#survey-status {
  position: absolute;
  margin-top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 50px;
}
#survey-read {
  text-align: center;
}
#survey-read audio {
  display: none;
}
#profile-completion-container {
  margin: 100px auto;
  max-width: 400px;
  height: 660px;
}
