* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: GilroyRegular;
    src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: Inter-Medium;
    src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
    font-family: Bebas;
    src: url("../fonts/BebasNeueCyrillicRegular.ttf");
}

@font-face {
    font-family: BebasEnglish;
    src: url("../fonts/BebasNeueEnglish.ttf");
}

@font-face {
    font-family: Snowstorm;
    src: url("../fonts/Snowstorm-Regular.otf");
}


html {
    box-sizing: border-box;
    font-size: calc(100vw / 1536 * 10);
    scroll-behavior: smooth;
}

.wrapper {
}

img {
    width: 100%;
}

body {
    background: #d0cecd;
}

.omg-container {
    position: relative;
    z-index: 1;
    padding-left: 17.6rem;
    padding-right: 17.6rem;
}

.header {
    background: rgba(1, 1, 1, 0.30);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: 0 0.4rem 1.8rem 0.4rem rgba(0, 0, 0, 0.25);
}

.header-content {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}

.header-actions {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.764rem;
}

.header-logo {
    width: 16.4rem;
    height: 3.8rem;
}

.header-logo img {
    width: 100%;
}

.omg-action {
    background-color: #FFD249;
    color: #000000;
    font-family: GilroyRegular, sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    text-decoration: none;
    width: 22.4rem;
    height: 4.7rem;
    border-radius: 0.8rem;
    display: grid;
    align-items: center;
    justify-items: center;
}

.transparent-action {
    background-color: transparent;
    color: white;
    border: 0.1rem solid #FFFFFF;
    font-family: GilroyRegular, sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    text-decoration: none;
    width: 19.4rem;
    height: 4.7rem;
    border-radius: 0.8rem;
    display: grid;
    align-items: center;
    justify-items: center;
}

.main {

}

.main-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.main-back img {
    width: 100%;
}

.main-back-tablet, .main-back-mob {
    display: none;
}

.main-banners {
    position: relative;
    display: block;
    width: 128.9rem;
    z-index: 4;
    margin-left: 9rem;
    padding-top: 12.8rem;
}

.main-banners-mob {
    display: none;
}

.main-high {
    width: 86rem;
    z-index: 3;
    position: absolute;
    top: 52.8rem;
    left: 35.8rem;
}

.page-wrapper {
    position: relative;
    overflow: hidden;
}

.paper-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.paper-back-desktop {

}

.paper-back-tablet, .paper-back-mob {
    display: none;
}

.congrats-content {
    display: grid;
    grid-template-columns: 1fr 58.2rem;
    padding-top: 20rem;
    gap: 1.9rem;
}

.congrats-image {
    margin-left: -15rem;
    margin-top: -10rem;
}

.congrats-info {

}

.congrats-title {
    color: #C20D0D;
    font-family: Snowstorm, sans-serif;
    font-size: 4.2rem;
    margin-bottom: 4rem;
}

.congrats-text {
    font-family: GilroyRegular, sans-serif;
    color: black;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 3.2rem;
    max-width: 57.4rem;
}

.congrats-alert {
    display: grid;
    grid-template-columns: 4.3rem 1fr 3.8rem;
    background-color: #FFD249;
    border-radius: 1.7rem;
    padding: 1.7rem;
    gap: 1rem;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.congrats-alert:hover {
    transform: scale(1.02);
}

.alert-text {
    text-align: center;
    font-family: GilroyRegular, sans-serif;
    font-size: 0.8rem;
    line-height: 1.1rem;
    text-transform: uppercase;
}


.lenin-last {
    position: relative;
    padding-top: 17.2rem;
    padding-bottom: 18.2rem;
}

.lenin-last-image {
    width: 79rem;
    z-index: 2;
}

.lenin-last-red {
    width: 58.2rem;
    position: absolute;
    right: 14rem;
    bottom: 15rem;
    z-index: 3;
}


.omg-link {
    display: block;
    width: 35.5rem;
    position: absolute;
    right: 25rem;
    bottom: 4.5rem;
    z-index: 3;
}

.pussy-left {
    width: 31.2rem;
    position: absolute;
    left: 0;
    bottom: -10rem;
    z-index: 3;
}

.pussy-right {
    width: 39rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}


.footer {
    position: relative;
    background-color: #181818;
    display: grid;
    align-items: center;
    z-index: 20;
    height: 22.7rem;
}

.footer-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.footer-back-mob, .footer-back-tablet {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.footer-logo {
    position: relative;
    width: 16.4rem;
    height: 3.8rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

@media screen and (max-width: 1024px) {

    .main-back-tablet {
        display: block;
    }

    .main-back-desktop {
        display: none;
    }

    .main-banners {

    }

    .paper-back-desktop {
        display: none;
    }

    .paper-back-tablet {
        display: block;
    }

    html {
        font-size: calc(100vw / 1024 * 10);
    }

    .omg-container {
        padding-left: 2.9rem;
        padding-right: 2.9rem;
    }

    .header {
        padding-top: 1.9rem;
        padding-bottom: 1.9rem;
    }

    .header-actions {
        display: grid;
        grid-template-columns: auto auto;
        gap: 1.8rem;
    }


    .main-banners {
        width: 96rem;
        z-index: 4;
        margin-left: 1.1rem;
        padding-top: 9.7rem;
    }

    .main-high {
        width: 66rem;
        top: 39rem;
        left: 20rem;
    }

    .congrats-content {
        display: grid;
        grid-template-columns: 1fr 47.4rem;
        padding-top: 15rem;
        gap: 2rem;
    }

    .congrats-image {
        margin-left: -2.7rem;
        margin-top: -1rem;
    }

    .congrats-info {

    }

    .congrats-title {
        font-size: 4rem;
        margin-bottom: 1.5rem;
    }

    .congrats-text {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-bottom: 3.2rem;
        max-width: 46.4rem;
    }

    .congrats-alert {
        display: grid;
        grid-template-columns: 3.2rem 1fr 2.9rem;
        border-radius: 1.3rem;
        padding: 1.2rem;
        gap: 0.5rem;
    }

    .alert-text {
        font-size: 0.7rem;
        line-height: 0.9rem;
    }


    .lenin-last {
        padding-top: 9rem;
        padding-bottom: 9rem;
        overflow: hidden;
    }

    .lenin-last-image {
        width: 64.6rem;
    }

    .lenin-last-red {
        width: 47rem;
        right: 0rem;
        bottom: 11.5rem;
    }


    .omg-link {
        display: block;
        width: 29rem;
        position: absolute;
        right: 9rem;
        bottom: 2.6rem;
        z-index: 3;
    }

    .pussy-left {
        width: 16.6rem;
        position: absolute;
        left: 0;
        bottom: -5rem;
        z-index: 3;
    }

    .pussy-right {
        width: 30.8rem;
        position: absolute;
        right: 0;
        bottom: 4rem;
        z-index: 2;
    }



    .footer-back-desktop {
        display: none;
    }

    .footer {
        height: 22rem;
        overflow: hidden;
    }

    .footer-back-tablet {
        display: block;
    }


}

@media screen and (max-width: 767px) {

    .pc-br {
        display: none;
    }

    .main-back-tablet {
        display: none;
    }

    .main-back-mob {
        display: block;
        top: 0.6rem;
    }

    .main-banners {
        display: none;
    }

    .main-banners-mob {
        display: block;
        position: relative;
        z-index: 2;
    }

    .paper-back-tablet {
        display: none;
    }

    .paper-back-mob {
        display: block;
    }

    html {
        font-size: calc(100vw / 375 * 10);
    }

    .omg-container {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }

    .header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .header-logo {
        width: 10.3rem;
        height: 2.3rem;
    }

    .header-actions {
        grid-template-columns: auto;
        gap: 0;
    }

    .transparent-action {
        display: none;
    }

    .omg-action {
        width: 15.8rem;
        height: 4.2rem;
        font-size: 1.4rem;
        border-radius: 0.7rem;
    }

    .main-banners-mob {
        padding-top: 8.2rem;
    }

    .main-high {
        width: 35rem;
        top: 43.7rem;
        left: 1.4rem;
    }

    .congrats-content {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 15rem;
        gap: 0;
    }

    .congrats-image {
        margin-left: -2.7rem;
        margin-top: -0.5rem;
        padding-bottom: 7rem;
        order: 2;
    }

    .congrats-info {
        order: 1;
    }

    .congrats-title {
        font-size: 2.7rem;
        margin-bottom: 1.5rem;
    }

    .congrats-text {
        font-size: 1.4rem;
        line-height: 1.7rem;
        margin-bottom: 0rem;
        max-width: 46.4rem;
        letter-spacing: -0.1rem;
    }

    .congrats-alert {
        width: 34.1rem;
        position: absolute;
        bottom: 0;
        display: grid;
        grid-template-columns: 3.2rem 1fr 2.9rem;
        border-radius: 1.3rem;
        padding: 1rem 1.1rem;
        gap: 0.5rem;
    }

    .alert-text {
        font-size: 0.7rem;
        line-height: 0.9rem;
    }


    .lenin-last {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }

    .lenin-last-content {
        display: flex;
        flex-direction: column;
    }

    .lenin-last-image {
        position: relative;
        width: 100%;
        order: 2;
        margin-bottom: 1rem;
    }

    .lenin-last-red {
        width: 35.4rem;
        right: 0rem;
        bottom: unset;
        position: relative;
        order: 1;
    }


    .omg-link {
        display: block;
        width: 29rem;
        position: relative;
        right: unset;
        margin-left: 3rem;
        bottom: unset;
        z-index: 3;
        order: 3;
    }

    .pussy-left {
        display: none;
    }

    .pussy-right {
       display: none;
    }

    .footer {
        height: 13.7rem;
    }

    .footer-logo {
        width: 13.6rem;
        height: 3.2rem;
    }

    .footer-back-tablet {
        display: none;
    }

    .footer-back-mob {
        display: block
    }
}



/*INTERACTIVE*/
.quiz {
    padding-top: 15rem;
    padding-bottom: 17rem;
}

.quiz-container {
    width: 100%;
    background-color: #ffffff;
    transform: skew(-9deg, 0deg);
    border-radius: 4rem;
    padding: 5.5rem;
}

.quiz-card {
    transform: skew(9deg, 0deg);
    display: grid;
    grid-template-columns: 1fr 51rem;
    column-gap: 2rem;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
}

.quiz-title {
    font-family: Snowstorm, sans-serif;
    color: #C20D0D;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    align-items: center;
    font-size: 4.2rem;
}


.quiz-number {
    color: #C20D0D;
}

.progress-bar {
    width: 39rem;
    height: 1rem;
    background-color: #EAEAEA;
    transform: skew(-10deg, 0deg);
}

.progress {
    height: 100%;
    background-color: #FFD249;
    transition: 0.7s ease-in-out;
}

.quiz-question {
    font-family: GilroyRegular, sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
    color: black;
    height: 23rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.quiz-question1 {
    margin-bottom: 0.8rem;
}

.quiz-question2 {
    margin-bottom: 0.8rem;
}

.quiz-actions {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}

.quiz-options {
    display: grid;
    grid-template-columns: repeat(2, 16.1rem);
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.option {
    font-size: 1.7rem;
    font-family: GilroyRegular, sans-serif;
    width: 100%;
    height: 4.5rem;
    background-color: #ffffff;
    color: black;
    border: 0.1rem solid black;
    border-radius: 0.7rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.option:hover {
    background-color: #FFD249;
    border: 0.1rem solid #FFD249;
}

.option.correct {
    background-color: #7BBE5B;
}

.option.incorrect {
    background-color: #ED6E6E;
}

.option:disabled {
    border: none;
    background-color: #E3E2DF;
    color: #9E9E9E;
}

.option.correct:disabled {
    border: none;
    color: white;
    cursor: not-allowed;
    background-color: #7BBE5B;
}

.option.incorrect:disabled {
    border: none;
    color: white;
    cursor: not-allowed;
    background-color: #ED6E6E;
}

.next-question {
    background-color: #f1c40f;
    color: #000000;
    border: none;
    border-radius: 0.7rem;
    cursor: pointer;
    font-size: 1.7rem;
    font-family: GilroyRegular, sans-serif;
    width: 100%;
    height: 4.5rem;
    transition: 0.3s ease-in-out;
}

.next-question.disabled {
    color: #9E9E9E;
    background-color: #ddd;
    cursor: not-allowed;
}

.quiz-image {
    position: relative;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    width: 100%;
    border-radius: 3rem;
    overflow: hidden;
    align-self: flex-end;
    transition: 0.3s ease-in-out;
}

.quiz-image img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.quiz-fact-true,
.quiz-fact-false {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7rem;
    border-radius: 0 0 3rem 3rem;
    transition: 0.3s ease-in-out;
}

.quiz-fact-true {
    background: rgba(39, 120, 1, 0.4);
    backdrop-filter: blur(0.6rem);
    -webkit-backdrop-filter: blur(0.6rem);
}

.quiz-fact-false {
    background: #C20D0D57;
    backdrop-filter: blur(0.6rem);
    -webkit-backdrop-filter: blur(0.6rem);
}

.quiz-result {
    display: none;
    transform: skew(9deg, 0deg);
    grid-template-columns: 1fr 51rem;
    column-gap: 3rem;
    align-items: center;
    background-color: #ffffff;
    justify-content: space-between;
    grid-template-rows: 4rem 1fr;
    transition: 0.3s ease-in-out;
    min-height: 32.5rem;
}

.quiz-result-title {
    font-size: 3.6rem;
    font-family: Snowstorm, sans-serif;
    color: #9E9E9E;
    text-align: center;
    text-transform: uppercase;
    height: 4rem;
    margin-top: 2rem;
    transition: 0.3s ease-in-out;
}

.quiz-result-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3.2rem;
    height: 17rem;
}

.quiz-result-line {
    width: 52rem;
    display: flex;
    justify-content: center;
}

.quiz-result-role {
    font-size: 3.8rem;
    font-family: Snowstorm, sans-serif;
    color: #C20D0D;
    text-align: center;
    text-transform: uppercase;
    height: 5rem;

}

.quiz-result-text {
font-family: GilroyRegular, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #000000;
    text-align: center;
    height: 10rem;
}

.quiz-result-picture {
    position: relative;
    align-self: flex-end;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
}

.quiz-result-image {

    width: 100%;
    border-radius: 3rem;
    overflow: hidden;
    align-self: flex-end;
}

.quiz-result-badge {

    position: absolute;
    left: -7rem;
    top: 4rem;
    width: 16rem;
    z-index: 80;
}
.quiz-result-badge img{
    width: 100%
}

.correct-answers {

}

.quiz > .omg-container {
    padding-right: 12rem;
    padding-left: 12rem;
}


.retrospective-title {
    font-family: Snowstorm, sans-serif;
    color: #C20D0D;
    text-transform: uppercase;
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 3rem;
}


.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.gallery-item {
    cursor: pointer;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.gallery-item:hover {
    transform: scale(1.02);
}

.lightbox-container {

}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.lightbox-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60rem;
    border-radius: 3rem;
    overflow: hidden;
}

.close {
    width: 6.6rem;
    position: absolute;
    top: 5rem;
    right: 5rem;
    color: white;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.prev,
.next {
    width: 6.2rem;
    height: 6.2rem;
    box-shadow: 0 0 2.9rem 2rem rgba(0, 0, 0, 0.05);
    border-radius: 1.8rem;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 2;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    transition: 0.3s ease-in-out;
}


.prev:hover,
.next:hover {
    background-color: #C20D0D;
}

.prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13.2834L2 7.28339L8 1.28339' stroke='%23FFD249' stroke-width='2'/%3E%3C/svg%3E ");
}

.next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.49072L7 7.49072L1 13.4907' stroke='%23FFD249' stroke-width='2'/%3E%3C/svg%3E ");
}


.prev {
    left: 30rem;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13L2 7L8 1' stroke='%231B1B1B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.6rem 1.2rem
}

.next {
    right: 30rem;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.30615 1L7.30615 7L1.30615 13' stroke='%231B1B1B' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.6rem 1.2rem
}

.br-mob {
    display: block;
}


@media screen and (max-width: 1024px) {
    .quiz {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .quiz-container {
        width: 100%;
        transform: skew(-7deg, 0deg);
        border-radius: 3rem;
        padding: 2rem 3.5rem;
    }

    .quiz-card {
        transform: skew(7deg, 0deg);
        display: grid;
        grid-template-columns: 1fr 41rem;
        column-gap: 2rem;
        align-items: center;
        justify-content: space-between;
    }

    .quiz-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 4rem;
        align-items: center;
        font-size: 2.9rem;
    }

    .progress-bar {
        width: 24rem;
        height: 0.7rem;
        background-color: #EAEAEA;
        transform: skew(-9deg, 0deg);
    }

    .progress {
        height: 100%;
        background-color: #FFD249;
    }

    .quiz-question {
        font-family: GilroyRegular, sans-serif;
        font-size: 1.2rem;
        line-height: 1.4rem;
        height: 21.5rem;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .quiz-question1 {
        margin-bottom: 0.5rem;
    }

    .quiz-question2 {
        margin-bottom: 0.5rem;
    }

    .quiz-actions {
        display: flex;
        justify-content: space-between;
        gap: 5rem;
    }

    .quiz-options {
        display: grid;
        grid-template-columns: repeat(2, 11.3rem);
        justify-content: space-between;
        width: 100%;
        gap: 1rem;
    }

    .option {
        font-size: 1.2rem;
        font-family: GilroyRegular, sans-serif;
        width: 100%;
        height: 3.2rem;
        border: 0.1rem solid black;
        border-radius: 0.5rem;
        cursor: pointer;

    }

    .next-question {
        border-radius: 0.5rem;
        font-size: 1.2rem;
        font-family: GilroyRegular, sans-serif;
        width: 100%;
        height: 3.2rem;
    }

    .next-question.disabled {
        color: #9E9E9E;
        background-color: #ddd;
        cursor: not-allowed;
    }

    .quiz-image {
        position: relative;
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        width: 100%;
        border-radius: 2rem;
        overflow: hidden;

        align-self: flex-end;
    }

    .quiz-image img {
        width: 100%;
        height: 27.5rem;
    }

    .quiz-fact-true,
    .quiz-fact-false {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 1.4rem;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.5rem;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .quiz-fact-true {
        background: rgba(39, 120, 1, 0.4);
        backdrop-filter: blur(0.6rem);
        -webkit-backdrop-filter: blur(0.6rem);
    }

    .quiz-fact-false {
        background: #C20D0D57;
        backdrop-filter: blur(0.6rem);
        -webkit-backdrop-filter: blur(0.6rem);
    }

    .quiz-result {
        display: none;
        transform: skew(7deg, 0deg);
        grid-template-columns: 1fr 41rem;
        column-gap: 3rem;
        align-items: center;
        justify-content: space-between;
        grid-template-rows: unset;
        transition: 0.3s ease-in-out;
        min-height: 25.7rem;
    }

    .quiz-result-title {
        font-size: 2.8rem;
        font-family: Snowstorm, sans-serif;
        color: #9E9E9E;
        text-align: center;
        text-transform: uppercase;
        height: 4rem;
        margin-top: 0;

    }

    .quiz-result-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
        height: 15rem;
    }

    .quiz-result-line {
        width: 37rem;
        display: flex;
        justify-content: center;
    }

    .quiz-result-role {
        font-size: 3.1rem;
        font-family: Snowstorm, sans-serif;
        color: #C20D0D;
        text-align: center;
        text-transform: uppercase;
        height: 4rem;

    }

    .quiz-result-text {
        font-family: GilroyRegular, sans-serif;
        font-size: 1.5rem;
        line-height: 1.8rem;
        color: #000000;
        text-align: center;
        height: 8rem;
    }

    .quiz-result-picture {
        position: relative;
        align-self: flex-end;
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
    }

    .quiz-result-image {

        width: 100%;
        border-radius: 2rem;
        overflow: hidden;
        align-self: flex-end;
    }

    .quiz-result-image img {
        height: 27.5rem;
    }

    .quiz-result-badge {

        position: absolute;
        left: -8rem;
        top: 6rem;
        width: 18rem;
        z-index: 80;
    }
    .quiz-result-badge img{
        width: 100%
    }

    .correct-answers {

    }

    .quiz > .omg-container {
        padding-right: 5.2rem;
        padding-left: 5.2rem;
    }


    .retrospective-title {
        font-family: Snowstorm, sans-serif;
        color: #C20D0D;
        text-transform: uppercase;
        font-size: 4rem;
        line-height: 1;
        margin-bottom: 3rem;
    }


    .gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.7rem;
    }

    .gallery-item {
        cursor: pointer;
        border-radius: 1.5rem;
        overflow: hidden;
    }

    .lightbox {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
    }

    .lightbox-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60rem;
        border-radius: 3rem;
        overflow: hidden;
    }

    .close {
        width: 6.6rem;
        position: absolute;
        top: 5rem;
        right: 5rem;
        color: white;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .prev,
    .next {
        width: 6.2rem;
        height: 6.2rem;
        box-shadow: 0 0 2.9rem 2rem rgba(0, 0, 0, 0.05);
        border-radius: 1.8rem;
        border: none;
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        padding: 0;
        cursor: pointer;
        color: transparent;
        outline: none;
        z-index: 2;
        background-color: #FFFFFF;
        top: 50%;
        transform: translateY(-50%);
        user-select: none;
    }

    .prev {
        left: 10rem;
        background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13L2 7L8 1' stroke='%231B1B1B' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.6rem 1.2rem
    }

    .next {
        right: 10rem;
        background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.30615 1L7.30615 7L1.30615 13' stroke='%231B1B1B' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.6rem 1.2rem
    }

}





@media screen and (max-width: 767px) {


    .quiz {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .quiz-container {
        width: 100%;
        transform: skew(0deg, 8deg);
        border-radius: 3rem;
        padding: 2rem 1.2rem;
        height: 71.3rem;
    }

    .quiz-card {
        transform: skew(0deg, -8deg);
        display: flex;
        grid-template-columns: unset;
        flex-direction: column;
        column-gap: 0;
        align-items: center;
        justify-content: space-between;
    }

    .quiz-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 4rem;
        align-items: center;
        font-size: 2.9rem;
        margin-bottom: 0.4rem;
    }

    .progress-bar {
        width: 15rem;
        height: 0.7rem;
        background-color: #EAEAEA;
        transform: skew(-12deg, 0deg);
        margin-right: 0.5rem;

    }

    .progress {
        height: 100%;
        background-color: #FFD249;
    }

    .quiz-question {
        font-family: GilroyRegular, sans-serif;
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.5rem;
        height: 33rem;
        justify-content: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .quiz-question1 {
        margin-bottom: 0.4rem;
    }

    .quiz-question2 {
        margin-bottom: 0.4rem;
    }

    .quiz-actions {
        display: flex;
        justify-content: unset;
        gap: 1.4rem;
        flex-direction: column;
        padding-bottom: 1.5rem;
    }

    .quiz-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        width: 100%;
        gap: 1.4rem;
    }

    .option {
        font-size: 1.2rem;
        font-family: GilroyRegular, sans-serif;
        width: 100%;
        height: 3.2rem;
        border: 0.1rem solid black;
        border-radius: 0.5rem;
        cursor: pointer;

    }

    .next-question {
        border-radius: 0.5rem;
        font-size: 1.2rem;
        font-family: GilroyRegular, sans-serif;
        width: 100%;
        height: 3.2rem;
    }

    .next-question.disabled {
        color: #9E9E9E;
        background-color: #ddd;
        cursor: not-allowed;
    }

    .quiz-image {
        position: relative;
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        width: 100%;
        border-radius: 2rem;
        overflow: hidden;

        align-self: flex-end;
    }

    .quiz-image img {
        width: 100%;
        height: unset;
    }

    .quiz-fact-true,
    .quiz-fact-false {
        font-family: GilroyRegular, sans-serif;
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 1rem;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.5rem;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .quiz-fact-true {
        background: rgba(39, 120, 1, 0.4);
        backdrop-filter: blur(0.6rem);
        -webkit-backdrop-filter: blur(0.6rem);
    }

    .quiz-fact-false {
        background: #C20D0D57;
        backdrop-filter: blur(0.6rem);
        -webkit-backdrop-filter: blur(0.6rem);
    }

    .quiz-result {
        display: none;
        transform: skew(0deg, -8deg);
        grid-template-columns: 1fr;
        column-gap: 3rem;
        align-items: center;
        justify-content: space-between;
        grid-template-rows: unset;
        transition: 0.3s ease-in-out;
        min-height: 25.7rem;
    }

    .quiz-result-title {
        padding-top: 1rem;
        font-size: 3rem;
        font-family: Snowstorm, sans-serif;
        color: #9E9E9E;
        text-align: center;
        text-transform: uppercase;
        height: 9rem;
        margin-top: 0;

    }
    .br-mob {
        display: block;
    }

    .quiz-result-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 2rem;
        height: 15rem;
    }

    .quiz-result-line {
        padding-top: 4rem;
        padding-bottom: 1rem;
        width: 30rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quiz-result-role {
        font-size: 3.1rem;
        font-family: Snowstorm, sans-serif;
        color: #C20D0D;
        text-align: center;
        text-transform: uppercase;
        height: 4rem;
        padding-top: 3.2rem;
        margin-bottom: 3rem;
    }

    .quiz-result-text {
        font-family: GilroyRegular, sans-serif;
        font-size: 1.5rem;
        line-height: 1.8rem;
        color: #000000;
        text-align: center;
        height: 8rem;
        width: 25rem;
    }

    .quiz-result-picture {
        position: relative;
        align-self: flex-end;
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: unset;
    }

    .quiz-result-image {

        width: 100%;
        border-radius: 2rem;
        overflow: hidden;
        align-self: flex-end;
    }

    .quiz-result-image img {
        height: 22rem;
    }

    .quiz-result-badge {

        position: absolute;
        left: 9.5rem;
        top: unset;
        bottom: -10rem;
        width: 14rem;
        z-index: 80;
    }
    .quiz-result-badge img{
        width: 100%
    }

    .correct-answers {

    }

    .quiz > .omg-container {
        padding-right: 1.7rem;
        padding-left: 1.7rem;
    }


    .retrospective-title {
        font-family: Snowstorm, sans-serif;
        color: #C20D0D;
        text-transform: uppercase;
        font-size: 2.8rem;
        line-height: 1;
        margin-bottom: 2.8rem;
    }


    .gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .gallery-item {
        cursor: pointer;
        border-radius: 0.8rem;
        overflow: hidden;
        transition: 0.3s ease-in-out;
    }



    .lightbox {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
    }

    .lightbox-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 34rem;
        border-radius: 3rem;
        overflow: hidden;
    }

    .close {
        width: 4.6rem;
        position: absolute;
        top: 2.5rem;
        right: 2.5rem;
        left: unset;
        color: white;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .prev,
    .next {
        width: 4.9rem;
        height: 4.9rem;
        box-shadow: 0 0 2.9rem 2rem rgba(0, 0, 0, 0.05);
        border-radius: 1.3rem;
        border: none;
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        padding: 0;
        cursor: pointer;
        color: transparent;
        outline: none;
        z-index: 2;
        background-color: #FFFFFF;
        top: unset;
        bottom: 5%;
        transform: translateY(-50%);
        user-select: none;
    }

    .prev {
        left: unset;
        left: 4rem;
        background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13L2 7L8 1' stroke='%231B1B1B' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.6rem 1.2rem
    }

    .next {
        right: 4rem;
        background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.30615 1L7.30615 7L1.30615 13' stroke='%231B1B1B' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.6rem 1.2rem
    }

    .wrapper {
        overflow: hidden;
    }
}
























@keyframes swipeLeft {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-250%, -50%);
    }
}

@keyframes swipeRight {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(250%, -50%);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .lightbox-image {
        max-width: 100%;
        max-height: 100%;
    }
}























/*EFFECTS*/

.omg-link svg path, .omg-action, .transparent-action {
    transition: 0.3s ease-in-out;
}



.omg-link:hover .path-omg-1 {
    fill: #C20D0D;;
}

.omg-link:hover .path-omg-2 {
    fill: #FFD249;;
}

.omg-action:hover {
    color: #FFD249;
    background-color: #C20D0D;
}

.transparent-action:hover {
    color: black;
    background-color: white;
}


