<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#page_wrapper {
    padding-top: 59px;
}

h1.page_title {
    margin-top: 1.25em;
}

/* FAQ */
div.faq_container {
    text-align: left;
    margin: 2em auto 0 auto;
    width: 50%;
}

div.faq_container h2 {
    text-align: center;
    margin-bottom: 2em;
}

div.faq_container h4.faq_question {
    margin: 0 0 0.5em 0;
}

div.faq_container div.faq_answer {
    margin-bottom: 2em;
}

div.faq_container li {
    font-size: 1em;
}


/* COUPONS */
#coupon_form {
    margin-top: 2em;
}

/* DEMO VOUCHER */
#gift_voucher_demo_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 10100;
}

#gift_voucher_demo_container div.gift_voucher_dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80vh;
}

#gift_voucher_demo_container div.gift_voucher_dialog div.content {
    position: relative;
    height: 100%;
}

#gift_voucher_demo_container div.gift_voucher_dialog div.content div.image_wrapper {
    position: relative;
    height: 100%;
}

#gift_voucher_demo_container div.gift_voucher_dialog div.content div.image_wrapper img.demo_image {
    height: 100%;
}

#gift_voucher_demo_container div.gift_voucher_dialog div.content div.image_wrapper img.close_voucher_demo {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 40px;
    cursor: pointer;
}

@media only screen and (max-width : 1600px) {

    div.faq_container {
        width: 60%;
    }

}

@media only screen and (max-width : 1370px) {

    div.faq_container {
        width: 70%;
    }
}

@media only screen and (max-width : 1200px) {

    div.faq_container {
        width: 80%;
    }
}

@media only screen and (max-width : 992px) {

    div.faq_container {
        width: 90%;
    }
}

@media only screen and (max-width : 768px) {

    div.faq_container {
        width: 95%;
    }

    #gift_voucher_demo_container div.gift_voucher_dialog {
        height: unset;
        width: 85%;
    }

    #gift_voucher_demo_container div.gift_voucher_dialog div.content {
        height: unset;
        width: 100%;
    }

    #gift_voucher_demo_container div.gift_voucher_dialog div.content div.image_wrapper {
        height: unset;
        width: 100%;
    }

    #gift_voucher_demo_container div.gift_voucher_dialog div.content div.image_wrapper img.demo_image {
        height: unset;
        width: 100%;
    }

    #gift_voucher_demo_container div.gift_voucher_dialog div.content div.image_wrapper img.close_voucher_demo {
        right: -15px;
        top: -15px;
        height: 30px;
    }
}
</pre></body></html>