.start-template-content {

    .st-icon {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .st-icon-1,
    .st-icon-2 {
        width: 10rem;
        height: 10rem;
    }

    .st-icon-1 {
        background-image: url(../images/anim-st-icon-1.png);
        top: 42rem;
        left: 15rem;
    }

    .st-icon-2 {
        background-image: url(../images/anim-st-icon-2.png);
        top: 10rem;
        right: 23rem;
    }

    .st-icon-3,
    .st-icon-4 {
        width: 7.5rem;
        height: 7.5rem;
    }

    .st-icon-3 {
        background-image: url(../images/anim-st-icon-3.png);
        top: 14rem;
        left: 25rem;
    }

    .st-icon-4 {
        background-image: url(../images/anim-st-icon-4.png);
        top: 34rem;
        right: 10rem;
    }

    .layer-1 {
        display: flex;
        flex-direction: column;
    }

    h1 {
        text-transform: uppercase;
        text-align: center;
        margin-top: 26rem;
    }

    h2 {
        text-align: center;
        font-family: var(--bs-font-regular);
    }

    .trigger-start-quiz {
        margin: 9.5rem auto 0;
    }

    .st-footnote p {
        font-size: 1.4rem;
        margin-top: 1rem;
        margin-left: 6rem;
    }
}

.challenge-template-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem;

    p {
        text-align: center;
        margin-top: 1rem;
        line-height: 1.1;
    }

    div {
        max-width: 93%;
        height: 44rem;
        border: 1px solid;
        border-radius: 5rem;
        padding: 2.5rem;
        margin-top: 1rem;
    }

    ul {
        font-size: 2.2rem;
        line-height: 2;
    }

    ul li::marker {
        color: var(--bs-secondary);
        font-size: 3rem;
        line-height: normal;
    }

    .btn {
        background-color: var(--bs-body-color);
        margin-left: 34rem;
        position: relative;
        bottom: 3rem;
    }
}

.gs-template-content {
    padding: 5rem;
    position: relative;
}

.gs-correct-content {
    padding: 5rem;
    position: relative;
    background-image: url(../images/party-sparkles.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;

    .gs-correct {
        width: 90%;
        height: 44rem;
        border: 1px solid;
        margin: 5rem auto 0;
        border-radius: 3rem;
        align-content: center;
        text-align: center;
    }

    .gs-line {
        border-bottom: 2px solid #fff;
        width: 5rem;
        margin: 2rem auto;
    }

    .gs-b-points {
        background-color: #fff;
        color: var(--bs-primary);
        width: max-content;
        margin: 2rem auto 0;
        padding: 1.2rem 4rem;
        font-size: 3rem;
        font-family: var(--bs-font-bold);
        border-radius: 15rem;
    }

    .trigger-symptom-match {
        margin: 3rem 0 0 auto;
    }
}

.gs-wrong-content {
    padding: 5rem;
    position: relative;
    align-content: center;

    .gs-wrong {
        width: 54%;
        height: 30rem;
        border: 3px solid #fff;
        margin: 0 auto;
        border-radius: 3rem;
        align-content: center;
        text-align: center;
    }

    .trigger-symptom-match {
        position: absolute;
        bottom: 5rem;
        right: 5rem;
    }
}

.ms-template-content {
    padding: 5rem;
    position: relative;

    .otr-disease {
        margin-top: 2rem;
        /* width: 88%; */
        width: 74%;
        height: 32rem;
    }

    [data-otr-disease] {
        outline: 0.25rem dashed #fff;
        outline-offset: -0.5rem;
        border-radius: 2rem;
    }

    [data-otr-disease].zone-hover {
        outline: 0.5rem dashed #4CBB17;
        outline-offset: 4px;
    }

    .ms-drag-placeholder {
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        font-size: 1.3rem;
        margin-top: 4rem;
    }

    .ms-dragged-list {
        display: flex;
        flex-direction: column;
        font-size: 1.3rem;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        width: 19rem;
        max-width: 88%;
        margin: 0 auto;
    }

    .ms-dragged-list li {
        margin-bottom: 0.5rem;
        display: flex;
        align-items: center;
    }

    .ms-dragged-list li span:nth-child(2) {
        max-width: 70%;
    }

    .otr-primary-symptom {
        height: 22rem;
        width: 19rem;
    }

    .otr-symptoms {
        margin-top: 3rem;
        width: 98%;
        opacity: 0;
    }

    .otr-symptoms.visible {
        opacity: 1;
    }

    .otr-symptoms li {
        padding: 0.4rem 0.8rem 0.4rem 0.4rem;
        font-size: 1.4rem;
        margin: 0 1.5rem 2rem;
        background-color: rgba(255, 255, 255, 0.05);
        transform-origin: top left;
        touch-action: none;
    }

    .otr-symptoms li.active {
        background-color: var(--bs-body-color);
    }

    /* .otr-symptoms [disabled] {
        opacity: 0.4;
    } */

    [data-draggable-layer] {
        visibility: hidden;
    }

    [data-draggable-layer][disabled] {
        visibility: visible;
        opacity: 0.4;
    }

    .otr-img-icon {
        width: 3rem;
        height: 3rem;
    }
}

.ms-finish-content,
.ms-failure-content {
    padding: 5rem;
    position: relative;
    background-image: url(../images/party-sparkles.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;

    .otr-disease {
        margin-top: 3rem;
        width: 88%;
        height: 39rem;
    }

    .otr-disease>li {
        outline: 0.25rem dashed #fff;
        outline-offset: -0.5rem;
        border-radius: 2rem;
        background-color: var(--bs-primary);
    }

    .otr-primary-symptom {
        width: 22rem;
        height: 26rem;
    }

    .otr-prim-sym-img {
        height: 83%;
    }

    .msf-list {
        list-style: none;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }

    .msf-list li {
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        margin: 0.8rem auto;
    }

    .otr-img-icon {
        width: 3rem;
        height: 3rem;
    }

    .trigger-treatment-match {
        position: absolute;
        right: 9rem;
        bottom: 1.5rem;
    }
}

.ms-failure-content {
    background-image: none;
    display: flex;
    flex-direction: column;

    .otr-disease {
        margin-top: 0;
        height: 44rem;
    }

    .otr-primary-symptom {
        width: 26rem;
        height: 30rem;
    }

    .msf-list li {
        position: relative;
    }

    .msf-list li::after {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 3rem;
        height: 3rem;
        content: '';
        position: absolute;
        top: 0;
        right: 1rem;
    }

    .ms-wrong-option::after {
        background-image: url(../images/wrong.svg);
    }

    .ms-correct-option::after {
        background-image: url(../images/correct.svg);
    }
}

.identify-match-content,
.im-success-content,
.im-failure-content {
    padding: 5rem;
    position: relative;

    .otr-disease {
        margin-top: 3rem;
        width: 88%;
        height: 37rem;
    }

    .otr-disease>li {
        outline: 0.25rem dashed #fff;
        outline-offset: -0.5rem;
        border-radius: 2rem;
        background-color: var(--bs-primary);
        position: relative;
        overflow: visible;
    }

    .otr-disease>li [data-otr-drop-zone] {
        position: absolute;
        top: 0;
        width: 22rem;
        height: 100%;
    }

    .otr-disease .zone-hover {
        outline: 0.5rem dashed #4CBB17;
        outline-offset: 4px;
    }

    .otr-disease .zone-hover .im-dropped-brand {
        outline: 0.4rem dashed #4CBB17;
    }

    .im-dropped-brand [data-im-img-selection="flonase"] {
        margin-bottom: 1rem;
    }

    .otr-primary-symptom {
        width: 18rem;
        height: 23rem;
    }

    .otr-prim-sym-img {
        height: 81%;
    }

    .im-list {
        list-style: none;
        padding-left: 1rem;
        padding-top: 0.5rem;
    }

    .im-list li {
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        margin: 0.8rem auto;
    }

    .otr-img-icon {
        width: 3rem;
        height: 3rem;
    }

    .im-list-box {
        background-color: #fff;
        color: var(--bs-primary);
        width: 59%;
        height: 9rem;
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        display: flex;
        justify-content: space-around;
        text-align: center;
        position: absolute;
        left: 20%;
        bottom: -2rem;
        font-size: 1.4rem;
        font-family: var(--bs-font-bold);
    }

    .im-list-box>div {
        margin-top: -5rem;
        position: relative;
    }

    .im-adjust-alignment {
        position: relative;
        top: -1rem;
    }

    .im-list-box img {
        width: 6rem;
        touch-action: none;
    }

    .im-list-box img[data-draggable-layer] {
        opacity: 0.4;
    }

    .im-dropped-brand {
        position: absolute;
        top: 15rem;
        left: 14rem;
        width: 8rem;
        height: 8rem;
        border-radius: 50%;
        background-color: var(--bs-primary);
        outline: 0.25rem dashed #fff;
        display: flex;
        justify-content: center;
    }

    .im-dropped-brand img {
        max-width: 100%;
        max-height: 100%;
    }

}

.im-success-content {
    background-image: url(../images/party-sparkles.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;

    .otr-disease {
        margin-top: 1rem;
        height: 40rem;
    }

    .im-list li:last-child {
        margin-top: 1rem;
        font-family: var(--bs-font-bold);
    }

    .im-list li:last-child span {
        color: var(--bs-info);
    }

    .trigger-cc-journey {
        position: absolute;
        right: 9rem;
        bottom: 1.5rem;
    }
}

.im-failure-content {
    .im-dropped-brand::after {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 3rem;
        height: 3rem;
        content: '';
        position: absolute;
        top: 0;
        right: -1rem;
    }

    .im-wrong-option::after {
        background-image: url(../images/wrong.svg);
    }

    .im-correct-option::after {
        background-image: url(../images/correct.svg);
    }

    .trigger-cc-journey {
        position: absolute;
        right: 9rem;
        bottom: 1.5rem;
    }
}

.cc-journey-content,
.rh-journey-content,
.ar-journey-content {
    padding: 5rem;
    position: relative;
}

.rh-journey-content {
    .otr-vertical-slide-2 {
        display: flex;
        flex-direction: column;
    }

    .otr-vertical-slide-2 h3,
    .otr-vertical-slide-2 ul {
        margin-bottom: 2.5rem;
    }

    .otr-vertical-slide-2 li {
        margin-bottom: 0.5rem;
    }

    .otr-vertical-slide-2 p {
        margin-top: auto;
        margin-bottom: 1rem;
    }
}

.ar-journey-content {
    .otr-vertical-slide-2 {
        display: flex;
        flex-direction: column;
    }

    .ar-min-content {
        font-size: 80%;
        margin-bottom: 1.5rem;
        display: inline-block;
    }

    .otr-vertical-slide-2 p {
        margin-top: auto;
        margin-bottom: 1rem;
    }

    h4 {
        font-size: 2rem;
        margin-left: 2rem;
    }

    .btn {
        position: absolute;
        right: 9rem;
        bottom: 1.4rem;
    }
}

.ortivin-carousel-content {
    padding: 5rem;
    position: relative;

    .carousel {
        width: 100%;
        height: 100%;
        touch-action: none;
    }

    .carousel__viewport {
        overflow: hidden;
        border-radius: 12px;
        height: 100%;
    }

    .carousel__track {
        display: flex;
        height: 100%;
        transition: transform 400ms ease;
    }

    .carousel__slide {
        flex: 0 0 100%;
        height: 100%;
        color: white;
        font-size: 2rem;
        position: relative;
    }

    .carousel__slide:nth-child(2) ul,
    .carousel__slide:nth-child(3) ul {
        line-height: 2;
    }

    .carousel__pagination {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .carousel__dot {
        width: 1.4rem;
        height: 1.4rem;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }

    .carousel__dot.is-active {
        background: #fff;
        transform: scale(1.2);
    }

    .occ-block {
        margin-top: 1rem;
        margin-left: auto;
        padding: 2rem 2rem 2rem 6rem;
        font-size: 1.9rem;
        max-width: 84%;
        margin-right: 1%;
        min-height: 42rem;
        border: 0.25rem solid;
        border-radius: 3rem;
    }

    .carousel__slide:nth-child(3) .occ-block {
        display: flex;
        flex-direction: column;
    }

    .occ-block strong {
        font-family: var(--bs-font-bold);
    }

    .occ-block table {
        width: 100%;
        text-align: center;
    }

    .occ-block tbody,
    .occ-block tr,
    .occ-block td {
        border-width: 0.25rem;
    }

    table {
        border-collapse: separate;
        border-spacing: 0;
    }

    td {
        border-style: none solid solid none;
    }

    tr:first-child td:first-child {
        border-top-left-radius: 1rem;
    }

    tr:first-child td:last-child {
        border-top-right-radius: 1rem;
    }

    tr:last-child td:first-child {
        border-bottom-left-radius: 1rem;
    }

    tr:last-child td:last-child {
        border-bottom-right-radius: 1rem;
    }

    tr:first-child td {
        border-top-style: solid;
    }

    tr td:first-child {
        border-left-style: solid;
    }

    .carousel__img_footnote {
        position: absolute;
        top: 8rem;
        left: 0rem;
        height: 89%;
    }

    .carousel__slide:nth-child(3) .carousel__img_footnote {
        top: 9rem;
        left: -2rem;
    }

    .carousel__img_footnote img {
        max-width: 26rem;
    }

    .carousel__footnote {
        font-size: 1.4rem;
        position: absolute;
        left: 2rem;
        bottom: 1rem;
    }

    .occ-footnote-p {
        margin-top: auto;
    }

    .occ-footnote-p,
    .occ-footnote-p-2 {
        font-size: 1.2rem;
    }

    .btn {
        position: absolute;
        right: 9rem;
        bottom: 1.4rem;
    }

}

.did-you-know-content {
    padding: 5rem;
    position: relative;
    display: flex;
    flex-direction: column;

    h1 {
        font-size: 3.4rem;
        padding: 2rem 4rem;
        border-radius: 5rem;
        background-color: var(--bs-secondary);
        margin: 0 auto;
    }

    .did-you-know-block {
        border: 0.25rem solid #fff;
        margin: 6rem auto 0;
        border-radius: 2rem;
        width: 75%;
        min-height: 30rem;
        align-content: center;
        text-align: center;
        font-size: 3rem;
    }

    .did-you-know-block > div {
        padding: 2rem 6rem;
    }

    .btn {
        position: absolute;
        right: 9rem;
        bottom: 1.4rem;
    }
}

.score-content {
    padding: 5rem;
    position: relative;

    .score-block {
        max-width: 93%;
        height: 38rem;
        border: 0.25rem solid;
        border-radius: 5rem;
        padding: 2.5rem;
        margin: 8rem auto 0;
        text-align: center;
    }

    .score-higlight {
        font-size: 5rem;
        margin-bottom: 2rem;
        font-family: var(--bs-font-bold);
    }

    h2 {
        margin-bottom: 3rem;
    }

    .score-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        text-align: left;
    }

    .score-flex>div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .score-flex img {
        width: 10rem;
        height: 10rem;
    }

    .btn {
        position: absolute;
        bottom: 1.4rem;
        right: 1.4rem;
    }

}

.thank-you-content {
    position: relative;
    padding: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    .thank-you-block {
        width: 93%;
        height: 51rem;
        border: 0.25rem solid;
        border-radius: 5rem;
        padding: 3rem;
        display: flex;
        flex-direction: column;
    }

    .healthy-indoor-challenge-img {
        background-image: url(../images/healthy-indoor-challenge.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top 34% left;
        position: relative;
        width: 42rem;
        height: 21rem;
        margin: 0 auto;
    }

    h3 {
        margin-top: 1.5rem;
        line-height: 1.2;
    }

    h2 {
        margin: 2rem auto;
    }

    .btn {
        position: relative;
        margin: 0 auto;
        bottom: -6rem;
    }
}   