/* Piccto Reset */

.page-persoenlichkeitstest .container > [class^='col'] {
    width:auto!important;
}
.zx-forms * {
    font-family:var(--primary-fonts)!important;
}
.zx-init-heading h2 {
    font-size:2.0rem;
}
.zx-init-heading p {
    font-size:1rem;
}
.zx-instructions-list ul li p {
    font-size:0.95rem;
}
.zx-steps-navigation {
    padding:35px 0!important;
}
.zx-forms button {
    min-height:55px!important;
    padding:0 25px!important;
    justify-content:center!important;
    align-items:center!important;
    margin:20px 10px!important;
	cursor: pointer;
}

:root {
    --primary-gradient: linear-gradient(247.56deg, #0b45dc 10.42%, #39A0ED 87.51%);
    --primary-bg: #0b45dc;
    --light-bg: #ffffff;
    --primary-text: #0b45dc;
    --secondary-text: #434349;
    --dark-text: #05040D;
    --primary-fonts: 'Barlow', sans-serif !important;
    --btn-shadow: box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.mb-35{
    margin-bottom: 35px !important;
}
.p-35{
    padding: 35px !important;
}
.zx-forms {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E7;
    box-shadow: 1px 1px 19px rgba(65, 57, 217, 0.15);
    border-radius: 10px;
    overflow: hidden;
    max-width: 1040px !important;
    width: 100%;
    margin: 35px 0;
}
.zx-init-content {
    padding: 35px;
}
.zx-init-heading {
    margin-bottom: 20px;
}
.zx-init-heading h2 {
    font-family: var(--primary-fonts);
    font-style: normal !important;
    font-weight: 600 !important;
    /*font-size: 28px !important;*/
    color: var(--dark-text) !important;
    margin-bottom: 15px;
}
.zx-init-heading p {
    font-family: var(--primary-fonts);
    font-style: normal !important;
    font-weight: 400 !important;
    /*font-size: 18px !important;*/
    color: #434349 !important;
}
.zx-instructions-list ul, 
.zx-instructions-list ul li {
    padding: 0 !important;
    list-style: none !important;
}
.zx-instructions-list ul > li {
    display: flex;
    flex-direction: row;
}
.zx-instructions-list ul > li:not(:last-child) {
    margin-bottom: 15px;
}
.zx-instructions-list ul li p {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 400;
    /*font-size: 14px;*/
    line-height: 135%;
    color: var(--secondary-text);
}
.zx-instructions-list ul > li:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-right: 12px;
}
.li-note:before {
    background-image: url(https://markuspohlestressmanagement.de/wp-content/uploads/new-hand-sign.webp);
}
.li-thumb:before {
    background-image: url(https://markuspohlestressmanagement.de/wp-content/uploads/new-thumb-sign.webp);
}
.li-clock:before {
    background-image: url(https://markuspohlestressmanagement.de/wp-content/uploads/new-clock-sign.webp);
}
.li-message:before {
    background-image: url(https://markuspohlestressmanagement.de/wp-content/uploads/new-message-sign.webp);
}
.zx-init-btn button {
    background: #0B45DC !important;
    outline: none !important;
    border: none !important;
    font-family: var(--primary-fonts) !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    text-align: center;
    color: #FFFFFF !important;
}
.zx-init-btn button {
    display: inline-flex;
    align-items: center;
}
.zx-init-btn button svg path {
    fill: #ffffff !important;
}
.zx-init-btn button svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
	display: none !important;
}
.zx-steps-bar span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(247.56deg, #0b45dc 10.42%, #39A0ED 87.51%);
    border-radius: 50px;
    transition: .1s width ease-out;
}
.zx-steps-bar {
    background-color: #F7F7FD;
    border-radius: 50px;
    height: 15px;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.zx-step-progress-count {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-text);
    line-height: 100%;
    margin-bottom: 10px;
}
.zx-step-progress-count span {
    color: #000;
    font-weight: 600;
}
.zx-steps-progress,
.zx-results{
    padding: 35px;
}
.zx-step table, 
.zx-step table th, 
.zx-step table td {
    border: none !important;
}
.zx-step table tbody > tr:nth-child(odd) {
    background: rgba(240, 239, 252, 0.5);
}
.zx-step-question {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #05040D;
}
.zx-step table tbody > tr > td:first-child {
    width: 50%;
    padding-left: 35px;
}
#zxForms1 .zx-step table tbody > tr > td:first-child {
    width: auto !important;
}
.zx-step table thead th {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #434349;
    line-height: 120%;
}
.zx-step table tbody > tr > td:not(:first-child) {
    text-align: center;
	vertical-align: middle !important;
}
.zx-step table tbody > tr > td input[type="radio"],
.zx-step input[type="radio"]{
    width: 18px !important;
    height: 18px !important;
    accent-color: var(--primary-text) !important;
    cursor: pointer !important;
}
.zx-steps-navigation {
    padding: 35px;
    text-align: center;
}
.zx-step-forward,
.zx-step-back,
.zx-step-back-1,
.primary-btn{
    background: #0B45DC !important;
    outline: none !important;
    border: none !important;
    font-family: var(--primary-fonts) !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    text-align: center;
    color: #FFFFFF !important;
}
.zx-step-back,
.zx-step-back-1{
    background: #ffffff !important;
    color: #05040D !important;
    border: 1px solid #E6E6E7 !important;
}
.zx-step-forward svg path,
.primary-btn svg path{
    fill: #ffffff !important;
}
.zx-step-back svg path,
.zx-step-back-1 svg path{
    fill: #05040D !important;
}
.zx-step-forward svg,
.primary-btn svg{
    width: 18px;
    height: 18px;
    margin-left: 10px;
	display: none !important;
}
.zx-step-back svg,
.zx-step-back-1 svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
	display: none !important;
}
button.zx-btn {
    min-width: 165px !important;
    min-height: 55px;
}
.zx-steps-navigation > button:not(:last-child) {
    margin-right: 30px;
}
.zx-input-heading {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #05040D;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: center;
}
.zx-input-wrapper input {
    background-color: #FFFFFF !important;
    border: 1px solid #E6E6E7 !important;
    border-radius: 5px !important;
    height: 40px;
    font-size: 16px;
    margin: 0;
    outline: none !important;
    padding: 10px 15px;
}
.zx-forms input::-webkit-outer-spin-button,
.zx-forms input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.zx-forms input[type=number] {
    -moz-appearance:textfield;
}
.zx-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.zx-radio span {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #434349;
}
.zx-radio > input {
    margin-right: 7px;
}
.zx-input-wrapper {
    text-align: center;
}
.zx-input-wrapper > label:not(:last-child) {
    margin-right: 15px;
}
.zx-note-1 {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px auto;
}
.zx-hide{
    display: none;
}
.zx-result-heading h3 {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #05040D;
}
.zx-result-paragraphs ul {
    padding-left: 0 !important;
}
.zx-result-paragraphs ul li {
    display: flex;
    align-items: center;
    list-style: none !important;
}
.zx-p-text {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #434349;
}
.zx-result-paragraphs p {
    line-height: 100%;
}
.zx-result-paragraphs ul li:before {
    content: '';
    display: inline-block;
    background-image: url(https://markuspohlestressmanagement.de/wp-content/uploads/new-hand-sign.webp);
    background-size: contain;
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    flex: 0 0 20px;
    margin-right: 10px;
}
.zx-result-heading {
    margin-bottom: 20px;
}
.zx-result-paragraphs ul > li:not(:last-child) {
    margin-bottom: 15px;
}
.zx-result-paragraphs {
    margin-bottom: 34px;
}
.zx-result-graphs {
    margin-bottom: 35px;
}
.zx-result-graphs img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.zx-result-text ul li p {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #434349;
    line-height: 145%;
}
.zx-result-text ul {
    list-style: none !important;
    padding-left: 0;
}
.zx-r-sign {
    color: #0b45dc;
}
.zx-result-text ul > li:not(:last-child) {
    margin-bottom: 15px;
}
.zx-result-text {
    margin-bottom: 35px;
}
.zx-field-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #F2F2F3;
    border-radius: 7px;
}
.zx-field-wrapper label {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #0b45dc;
    margin-bottom: 0 !important;
}
.zx-field-wrapper input[type="email"] {
    background-color: #FFFFFF;
    border: 1px solid #C0C0C2;
    border-radius: 5px;
    padding: 0 15px;
}
.zx-field-wrapper input[type="email"] {
    background-color: #FFFFFF;
    border: 1px solid #C0C0C2;
    border-radius: 5px;
    min-height: 40px;
    font-size: 16px;
    max-width: 350px;
    width: 100%;
}
.zx-checkbox-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 15px 0 35px 0;
	gap: 10px !important;
}
.zx-checkbox-group label {
    font-family: var(--primary-fonts);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #434349;
    margin-bottom: 0 !important;
    cursor: pointer;
}
.zx-checkbox-group label input[type="checkbox"] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-left: 5px;
    accent-color: #0b45dc;
}
.zx-email-submit {
    text-align: center;
}
.result-table td h6, 
.result-table td {
    font-size: 13px;
}
.result-table td h6
{
    font-weight: 700;
}
.text-center {
    text-align: center;
}
.result-table td {
    padding: 8px;
}
.N1, .N2, .N3, .N4, .N5, .N6, .N7, .N8, .N9, 
.E1, .E2, .E3, .E4, .E5, .E6, .E7, .E8, .E9,
.C1, .C2, .C3, .C4, .C5, .C6, .C7, .C8, .C9,
.A1, .A2, .A3, .A4, .A5, .A6, .A7, .A8, .A9,
.O1, .O2, .O3, .O4, .O5, .O6, .O7, .O8, .O9,
.LM1, .LM2, .LM3, .LM4, .LM5, .LM6, .LM7, .LM8, .LM9,
.MM1, .MM2, .MM3, .MM4, .MM5, .MM6, .MM7, .MM8, .MM9,
.SM1, .SM2, .SM3, .SM4, .SM5, .SM6, .SM7, .SM8, .SM9,
.H1, .H2, .H3, .H4, .H5, .H6, .H7, .H8, .H9{
    position: relative;
}

.N1.t-active:after, .N2.t-active:after, .N3.t-active:after, .N4.t-active:after, .N5.t-active:after, .N6.t-active:after, .N7.t-active:after, .N8.t-active:after, .N9.t-active:after,
.E1.t-active:after, .E2.t-active:after, .E3.t-active:after, .E4.t-active:after, .E5.t-active:after, .E6.t-active:after, .E7.t-active:after, .E8.t-active:after, .E9.t-active:after,
.C1.t-active:after, .C2.t-active:after, .C3.t-active:after, .C4.t-active:after, .C5.t-active:after, .C6.t-active:after, .C7.t-active:after, .C8.t-active:after, .C9.t-active:after,
.A1.t-active:after, .A2.t-active:after, .A3.t-active:after, .A4.t-active:after, .A5.t-active:after, .A6.t-active:after, .A7.t-active:after, .A8.t-active:after, .A9.t-active:after,
.O1.t-active:after, .O2.t-active:after, .O3.t-active:after, .O4.t-active:after, .O5.t-active:after, .O6.t-active:after, .O7.t-active:after, .O8.t-active:after, .O9.t-active:after,
.LM1.t-active:after, .LM2.t-active:after, .LM3.t-active:after, .LM4.t-active:after, .LM5.t-active:after, .LM6.t-active:after, .LM7.t-active:after, .LM8.t-active:after, .LM9.t-active:after,
.MM1.t-active:after, .MM2.t-active:after, .MM3.t-active:after, .MM4.t-active:after, .MM5.t-active:after, .MM6.t-active:after, .MM7.t-active:after, .MM8.t-active:after, .MM9.t-active:after,
.SM1.t-active:after, .SM2.t-active:after, .SM3.t-active:after, .SM4.t-active:after, .SM5.t-active:after, .SM6.t-active:after, .SM7.t-active:after, .SM8.t-active:after, .SM9.t-active:after,
.H1.t-active:after, .H2.t-active:after, .H3.t-active:after, .H4.t-active:after, .H5.t-active:after, .H6.t-active:after, .H7.t-active:after, .H8.t-active:after, .H9.t-active:after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #0b45dc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-animation 1s infinite;
}
table.result-table tr > td:nth-child(3), 
table.result-table tr > td:nth-child(4), 
table.result-table tr > td:nth-child(5), 
table.result-table tr > td:nth-child(6), 
table.result-table tr > td:nth-child(7), 
table.result-table tr > td:nth-child(8), 
table.result-table tr > td:nth-child(9), 
table.result-table tr > td:nth-child(10), 
table.result-table tr > td:nth-child(11) {
    width: 45px !important;
}
tr.tr-content > td:last-child {
    width: 160px;
}
.swal2-cancel,
.swal2-confirm{
    background-color:#3e61e1 !important;
    color: #fff !important;
    min-width: 120px;
    min-height: 45px;
    border-radius: 5px;
}
table.result-table, 
table.result-table td, 
table.result-table th {
    border: 1px solid #000 !important;
    border-collapse: collapse !important;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 13px rgba(0, 0, 0, 0);
    }
}
tr.tr-content > td:nth-child(6), 
tr.tr-content > td:nth-child(7), 
tr.tr-content > td:nth-child(8) {
    background-color: rgba(65, 57, 217, 0.08);
}

tr.tr-label > td:nth-child(5),
tr.tr-label > td:nth-child(6),
tr.tr-label > td:nth-child(7){
    background-color: rgba(65, 57, 217, 0.08);
}
.zx-person-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.zx-person-meta h4 {
    font-weight: 400 !important;
    margin: 0 !important;
}
.zx-person-meta h4 > span {
    font-weight: 700 !important;
}
.zx-person-meta > h4:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: #0b45dc;
    vertical-align: middle;
    margin: 0 15px;
    line-height: 100%;
}
.swal2-title{
	font-size: 28px !important;
}
.zx-init-btn button:hover,
button.zx-btn:hover{
    background-color: #F89623 !important;
}
.zx-step-back,
.zx-step-back-1 {
    background-color: #F89623 !important;
    color: #fff !important;
}
.zx-p-text a,
.zx-checkbox-group a{
    color: #0b45dc !important;
}
.zx-send-results.zx-sr-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    background-color: #F2F2F3;
    padding: 35px !important;
    margin-bottom: 35px;
}
.zx-sr-top-left {
    flex: 1;
    text-align: center;
}
.zx-send-results.zx-sr-top > form {
    flex: 0 0 45%;
}
.zx-sr-top-left img {
    display: inline-block !important;
    max-width: 250px !important;
}
.zx-send-results.zx-sr-top .zx-field-wrapper {
    display: block;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}
.zx-send-results.zx-sr-top .zx-checkbox-group {
    margin: 0 0 15px 0 !important;
    display: block;
}
.zx-send-results.zx-sr-top button.zx-btn.primary-btn {
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
}
.zx-send-results.zx-sr-top .zx-field-wrapper > label {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px !important;
}
.zx-send-results.zx-sr-top .zx-field-wrapper input[type="email"] {
    display: block;
    max-width: 100% !important;
    width: 100%;
    height: 50px;
}
a.link {
    color: #434349;
}


@media (max-width: 1024px){
    .zx-send-results.zx-sr-top > form {
        flex: 0 0 65%;
    }
    .zx-sr-top-left img {
        display: inline-block !important;
        max-width: 180px !important;
    }
}

@media only screen and (max-width: 768px) 
{
    .zx-init-content > .row > div:first-child {
        margin-top: 35px;
    }
    .zx-init-content > .row {
        flex-direction: column-reverse !important;
    }
    .zx-step table tbody > tr > td:first-child {
        padding-left: 10px !important;
    }
    .zx-result-graphs {
        overflow: scroll;
    }
}

@media only screen and (max-width: 768px) 
{
    .zx-init-heading h2 {
        font-size: 20px !important;
    }
    .zx-init-btn {
        text-align: center;
    }
    .init-icon-wrapper {
        max-width: 170px;
        margin: auto;
    }
    .zx-init-heading p {
        font-size: 16px !important;
    }
    .zx-step-question {
        font-size: 16px;
    }
    .zx-step table thead th {
        font-size: 12px;
    }
    button.zx-btn {
        min-width: 120px !important;
        min-height: 45px;
        padding: 10px !important;
    }
    .zx-steps-navigation > button:not(:last-child) {
        margin-right: 0;
    }
    .zx-step-forward, 
    .zx-step-back,
    .zx-step-back-1, 
    .primary-btn{
        font-size: 13px;
    }
    .zx-steps-navigation {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .zx-input-heading {
        font-size: 18px !important;
    }
    .zx-radio span {
        font-size: 13px;
    }
    .zx-input-wrapper > label:not(:last-child) {
        margin-right: 5px;
    }
    .zx-note-1 {
        font-size: 13px;
    }
    .zx-result-heading h3 {
        font-size: 20px;
    }
    .zx-result-paragraphs ul li {
        align-items: flex-start;
    }
    .zx-result-paragraphs ul li:before {
        margin-top: 5px;
    }
    .zx-result-text ul li p,
    .zx-field-wrapper label{
        font-size: 14px;
    }
    .zx-field-wrapper {
        padding: 15px;
    }
    .zx-field-wrapper {
        display: block !important;
        text-align: center !important;
    }
    .zx-field-wrapper label {
        display: block;
        margin-bottom: 10px !important;
    }
    .zx-checkbox-group > label {
        display: block;
        font-size: 12px;
        text-align: right;
        margin-bottom: 10px !important;
    }
    .zx-checkbox-group {
        display: block;
        text-align: left;
    }
    .zx-person-meta {
        flex-direction: column !important;
    }
    .zx-person-meta h4 {
        font-size: 16px !important;
    }
    .zx-person-meta > h4:not(:last-child):after{
        display: none !important;
    }
	.zx-result-heading h3 {
		font-size: 20px !important;
		line-height: 120% !important;
	}
    .zx-send-results.zx-sr-top > form {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 767px){
	.zx-step table thead th {
		font-size: 12px !important;
		padding: 10px !important;
	}
	.zx-step .table-wrapper {
		overflow-x: auto !important;
	}
	.zx-steps-progress, .zx-results {
		padding: 15px !important;
	}
	.zx-person-meta * {
		margin: 0 !important;
	}
	.zx-checkbox-group > label {
		text-align: left !important;
	}
	.zx-email-submit .zx-btn.primary-btn {
		margin: 0 !important;
		font-size: 14px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.zx-init-heading > * {
		line-height: 125% !important;
		margin-top: 0 !important;
	}
	.zx-send-results.zx-sr-top {
        padding: 15px !important;
    }
}

/* Stress Competency Test */
.zx-step-question {
    margin: 0 !important;
}
#zxForms1 .zx-step table tbody > tr > td:first-child {
    width: 40% !important;
}
.zx-forms a.link {
    text-decoration: none !important;
    color: #434349 !important;
}
#zxInit1 .zx-init-heading p {
    line-height: 135%;
}
.zx-init-content-2-inner {
    padding: 35px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zx-icd-1 {
    font-size: 20px !important;
    text-align: center;
    line-height: 135% !important;
    margin: 0 0 30px 0 !important;
    color: #434349 !important;
}
.zx-icd-2 {
    font-size: 18px !important;
    text-align: center;
    line-height: 135% !important;
    margin: 0 0 30px 0 !important;
    color: #0b45dc !important;
}
.zx-additional-info {
    padding: 10px 35px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zx-input-wrapper textarea {
    background-color: #FFFFFF !important;
    border: 1px solid #E6E6E7 !important;
    border-radius: 5px !important;
    min-height: 160px !important;
    font-size: 16px;
    margin: 0;
    outline: none !important;
    padding: 10px 15px;
}
.zx-additional-info > div:nth-child(1), 
.zx-additional-info > div:nth-child(2), 
.zx-additional-info > div:nth-child(3), 
.zx-additional-info > div:nth-child(4) {
    flex: 0 0 50% !important;
    margin-bottom: 35px !important;
    padding: 0 15px;
}
.zx-additional-info > div:nth-child(5) {
    flex: 0 0 100% !important;
    padding: 0 15px;
}
.zx-input-radio-group > label:not(:last-child) {
    margin-right: 15px !important;
}
#zxForms1 {
    margin-left: auto !important;
    margin-right: auto !important;
}
.zx-bg-1, 
.zx-bg-2, 
.zx-bg-3, 
.zx-bg-4 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
label.zx-bg-label, 
.zx-bp-blank {
    font-family: var(--primary-fonts);
    flex: 0 0 280px;
    height: 50px !important;
    display: flex;
    align-items: center;
    color: #000;
}
.zx-result-bar-percent {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.zx-bg-rating {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.zx-bg-rating > div {
    display: flex;
    background-color: #f89623;
    height: 50px;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
    padding-left: 15px;
    max-width: calc(100% - 25px) !important;
    color: #fff;
}
.zx-bg-group {
    flex: 1;
    display: flex;
}
.zx-bg-group > div:after {
    content: '';
    display: block;
    width: 1px;
    height: 470px;
    background-color: #d9d9d9;
    position: absolute;
    top: 30px;
    right: 25px;
}
.zx-result-bar-graph > div:not(:last-child) {
    margin-bottom: 60px;
}
.zx-bg-0 {
    max-width: 0%;
    width: 0%;
}
.zx-bg-20 {
    max-width: 20%;
    width: 100%;
    text-align: right;
}
.zx-bg-40 {
    max-width: 20%;
    width: 100%;
    text-align: right;
}
.zx-bg-60 {
    max-width: 20%;
    width: 100%;
    text-align: right;
}
.zx-bg-80 {
    max-width: 20%;
    width: 100%;
    text-align: right;
}
.zx-bg-100 {
    max-width: 20%;
    width: 100%;
    text-align: right;
}
.zx-result-graphs.zx-rg2 {
    overflow: hidden;
}
.zx-bg-group > div {
    position: relative;
    font-family: var(--primary-fonts);
}
.zx-bg-group > div.zx-bg-0:after {
    right: 0 !important;
}
.zx-result-bar-graph {
    margin-bottom: 40px;
}
.zx-bg-2 .zx-bg-rating > div, 
.zx-bg-3 .zx-bg-rating > div, 
.zx-bg-4 .zx-bg-rating > div {
    background-color: #0b45dc;
}
#zxForms1 .table-wrapper table.table {
    table-layout: fixed !important;
    width: auto !important;
}
#zxForms1 .table-wrapper table.table tr > th:nth-child(2), 
#zxForms1 .table-wrapper table.table tr > th:nth-child(3),
#zxForms1 .table-wrapper table.table tr > th:nth-child(4),
#zxForms1 .table-wrapper table.table tr > th:nth-child(5),
#zxForms1 .table-wrapper table.table tr > th:nth-child(6),
#zxForms1 .table-wrapper table.table tr > th:nth-child(7){
    width: 100px !important;
    vertical-align: middle;
	hyphens: auto;
}

@media only screen and (max-width: 767px){
    .zx-additional-info {
        padding: 10px 15px !important;
    }
    .zx-additional-info > div:nth-child(1), 
    .zx-additional-info > div:nth-child(2), 
    .zx-additional-info > div:nth-child(3), 
    .zx-additional-info > div:nth-child(4) {
        flex: 0 0 100% !important;
    }
    .zx-bg-1, .zx-bg-2, .zx-bg-3, .zx-bg-4 {
        display: block !important;
        margin-bottom: 20px !important;
    }
    .zx-result-bar-percent {
        display: none;
    }
    .zx-bg-1 .zx-bg-rating {
        border: 1px solid #f89623;
    }
    .zx-bg-2 .zx-bg-rating, 
    .zx-bg-3 .zx-bg-rating, 
    .zx-bg-4 .zx-bg-rating {
        border: 1px solid #0b45dc;
    }
    .zx-result-bar-graph {
        margin-bottom: 0 !important;
    }
    .zx-bg-4 {
        margin-bottom: 0 !important;
    }
	.zx-init-content-desc .zx-icd-1, 
	.zx-init-content-desc .zx-icd-2 {
		font-size: 16px !important;
	}
	#zxForms1 .table-wrapper table.table tr {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#zxForms1 .table-wrapper table.table tr > td:first-child {
		flex: 0 0 100%;
	}
	#zxForms1 .table-wrapper table.table tr > td:not(:first-child) {
		flex: 1 !important;
	}

	#zxForms1 .table-wrapper table.table tr > th:first-child {
		padding: 0 !important;
		display: none !important;
	}
	#zxForms1 .table-wrapper table.table tr > th:not(:first-child) {
		flex: 1;
		padding: 3px !important;
	}
	#zxForms1 .zx-steps-navigation {
		padding: 25px 0 !important;
	}
}