<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Load activated user fonts */
            .page-container,
        .popup {
            font-family: 'din-medium', sans-serif;
        }

                            @font-face {
                font-family: din-medium;
                src: url(https://cdn.scratcher.io/fonts/d32eb6fc-2939-44c9-b278-14efacf6cddf.otf);
            }
                    @font-face {
                font-family: associated-typographics-ramsey-bold;
                src: url(https://cdn.scratcher.io/fonts/c484d0e2-6647-4b66-a0d4-8f5e2db2f6fb.otf);
            }
                    @font-face {
                font-family: din-regular;
                src: url(https://cdn.scratcher.io/fonts/455492e7-5c04-4c3d-a964-0d9cb72b1faf.ttf);
            }
                    @font-face {
                font-family: roustel;
                src: url(https://cdn.scratcher.io/fonts/db314958-e240-49f7-9221-0771a29589be.ttf);
            }body,
#loader {
    background-image: url('https://cdn.scratcher.io/images/278677/7c5bb893-fc2c-4958-b5f7-3ccae0c3be0d.jpeg');
    background-position-x: center;
    background-position-y: center;
}
@media (max-width: 767px) {
body,
#loader {
    background-image: url('https://cdn.scratcher.io/images/278597/318b143b-7b91-4667-9849-f7251669f6ec.jpeg');
}
}.game-container {
    background-color: rgba(255,255,255,0);
}
.button-container {
    margin-top: -24px;
    margin-bottom: -23px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
    background: rgb(229, 0, 81);
    color: #FFFFFF;
    border-width: 1px;
    border-color: rgb(229, 0, 81);
    border-radius: 30px;
    outline: none;
}

.btn-primary:hover,
.btn-primary:hover:active {
    background-color: rgb(229, 0, 81);
    color: #ffffff;
    border-color: rgb(229, 0, 81);
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus:active{
    background-color: #000000;
    color: #FFFFFF;
    border-width: 1px;
    border-color: #000000;
    border-radius: 30px;
    outline: none;
}

.btn-secondary:hover,
.btn-secondary:hover:active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.btn-game {
    text-transform: uppercase;
    font-weight: normal;
}
.prizes-container-btn {
    display: none;
}.popup {color: #fff;background: rgba(0,0,0,0);border: none;}.popup .popup-close {color: #fff;}.popup .register-form input:not([type="checkbox"]), .register-form select, .popup .register-form .btn-select, .popup .access-code-form input:not([type="checkbox"]), .access-code-form select, .popup .register-form .btn-select, .phone-number-field__country {color: #000;border: none;background: #fff;text-align: center;}.popup .checkbox-row .accept-link, .popup a:not(.btn):not(.prize-footer--link) {color: #fff;}.popup .tickets-btn.tickets-btn-primary {color: #fff;background: rgb(229, 0, 81);border: none;}#popup-register .popup-tabs .popup-tab {color: #fff;background-color: #000;border-color: #fff;}#popup-register .popup-tabs .popup-tab.active {color: #fff;background-color: #413f3f;}.checkbox-row .checkbox-accept label {background-color: #fff;outline: none;}.checkbox-row .checkbox-accept label:after {width: 12px;height: 7px;top: 5px;left: 4px;border-width: 3px;border-color: #000;}.checkbox-row .checkbox-accept {width: 20px;height: 20px;}.popup.popup-active-period {background-color: rgba(0, 0, 0, 1);background-image: none;width: 100%;height: 100%;}.popup.popup-active-period .panel-body {width: 600px;max-width: 100%;text-align: center;margin-left: auto;margin-right: auto;}.popup.popup-active-period .panel-body .active-period-countdown {color: rgba(255, 255, 255, 1);font-size: 20px;font-weight: normal;}.popup.done.lose .btn.btn-lose {color: #fff;background: #33ace2;}.popup.done.lose .btn.btn-lose {border-radius: 3px;}.popup.done.lose .prize-body {min-height: 350px;height: auto;padding-bottom: 15px;background-color: #fff;}.popup.done.lose .prize-header {margin-top: 10px;margin-bottom: 10px;}.popup.done.lose .prize-content {margin-top: 10px;margin-bottom: 10px;}.popup.done.lose .btn.btn-lose {margin-bottom: 10px;}#loader {background-color: #fff;}#loader .loader-image {width: 200px;animation: rotation 2s infinite linear;}#loader .spinner {border: 15px solid rgba(0, 174, 239, 0.15);border-top-color: rgba(0, 174, 239, 0.8);}</pre></body></html>