.w-s-reset {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    all: unset;
    -webkit-text-size-adjust: none;
}

button {
    font-family: inherit
}

/*#reset-this-root {
    all: initial;
    *

{
    all: unset;
}

}*/

#w-s-stories {
    display: flex;
    flex-direction: row;
}

.w-s-story-outer {
    background-color: #f4f4f4;
    padding: 20px;
}

.w-s-story-container {
    background-color: white;
    position: relative;
    padding: 20px;
}

.w-s-rec-msg {
    padding: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.w-s-container-sent {
    display: flex;
    justify-content: center;
}

img.w-s-customer-avatar {
    margin: 3px 10px;
    box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0,0,0,.13);
    border-radius: 50%;
    width: 48px;
    max-height: 48px;
    user-select: none;
}

.w-s-sent-msg {
    color: white;
    padding: 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 20px;
    max-width: 80%;
    font-style: italic;
}

.w-s-b-container {
    display: flex;
    justify-content: flex-start;
    align-content: space-between;
    position: relative;
}

.w-s-b {
    background-color: #f3f4f5;
    border-radius: 0 15px 15px 15px;
    padding: 10px;
    margin: 3px;
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.w-s-b-quote {
    background-color: #f3f4f5;
    color: #181818;
}

.w-s-b-p {
    margin: 0;
}

.w-s-customer-avatar-large {
    width: 96px;
}

.w-s-quote {
    font-size: 36px;
    color: blue;
}

.w-s-loading {
    font-size: 20px;
    margin: auto;
}

.w-s-grid {
    display: grid;
    justify-content: center;
    align-content: flex-start;
    margin: auto;
    width: 100%;
    min-height: 550px;
}

.w-s-story-details {
    justify-content: center;
    align-content: center;
    width: 100%;
    user-select: none;
}

.w-s-story {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 10px;
    flex-grow: 2;
}

.w-s-story-article {
    -webkit-transition: box-shadow .28s ease-in-out;
    transition: box-shadow .28s ease-in-out;
    border: 0px solid #dadce0;
    background: white;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0,0,0,.15);
    transition: box-shadow .3s ease;
    cursor: pointer;
    max-width: 400px;
    justify-content: space-between;
}

    .w-s-story-article:hover {
        box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0,0,0,.3);
    }

img.w-s-story-avatar {
    display: block;
    position: absolute;
    top: 100px;
}

img.w-s-avatar {
    box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0,0,0,.13);
    border-radius: 50%;
}

.w-s-story-name {
    font-size: 14px;
    display: block;
}

.w-s-story-location {
    font-size: 20px;
    display: block;
}

h5.w-s-story-headline {
    font-size: 22px;
    display: block;
    font-weight: 400;
    line-height: 30px;
}

.w-s-story-testimonial {
    font-size: 18px;
    font-style: italic;
    display: none;
    padding: 10px 0px;
    font-weight: 500;
}

.w-s-story-footer-tags {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

span.w-s-story-footer-tag {
    display: block;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    margin: 3px;
    border-radius: 25px;
    margin: 3px;
    background-color: white;
    user-select: none;
    padding: 5px 10px;
}

.w-s-story-header {
    height: 150px;
    -webkit-background-size: 100% 100%;
    background-size: cover;
}

.w-s-story-footer {
    background-color: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #d6cec2;
}

.w-s-story-client-wrapper {
    display: flex;
    flex-direction: column;
}

.w-s-story-client-left {
    width: 100px;
    min-width: 100px;
}

.w-s-story-client-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px;
    text-align: left;
    margin-top: 40px;
    align-items: baseline;
}

p.w-s-story-customer-name {
    font-size: 18px;
    font-weight: 600;
}

p.w-s-story-customer-title {
    font-size: 16px;
    font-weight: 400;
}

p.w-s-story-organization-name {
    font-size: 16px;
    font-weight: 400;
}

p.w-s-story-customer-text {
    margin: 5px;
    text-align: left;
}

p.w-s-story-org-name {
    left: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

.w-s-story-detail {
    overflow: hidden;
}

.w-s-story-detail-header {
    padding: 10px;
    background-size: cover;
    -webkit-background-size: 100% 100%;
    min-height: 150px;
}

.w-s-story-detail-header-text {
    color: white;
    font-weight: 600;
    font-size: 30px;
    margin: 20px;
}


.w-s-story-detail-chapters {
    padding: 0;
}

.w-s-chapter-header {
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.w-s-chapter-header-text {
    font-size: 20px;
    color: white;
}

.w-s-chapter-header-light {
    color: rgb(24,24,24);
    padding: 5px 10px;
}

.w-s-chapter-paragraphs {
    padding: 5px 10px;
}

.w-s-story-detailfooter {
    margin: 20px auto 0px auto;
    background-color: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #d6cec2;
}

.w-s-story-detail-about {
    display: flex;
    flex-wrap: wrap;
    /*    padding: 10px;
*/ justify-content: space-between;
}

.w-s-story-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.w-s-helpful-img {
    border-radius: 50%;
    border: 1px solid gray;
    padding: 5px;
    background-color: white;
    cursor: pointer;
}

.w-s-helpful-text {
    margin: 5px;
    font-style: italic;
    font-size: 18px;
}

.w-s-helpful-received-text {
    display: none;
}

.w-s-story-social-block {
    display: flex;
    margin-right: 10px;
    align-items: center;
}

.w-s-social-share {
    width: 24px;
    height: 24px;
    background-size: cover;
    -webkit-background-size: 100% 100%;
    margin: 0 3px;
}

.w-s-t {
    background-image: url('https://wizu.azureedge.net/imgs/t.png');
}

.w-s-f {
    background-image: url('https://wizu.azureedge.net/imgs/f.png');
}

.w-s-li {
    background-image: url('https://wizu.azureedge.net/imgs/li.png');
}

.w-s-story-detail-profile {
    display: flex;
    flex-direction: row;
    min-width: 220px;
    justify-content: space-between;
}

.w-s-story-detail-customer-row {
    display: flex;
    flex-direction: column;
    margin: 3px 0px;
}

p.w-s-story-detail-customer-name {
    font-weight: 500;
    font-size: 18px;
    margin: 2px;
}

p.w-s-story-detail-customer-title {
    font-weight: 400;
    font-size: 18px;
    margin: 2px;
}

w-s-story-detail-organization
p.w-s-story-detail-customer-since, p.w-s-story-detail-anonymous-message {
    font-weight: 400;
    margin: 2px;
    font-size: 18px;
}

p.w-s-story-detail-anonymous-message {
    font-style: italic;
    margin: 4px 2px;
}

span.w-s-story-detail-organization {
    font-weight: 500;
    font-size: 18px;
    margin: 2px;
    text-align: right;
}

.w-s-story-detail-organization-about {
    font-weight: 300;
    font-size: 18px;
    margin: 2px;
}

img.w-s-story-detail-organization-logo {
    max-width: 100px;
}

.w-s-story-detail-avatar {
    margin: 20px;
}

.w-s-story-related {
    margin: 10px 0;
    display: none;
}

.w-s-story-detail-ctas {
    margin: 40px 0 10px;
    display: flex;
    justify-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.w-s-story-detail-cta {
    margin: 5px;
    font-size: 14px;
}


.w-s-cta {
    color: white;
    background-color: darkslateblue;
    display: inline;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
}

a.w-s-story-cta {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    color: #215ca0;
    cursor: pointer;
}


.w-org-response {
    margin: 20px 70px;
    padding: 5px;
    border-radius: 3px;
}

.w-s-org-title {
    font-size: 14px;
}

.w-s-org-text {
    font-size: 14px;
}

.w-s-ctas {
    margin: 20px 0;
}

.w-s-templates {
    display: none;
}

.w-s-chapter-text {
    color: white;
    font-size: 20px;
    margin: 10px;
}



.w-s-chapter-text-h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 5px 0 0 0;
}

.w-s-quotation {
    font-style: italic;
}

.w-s-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    margin: 10px 10px;
    align-items: center;
}

.w-s-pb {
    padding: 4px 4px 2px 4px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.w-s-pbt {
    font-size: 18px;
    font-style: italic;
    margin: 10px;
}

.w-s-back {
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    font-weight: 400;
    user-select: none;
}

.w-s-story-detail-formats {
    display: none;
}

.w-s-story-details-group {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
}

.w-s-story-detail-formats {
    display: none;
    flex-direction: row;
    margin: 20px 0;
    justify-content: center;
    background-color: lightgrey;
}

.w-s-story-type, .w-s-stories-type {
    padding: 10px;
    cursor: pointer;
    background-color: white;
}

    .w-s-story-type.w-s-selected {
        background-color: #4682b4;
        color: white;
    }

    .w-s-stories-type.w-s-selected {
        background-color: #4682b4;
        color: white;
    }

.w-s-stories-type-left {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    margin: 10px 0 10px 10px;
}

.w-s-stories-type-right {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    margin: 10px 10px 10px 0;
}

.w-s-story-preview-formats {
    display: none;
    flex-direction: row;
    margin: 20px 0;
    justify-content: flex-start;
    background-color: lightgrey;
    flex-wrap: wrap;
}

.w-s-s-d-validation {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    align-items: flex-end;
}

img.w-s-s-d-v {
    margin: 2px 5px;
    width: 24px;
    height: 24px;
}


img.w-s-story-org-logo {
    max-height: 48px;
    border: none;
}

.w-s-s-d-validated-by {
    font-size: 13px;
    font-weight: 200;
    margin: 0 0 0 5px;
}

.w-s-s-d-v-g {
    display: flex;
    justify-content: flex-end;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ */
    .w-s-story-article {
        margin: 20px 0;
        max-width: 300px;
        min-width: 300px;
        width: 300px;
    }

    .w-s-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

.w-s-title {
    font-size: 40px;
    font-weight: 600;
    margin: 40px;
    text-align: center;
}

.w-s-s-d-tml {
    box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0,0,0,.15);
    transition: box-shadow .3s ease;
    max-width: 512px;
    margin: 20px;
}

#w-s-sb {
    display: flex;
    flex-direction: column;
}

.w-s-sb {
    width: 150px;
    border: 0px solid #dadce0;
    background: white;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 0px;
}

#w-s-filter-header {
    position: relative;
    padding: 0px;
    margin: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#w-s-filter-header-text {
}

.w-s-sb-header-text {
    color: white;
    margin: 0px;
    padding: 10px;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 30px !important;
}

#w-s-related-header-text {
    padding: 40px 20px;
    font-weight: 400;
    font-size: 36px !important;
    line-height: 36px !important;
    text-align: left;
    color: #444;
}

.w-s-filter-s-header {
    position: relative;
    background-color: rgb(245,245,245);
}

.w-s-filter-s-header-text {
    color: #222;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 18px !important;
    font-size: 18px;
    padding: 10px;
    margin: 0px;
    user-select: none;
}

.w-s-filter-s-h {
    background-color: #e8e6e6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 0px 0px 2px white;
}

#w-s-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 10px;
}

.w-s-story-main {
    margin-top: 10px;
}

.w-s-f-collapse {
    border-radius: 10px;
    background-color: white;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
}

.w-s-filter-s-body2 {
    position: relative;
    height: 0;
    transition: opacity 500ms;
    overflow: hidden;
    opacity: 0;
}

    .w-s-filter-s-body2.active {
        padding: 10px;
        height: 100%;
        opacity: 1;
    }

.w-s-filter-s-body {
    padding: 5px;
    position: relative;
}

.wsp-filter-option-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#w-s-sort {
    margin-bottom: 30px;
}

span.w-s-pbt-validation {
    color: white;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 15px;
    box-shadow: 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
    display: block;
    background-color: #000099;
    font-size: 14px;
    line-height: 20px;
    margin: 2px;
}

.w-s-pbt-tick {
    margin-right: 10px;
}

.w-s-f2 {
    display: none;
}

@media only screen and (min-width: 993px) {
    .w-s-fff {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}


@media only screen and (max-width: 992px) {
    .w-s-fff {
        display: flex;
        flex-direction: column;
    }

    #w-s-s-sort {
        display: none !important;
    }

    #w-s-s-sort-body {
        display: none !important;
    }
}

.w-s-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

@media only screen and (min-width: 1025px) {
}

@media only screen and (min-width: 576px) {
    .w-s-centre {
        max-width: 576px;
    }
}

@media only screen and (min-width: 768px) {
    .w-s-centre {
        max-width: 768px;
    }
}

@media only screen and (min-width: 992px) {

    .w-s-centre {
        max-width: 990px;
    }
}

@media (min-width: 1200px) {
    .w-s-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 50px;
    }
}

.w-s-f2 {
    /*    height: 100%;
*/ padding: 5px;
    margin-right: 5px;
}

#w-s-f-related {
    display: none;
}

.w-s-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .w-s-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.w-s-rb {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.w-s-container:hover input ~ .w-s-rb {
    background-color: #ccc;
}

.w-s-container input:checked ~ .w-s-rb {
    background-color: #2196F3;
}

.w-s-rb:after {
    content: "";
    position: absolute;
    display: none;
}

.w-s-container input:checked ~ .w-s-rb:after {
    display: block;
}

.w-s-container .w-s-rb:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.w-s-cm {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid lightgray;
}

.w-s-container:hover input ~ .w-s-cm {
    background-color: #ccc;
}

.w-s-container input:checked ~ .w-s-cm {
    background-color: #2196F3;
}

.w-s-cm:after {
    content: "";
    position: absolute;
    display: none;
}

.w-s-container input:checked ~ .w-s-cm:after {
    display: block;
}

.w-s-container .w-s-cm:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the checkmark/indicator */
.w-s-container .w-s-cm::after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.w-s-f-h-i {
    font-size: 20px;
    font-weight: 400;
    background-color: rgba(0,0,0,0.1);
    font-family: monospace;
    display: inline-block;
    height: 20px;
    min-height: 20px;
    margin-right: 10px;
    width: 20px;
    min-width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 15px;
    justify-content: center;
    padding: 5px 5px 5px 5px;
    user-select: none;
}

    .w-s-f-h-i:hover {
        background-color: rgba(0,0,0,0.2);
    }

.w-s-f-h-i-collapsed {
    transform: rotate(90deg);
    font-size: 15px;
    font-weight: 400;
    font-family: monospace;
    padding: 5px 5px 5px 5px;
}

.w-s-f-h-i-expanded {
    transform: rotate(270deg);
    font-size: 15px;
    font-weight: 400;
    font-family: monospace;
    padding: 5px 5px 5px 5px;
}

#w-s-f-clear {
    cursor: pointer;
}

.w-s-g-w {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.w-s-grid-wrapper {
    display: block;
    width: 100%;
    max-width: 1000px;
}

#w-s-f-clear-w {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.w-s-f-related2 {
    display: none;
}

#w-s-s-related {
    display: none;
}

#w-s-related-list {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 10px;
}

.w-s-related-story {
    border-top: 1px solid rgba(0,0,0, 0.1);
    margin: 10px 0;
    padding: 30px 0 30px 0;
}

.wizu-stories {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 1;
    position: relative;
    font-size: 11px;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.w-s-pager {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.w-s-page {
    width: 25px;
    height: 25px;
    border: 1.5px solid gray;
    border-radius: 50%;
    margin: 5px;
    justify-content: center;
    align-content: center;
    background-color: rgba(0,0,0,0.02);
    cursor: pointer;
    text-decoration: none;
    display: flex;
    padding: 8px;
}

    .w-s-page.active {
        z-index: 2;
        border-color: darkred;
        background: #fff;
        cursor: default;
        box-shadow: 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0,0,0,.15);
    }


    .w-s-page:hover {
        background-color: #fff;
    }

#w-s-f2 {
    display: flex;
    flex-direction: column;
}

.w-s-no-stories {
    font-size: 16px;
    display: none;
    text-align: center;
}

#w-s-related-back {
    padding: 20px;
    display: none;
}

#w-s-left {
    margin-right: 5px;
}

.w-s-f-clear-f {
    display: none;
}

/* Reviews*/
.w-s-comment {
    padding: 5px;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    position: relative;
    border-radius: 4px;
    border-top-left-radius: 0px;
    margin: 10px;
    padding: 10px;
    font-size: 16px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.w-s-comment-input {
    border: 0px;
    width: 100%;
    resize: none;
    margin: 2px;
    border: 2px solid rgb(26, 115, 232);
    padding: 7px;
}

.w-s-r-t-x {
    border: unset;
    background-color: unset;
    font-size: 18px;
    position: absolute;
    top: 2px;
    right: 2px;
}

    .w-s-r-t-x:hover {
        background-color: rgba(100,100,100,0.3);
    }

.w-s-paragraph {
    margin: 6px 2px;
    line-height: 1.8;
}


/*  HF   */

#w-s-hf {
    box-shadow: 0 4px 6px -6px rgba(10,10,10,1);
    background-color: white;
    display: flex;
    flex-direction: row;
    height: 50px;
    margin-bottom: 10px;
    justify-content: center;
    position: relative;
}

.w-s-hf-filter {
    margin-right: 5px;
}

button.w-s-hf-filter-button, button.w-s-hf-sub-button {
    height: 32px;
    white-space: nowrap;
    box-shadow: inset 0 0 0 1px #828282;
    border-radius: 20px;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
    padding: 4px 12px;
    margin: 4px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
    align-items: center;
    background-color: white;
    border: none;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1;
    font-family: inherit;
    display: inline-flex;
    justify-content: center;
    position: relative;
    transition-property: background-color,box-shadow,color;
    cursor: pointer;
}

.w-s-hf-filter-button:hover {
    background-color: rgba(0,0,0,0.08);
}

.w-s-hf-dd {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-left: 4px;
    white-space: nowrap;
}

#w-s-hf-sub {
    position: absolute;
    width: 300px;
    background-color: white;
    top: 45px;
    margin: auto;
    box-shadow: 0 0 5px 2px #dadada;
    padding: 10px;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    z-index: 100;
    min-height: 40px;
    max-height: 75vh;
    max-width: 90vw;
    overflow-y: auto;
    overflow-x: hidden;
}

.w-s-hf-sub-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 5px;
    user-select: none;
}

.w-s-hf-sub-button {
    cursor: pointer;
    font-size: 14px;
    height: 24px;
    white-space: nowrap;
    box-shadow: unset;
    border-radius: 10px;
    color: rgba(0,0,0,0.6);
    padding: 2px 8px;
    margin: 4px 4px 4px 0;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
    align-items: center;
    background-color: rgba(0,0,0, 0.05);
    border: none;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 1;
    justify-content: center;
    font-family: inherit;
    position: relative;
    transition-property: background-color,box-shadow,color;
}


    .w-s-hf-sub-button:hover {
        background-color: rgba(0,0,0,0.08);
    }

    .w-s-hf-sub-button.selected {
        color: white;
    }

        .w-s-hf-sub-button.selected:hover {
            background-color: #4682b4;
        }


.w-s-hf-sub-header {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 5px;
    display: none;
    font-style: italic;
}

.w-s-hf-sub-text {
    font-weight: 400;
    font-size: 14px;
    margin: 20px 5px 5px 5px;
}

.w-s-hf-sub-pane {
    margin-right: 25px;
}

#w-s-hf-sub-close {
    border: none;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.1);
}

    #w-s-hf-sub-close:hover {
        background-color: rgba(0,0,0,0.15);
    }

#w-s-hf-sort {
    position: relative;
}

#w-s-hf-filter-product, #w-s-hf-filter-service, #w-s-hf-filter-customers, #w-s-hf-filter-problem {
    display: none;
}

#w-s-hf-filter-all {
    display: block;
}

.w-s-hf-filter-count {
    color: white;
    width: 18px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 4px;
    line-height: 18px;
    display: inline;
}


@media only screen and (min-width: 600px) {
    #w-s-hf-filter-customers {
        display: block;
    }

    #w-s-hf-filter-problem {
        display: block;
    }

    #w-s-hf-filter-product {
        display: block;
    }

    #w-s-hf-filter-service {
        display: block;
    }

    #w-s-hf-filter-all {
        display: none;
    }
}

#w-s-hf-filter-clear {
    visibility: hidden;
}

#w-s-hf-filter-button-clear {
    color: white;
}

.w-s-hf-hide {
    display: none !important;
}

.w-s-centre {
    margin: auto;
}


.w-s-e-banner {
}


    .w-s-e-banner p {
        margin: 0;
    }

    .w-s-e-banner .w-s-e-banner-inner {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding: 10px;
    }

    .w-s-e-banner td {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-content: start;
    }


.w-s-e-banner-1 .w-s-e-banner-bottom {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/divider-101.svg');
    transform: rotate(180deg);
    height: 40px;
}

.w-s-e-banner-2 .w-s-e-banner-bottom {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/divider-102.svg');
    height: 40px;
}

.w-s-e-banner-3 .w-s-e-banner-bottom {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/divider-103.svg');
    height: 40px;
}

.w-s-e-banner-4 .w-s-e-banner-bottom {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/divider-104.svg');
    height: 40px;
}

.w-s-e-banner-5 .w-s-e-banner-bottom {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/divider-105.svg');
    transform: rotate(180deg);
    height: 40px;
}

.w-s-e-banner-6 .w-s-e-banner-bottom {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/divider-106.svg');
    height: 40px;
}

.w-s-e-banner-7 .w-s-e-banner-bottom {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/divider-105.svg');
    transform: rotateX( 180deg);
}

.w-s-e-banner-8 .w-s-e-banner-bottom {
    font-size: 20px;
}

.w-s-e-banner .w-s-border-bottom-curve {
    padding-bottom: 50px;
}

.w-s-e-banner-11 .w-s-e-banner {
    padding-bottom: 100px;
}

@media only screen and (min-width: 1025px) {
}

@media only screen and (min-width: 576px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media (min-width: 1500px) {
    .w-s-e-banner-11 .w-s-e-banner {
        padding-bottom: 200px;
    }
}

.w-s-e-banner-wrap {
    position: relative;
    padding: 1px;
}

.w-s-e-banner-bottom {
    position: absolute;
    z-index: 2;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 0;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
}

.w-s-e-banner-outer {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.w-s-e-banner-inner {
    color: white;
    padding: 10px;
}

.w-s-e-quotation {
    padding: 20px;
    min-height: 200px;
    width: 100%;
    font-size: 48px;
}

.w-s-e-bubble {
    background-position: center;
    background-repeat: no-repeat;
    margin: 50px 0 20px 0;
}

.w-s-e-bubble-0 .w-s-e-bubble {
    background-image: unset;
    color: #444;
    margin: 5px 0;
}



.w-s-e-bubble-0 blockquote.w-s-e-q-text {
    font-size: 16px !important;
    font-style: unset;
    font-weight: 300 !important;
}

.w-s-e-bubble-1 .w-s-e-bubble {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/quote-201.svg');
    background-size: 1200px;
    color: #444;
}

.w-s-e-bubble-1 blockquote.w-s-e-q-text {
    font-size: 22px;
}

.w-s-e-bubble-2 .w-s-e-bubble {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/quote-202.svg');
    background-size: 1000px;
    color: #444;
}

.w-s-e-bubble-3 .w-s-e-bubble {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/quote-202.svg');
    background-size: 1200px 800px;
    color: #444;
}

.w-s-e-bubble-4 .w-s-e-bubble {
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/quote-202.svg');
    background-size: 1000px 1500px;
    color: #444;
}

@media only screen and (max-width: 1025px) {

    .w-s-e-bubble-0 .w-s-e-bubble {
        background-image: unset;
        background-color: #ededed !important;
    }

    .w-s-e-bubble-1 .w-s-e-bubble {
        background-image: unset;
        background-color: #ededed !important;
    }

    .w-s-e-bubble-2 .w-s-e-bubble {
        background-image: unset;
        background-color: #ededed !important;
    }

    .w-s-e-bubble-3 .w-s-e-bubble {
        background-image: unset;
        background-color: #ededed !important;
    }

    .w-s-e-bubble-4 .w-s-e-bubble {
        background-image: unset;
        background-color: #ededed !important;
    }
}

.w-s-e-bubble-5 {
    color: white;
}

    .w-s-e-bubble-5 p {
        color: white;
    }

.w-s-e-q-column-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.w-s-e-q-column-right {
    display: flex;
    flex-direction: column;
    padding: 10px;
}


blockquote.w-s-e-q-text {
    padding: 50px;
    font-size: 36px;
    font-style: italic;
    border: unset;
}

p.w-s-e-q-contact-name {
    padding: 10px;
}

.w-s-e-q-top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 30px;
}

@media only screen and (max-width: 1025px) {
    .w-s-e-q-top-row {
        flex-direction: column;
    }

    .w-s-avatar {
        width: 96px;
        height: 96px;
    }

    .w-s-e-q-column-right {
        flex-direction: row;
    }
}

.w-s-e-banner blockquote {
    margin: 0;
}

p.w-s-e-qm {
    font-size: 92px;
    font-style: italic;
    position: absolute;
    font-weight: 500;
    font-family: Georgia;
    z-index: 2;
}

p.w-s-e-oq {
    left: 20px;
    top: -10px;
}

p.w-s-e-cq {
    right: 25px;
    bottom: -10px;
    line-height: 30px;
}

.w-s-e-bubble-0 p.w-s-e-qm {
    font-size: 24px;
}

.w-s-e-bubble-0 p.w-s-e-oq {
    left: -10px;
    top: 10px;
}

.w-s-e-bubble-0 blockquote.w-s-e-q-text {
    padding: 10px;
}

.w-s-e-bubble-0 p.w-s-e-cq {
    right: 0px;
    bottom: 0px;
    line-height: 30px;
}

.w-s-e-bubble-0 .w-s-e-q-column-right {
    padding: 0;
    display: none;
}

.w-s-e-bubble-0 .w-s-e-q-contact-name {
    padding: 5px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.w-s-e-outcomes {
    width: 100%;
    margin: 20px;
}


.w-s-e-o-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    max-width: 800px;
}

.w-s-e-o-left {
    color: white;
}

.w-s-e-o-cell {
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 100px;
    flex-direction: column;
    padding: 30px;
}

.w-s-e-o-metric-text {
    font-size: 72px;
    margin: 0;
}

.w-s-e-o-unit {
    font-size: 24px;
    margin: 0;
}

.w-s-e-o-metric {
    text-align: center;
    margin: 10px;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
}

.w-s-e-o-text {
    text-align: center;
    margin: 10px;
    font-size: 24px;
}

.w-s-e-o-text-light {
    color: white;
}


.w-s-e-o-cell-wrap {
    height: 100%;
    width: 100%;
}

.w-s-border-bottom-curve .w-s-centre {
    padding-bottom: 40px;
}

.w-s-e-delete2 {
    display: none !important;
}


.w-s-e-o-blob {
    background-size: cover;
    background-position: center;
    background-image: url('https://wizu.azureedge.net/rt/1/imgs/blob-02.svg');
    text-align: center;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-items: center;
    -webkit-background-size: 100% 100%;
}

p.w-s-e-o-blob-text {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin: auto !important;
}

.w-s-e-o-blob-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    height: 100%;
}

.w-s-e-cta-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 60px;
}

.w-s-e-cta-image-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
}

.w-s-e-cta-image {
    padding: 5px;
}

.w-s-e-cta-link {
    font-size: 14px;
    margin: 5px;
}

.w-s-e-cta-link-row {
    font-size: 16px;
}

.w-s-e-background-image {
    background-size: cover !important;
    background-position: top !important;
    -webkit-background-size: 100% 100%;
}

.w-s-e-cta-block {
    margin: 20px 0 0 0;
}

#w-s-story-detail-related {
}


.w-s-s-img-divider {
    position: absolute;
    z-index: 2;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 0;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
}

.w-s-s-img-divider-1 {
    background-image: url(https://wizu.azureedge.net/rt/1/imgs/divider-101.svg);
    transform: rotate( 180deg);
    height: 40px;
}

.w-s-story-detail-related {
    background-color: rgba(0,0,0,0.03);
}

.w-s-story-detailfooter {
    display: none;
}

.w-s-e-o-blob-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.w-s-e-cta-block-row {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin: auto;
    background: white;
    padding: 20px;
    margin: 20px auto;
    align-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.w-s-e-cta-button {
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: fit-content;
}

.w-s-e-cta-block-row1 .w-s-e-cta-button {
    line-height: 80px;
}

.w-s-centre-button-wrap {
    text-align: center;
    height: 50px;
    line-height: 50px;
}


.w-s-e-cta-ebook-image {
    width: 200px;
    height: 200px;
}

.w-s-cta-ebook {
    display: flex;
    flex-direction: row;
    width: 600px;
    margin: auto;
    background: white;
    padding: 20px;
    margin: 20px auto;
    justify-content: space-between;
    height: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    .w-s-cta-ebook {
        display: flex;
        flex-direction: row;
        width: 300px;
    }
}

.w-s-cta-ebook-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    .w-s-cta-ebook-col-2 {
        display: none;
    }
}

.w-s-cta-ebook-header {
    color: rgba(0,0,0,0.5);
}

.w-s-cta-ebook-title {
    color: rgba(0,0,0,0.9);
}

.w-s-cta-ebook-sub-header {
    color: rgba(0,0,0,0.9);
}

#w-s-grid-wrapper-related {
    padding-bottom: 40px;
}

.w-s-e-cta-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

.wizu-stories h1 {
    color: white;
    font-size: 36px;
    line-height: 54px;
}

h1.w-s-banner-text {
    color: white;
    font-size: 36px;
    line-height: 54px;
}

.w-s-last-container {
    margin-bottom: 20px;
}

#w-s-top {
    height: 0;
    display: block;
}

p.w-s-cs-p {
    font-size: 15px;
    line-height: 30px;
    text-size-adjust: 100%;
}

.w-s-story-contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    position: relative;
}

.w-s-e-contact-info {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
    line-height: 40px;
    text-underline-offset: 5px;
    text-decoration-color: gray;
    user-select: none;
    cursor: pointer;
}

.w-s-e-anon-info {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
    margin: 10px;
    background-color: gray;
    color: white;
    cursor: pointer;
    font-family: serif;
}

.w-s-a-outer {
    width: 250px;
    position: absolute;
    top: 40px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    font-size: 15px;
    display: none;
    z-index: 1;
    box-shadow: 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    padding: 10px;
    background-color: rgb(250,250,250);
    flex-direction: column;
}

.w-s-a-message {
    font-size: 18px;
    text-align: center;
}

.w-s-a-interview {
    display: none;
}

.w-s-a-validated {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    border-top: 1px solid #d5d5d5;
    height: 30px;
    padding: 10px;
    font-size: 18px;
}

.w-s-a-validated-text {
    margin-right: 5px;
}

.wizu-video {
    width: 320px !important;
    height: auto !important;
}

@media only screen and (min-width: 450px) {
    .wizu-video {
        width: 420px !important;
    }
}

@media only screen and (min-width: 570px) {
    .wizu-video {
        width: 560px !important;
    }
}

#w-s-disclaimer {
    color: white;
    border: 3px double white;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    background-color: #ff9e0f;
}


.w-s-q-e {
    font-size: 18px;
    text-transform: uppercase;
}

.w-s-p-instructions {
    font-size: 18px;
    background-color: #ffffff;
    padding: 10px;
    font-style: italic;
    color: darkblue;
    text-align: left;
    border: 2px solid #dbdbdb;
    border-left: 8px solid #dbdbdb;
    margin: 10px 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

p.w-s-p-fuq {
    font-size: 18px;
    padding: 0;
    margin: 5px;
}

.w-s-p-fuq-item {
    text-align: left;
    line-height: 30px;
}

.w-s-p-fuq-body {
    padding: 5px 5px 5px 25px;
    display: block;
}

div.w-s-p-fuq-o {
    font-size: 18px;
    background-color: #ffffff;
    font-style: italic;
    color: gray;
    text-align: center;
    border: 2px solid lightgray;
    box-shadow: 0 .25rem .2rem rgba(0,0,0,.075) !important;
    position: relative;
    max-width: 600px;
    min-width: 600px;
    padding-bottom: 5px;
    margin: 5px 5px 15px 5px;
}

    div.w-s-p-fuq-o:hover {
        border: 2px solid #4caf50;
        color: #17811c;
    }

.w-s-p-fuq-toggle-button {
    position: absolute;
    top: 10px;
    right: 5px;
    color: darkgray;
    font-size: 12px;
    display: none;
}

div.w-s-p-fuq-o:hover .w-s-p-fuq-toggle-button {
    color: #17811c;
}

div.w-s-p-fuq-header {
    padding: 5px;
    min-height: 30px;
    cursor: pointer;
}

p.w-s-p-fuq-title {
    font-size: 16px;
    margin: 0;
    text-align: center;
    margin-right: 20px;
}

.w-s-e-q-info {
    display: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #01004a;
    text-align: center;
    font-style: italic;
}

.w-s-e-bubble-0 .w-s-e-q-info {
    display: block;
    margin: 5px;
    position: absolute;
    top: -35px;
    left: 0;
}

.w-s-story-detail h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0;
}

.w-s-p-fuq-wr {
    display: flex;
    justify-content: center;
    position: relative;
}

.w-s-warning {
    width: 90%;
    display: none;
    justify-content: center;
    align-content: center;
    padding: 20px;
    font-size: 20px;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    margin: 10px auto;
}

p.w-s-warning-text {
    color: #664d03;
}


#wmp {
    display: none;
    font-family: roboto;
}

h1.wmp-headline-text {
    color: white;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    font-size: 2em;
}

.wmp-profile-information {
    font-size: 0.75rem
}

.wmp-divider {
    background-position: center;
    background-repeat-x: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
}

.wmp-cover-theme-1 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c1.svg");
}

.wmp-cover-theme-2 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c12.svg");
}

.wmp-cover-theme-3 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c3.svg");
}

.wmp-cover-theme-4 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c4.svg");
}

.wmp-cover-theme-5 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c5.svg");
}

.wmp-cover-theme-6 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c6.svg");
}

.wmp-cover-theme-7 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c7.svg");
}

.wmp-cover-theme-8 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c8.svg");
}

.wmp-cover-theme-9 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c8.svg");
}

.wmp-cover-theme-10 .wmp-divider-1 {
    background-image: url("https://wizu.azureedge.net/imgs/wws/c10.svg");
}

.wmp-org-name {
    font-size: 0.875em;
    width: 100%;
    text-align: right;
}

/*.wmp-story-overlay {
    opacity: 0.8;
    background-color: var(--color-primary);
}

.wmp-story-overlay-lightgray {
    opacity: 0.2;
    background-color: var(--color-primary);
    filter: brightness(0.9);
}

.wmp-story-overlay-gray {
    opacity: 0.4;
    background-color: var(--color-primary);
    filter: brightness(0.7);
}

.wmp-story-overlay-darkgray {
    opacity: 0.6;
    background-color: var(--color-primary-background);*/
/*    filter: brightness(0.5);
*/
/*}*/

.wmp-profile-table {
    width: 100%;
}

.wmp-location-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.wmp-location-icon {
    margin: 2px;
    line-height: 24px;
    font-size: 1em;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1em" height="1em" viewBox="0 0 256 256" xml:space="preserve"><defs></defs><g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)"><path d="M 45 0 C 25.463 0 9.625 15.838 9.625 35.375 c 0 8.722 3.171 16.693 8.404 22.861 L 45 90 l 26.97 -31.765 c 5.233 -6.167 8.404 -14.139 8.404 -22.861 C 80.375 15.838 64.537 0 45 0 z M 45 48.705 c -8.035 0 -14.548 -6.513 -14.548 -14.548 c 0 -8.035 6.513 -14.548 14.548 -14.548 s 14.548 6.513 14.548 14.548 C 59.548 42.192 53.035 48.705 45 48.705 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" /></g></svg>') !important;
}

.wmp-location-text {
    line-height: 24px;
    margin: 2px;
    font-size: 1em
}

.profile-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 1em 0.5em 0.1em 0.5em;
    background-color: white;
    align-items: flex-end;
    height: 5em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.wmp-profile-quote {
    flex-direction: row;
    justify-content: space-between;
    margin: 1em 0 0 0;
    padding: 0px;
    width: 100%;
    align-items: flex-end;
}

.wmp-profile-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 5px 0.75em;
}

.wmp-profile-left-panel {
    display: flex;
    align-items: center;
    width: 100%;
}

.wmp-profile-text-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.wmp-profile-text {
    margin: 5px;
    text-align: left;
    font-weight: 600;
    font-size: 0.75em;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

#wmp-profile-name {
    text-align: center;
}

.profile-org-icon-wrapper {
    max-height: 50px;
    max-width: 50px;
    align-self: flex-end
}

.wmp-question-blob {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.question-1-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/wws1.svg");
}

.question-2-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/2.svg");
}

.question-3-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/3.svg");
}

.question-4-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/4.svg");
}

.question-5-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/5.svg");
}

.question-6-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/6.svg");
}

.question-7-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/7.svg");
}

.question-8-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/8.svg");
}

.question-9-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/9.svg");
}

.question-10-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/10.svg");
}

.wmp-answer-wrapper {
    margin-top: 10px;
    padding: 1em;
    background-color: white;
    border-radius: var(--q-a-border-radius);
    border-bottom-left-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wmp-question-text {
    text-align: center;
}

.question-answer-combined {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    align-items: center;
}

.wmp-answer-text {
    margin: 0.5em 0 0.25em 0;
    user-select: none;
    color: white;
}

.wmp-quote-page .wmp-answer-text {
    color: var(--color-dark-text);
}


.wmp-dark-theme .wmp-answer-text {
    font-size: 1em;
    margin: 0.5em 0 0.25em 0;
}


.wmp-pages {
    min-height: 376px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    justify-content: center;
    background-color: #ffffffe0;
}

.wmp-page {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
}

.wmp-nav-button {
    display: none;
}

.wmp {
    font-size: 16px;
}

.wmp-trans-assist {
    display: none;
/*    background-color: #f3f3f3;
*/    box-shadow: 0px 0px 10px -10px #aaa;
    -webkit-box-shadow: 0px 0px 10px -10px #aaa;
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    flex-grow: 1;
    flex-direction: column;
    padding: 0.75em;
/*    margin: 1em 0;
*/    overflow: hidden;
    padding: 0.5em;
}


.wmp-trans-assist-inner {
    overflow: auto;
    scrollbar-color: #999 #f3f3f3;
}

    .wmp-trans-assist-inner::-webkit-scrollbar {
        width: 0.5em;
        border-radius: 0.5em;
    }

    .wmp-trans-assist-inner::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 0.5em;
    }

    .wmp-trans-assist-inner::-webkit-scrollbar-track {
        background: #f3f3f3;
        border-radius: 0.5em;
    }

/* if ta then split the width*/
.wmp-ta-enable .wmp-trans-assist {
    display: flex;
    width: 200px;
}

.wmp-curved-corner {
    border-radius: 0;
}

.wmp-system-layer {
    width: 100%;
}

.wmpXs {
    font-size: 11px;
}

.wmpS {
    font-size: 13px;
}

    .wmpS .wmp-curved-corner {
        border-radius: 1.5em;

    }

    /*    .wmpS .wmp-pages {
        height: 481px;
        max-height: 481px;
        max-width: 800px;
    }

    .wmpS .wmp-page {
        height: 481px;
        max-width: 481px;
        max-height: 481px
    }

    .wmpS .wmp-ta.wmp-page {
        display: flex;
        width: 481px;
        max-width: 481px;
    }


    .wmpS.wmp-ta-enable .wmp-page, .wmpM.wmp-ta-enable .wmp-system-layer {
        max-width: 481px;
    }
*/

    .wmpS .wmp-pages, .wmpS .wmp-page {
        height: 668px;
        max-height: 668px;
        max-width: 534px;
        aspect-ratio: 5 /4;
    }

    .wmpS.wmp-ta-enable .wmp-pages {
        max-width: 1068px;
    }

    .wmpS.wmp-ta-enable .wmp-page, .wmpS.wmp-ta-enable .wmp-system-layer {
        max-width: 534px;
        border-radius: 1.5em;
    }


    .wmpM {
        font-size: 16px;
    }

    .wmpM .wmp-nav-button {
        display: block;
    }

        .wmpM .wmp-pages, .wmpM .wmp-page {
            height: 668px;
            max-height: 668px;
            max-width: 534px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        }

    .wmpM.wmp-ta-enable .wmp-pages {
        max-width: 1068px;
    }

    .wmpM.wmp-ta-enable .wmp-page, .wmpM.wmp-ta-enable .wmp-system-layer {
        max-width: 534px;

    }


.wmpL {
    font-size: 18px;
}

    /*    .wmpL .wmp-pages {
        height: 845px;
        max-height: 845px;
        margin-bottom: 10px;
        max-width: 645px;
    }

    .wmpL.wmp-ta-enable .wmp-pages {
        max-width: 1290px;
    }

    .wmpL .wmp-page {
        height: 845px;
        max-height: 845px;
        max-width: 645px;
    }

    .wmpL .wmp-ta.wmp-page {
        max-width: 668px;
    }
*/
    .wmpL .wmp-pages, .wmpL .wmp-page {
        height: 845px;
        max-height: 845px;
        max-width: 676px;
    }

    .wmpL.wmp-ta-enable .wmp-pages {
        max-width: 1352px;
    }

    .wmpL.wmp-ta-enable .wmp-page, .wmpL.wmp-ta-enable .wmp-system-layer {
        max-width: 676px;
    }


.wmpXl {
    font-size: 22px;
}

    .wmpXL .wmp-pages, .wmpXL .wmp-page {
        height: 1025px;
        max-height: 1025px;
        max-width: 820px;
    }

    .wmpXL.wmp-ta-enable .wmp-pages {
        max-width: 1640px;
    }

    .wmpXL.wmp-ta-enable .wmp-page, .wmpXL.wmp-ta-enable .wmp-system-layer {
        max-width: 820px;
    }


.wmpXxl {
    font-size: 24px;
}




.wmpXL .wmp-pages, .wmpXL .wmp-page {
    height: 1401px;
    max-height: 1401px;
    max-width: 1120px;
}

.wmpXL.wmp-ta-enable .wmp-pages {
    max-width: 2240px;
}

.wmpXL.wmp-ta-enable .wmp-page, .wmpXL.wmp-ta-enable .wmp-system-layer {
    max-width: 1120px;
}

/*
    @media screen and (min-height: 668px) {
        .wmp-nav-button {
        display: block;
    }

    .wmp-pages {
        width: 375px;
        height: 668px;
    }

    .wmp {
        font-size: 16px;
    }

    .wmp-curved-corner {
        border-radius: 1.5em;
    }*/


/*@media screen and (min-height: 845px) {

    .wmp-pages {
        width: 475px;
        height: 845px;
    }

    .wmp {
        font-size: 18px;
    }
}*/

/*@media screen and (min-height: 1025px) {

    .wmp-pages {
        width: 576px;
        height: 1025px;
    }

    .wmp {
        font-size: 22px;
    }
}*/

/*@media screen and (min-height: 1401px) {

    .wmp-pages {
        width: 788px;
        height: 1401px;
    }

    .wmp {
        font-size: 24px;
    }
}*/

.wmp-desktop .wmp-nav-button {
    display: none;
}
/*.wmp-desktop #wmp-system-layer {
    display: none;
}*/
.wmp-desktop .wmp-pages {
    width: 100%;
    height: 100%;
}

.wmp-desktop .wmp-curved-corner {
    border-radius: 0em;
}

.answer-theme-responses .wmp-qa-wrapper {
    display: none;
}

.wmp-hide {
    display: none !important;
}

.wmp {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}

wmp-story-page {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
    transition: none !important;
    z-index: 1;
    background-color: white;
    display: none;
}

.wmp-left-button {
    margin-right: 20px;
    margin-left: 5px;
}

.wmp-right-button {
    margin-left: 20px;
    margin-right: 5px;
}

.wmp-nav-button {
    height: 48px;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    cursor: pointer !important;
    background: none !important;
    outline: none !important;
}

.wmp-story-button-move {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    filter: none !important;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #9d9b9b;
}

.wmp-direction-button {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.4" d="m21.52 16.22 7.75 7.75m-7.75 7.78L29.27 24"/></svg>');
}

.wmp-previous-button {
    transform: rotate(180deg) !important;
}


.wmp-replay-button {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-width="2.4" d="M16.15 19.4a9.1 9.1 0 1 1-1.29 3.95M15.6 15.1v4.61m4.4 0h-4.4"/></svg>') !important;
}

.wmp-next {
    margin-left: 20px;
    margin-right: 5px;
}

.wmp-replay {
    display: none !important;
}

/* Progress Bar */
#wmp-progress {
    border: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 3px !important;
    left: 0 !important;
    right: 0 !important;
    top: 10px !important;
    padding: 0 2px !important;
    position: absolute !important;
    visibility: visible !important;
    z-index: 100001 !important;
    overflow: hidden !important;
    margin: 10px;
    margin-top: 0;
}

#wmp-system-layer {
    background: linear-gradient(180deg,#0004,#0002 33%,#0001 67%,#0000);
    position: absolute;
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0px;
    left: 0;
    right: 0;
    height: 15%;
    z-index: 100000;
    transition: opacity 0.3s cubic-bezier(0,0,0.2,1);
    pointer-events: none;
    width: 100%;
}

.wmp-progress-item {
    background: hsla(0,0%,100%,0.4);
    border-radius: 1px;
    height: 100%;
    list-style-type: none;
    margin: 0 2px;
    overflow: hidden;
    width: 33%;
}

.wmp-progress-value {
    background: #fff !important;
    height: 100% !important;
    width: 100% !important;
    transform: translateZ(0) scaleX(0);
    transform-origin: left;
    transform: scale(0, 1);
    transition: none 0s ease 0s;
}


wmp-gl {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    top: 0;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 6em 1em 1em 1em;
}

    wmp-gl.wmp-video-overlay {
        padding: 0;
    }

[template=fill] {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    display: block;
    overflow: hidden;
}

wmp-gl img {
    pointer-events: none;
}

.wmp-fill-content {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: block;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    margin: auto;
    position: absolute;
}

.wmp-blur {
    filter: blur(4px);
}

img.wmp-profile-image {
    border-radius: 50%;
    margin: 0.3em 0;
    height: 4em;
    width: 4em;
    border: 1px solid gray;
    aspect-ratio: 1/1;
    min-width: 4em;
    min-height: 4em;
}

.wmp-panel-footer-top {
    border: 0;
    height: 2px;
    line-height: 2px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.1),rgba(0,0,0,0));
}

.wmp-profile-text-wrapper {
    margin: 1.25em;
}

.wmp-profile-quote-marks {
    font-size: 5em;
    line-height: 20px;
    font-family: sans-serif;
    font-weight: 800;
    margin: 20px 0;
    padding: 0;
    color: var(--color-primary);
    display: var(--quote-display);
}

.wmp-tag-wrapper {
    display: flex;
    justify-content: flex-end;
}

.wmp-tags {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.wmp-tag-text {
    font-size: 1em;
    line-height: 1em;
    margin: 0 10px 0 0;
}

.wmp-tag {
    padding: 5px;
    margin: 5px;
    color: var(--color-primary);
    margin: 2px;
    overflow: hidden;
    border: 2px solid var(--color-primary);
    border-radius: 1em;
    font-size: 1em;
    line-height: 1.5em;
}

.wmp-mask {
    filter: drop-shadow();
    margin: 5em 1em 1em 1em;
    opacity: 0.7;
}

/*.wmp-theme-dark .wmp-overlay {
    background-color: var(--color-primary-background);
}

.wmp-theme-very-dark .wmp-overlay {
    background-color: var(--color-primary-background);
}

.wmp-theme-light .wmp-light-overlap {
    background-color: var(--color-primary);
}*/

/*.wmp-overlay {
    background-color: var(--color-primary-background);
}*/

.wmp-bg-p {
    background-color: var(--color-primary);
}

.wmp-bg-s {
    background-color: var(--color-secondary);
}

.wmp-start-story {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1.5em;
}

.wmp-start-story-btn {
    background-color: var(--color-cta);
    color: white;
    border-radius: 0.5em;
    border: 0;
    padding: 0.5em 1em;
    font-size: 1.25em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.wmp-verified {
    background-color: #0101B0;
    color: white;
    border-radius: 50%;
    vertical-align: middle;
    width: 25px;
    width: 25px;
    display: inline-block;
    padding: 2px;
    margin-left: 5px;
}

.wmp-footer {
    display: none;
}

.wmp-footer2 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    z-index: 100;
}

.wmp-wizu-logo {
    margin: 0 5px;
    line-height: 20px;
}

.wmp-powered-by {
    font-size: 11px;
}


.wmp-share {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none"><path fill="%23fff" d="m21.1 25.4 9.87-9.86 1.42 1.42-9.86 9.87z"/><path stroke="%23fff" stroke-linecap="round" stroke-width="1.9" d="m16.85 19.82 15.33-4.14c.04 0 .07.03.06.06l-4.02 15.34a1.6 1.6 0 0 1-2.97.33l-2.93-5.73-5.77-2.88a1.6 1.6 0 0 1 .3-2.98z"/></svg>') !important;
    z-index: 100;
    height: 48px;
    width: 48px;
    cursor: pointer;
    border: none;
    pointer-events: auto;
    background: none;
}

.wmp-ss-text {
    color: white;
    width: 100%;
    text-align: center;
}

.wmp-cta-layer {
    display: flex;
    place-content: center;
    justify-content: space-around;
    color: white;
    position: absolute;
    bottom: 0;
    left: 2em;
    right: 2em;
    z-index: 20;
}

.wmp-cta-layer-inline {
    display: flex;
    place-content: center;
    justify-content: space-around;
    color: white;
    position: absolute;
    bottom: 0;
    left: 2em;
    right: 2em;
    z-index: 20;
}

.wmp-cta-close {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
}

.wmp-cta-target {
    position: absolute;
    background-color: white;
    color: black;
    border-radius: 0.5em;
    display: none;
    top: -4em;
    padding: 0.5em;
    left: 0.5em;
    right: 0.5em;
    box-shadow: rgb(0, 0, 100) 0px 22px 70px 4px;
}

.wmp-cta-target-text {
    margin: 0.5em 0;
}

.wmp-cta-button {
    text-align: center;
    border: 0;
    padding: 0.5em 1em;
    line-height: 1.5;
    font-size: 1.25em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin: 0 0 1.25em !important;
    border-radius: 0.5em !important;
    background: var(--color-cta);
    box-shadow: 0px 4px 10px rgba(0,0,0,.15) !important;
    display: flex;
    place-items: center;
    place-content: center;
    cursor: pointer;
    color: white;
}

#page-final-related-stories .wmp-cta-button {
    font-size: 1em;
    padding: 1em;
}

.wmp-button-link-icon {
    width: 24px !important;
    height: 24px !important;
}

/*.wmp-page-style-0 .wmp-mask {
    background-color: var(--color-primary);
}

.wmp-page-style-1 .wmp-mask {
    background-color: var(--color-secondary);
}

.wmp-page-style-2 .wmp-mask {
    background-color: var(--color-primary);
    opacity: 0.9
}

.wmp-page-style-3 .wmp-mask {
    background-color: var(--color-primary);
    opacity: 0.9
}

.wmp-page-style-4 .wmp-mask {
    background-color: var(--color-secondary);
    opacity: 0.9
}*/

.wmp-case-study .wmp-answer-text {
    font-size: 1.25em;
    line-height: 1.75;
}

.wmp-highlight {
    background-color: var(--color-highlight);
    color: var(--color-dark-text);
    padding: 2px;
    user-select: none;
}

.wmp-theme-dark .wmp-highlight {
    background-color: white;
}

.wmp-theme-very-dark .wmp-highlight {
    background-color: white;
}

.wmp-section-page .wmp-mask-layer {
}

.wmp-section-page.wmp-page-style-1 .qa-text {
    font-size: 2em;
}

.wmp-custom-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.wmp-section-page .qa-text {
    color: var(--color-primary);
    font-size: 2em;
    font-size: 2.5em;
}

.wmp-page-style-0 .wmp-custom-bg {
    background-position: center;
}

.wmp-page-style-1 .wmp-custom-bg {
    background-position: left;
}

.wmp-page-style-2 .wmp-custom-bg {
    background-position: right;
}

.wmp-page-style-3 .wmp-custom-bg {
    background-position: top;
}

.wmp-page-style-4 .wmp-custom-bg {
    background-position: bottom;
}


.wmp-text-page.wmp-page-style-0 .question-answer-combined {
    justify-content: flex-start;
}

.wmp-text-page.wmp-page-style-1 .question-answer-combined {
    justify-content: flex-end;
}

.wmp-text-page.wmp-page-style-2 .question-answer-combined {
    justify-content: flex-start;
}

.wmp-text-page.wmp-page-style-3 .question-answer-combined {
    justify-content: center;
}

.wmp-text-page.wmp-page-style-4 .question-answer-combined {
    justify-content: flex-start;
}

.wmp-section-page.wmp-page-style-0 .wmp-question-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/wws1.svg");
}

.wmp-section-page.wmp-page-style-1 .wmp-question-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/2.svg");
}

.wmp-section-page.wmp-page-style-2 .wmp-question-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/3.svg");
}

.wmp-section-page.wmp-page-style-3 .wmp-question-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/4.svg");
}

.wmp-section-page.wmp-page-style-4 .wmp-question-blob {
    background-image: url("https://fusionwizu.blob.core.windows.net/cdn/imgs/wws/5.svg");
}

.wmp-text-page > .wmp-page {
    display: none !important;
}

.wmp-section-page .wmp-answer-wrapper {
    background-color: unset;
    margin-top: 5px;
    padding: 3em;
    border-radius: unset;
    box-shadow: none;
    color: white;
}

.wmp-quote-page .wmp-mask {
    margin: 0;
}

.wmp-question-page .wmp-mask {
    margin: 0;
}

.wmp-quote-wrapper {
    margin-top: 5px;
    background-color: white !important;
    padding: 2em 1em 1em 1em;
    border-radius: unset;
    box-shadow: none;
}

.wmp-text-page .question-answer-combined {
    margin-top: 0em;
}

.wmp-section-page .question-answer-combined {
    transition: opacity 1000ms ease 200ms;
}

.wmp-quote-page .question-answer-combined {
    opacity: 1;
    transition: opacity 1000ms ease 200ms;
}

.wmp-outcome-page .question-answer-combined {
    opacity: 1;
    transition: opacity 1000ms ease 200ms;
}

.question-answer-combined .wmp-chat-answer-text {
    font-size: 2em;
    line-height: 2em;
    color: white;
    font-weight: 500;
    text-align: center;
}

.wmp-dark-theme .wmp-chat-answer-text {
    color: var(--color-light-text);
}

.wmp-quote-page wmp-gl {
    justify-content: flex-start;
}

.wmp-section-page wmp-gl {
    padding: 1em;
}

.wmp-delay-1 {
    animation-delay: 1s;
}

.wmp-delay-2 {
    animation-delay: 2s;
}

.wmp-fade-in-2 {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 1s;
}

.wmp-fade-in-1 {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

.wmp-fade-in-0-5 {
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
}

.wmp-fade-in-0-2 {
    animation: fadeIn 0.2s;
    -webkit-animation: fadeIn 0.2s;
    -moz-animation: fadeIn 0.2s;
    -o-animation: fadeIn 0.2s;
    -ms-animation: fadeIn 0.2s;
}

.wmp-fade-in-0-3 {
    animation: fadeIn 0.3s;
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    -ms-animation: fadeIn 0.3s;
}

.wmp-fade-out-0-3 {
    animation: fadeOut 0.5s;
    -webkit-animation: fadeOut 0.5s;
    -moz-animation: fadeOut 0.5s;
    -o-animation: fadeOut 0.5s;
    -ms-animation: fadeOut 0.5s;
    animation-fill-mode: forwards;
}

.wmp-text-page .wmp-mask {
    display: none !important;
}

/*.wmp-page-style-0 .wmp-text-pane {
    background-color: var(--color-primary);
}

.wmp-page-style-1 .wmp-text-pane {
    background-color: var(--color-primary);
}

.wmp-page-style-2 .wmp-text-pane {
    background-color: var(--color-primary);
}

.wmp-page-style-3 .wmp-text-pane {
    background-color: var(--color-primary);
}

.wmp-page-style-4 .wmp-text-pane {
    background-color: var(--color-primary);
    }
*/

.wmp-text-pane {
    filter: drop-shadow();
    margin: 1em 1em 1em 1em;
    opacity: 1;
    padding: 1em;
    color: white;
    border-radius: 1.5em;
    width: 80%;
}

.wmp-theme-side-border .wmp-text-pane {
    background-color: unset;
    padding: 0 1em;
    border-radius: 0;
    border-left: 8px solid var(--color-secondary);
}

/* Question Text Types*/
.wmp-qt-side .wmp-text-pane {
    background-color: unset;
    padding: 0 1em;
    border-radius: 0;
    border-left: 8px solid var(--color-secondary);
}

.wmp-qt-bubble .wmp-text-pane {
    background-color: var(--color-primary);
}


.wmp-simple-message .wmp-text-pane {
    background-color: unset;
    padding: 0 1em;
    border-radius: 0;
    border-left: unset;
}

.wmp-simple-message p.wmp-answer-text {
    font-size: 2.5em;
    text-align: center;
    font-weight: 600;
    color: white;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeInHighlight {
    0% {
        background-color: white !important;
        color: darkgray !important;
    }

    100% {
        background-color: blue !important;
        color: white !important;
    }
}

@keyframes fadeOutHighlight {
    0% {
        background-color: blue !important;
        color: white !important;
    }

    100% {
        background-color: unset !important;
        color: darkgray !important;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wmp-animate-slide-up {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    animation: slideInUp;
    animation-duration: 0.5s;
}

.wmp-a2-hidden {
    display: none;
}

.wmp-a3-hidden {
    display: none;
}

.wmp-question-title-outer {
    position: relative;
    padding: 0.5em 1em 0.5em 0.5em;
    place-content: center;
}

    .wmp-question-title-outer::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: black;
        filter: opacity(0.1) blur(30px) drop-shadow(2px 4px 6px black);
        content: "";
    }

.wmp-theme-light .wmp-question-title-outer::before {
    display: none;
}

.wmp-question-title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}



p.wmp-question-title {
    margin: 0.5em 0;
}

.wmp-outcome-metric-outer {
    font-size: 7em;
    font-weight: 800;
    padding: 0;
    margin: 0;
    color: var(--color-primary);
    background-size: 3em 2em;
    width: 3em;
    height: 2em;
    place-content: center;
    vertical-align: middle;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .wmp-outcome-metric-outer::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        filter: brightness(150%);
        background-image: url(https://wizu.azureedge.net/rt/1/imgs/blob-01.svg);
        background-size: 3em 2em;
        width: 3em;
        height: 2em;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
    }

.wmp-outcome-metric {
    color: var(--color-dark-text);
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 0.6em;
}

.wmp-question-text {
    color: white;
    font-size: 2em;
    line-height: 1.5em;
    position: relative;
    margin: 1em 0.5em 0.5em 0.5em;
    font-weight: 600;
    user-select: none;
}

.wmp-theme-light .wmp-question-text {
    color: var(--color-dark-text);
}

.wmp-theme-light.wmp-simple-message .wmp-answer-text {
    color: var(--color-dark-text);
}

.wmp-theme-light .wmp-meet-table p{
    color: var(--color-dark-text);
}

.wmp-theme-light .wmp-meet-table span{
    color: var(--color-dark-text);
}

.wmp-theme-dark .wmp-meet-table p {
    color: white;
}
.wmp-theme-dark .wmp-meet-table h1 {
    color: white;
}
.wmp-theme-dark .wmp-meet-table span {
    color: white;
}
/*.wmp-page-style-0 .wmp-banner-bottom {
    background-image: url(https://wizu.azureedge.net/rt/1/imgs/divider-101.svg);
    height: 40px;
}

.wmp-page-style-1 .wmp-banner-bottom {
    background-image: url(https://wizu.azureedge.net/rt/1/imgs/divider-102.svg);
    height: 40px;
}

.wmp-page-style-2 .wmp-banner-bottom {
    background-image: url(https://wizu.azureedge.net/rt/1/imgs/divider-103.svg);
    height: 40px;
}

.wmp-page-style-3 .wmp-banner-bottom {
    background-image: url(https://wizu.azureedge.net/rt/1/imgs/divider-104.svg);
    height: 40px;
}

.wmp-page-style-4 .wmp-banner-bottom {
    background-image: url(https://wizu.azureedge.net/rt/1/imgs/divider-105.svg);
    height: 40px;
}

.wmp-banner-bottom {
    position: absolute;
    z-index: 2;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 0;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
}*/
.wmp-outcome-text {
    font-size: 2em;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: white;
    text-align: center;
    margin: 20px 0;
}

.wmp-theme-light .wmp-outcome-text {
    color: var(--color-dark-text);
}

.wmp-question-bubble {
    color: white;
    border-radius: 0.5em;
    align-self: center;
    margin: 0.125em;
    line-height: 1.5em;
    padding: 0.75em;
    font-size: 1.25em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-top: 0.5em;
}

.wmp-vqt {
    align-self: center;
    margin: 0;
    line-height: 1.5em;
    height: 20%;
    left: 0;
    right: 0;
    padding: 0 1em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    justify-content: center;
}

.wmp-vqt p {
    color: white;
    align-self: center;
    margin: 0;
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.wmp-vat2 .wmp-question-bubble {
    min-height: 5em;
}

.wmp-answer-bubble {
    margin-top: 0.75em;
    padding: 1em;
    background-color: white;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    align-self: flex-start;
    line-height: 1.5em;
    font-size: 1.125em;
}

.wmp-chat-ui .wmp-answer-bubble {
    margin-right: 1em;
    border-bottom-left-radius: 0px;
}

.wmp-chat-ui .wmp-question-bubble {
    align-self: flex-end;
    border-bottom-right-radius: 0px;
    margin-left: 1em;
    border-bottom-right-radius: 0px;
}

p.wmp-chat-question-text {
    margin: 0.125em;
    color: white;
    font-weight: 400;
}

p.wmp-chat-answer-text {
    margin: 0;
}

.wmp-chat-ui {
    justify-content: start;
    top: 1em
}

.wmp-blur {
    filter: blur(3px);
}

.wmp-cover-contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wmp-cover-col-1 {
    display: flex;
    justify-content: center;
}

.wmp-cover-col-2 {
    border-radius: 1em;
    border: 0;
    padding: 0.5em 1em;
    font-size: 1.25em;
    /*    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
*/ display: flex;
    flex-direction: row;
    justify-content: center;
}

img.wmp-cover-profile-image {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 0;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 5em;
    height: 5em;
}

.wmp-profile-pane-1 {
}

.wmp-profile-pane-2 {
    display: flex;
    flex-direction: column;
}
/*.wmp-cover-col-3 {
    display: flex;
    flex-direction: column;
}*/
.wmp-cover-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between
}

.wmp-profile-job-title {
    margin: 5px;
    text-align: center;
    /*    width: 100%;
*/ font-weight: 300;
    font-size: 0.75em;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

h3.wmp-story-type {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin: 0;
    color: white;
    position: absolute;
    top: 3em;
    right: 2em;
}

.wmp-cover-start {
    font-size: 1.5em;
    vertical-align: middle;
    margin-left: 10px;
}

.wmp-cover-start-text {
    vertical-align: middle;
}

.wmp-table-details-row {
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wmp-case-study .wmp-cover-contact-focused {
    display: none;
}

.wmp-testimonial .wmp-cover-org-focused {
    display: none;
}

img.wmp-cover-account-image {
    /*    width: 4em;
*/
    height: 4em;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 2em;
}

img.wmp-org-img {
    max-height: 3em;
}

.wmp-cover-org-focused, .wmp-cover-contact-focused {
    margin: 0.5em;
    text-align: center;
}

.wmp-upper-half, .wmp-lower-half {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 45%;
}

.wmp-cover-banner {
    height: 10%;
}

.wmp-cover-pane {
    padding: 1em 1em 1em 1em;
}

.wmp-meet-table {
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    height: 100%;
    font-weight: 500;
}

.wmp-meet-row {
    display: flex;
    flex-direction: row;
    margin: 0.25em 0;
    align-items: center;
    justify-content: center;
}

.wmp-meet-when-row, .wmp-meet-location-row {
    min-height: 2em;
}

.wmp-meet-question {
    width: 33%;
    margin: 0;
    font-weight: 600;
}

.wmp-meet-answer {
    margin: 0;
}

.wmp-meet-org-img {
    max-height: 5em;
}

.wmp-meet-page wmp-gl {
    padding: 6em 1em;
}

img.wmp-about-profile-image {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 0;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 10em;
    height: 10em;
    min-height: 10em;
    max-width: 10em;
    max-height: 10em;
}

h1.wmp-meet-about {
    text-align: center;
    /*    color: var(--color-dark-text);
*/ font-size: 2em;
}

.wmp-meet-about {
    font-size: 2em;
}

.wmp-handwriting {
    font-family: 'Kalam', cursive;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 2em;
    margin: 0;
}

.wmp-about-li-logo {
    aspect-ratio: 635/540;
    height: 1.5em;
    width: 1.5em;
    margin: 0px 0.25em 0 0;
}

.wmp-about-li-url {
    font-size: 1em;
}

.wmp-meet-row.wmp-meet-li-row {
    align-items: center;
}

.wmp-video {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    object-fit: contain;
    background-position: center;
    object-position: center;
}

.video-portrait {
    width: auto;
    height: 100%;
    aspect-ratio: 1;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    object-fit: contain;
    background-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.wmpXm .video-portrait {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    object-fit: contain;
    background-position: top;
    object-position: top;
    position: absolute;
    top: 0;
}

.wmp-video-portraint-layer {
    padding: 0 !important;
}

.wmp-video-question-panel {
    background-color: black;
    filter: opacity(0.5);
    color: transparent;
}

.wmp-video-question {
    display: flex;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    position: absolute;
    padding: 2em;
    flex-direction: column;
    justify-content: space-between;
    height: 40%;
    align-items: center;
    opacity: 1;
}

h3.wmp-video-question-text {
    color: white;
}

.wmp-video-question-text-common {
    font-size: 2em;
    text-align: center;
    margin: 0;
    line-height: 1.25em;
}

.wmp-video-source {
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    top: 0;
    height: 90%;
    z-index: 10;
}

.wmp-video-hide {
    display: none;
}

.wmp-video-play-button {
    border: none;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' height='96' width='96' viewBox='0 0 48 48' ><path d='M19.1 32.6 32.65 24 19.1 15.35ZM24 44.3q-4.15 0-7.875-1.6-3.725-1.6-6.475-4.35Q6.9 35.6 5.3 31.9 3.7 28.2 3.7 24t1.6-7.925q1.6-3.725 4.35-6.45Q12.4 6.9 16.1 5.3T24 3.7q4.2 0 7.925 1.6 3.725 1.6 6.45 4.325T42.7 16.05q1.6 3.7 1.6 7.95 0 4.2-1.6 7.9t-4.325 6.45Q35.65 41.1 31.95 42.7q-3.7 1.6-7.95 1.6Z'/></svg>") !important;
    border-radius: 50%;
    background-size: 4em;
    background-repeat: no-repeat;
    background-position: 50%;
}

.wmp-play-button-dims {
    width: 4em;
    height: 4em;
    padding: 0.5em;
}

.wmp-video-start {
    z-index: 20;
}

.wmp-bg-img-layer.wmp-hide {
    display: none;
}

wmp-gl.wmp-cta-padding {
    bottom: 4em;
}

.wmp-cta-layer-inline.wmp-hide {
    display: none;
}

#wizu-stories.wizu-stories-standalone {
    min-height: 400px;
    position: unset;
}

.wmp-share-hide {
    display: none;
}

.wmp-meet-who-customer-name {
    font-size: 1.25em;
    font-weight: 600;
}

.wmp-simple-message wmp-gl {
    justify-content: flex-start;
}

p.wmp-click-to-play {
    color: white;
    font-size: 1.5em;
    font-weight: 200;
    margin-top: 0;
}

div.wmp-qg-text {
}

div.wmp-qg-nav {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    z-index: 10;
    padding: 0.5em 1em;
    left: 50%;
    font-weight: 200;
    transform: translate(-50%, 0%);
    text-align: center;
    width: 60%;
    border-radius: 0.25em;
    bottom: 0.25em;
    display: none;
}

span.wmp-switch-text-icon {
    color: white;
    z-index: 100;
    font-weight: 200;
    border-radius: 0.25em;
    width: 0.75em;
    height: 0.74em;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' height='32' width='32' viewBox='0 0 48 48' fill='white'><path d='M3.5 34.2V3.45h30.6v22.6H11.65Zm8.35 2.25v-7.4H37.1V11.8h7.4v32.7l-8-8.05Z'/></svg>") !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0em 0 0 0.25em;
}

.wmp-cta-page .wmp-cta-description {
    font-size: 1.25em;
}

.wmp-cta-page .wmp-answer-text {
    text-align: center;
}

.wmp-qgv-questions {
    position: absolute;
    bottom: 0.25em;
    right: 1.5em;
    background-color: rgba(0,0,0,0.5);
    color: white;
    z-index: 10;
    font-weight: 200;
    border-radius: 0.25em;
    width: 2em;
    height: 2em;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' height='24px' viewBox='0 0 48 48' width='24px' ><path d='M7.45 34.65q-.75 0-1.25-.5t-.5-1.25q0-.75.5-1.25t1.25-.5q.75 0 1.25.525t.5 1.225q0 .75-.5 1.25t-1.25.5Zm0-8.9q-.75 0-1.25-.5T5.7 24q0-.75.5-1.25t1.25-.5q.75 0 1.25.5T9.2 24q0 .75-.5 1.25t-1.25.5Zm0-8.9q-.75 0-1.25-.525T5.7 15.1q0-.75.5-1.25t1.25-.5q.75 0 1.25.5t.5 1.25q0 .75-.5 1.25t-1.25.5ZM14.6 34.6v-3.4h27.7v3.4Zm0-8.9v-3.4h27.7v3.4Zm0-8.9v-3.4h27.7v3.4Z'/></svg>") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.wmp-qgv-q-panel {
    display: none;
}

span.wmp-heart-icon {
    color: white;
    z-index: 100;
    font-weight: 200;
    border-radius: 0.25em;
    width: 0.75em;
    height: 0.74em;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg stroke='black' fill='white' stroke-width='0' viewBox='0 0 512 512' height='2em' width='2em' xmlns='http://www.w3.org/2000/svg' > <path d='M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z' > </path> </svg>") !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0.25em;
}

span.wmp-share-icon {
    color: white;
    z-index: 100;
    font-weight: 200;
    border-radius: 0.25em;
    min-width: 2em;
    min-height: 2em;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path fill="%23fff" d="m21.1 25.4 9.87-9.86 1.42 1.42-9.86 9.87z"/><path stroke="%23fff" stroke-linecap="round" stroke-width="1.9" d="m16.85 19.82 15.33-4.14c.04 0 .07.03.06.06l-4.02 15.34a1.6 1.6 0 0 1-2.97.33l-2.93-5.73-5.77-2.88a1.6 1.6 0 0 1 .3-2.98z"/></svg>') !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0.25em;
}

.wmp-lt-fade-in-text {
    animation: fadeInHighlight 0.25s;
    animation-fill-mode: forwards;
    border-radius: 5px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wmp-lt-ui {
    display: none;
    overflow: auto;
    top: 0em;
    justify-content: flex-start;
}

.wmp-lt {
    font-size: 1em;
    line-height: 1.25em;
    padding: 0.15em;
    color: #181818;
}

.wmp-lt-highlight {
    position: absolute;
    width: 100px;
}

.wmp-lt-question {
    color: white;
    line-height: 1.375em;
    text-align: center;
    padding: 1em;
    font-size: 1.25em;
}

.wmp-vq-theme-vertical-chat .wmp-lt-question {
    border-radius: 0.5em;
    border-bottom-right-radius: 0px;
    align-self: flex-end;
    margin: 0.5em;
    line-height: 1.375em;
    margin-top: 1.5em;
}

.wmp-vq-theme-vertical .wmp-lt-question {
    padding-top: 1.5em;
    margin: 0;
    padding: 2em 1em 1em 1em;
    margin: 0;
}

.wmp-lt-placeholder {
    width: 90%;
    margin: 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wmp-vat {
    display: none;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    right: 0;
}

.wmp-vat-inline {
    flex-direction: column;
    height: 80%;
    z-index: 1000;
    width: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 20%;
}

.wmp-vat-chat {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.wmp-vat-top {
    display: flex;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
}

.wmp-vq-theme-vertical-chat .wmp-vat-top {
    margin-top: 1em;
    height: 50%;
    width: 90%;
    border-top-right-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 1em;
}

.wmp-vq-theme-vertical .wmp-vat-top {
    width: 100%;
    height: 60%;
    border-radius: 0;
    margin: 0;
}


.wmp-vat-bottom {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position: relative;
    background-color: white;
    border-top: 3px solid var(--color-primary-dark);
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    max-height: 180px;
    padding-bottom: 20px;
}

.wmp-vq-theme-vertical-chat .wmp-vat-bottom {
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.wmp-vq-theme-vertical .wmp-vat-bottom {
    width: 100%;
}

.wmp-vat2 video.video-portrait {
    width: 100%;
    height: 100%;
    -moz-background-size: contain;
    -o-background-size: contain;
    object-fit: cover;
    background-position: center;
    object-position: center;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    aspect-ratio: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wmp-vat2 .wmp-vat-bottom {
    height: 50%;
}

.wmp-video-wrapper {
    width: 100%;
}

.wmp-video-wrapper-landscape {
    height: 100%;
}

.cdk-overlay-connected-position-bounding-box {
    z-index: 3000 !important
}

.w-card {
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px 0px !important;
    margin: 40px 0 !important;
}


.wmp-two-columns-layout {
    border-radius: 1.5em;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
    overflow: hidden;
}

.wpp-page-landscape.wpp-page {
    height: unset;
}

.wmp-two-columns-layout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    min-width: 360px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.wpp-page-landscape .wmp-body-column {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    min-width: 360px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.wmp-left-column {
    height: 100%;
}

.wpp-page-landscape .wmp-left-column {
    display: block;
}

.wmp-right-column {
    width: 100%;
    height: 100%;
    padding: 1em;
}

.wpp-page-landscape .wmp-right-column {
}

.wpp-page-landscape .wmp-two-columns-layout {
    display: flex;
}

.wpp-page-landscape .profile-panel {
}

.wpp-page-landscape .wmp-video-landscape {
    height: 100%;
    aspect-ratio: 1;
    position: relative;
}

.wmp-text-story {
    height: 100%;
    width: 100%;
}

.wmp-ta-qt {
    color: white;
    border-radius: 0.25em;
    align-self: flex-start;
    margin: 0.1em;
    line-height: 1.25em;
    padding: 0.5em;
    font-size: 1em;
    text-align: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-align: left;
    margin: 0.5em;
    cursor: pointer;
}

.wmp-subtitles {
    margin: 0.5em;
    text-align: left;
}

.wmp-tas, .wmp-taa {
    margin: 0.5em;
    margin-left: 1.5em;
    cursor: pointer;
    font-size: 0.75em;
    align-self: flex-start;
    line-height: 1.2em;
}

.wmp-tag:hover {
    text-decoration: underline;
}

.wmp-tas {
    line-height: 1.5em;
}

.wmp-taq {
    color: white;
    padding: 0.5em;
    border-radius: 0.3em;
    border-top-left-radius: 0;
    margin: 0.5em;
    cursor: pointer;
    font-size: 0.8em;
    font-style: italic;
    align-self: flex-start;
    line-height: 1.2em;
    width: fit-content;
}

    .wmp-taq:hover {
        text-decoration: underline;
    }

.wmp-taqw {
    border-left: 8px solid transparent;
}

    .wmp-taqw.active {
        border-left: 8px solid var(--color-primary);
        background-color: #e9e8e8;
        transition: border-left 0.2s ease-in-out;
    }

        .wmp-taqw.active .wmp-taq {
            /*background-color: var(--color-primary) !important;*/
        }

video::cue {
    background-color: var(--color-primary);
    color: white;
    border-radius: 3px;
    margin: 10px;
}


.wmp-no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


