@keyframes loader-6-1 {
           0% {
               transform: translate3d(0, 0, 0) scale(0);
               opacity: 1
           }
           40% {
               opacity: 1
           }
           100% {
               transform: translate3d(0, 0, 0) scale(1.5);
               opacity: 0
           }
       }

@keyframes loader-6-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(1, 1, 0, 0)
}

@keyframes fadeUp {
           0% {
               transform: translateY(-200%);
               opacity: 0
           }
           to {
               transform: translateY(0);
               opacity: 1
           }
       }

@keyframes fadeDown {
    0% {
        transform: translateY(200%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeRight {
    0% {
        transform: translate(200%);
        opacity: 0
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes fadeLeft {
    0% {
        transform: translate(-200%);
        opacity: 0
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes bounceInCheck {
    0% {
        transform: scale(.5)
    }
    50% {
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    to {
        transform: scale(1)
    }
}

:root {
    --mc-main: #75e6ff;
    --mc-main-locked: #75e6ff;
    --mc-main-l5: #7ce7ff;
    --mc-main-d5: #62e3ff;
    --mc-main-l10: #83e9ff;
    --mc-main-d10: #50dfff;
    --mc-main-l20: #91ebff;
    --mc-main-d20: #2bd9ff;
    --mc-main-o0: rgba(117, 230, 255, 0);
    --mc-main-o1: rgba(117, 230, 255, .1);
    --mc-main-o2: rgba(117, 230, 255, .2);
    --mc-main-o4: rgba(117, 230, 255, .4);
    --mc-main-o6: rgba(117, 230, 255, .6);
    --mc-main-o8: rgba(117, 230, 255, .8);
    --mc-secondary: #7fb8ff;
    --mc-secondary-locked: #7fb8ff;
    --mc-secondary-l5: #85bcff;
    --mc-secondary-d5: #6cadff;
    --mc-secondary-l10: #8cbfff;
    --mc-secondary-d10: #59a3ff;
    --mc-secondary-l20: #99c6ff;
    --mc-secondary-d20: #338eff;
    --mc-secondary-o0: rgba(127, 184, 255, 0);
    --mc-secondary-o1: rgba(127, 184, 255, .1);
    --mc-secondary-o2: rgba(127, 184, 255, .2);
    --mc-secondary-o4: rgba(127, 184, 255, .4);
    --mc-secondary-o6: rgba(127, 184, 255, .6);
    --mc-secondary-o8: rgba(127, 184, 255, .8);
    --mc-baseMain: #ffffff;
    --mc-baseMain-locked: #ffffff;
    --mc-baseMain-l5: white;
    --mc-baseMain-d5: #f2f2f2;
    --mc-baseMain-l10: white;
    --mc-baseMain-d10: #e6e6e6;
    --mc-baseMain-l20: white;
    --mc-baseMain-d20: #cccccc;
    --mc-baseMain-o0: rgba(255, 255, 255, 0);
    --mc-baseMain-o1: rgba(255, 255, 255, .1);
    --mc-baseMain-o2: rgba(255, 255, 255, .2);
    --mc-baseMain-o4: rgba(255, 255, 255, .4);
    --mc-baseMain-o6: rgba(255, 255, 255, .6);
    --mc-baseMain-o8: rgba(255, 255, 255, .8);
    --mc-baseContrast: #000;
    --mc-baseContrast-locked: #000;
    --mc-baseContrast-l5: #0d0d0d;
    --mc-baseContrast-d5: black;
    --mc-baseContrast-l10: #1a1a1a;
    --mc-baseContrast-d10: black;
    --mc-baseContrast-l20: #333333;
    --mc-baseContrast-d20: black;
    --mc-baseContrast-o0: rgba(0, 0, 0, 0);
    --mc-baseContrast-o1: rgba(0, 0, 0, .1);
    --mc-baseContrast-o2: rgba(0, 0, 0, .2);
    --mc-baseContrast-o4: rgba(0, 0, 0, .4);
    --mc-baseContrast-o6: rgba(0, 0, 0, .6);
    --mc-baseContrast-o8: rgba(0, 0, 0, .8);
    --mc-buttonColor: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
    --mc-baseOpacity: rgba(255, 255, 255, .1);
    --mc-baseOpacity-locked: rgba(255, 255, 255, .1);
    --mc-baseOpacity-l5: rgba(255, 255, 255, .1);
    --mc-baseOpacity-d5: rgba(242, 242, 242, .1);
    --mc-baseOpacity-l10: rgba(255, 255, 255, .1);
    --mc-baseOpacity-d10: rgba(230, 230, 230, .1);
    --mc-baseOpacity-l20: rgba(255, 255, 255, .1);
    --mc-baseOpacity-d20: rgba(204, 204, 204, .1);
    --mc-baseOpacity-o0: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o1: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o2: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o4: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o6: rgba(255, 255, 255, 0);
    --mc-baseOpacity-o8: rgba(255, 255, 255, 0);
    --mc-bg100: #364a7d;
    --mc-bg100-locked: #364a7d;
    --mc-bg100-l5: #3b5189;
    --mc-bg100-d5: #334677;
    --mc-bg100-l10: #405894;
    --mc-bg100-d10: #314371;
    --mc-bg100-l20: #4a65ab;
    --mc-bg100-d20: #2b3b64;
    --mc-bg100-o0: rgba(54, 74, 125, 0);
    --mc-bg100-o1: rgba(54, 74, 125, .1);
    --mc-bg100-o2: rgba(54, 74, 125, .2);
    --mc-bg100-o4: rgba(54, 74, 125, .4);
    --mc-bg100-o6: rgba(54, 74, 125, .6);
    --mc-bg100-o8: rgba(54, 74, 125, .8);
    --mc-bg300: #303e64;
    --mc-bg300-locked: #303e64;
    --mc-bg300-l5: #364670;
    --mc-bg300-d5: #2e3b5f;
    --mc-bg300-l10: #3c4d7c;
    --mc-bg300-d10: #2b385a;
    --mc-bg300-l20: #475c95;
    --mc-bg300-d20: #263250;
    --mc-bg300-o0: rgba(48, 62, 100, 0);
    --mc-bg300-o1: rgba(48, 62, 100, .1);
    --mc-bg300-o2: rgba(48, 62, 100, .2);
    --mc-bg300-o4: rgba(48, 62, 100, .4);
    --mc-bg300-o6: rgba(48, 62, 100, .6);
    --mc-bg300-o8: rgba(48, 62, 100, .8);
    --mc-bg500: #232e4a;
    --mc-bg500-locked: #232e4a;
    --mc-bg500-l5: #293658;
    --mc-bg500-d5: #212c46;
    --mc-bg500-l10: #303f65;
    --mc-bg500-d10: #202943;
    --mc-bg500-l20: #3d5080;
    --mc-bg500-d20: #1c253b;
    --mc-bg500-o0: rgba(35, 46, 74, 0);
    --mc-bg500-o1: rgba(35, 46, 74, .1);
    --mc-bg500-o2: rgba(35, 46, 74, .2);
    --mc-bg500-o4: rgba(35, 46, 74, .4);
    --mc-bg500-o6: rgba(35, 46, 74, .6);
    --mc-bg500-o8: rgba(35, 46, 74, .8);
    --mc-bg700: #0f1127;
    --mc-bg700-locked: #0f1127;
    --mc-bg700-l5: #151837;
    --mc-bg700-d5: #0e1025;
    --mc-bg700-l10: #1c1f48;
    --mc-bg700-d10: #0e0f23;
    --mc-bg700-l20: #282e69;
    --mc-bg700-d20: #0c0e1f;
    --mc-bg700-o0: rgba(15, 17, 39, 0);
    --mc-bg700-o1: rgba(15, 17, 39, .1);
    --mc-bg700-o2: rgba(15, 17, 39, .2);
    --mc-bg700-o4: rgba(15, 17, 39, .4);
    --mc-bg700-o6: rgba(15, 17, 39, .6);
    --mc-bg700-o8: rgba(15, 17, 39, .8);
    --mc-bg: #060727;
    --mc-bg-locked: #060727;
    --mc-bg-l5: #090b3b;
    --mc-bg-d5: #060725;
    --mc-bg-l10: #0c0e4f;
    --mc-bg-d10: #050623;
    --mc-bg-l20: #121578;
    --mc-bg-d20: #05061f;
    --mc-bg-o0: rgba(6, 7, 39, 0);
    --mc-bg-o1: rgba(6, 7, 39, .1);
    --mc-bg-o2: rgba(6, 7, 39, .2);
    --mc-bg-o4: rgba(6, 7, 39, .4);
    --mc-bg-o6: rgba(6, 7, 39, .6);
    --mc-bg-o8: rgba(6, 7, 39, .8);
    --mc-bgModal: linear-gradient(171.29deg, #050311 0%, #060727 100%);
    --mc-elementsColor: #c4c4c4;
    --mc-elementsColor-locked: #c4c4c4;
    --mc-elementsColor-l5: #c7c7c7;
    --mc-elementsColor-d5: #bababa;
    --mc-elementsColor-l10: #cacaca;
    --mc-elementsColor-d10: #b0b0b0;
    --mc-elementsColor-l20: #d0d0d0;
    --mc-elementsColor-d20: #9d9d9d;
    --mc-elementsColor-o0: rgba(196, 196, 196, 0);
    --mc-elementsColor-o1: rgba(196, 196, 196, .1);
    --mc-elementsColor-o2: rgba(196, 196, 196, .2);
    --mc-elementsColor-o4: rgba(196, 196, 196, .4);
    --mc-elementsColor-o6: rgba(196, 196, 196, .6);
    --mc-elementsColor-o8: rgba(196, 196, 196, .8);
    --mc-error: #dd4747;
    --mc-error-locked: #dd4747;
    --mc-error-l5: #df5050;
    --mc-error-d5: #db3b3b;
    --mc-error-l10: #e05959;
    --mc-error-d10: #d82e2e;
    --mc-error-l20: #e46c6c;
    --mc-error-d20: #c52424;
    --mc-error-o0: rgba(221, 71, 71, 0);
    --mc-error-o1: rgba(221, 71, 71, .1);
    --mc-error-o2: rgba(221, 71, 71, .2);
    --mc-error-o4: rgba(221, 71, 71, .4);
    --mc-error-o6: rgba(221, 71, 71, .6);
    --mc-error-o8: rgba(221, 71, 71, .8);
    --mc-success: #279500;
    --mc-success-locked: #279500;
    --mc-success-l5: #2ca700;
    --mc-success-d5: #258e00;
    --mc-success-l10: #30b900;
    --mc-success-d10: #238600;
    --mc-success-l20: #3add00;
    --mc-success-d20: #1f7700;
    --mc-success-o0: rgba(39, 149, 0, 0);
    --mc-success-o1: rgba(39, 149, 0, .1);
    --mc-success-o2: rgba(39, 149, 0, .2);
    --mc-success-o4: rgba(39, 149, 0, .4);
    --mc-success-o6: rgba(39, 149, 0, .6);
    --mc-success-o8: rgba(39, 149, 0, .8);
    --mc-warning: #ff5811;
    --mc-warning-locked: #ff5811;
    --mc-warning-l5: #ff601d;
    --mc-warning-d5: #ff4e03;
    --mc-warning-l10: #ff6929;
    --mc-warning-d10: #f54900;
    --mc-warning-l20: #ff7941;
    --mc-warning-d20: #da4100;
    --mc-warning-o0: rgba(255, 88, 17, 0);
    --mc-warning-o1: rgba(255, 88, 17, .1);
    --mc-warning-o2: rgba(255, 88, 17, .2);
    --mc-warning-o4: rgba(255, 88, 17, .4);
    --mc-warning-o6: rgba(255, 88, 17, .6);
    --mc-warning-o8: rgba(255, 88, 17, .8);
    --mc-disabled: #454c60;
    --mc-disabled-locked: #454c60;
    --mc-disabled-l5: #4c546a;
    --mc-disabled-d5: #42485b;
    --mc-disabled-l10: #535c74;
    --mc-disabled-d10: #3e4456;
    --mc-disabled-l20: #626c88;
    --mc-disabled-d20: #373d4d;
    --mc-disabled-o0: rgba(69, 76, 96, 0);
    --mc-disabled-o1: rgba(69, 76, 96, .1);
    --mc-disabled-o2: rgba(69, 76, 96, .2);
    --mc-disabled-o4: rgba(69, 76, 96, .4);
    --mc-disabled-o6: rgba(69, 76, 96, .6);
    --mc-disabled-o8: rgba(69, 76, 96, .8);
    --mc-black: #010100;
    --mc-black-locked: #010100;
    --mc-black-l5: #1a1a00;
    --mc-black-d5: #010100;
    --mc-black-l10: #343400;
    --mc-black-d10: #010100;
    --mc-black-l20: #676700;
    --mc-black-d20: #010100;
    --mc-black-o0: rgba(1, 1, 0, 0);
    --mc-black-o1: rgba(1, 1, 0, .1);
    --mc-black-o2: rgba(1, 1, 0, .2);
    --mc-black-o4: rgba(1, 1, 0, .4);
    --mc-black-o6: rgba(1, 1, 0, .6);
    --mc-black-o8: rgba(1, 1, 0, .8);
    --mc-baseSecond: #cad4ee;
    --mc-baseSecond-locked: #cad4ee;
    --mc-baseSecond-l5: #cdd6ef;
    --mc-baseSecond-d5: #b9c6e9;
    --mc-baseSecond-l10: #cfd8f0;
    --mc-baseSecond-d10: #a9b9e3;
    --mc-baseSecond-l20: #d5ddf1;
    --mc-baseSecond-d20: #879ed9;
    --mc-baseSecond-o0: rgba(202, 212, 238, 0);
    --mc-baseSecond-o1: rgba(202, 212, 238, .1);
    --mc-baseSecond-o2: rgba(202, 212, 238, .2);
    --mc-baseSecond-o4: rgba(202, 212, 238, .4);
    --mc-baseSecond-o6: rgba(202, 212, 238, .6);
    --mc-baseSecond-o8: rgba(202, 212, 238, .8);
    --mc-baseThird: #ffffff;
    --mc-baseThird-locked: #ffffff;
    --mc-baseThird-l5: white;
    --mc-baseThird-d5: #f2f2f2;
    --mc-baseThird-l10: white;
    --mc-baseThird-d10: #e6e6e6;
    --mc-baseThird-l20: white;
    --mc-baseThird-d20: #cccccc;
    --mc-baseThird-o0: rgba(255, 255, 255, 0);
    --mc-baseThird-o1: rgba(255, 255, 255, .1);
    --mc-baseThird-o2: rgba(255, 255, 255, .2);
    --mc-baseThird-o4: rgba(255, 255, 255, .4);
    --mc-baseThird-o6: rgba(255, 255, 255, .6);
    --mc-baseThird-o8: rgba(255, 255, 255, .8);
    --mc-telegramBannerGradient: linear-gradient(180deg, #60bfef 0%, #0194fe 100%);
    --mc-buttonGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff .01%, #878bff 100%);
    --mc-buttonHighlightGradient: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
    --mc-textGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff .01%, #878bff 100%);
    --mc-buttonShadow: 0 0 15px 0 #7dbeff;
    --mc-labelBorder: #19040d;
    --mc-labelBorder-locked: #19040d;
    --mc-labelBorder-l5: #2e0718;
    --mc-labelBorder-d5: #18040c;
    --mc-labelBorder-l10: #420b23;
    --mc-labelBorder-d10: #17040c;
    --mc-labelBorder-l20: #6c1138;
    --mc-labelBorder-d20: #14030a;
    --mc-labelBorder-o0: rgba(25, 4, 13, 0);
    --mc-labelBorder-o1: rgba(25, 4, 13, .1);
    --mc-labelBorder-o2: rgba(25, 4, 13, .2);
    --mc-labelBorder-o4: rgba(25, 4, 13, .4);
    --mc-labelBorder-o6: rgba(25, 4, 13, .6);
    --mc-labelBorder-o8: rgba(25, 4, 13, .8);
    --mc-footerText: #7a7a7a;
    --mc-footerText-locked: #7a7a7a;
    --mc-footerText-l5: #818181;
    --mc-footerText-d5: #747474;
    --mc-footerText-l10: #878787;
    --mc-footerText-d10: #6e6e6e;
    --mc-footerText-l20: #959595;
    --mc-footerText-d20: #626262;
    --mc-footerText-o0: rgba(122, 122, 122, 0);
    --mc-footerText-o1: rgba(122, 122, 122, .1);
    --mc-footerText-o2: rgba(122, 122, 122, .2);
    --mc-footerText-o4: rgba(122, 122, 122, .4);
    --mc-footerText-o6: rgba(122, 122, 122, .6);
    --mc-footerText-o8: rgba(122, 122, 122, .8);
    --mc-footerLicense: #3fbeb7;
    --mc-footerLicense-locked: #3fbeb7;
    --mc-footerLicense-l5: #48c2bb;
    --mc-footerLicense-d5: #3cb5ae;
    --mc-footerLicense-l10: #51c5bf;
    --mc-footerLicense-d10: #39aba5;
    --mc-footerLicense-l20: #65ccc6;
    --mc-footerLicense-d20: #329892;
    --mc-footerLicense-o0: rgba(63, 190, 183, 0);
    --mc-footerLicense-o1: rgba(63, 190, 183, .1);
    --mc-footerLicense-o2: rgba(63, 190, 183, .2);
    --mc-footerLicense-o4: rgba(63, 190, 183, .4);
    --mc-footerLicense-o6: rgba(63, 190, 183, .6);
    --mc-footerLicense-o8: rgba(63, 190, 183, .8);
    --mc-borderGradient: linear-gradient(181.07deg, rgba(125, 191, 255, 0) 0%, rgba(125, 191, 255, .3) 52.73%, rgba(125, 191, 255, 0) 99.69%);
    --mc-borderGradientHorizontal: linear-gradient(.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
    --mc-descColor: #8d8d8d;
    --mc-descColor-locked: #8d8d8d;
    --mc-descColor-l5: #939393;
    --mc-descColor-d5: #868686;
    --mc-descColor-l10: #989898;
    --mc-descColor-d10: #7f7f7f;
    --mc-descColor-l20: #a4a4a4;
    --mc-descColor-d20: #717171;
    --mc-descColor-o0: rgba(141, 141, 141, 0);
    --mc-descColor-o1: rgba(141, 141, 141, .1);
    --mc-descColor-o2: rgba(141, 141, 141, .2);
    --mc-descColor-o4: rgba(141, 141, 141, .4);
    --mc-descColor-o6: rgba(141, 141, 141, .6);
    --mc-descColor-o8: rgba(141, 141, 141, .8);
    --mc-streamGradient: linear-gradient(87deg, #ff0086 -6.85%, #d40055 103.85%);
    --mc-baseMainNew: #7b809a;
    --mc-baseMainNew-locked: #7b809a;
    --mc-baseMainNew-l5: #82869f;
    --mc-baseMainNew-d5: #737894;
    --mc-baseMainNew-l10: #888da4;
    --mc-baseMainNew-d10: #6c718d;
    --mc-baseMainNew-l20: #9599ae;
    --mc-baseMainNew-d20: #60657e;
    --mc-baseMainNew-o0: rgba(123, 128, 154, 0);
    --mc-baseMainNew-o1: rgba(123, 128, 154, .1);
    --mc-baseMainNew-o2: rgba(123, 128, 154, .2);
    --mc-baseMainNew-o4: rgba(123, 128, 154, .4);
    --mc-baseMainNew-o6: rgba(123, 128, 154, .6);
    --mc-baseMainNew-o8: rgba(123, 128, 154, .8);
    --mc-providerColor: #737490;
    --mc-providerColor-locked: #737490;
    --mc-providerColor-l5: #7a7b96;
    --mc-providerColor-d5: #6d6e89;
    --mc-providerColor-l10: #81829b;
    --mc-providerColor-d10: #676882;
    --mc-providerColor-l20: #8f90a6;
    --mc-providerColor-d20: #5c5c74;
    --mc-providerColor-o0: rgba(115, 116, 144, 0);
    --mc-providerColor-o1: rgba(115, 116, 144, .1);
    --mc-providerColor-o2: rgba(115, 116, 144, .2);
    --mc-providerColor-o4: rgba(115, 116, 144, .4);
    --mc-providerColor-o6: rgba(115, 116, 144, .6);
    --mc-providerColor-o8: rgba(115, 116, 144, .8)
}

:root {
    --fc-labelColor: #8194c8;
    --fc-labelColor-locked: #8194c8;
    --fc-labelColor-l5: #8799cb;
    --fc-labelColor-d5: #768ac3;
    --fc-labelColor-l10: #8e9fce;
    --fc-labelColor-d10: #6a81be;
    --fc-labelColor-l20: #9aa9d3;
    --fc-labelColor-d20: #536db4;
    --fc-labelColor-o0: rgba(129, 148, 200, 0);
    --fc-labelColor-o1: rgba(129, 148, 200, .1);
    --fc-labelColor-o2: rgba(129, 148, 200, .2);
    --fc-labelColor-o4: rgba(129, 148, 200, .4);
    --fc-labelColor-o6: rgba(129, 148, 200, .6);
    --fc-labelColor-o8: rgba(129, 148, 200, .8);
    --fc-inputBg: #0f1127;
    --fc-inputBg-locked: #0f1127;
    --fc-inputBg-l5: #151837;
    --fc-inputBg-d5: #0e1025;
    --fc-inputBg-l10: #1c1f48;
    --fc-inputBg-d10: #0e0f23;
    --fc-inputBg-l20: #282e69;
    --fc-inputBg-d20: #0c0e1f;
    --fc-inputBg-o0: rgba(15, 17, 39, 0);
    --fc-inputBg-o1: rgba(15, 17, 39, .1);
    --fc-inputBg-o2: rgba(15, 17, 39, .2);
    --fc-inputBg-o4: rgba(15, 17, 39, .4);
    --fc-inputBg-o6: rgba(15, 17, 39, .6);
    --fc-inputBg-o8: rgba(15, 17, 39, .8);
    --fc-borderColor: #242d48;
    --fc-borderColor-locked: #242d48;
    --fc-borderColor-l5: #2b3555;
    --fc-borderColor-d5: #222b44;
    --fc-borderColor-l10: #313e63;
    --fc-borderColor-d10: #202941;
    --fc-borderColor-l20: #3f4f7e;
    --fc-borderColor-d20: #1d243a;
    --fc-borderColor-o0: rgba(36, 45, 72, 0);
    --fc-borderColor-o1: rgba(36, 45, 72, .1);
    --fc-borderColor-o2: rgba(36, 45, 72, .2);
    --fc-borderColor-o4: rgba(36, 45, 72, .4);
    --fc-borderColor-o6: rgba(36, 45, 72, .6);
    --fc-borderColor-o8: rgba(36, 45, 72, .8);
    --fc-textColor: #fff;
    --fc-textColor-locked: #fff;
    --fc-textColor-l5: white;
    --fc-textColor-d5: #f2f2f2;
    --fc-textColor-l10: white;
    --fc-textColor-d10: #e6e6e6;
    --fc-textColor-l20: white;
    --fc-textColor-d20: #cccccc;
    --fc-textColor-o0: rgba(255, 255, 255, 0);
    --fc-textColor-o1: rgba(255, 255, 255, .1);
    --fc-textColor-o2: rgba(255, 255, 255, .2);
    --fc-textColor-o4: rgba(255, 255, 255, .4);
    --fc-textColor-o6: rgba(255, 255, 255, .6);
    --fc-textColor-o8: rgba(255, 255, 255, .8);
    --fc-placeholderColor: #7886ab;
    --fc-placeholderColor-locked: #7886ab;
    --fc-placeholderColor-l5: #7f8caf;
    --fc-placeholderColor-d5: #6f7ea5;
    --fc-placeholderColor-l10: #8692b3;
    --fc-placeholderColor-d10: #6676a0;
    --fc-placeholderColor-l20: #939ebc;
    --fc-placeholderColor-d20: #596890;
    --fc-placeholderColor-o0: rgba(120, 134, 171, 0);
    --fc-placeholderColor-o1: rgba(120, 134, 171, .1);
    --fc-placeholderColor-o2: rgba(120, 134, 171, .2);
    --fc-placeholderColor-o4: rgba(120, 134, 171, .4);
    --fc-placeholderColor-o6: rgba(120, 134, 171, .6);
    --fc-placeholderColor-o8: rgba(120, 134, 171, .8);
    --fc-disabledPlaceholderColor: #52596a;
    --fc-disabledPlaceholderColor-locked: #52596a;
    --fc-disabledPlaceholderColor-l5: #596173;
    --fc-disabledPlaceholderColor-d5: #4e5565;
    --fc-disabledPlaceholderColor-l10: #60687c;
    --fc-disabledPlaceholderColor-d10: #4a505f;
    --fc-disabledPlaceholderColor-l20: #6e778e;
    --fc-disabledPlaceholderColor-d20: #424755;
    --fc-disabledPlaceholderColor-o0: rgba(82, 89, 106, 0);
    --fc-disabledPlaceholderColor-o1: rgba(82, 89, 106, .1);
    --fc-disabledPlaceholderColor-o2: rgba(82, 89, 106, .2);
    --fc-disabledPlaceholderColor-o4: rgba(82, 89, 106, .4);
    --fc-disabledPlaceholderColor-o6: rgba(82, 89, 106, .6);
    --fc-disabledPlaceholderColor-o8: rgba(82, 89, 106, .8);
    --fc-arrowColor: #fff;
    --fc-arrowColor-locked: #fff;
    --fc-arrowColor-l5: white;
    --fc-arrowColor-d5: #f2f2f2;
    --fc-arrowColor-l10: white;
    --fc-arrowColor-d10: #e6e6e6;
    --fc-arrowColor-l20: white;
    --fc-arrowColor-d20: #cccccc;
    --fc-arrowColor-o0: rgba(255, 255, 255, 0);
    --fc-arrowColor-o1: rgba(255, 255, 255, .1);
    --fc-arrowColor-o2: rgba(255, 255, 255, .2);
    --fc-arrowColor-o4: rgba(255, 255, 255, .4);
    --fc-arrowColor-o6: rgba(255, 255, 255, .6);
    --fc-arrowColor-o8: rgba(255, 255, 255, .8);
    --fc-iconColor: #7886ab;
    --fc-iconColor-locked: #7886ab;
    --fc-iconColor-l5: #7f8caf;
    --fc-iconColor-d5: #6f7ea5;
    --fc-iconColor-l10: #8692b3;
    --fc-iconColor-d10: #6676a0;
    --fc-iconColor-l20: #939ebc;
    --fc-iconColor-d20: #596890;
    --fc-iconColor-o0: rgba(120, 134, 171, 0);
    --fc-iconColor-o1: rgba(120, 134, 171, .1);
    --fc-iconColor-o2: rgba(120, 134, 171, .2);
    --fc-iconColor-o4: rgba(120, 134, 171, .4);
    --fc-iconColor-o6: rgba(120, 134, 171, .6);
    --fc-iconColor-o8: rgba(120, 134, 171, .8);
    --fc-disableBg: #262c3b;
    --fc-disableBg-locked: #262c3b;
    --fc-disableBg-l5: #2e3548;
    --fc-disableBg-d5: #242a38;
    --fc-disableBg-l10: #363f54;
    --fc-disableBg-d10: #222835;
    --fc-disableBg-l20: #46516d;
    --fc-disableBg-d20: #1e232f;
    --fc-disableBg-o0: rgba(38, 44, 59, 0);
    --fc-disableBg-o1: rgba(38, 44, 59, .1);
    --fc-disableBg-o2: rgba(38, 44, 59, .2);
    --fc-disableBg-o4: rgba(38, 44, 59, .4);
    --fc-disableBg-o6: rgba(38, 44, 59, .6);
    --fc-disableBg-o8: rgba(38, 44, 59, .8);
    --fc-disableBorder: #262c3b;
    --fc-disableBorder-locked: #262c3b;
    --fc-disableBorder-l5: #2e3548;
    --fc-disableBorder-d5: #242a38;
    --fc-disableBorder-l10: #363f54;
    --fc-disableBorder-d10: #222835;
    --fc-disableBorder-l20: #46516d;
    --fc-disableBorder-d20: #1e232f;
    --fc-disableBorder-o0: rgba(38, 44, 59, 0);
    --fc-disableBorder-o1: rgba(38, 44, 59, .1);
    --fc-disableBorder-o2: rgba(38, 44, 59, .2);
    --fc-disableBorder-o4: rgba(38, 44, 59, .4);
    --fc-disableBorder-o6: rgba(38, 44, 59, .6);
    --fc-disableBorder-o8: rgba(38, 44, 59, .8);
    --fc-errorBackground: #240f17;
    --fc-errorBackground-locked: #240f17;
    --fc-errorBackground-l5: #341621;
    --fc-errorBackground-d5: #220e16;
    --fc-errorBackground-l10: #441d2c;
    --fc-errorBackground-d10: #200e15;
    --fc-errorBackground-l20: #652a40;
    --fc-errorBackground-d20: #1d0c12;
    --fc-errorBackground-o0: rgba(36, 15, 23, 0);
    --fc-errorBackground-o1: rgba(36, 15, 23, .1);
    --fc-errorBackground-o2: rgba(36, 15, 23, .2);
    --fc-errorBackground-o4: rgba(36, 15, 23, .4);
    --fc-errorBackground-o6: rgba(36, 15, 23, .6);
    --fc-errorBackground-o8: rgba(36, 15, 23, .8);
    --fc-errorBorder: #d1004b;
    --fc-errorBorder-locked: #d1004b;
    --fc-errorBorder-l5: #e00050;
    --fc-errorBorder-d5: #c70047;
    --fc-errorBorder-l10: #ef0056;
    --fc-errorBorder-d10: #bc0044;
    --fc-errorBorder-l20: #ff0e65;
    --fc-errorBorder-d20: #a7003c;
    --fc-errorBorder-o0: rgba(209, 0, 75, 0);
    --fc-errorBorder-o1: rgba(209, 0, 75, .1);
    --fc-errorBorder-o2: rgba(209, 0, 75, .2);
    --fc-errorBorder-o4: rgba(209, 0, 75, .4);
    --fc-errorBorder-o6: rgba(209, 0, 75, .6);
    --fc-errorBorder-o8: rgba(209, 0, 75, .8);
    --fc-errorArrow: #d1004b;
    --fc-errorArrow-locked: #d1004b;
    --fc-errorArrow-l5: #e00050;
    --fc-errorArrow-d5: #c70047;
    --fc-errorArrow-l10: #ef0056;
    --fc-errorArrow-d10: #bc0044;
    --fc-errorArrow-l20: #ff0e65;
    --fc-errorArrow-d20: #a7003c;
    --fc-errorArrow-o0: rgba(209, 0, 75, 0);
    --fc-errorArrow-o1: rgba(209, 0, 75, .1);
    --fc-errorArrow-o2: rgba(209, 0, 75, .2);
    --fc-errorArrow-o4: rgba(209, 0, 75, .4);
    --fc-errorArrow-o6: rgba(209, 0, 75, .6);
    --fc-errorArrow-o8: rgba(209, 0, 75, .8);
    --fc-successElement: #279500;
    --fc-successElement-locked: #279500;
    --fc-successElement-l5: #2ca700;
    --fc-successElement-d5: #258e00;
    --fc-successElement-l10: #30b900;
    --fc-successElement-d10: #238600;
    --fc-successElement-l20: #3add00;
    --fc-successElement-d20: #1f7700;
    --fc-successElement-o0: rgba(39, 149, 0, 0);
    --fc-successElement-o1: rgba(39, 149, 0, .1);
    --fc-successElement-o2: rgba(39, 149, 0, .2);
    --fc-successElement-o4: rgba(39, 149, 0, .4);
    --fc-successElement-o6: rgba(39, 149, 0, .6);
    --fc-successElement-o8: rgba(39, 149, 0, .8);
    --fc-successBorder: #279500;
    --fc-successBorder-locked: #279500;
    --fc-successBorder-l5: #2ca700;
    --fc-successBorder-d5: #258e00;
    --fc-successBorder-l10: #30b900;
    --fc-successBorder-d10: #238600;
    --fc-successBorder-l20: #3add00;
    --fc-successBorder-d20: #1f7700;
    --fc-successBorder-o0: rgba(39, 149, 0, 0);
    --fc-successBorder-o1: rgba(39, 149, 0, .1);
    --fc-successBorder-o2: rgba(39, 149, 0, .2);
    --fc-successBorder-o4: rgba(39, 149, 0, .4);
    --fc-successBorder-o6: rgba(39, 149, 0, .6);
    --fc-successBorder-o8: rgba(39, 149, 0, .8)
}

:root {
    --button-border-radius: 100px
}

*, *:before, *:after {
    box-sizing: border-box
}

:root {
    font-size: 10px
}

body {
    margin: 0;
    color: var(--mc-baseMain);
    font-weight: 400;
    font-size: 1.8rem;
    font-family: Mulish, sans-serif;
    line-height: 1.5;
    background-color: var(--mc-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(1, 1, 0, 0)
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: var(--mc-main);
    text-decoration: underline
}

a:hover {
    color: var(--mc-baseMain);
    text-decoration: underline
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img, svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

button, [type=button] {
    -webkit-appearance: button
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.wlc-sections__categories--theme-1[class] {
    margin: 0 0 40px
}

.wlc-sections__categories--theme-1 > .container {
    padding: 0;
    border-radius: 0;
    background: none
}

.wlc-sections__categories--theme-1 .games-categories {
    min-height: auto;
    grid-gap: 0;
    grid-template-columns:1fr 1fr;
    display: grid;
    align-items: center
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
    height: 40px;
    min-width: auto;
    background: transparent;
    padding: 0 10px;
    border-radius: unset;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.45;
    transition: all .3s linear;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    margin-left: auto
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {
    transition: color .3s linear;
    display: block;
    margin-left: 0;
    color: var(--mc-baseMain);
    line-height: 1
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon svg, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.wlc-sections__categories--theme-1 .wlc-btn-merch[wlc-button] path {
    stroke: currentColor
}

.wlc-sections__footer--theme-1 {
    padding-bottom: 15px;
    background: transparent
}

.wlc-sections__footer--theme-1 .wlc-logo {
    grid-area: logo
}

.wlc-sections__footer--theme-1 .wlc-social-icons {
    grid-area: social
}

.wlc-sections__footer--theme-1 .wlc-post-menu {
    grid-area: menu
}

.wlc-sections__footer--theme-1 .wlc-footer-disclaimer {
    grid-area: disclaimer
}

.wlc-sections__footer--theme-1 .container {
    display: grid;
    grid-template-columns:1fr;
    justify-items: center
}

.wlc-sections__footer--theme-1 .container .wlc-post-menu, .wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer, .wlc-sections__footer--theme-1 .container .wlc-logo {
    margin: 0 0 30px
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
    grid-template-areas:"logo""affiliate""links""menu2""menu""ratings""payments""disclaimer"
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
    margin: 0 0 20px;
    justify-self: center;
    grid-area: affiliate
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
    justify-self: center
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list {
    margin: 20px 0 0
}

.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
    grid-area: payments
}

.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
    max-width: calc(100vw - 30px);
    margin: 0 0 30px
}

.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    background: transparent;
    border-radius: 10px;
    margin: 0
}

.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg {
    fill: var(--mc-baseMain-o2)
}

.wlc-sections__footer--theme-1 .wlc-copyright {
    margin: 20px 0 0
}

.wlc-sections__header--theme-universal {
    --h-gap: 10px
}

.wlc-sections__header--theme-universal .container {
    max-width: calc(100% - 30px);
    grid-template-columns:1fr auto;
    gap: 10px;
    padding: 0;
    display: grid;
    align-items: center
}

.wlc-sections__header--theme-universal .wlc-logo {
    width: 40px;
    margin: 0
}

.wlc-sections__header--theme-universal .wlc-logo__image {
    display: flex;
    align-items: center;
    justify-content: left
}

.wlc-sections__header--theme-universal .wlc-logo svg {
    max-height: 50%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center
}

.wlc-sections__header--theme-universal .wlc-login-signup {
    justify-content: flex-end
}

.wlc-sections__header--theme-universal .wlc-btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.wlc-sections__header--theme-universal .wlc-btn-search__text, .wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon, .wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wlc-sections__header--theme-universal .wlc-btn-search svg {
    transition: all .3s linear
}

.wlc-sections__header--theme-universal .header__left, .wlc-sections__header--theme-universal .header__right {
    display: flex;
    align-items: center
}

.wlc-sections__header--theme-universal .header__left > *:not(.wlc-logo), .wlc-sections__header--theme-universal .header__right > *:not(.wlc-logo) {
    margin-right: calc(var(--h-gap) * .5);
    margin-left: calc(var(--h-gap) * .5)
}

.wlc-sections__header {
    z-index: 100
}

.wlc-body--sticky-header .wlc-sections__header {
    --sticky-transform-coef: 1;
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    transform: translateZ(0);
    transition: transform .3s ease-in-out
}

.wlc-body--sticky-header .wlc-sections__header:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #050311, #060727);
    transform: scale3d(1, var(--sticky-scale-val, 1), 1);
    transform-origin: top;
    transition: inherit
}

.wlc-body--sticky-header .wlc-sections__header .container {
    min-height: 60px;
    position: relative;
    z-index: 1;
    transform: translate3d(0, var(--sticky-translate-val, 0), 0);
    transition: inherit
}

.wlc-body--fp-left .wlc-app {
    transition: padding .25s ease-in-out
}

.wlc-body--fp-left-compact {
    --fp-left-padding: var(--fp-left-size-compact)
}

.wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) .wlc-app {
    padding-left: var(--fp-left-padding, 0)
}

.wlc-sections__categories, .wlc-sections__content-games-top, .wlc-sections__providers {
    margin-bottom: 40px
}

.wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification), .wlc-body--fp-right:not(.wlc-body--fp-right-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification) {
    padding: 0 15px
}

[class*=wlc-sections__]:empty {
    display: none
}

@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: normal;
    src: url("../../fonts/mulish-regular.woff2") format("woff2")
}

@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: normal;
    src: url("../../fonts/mulish-500.woff2") format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: normal;
    src: url("../../fonts/mulish-600.woff2") format("woff2")
}

@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: normal;
    src: url("../../fonts/mulish-700.woff2") format("woff2")
}

@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: normal;
    src: url("../../fonts/mulish-800.woff2") format("woff2")
}

@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: italic;
    src: url("../../fonts/mulish-italic.woff2") format("woff2")
}

@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: italic;
    src: url("../../fonts/mulish-500-italic.woff2") format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: italic;
    src: url("../../fonts/mulish-600-italic.woff2") format("woff2")
}

@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: italic;
    src: url("../../fonts/mulish-700-italic.woff2") format("woff2")
}

@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: italic;
    src: url("../../fonts/mulish-800-italic.woff2") format("woff2")
}

.wlc-body--fp-left-in.wlc-body--fp-left .wlc-sections__header {
    width: auto;
    margin-right: calc(-1 * var(--fp-left-size-gap));
    margin-left: calc(-1 * var(--fp-left-size-gap));
    padding: 0 15px
}

.wlc-body--fp-left-in.wlc-body--fp-left:has(.app-tournaments-state,.app-profile-loyalty-bonuses-main-state,.app-promotions-state,.app-profile-achievements-main-state,.app-profile-loyalty-store-main-state,.app-profile-main-info-state,.app-home-state,.app-profile-cash-withdraw-state,.app-profile-messages-state) {
    visibility: visible;
    overflow-x: hidden;
    overflow-y: scroll
}

.wlc-sections__header--theme-universal {
    margin-top: 0
}

.wlc-sections__header--theme-universal .wlc-btn-search {
    width: 100%
}

.wlc-sections__header--theme-universal .wlc-btn-search__text {
    width: 100%;
    min-height: 41px;
    padding: 3px 5px 3px 12px;
    color: var(--fc-labelColor);
    font-size: 1.6rem;
    background: var(--fc-inputBg);
    border-radius: 100px;
    transition: all .3s
}

.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon {
    min-width: 20px;
    min-height: 20px;
    padding: 0 10px
}

.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--fc-iconColor)
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner {
    min-width: 100%
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .container {
    max-width: 100%
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__description {
    max-width: 60%
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .swiper-button-container {
    right: 0;
    max-width: 100%
}

.wlc-sections__banner-wolf-desktop {
    margin-top: 20px;
    margin-bottom: 20px
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner {
    min-height: 310px !important;
    padding: 40px 40px 25px
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.8rem
}

.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__description {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem
}

.wlc-sections__right-widget .right-widget-wrapper {
    z-index: 101;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    pointer-events: all
}

.wlc-sections__categories--theme-1 .games-categories {
    grid-template-areas:"menu menu""search merch"
}

.wlc-sections__categories--theme-1 .wlc-category-menu {
    grid-area: menu;
    margin: 0 0 20px
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
    width: auto
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
    width: -moz-fit-content;
    width: fit-content
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {
    order: -1;
    margin-right: 10px
}

.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn {
    grid-area: search;
    border-right: 1px solid transparent;
    border-image: var(--mc-borderGradient);
    border-image-slice: 1
}

.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
    grid-area: merch;
    margin-left: unset;
    padding: 0 10px
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
    row-gap: 10px;
    margin-top: 20px;
    padding-top: 60px;
    border-top: 1px solid var(--mc-baseOpacity)
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
    width: 100%;
    max-width: 345px;
    padding: 5px 15px
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list .wlc-social-icons__item {
    display: none
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list .wlc-social-icons__item:first-of-type {
    display: block
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-footer-menu {
    display: flex;
    flex-direction: column;
    grid-area: menu2;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content
}

.wlc-sections__footer--theme-1 .footer-bottom__links {
    display: flex;
    grid-area: links;
    margin: 20px 0
}

.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
    display: flex;
    align-items: center;
    padding: 0 20px
}

.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__item, .wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__list {
    margin: 0 !important
}

.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
    background: transparent;
    border-radius: 100%
}

.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__link svg {
    width: 32px;
    height: 32px;
    transform: unset !important
}

.wlc-sections__footer--theme-1 .container .wlc-post-menu {
    margin-bottom: 5px;
    padding: 0
}

.wlc-sections__footer--theme-1 .container .wlc-logo {
    display: flex;
    justify-content: center
}

body:has(.app-profile-cash-deposit-state) #chat-widget-minimized {
    display: none !important
}

@media (min-width: 375px) {
    .container {
        max-width: calc(100% - 30px)
    }
}

@media (min-width: 480px) {
    .container {
        max-width: 450px
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 450px
    }

    .wlc-sections__right-widget .right-widget-wrapper {
        z-index: 99
    }
}

@media (min-width: 560px) {
    .container {
        max-width: 530px
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn {
        padding: 0 20px
    }

    .wlc-sections__footer--theme-1 {
        padding-bottom: 20px
    }

    .wlc-sections__footer--theme-1 {
        margin-top: 20px
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 530px
    }

    .wlc-sections__header--theme-universal .wlc-logo {
        width: 114px
    }

    .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
        padding: 0 0 0 20px
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 610px
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 610px
    }
}

@media (min-width: 720px) {
    .container, .wlc-sections__header--theme-universal .container {
        max-width: 690px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 738px
    }

    .wlc-sections__categories--theme-1 > .container {
        border-radius: 10px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        min-height: 60px
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
        width: auto
    }

    .wlc-sections__footer--theme-1 .container {
        grid-template-columns:repeat(3, 1fr)
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
        grid-template-areas:"logo affiliate affiliate""links links links""menu2 menu menu""ratings ratings ratings""payments payments payments""disclaimer disclaimer disclaimer"
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 738px
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
        width: auto;
        max-width: unset
    }
}

@media (min-width: 900px) {
    .container {
        max-width: 870px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        grid-template-columns:minmax(0, 1fr) auto auto
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list {
        margin: 0
    }

    .wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
        margin: 0 0 30px
    }

    .wlc-sections__header--theme-universal {
        --h-gap: 20px
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 870px
    }

    .wlc-sections__header--theme-universal .container {
        gap: 20px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        grid-template-areas:"menu search merch"
    }

    .wlc-sections__categories--theme-1 .wlc-category-menu {
        grid-template-areas:"menu search merch";
        margin: 0
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
        width: 100%
    }

    .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
        margin-left: auto
    }

    .wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
        padding: 0 40px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 994px
    }

    .wlc-sections__categories--theme-1 .wlc-category-menu {
        margin-right: auto
    }

    .wlc-sections__footer--theme-1 {
        padding-bottom: 40px
    }

    .wlc-sections__footer--theme-1 {
        margin-top: auto
    }

    .wlc-sections__footer--theme-1 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
        margin: 0
    }

    .wlc-sections__footer--theme-1 .container {
        grid-template-columns:auto auto 1fr
    }

    .wlc-sections__footer--theme-1 .container {
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .wlc-sections__footer--theme-1 .container {
        justify-items: start
    }

    .wlc-sections__footer--theme-1 .container .wlc-post-menu, .wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer, .wlc-sections__footer--theme-1 .container .wlc-logo {
        margin: 0 0 20px
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
        grid-template-areas:"logo affiliate menu2 menu""links links menu2 menu""ratings ratings ratings ratings""payments payments payments payments""disclaimer disclaimer disclaimer disclaimer"
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
        margin: 0
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
        justify-self: left
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
        justify-self: right
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 994px
    }

    .wlc-body--sticky-header .wlc-sections__header .container {
        min-height: 70px
    }

    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title {
        font-size: 3.2rem;
        line-height: 5rem
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .wlc-sections__categories--theme-1 .games-categories {
        min-height: 80px
    }

    .wlc-sections__footer--theme-1 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
        margin: 10px 0 0
    }

    .wlc-sections__footer--theme-1 .container {
        grid-template-columns:auto auto 1fr 1fr 1fr
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
        grid-template-areas:"logo affiliate menu2 menu menu menu""links links menu2 menu menu menu""ratings ratings ratings ratings ratings ratings""payments payments payments payments payments payments""disclaimer disclaimer disclaimer disclaimer disclaimer disclaimer"
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
        grid-template-rows:repeat(6, auto)
    }

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
        justify-self: left
    }

    .wlc-sections__header--theme-universal .container {
        width: 100%
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 1170px
    }

    .wlc-sections__header--theme-universal .container {
        grid-template-columns:auto 1fr
    }

    .wlc-sections__header--theme-universal .container {
        margin: 0 auto
    }

    .wlc-sections__header--theme-universal .wlc-login-signup .wlc-btn {
        padding: 5px 10px
    }

    .wlc-sections__header--theme-universal {
        margin-top: 0
    }

    .wlc-sections__header--theme-universal {
        gap: 20px
    }
}

@media (min-width: 1366px) {
    .wlc-sections__header--theme-universal .wlc-login-signup .wlc-btn {
        padding: 5px 20px
    }

    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title {
        font-size: 4rem;
        line-height: 5.8rem
    }
}

@media (min-width: 1630px) {
    .container {
        max-width: 1320px
    }

    .wlc-sections__footer--theme-1 .container {
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
        margin: 0 0 40px
    }

    .wlc-sections__header--theme-universal .container {
        max-width: 1320px
    }

    .wlc-body--sticky-header .wlc-sections__header .container {
        min-height: 88px
    }
}

@media (max-width: 1199px) {
    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
        font-size: 1.4rem
    }
}

@media (max-width: 1023px) {
    body.modal-open #chat-widget-container, body:has(.wlc-right-widget__wrp.open) #chat-widget-container {
        display: none
    }

    #chat-widget-container {
        margin: 60px 0 !important;
    }

    #chat-widget {
        margin: 60px 0 0 !important
    }
}

@media (max-width: 559px) {
    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
        margin: 0 auto
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn {
        margin-left: unset
    }
}

@media (max-width: 479px) {
    .wlc-sections__header--theme-universal .header__right {
        gap: 5px
    }

    .wlc-sections__header--theme-universal .header__right .wlc-login-signup {
        margin: 0
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }

    :root {
        scroll-behavior: auto
    }
}

@media (pointer: fine) {
    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover {
        background: transparent;
        color: var(--mc-main)
    }

    .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover .wlc-icon, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover .wlc-icon {
        color: var(--mc-main)
    }

    .wlc-sections__header--theme-universal .wlc-btn-search:hover svg, .wlc-sections__header--theme-universal .wlc-btn-search:hover rect {
        transform: rotate(30deg)
    }

    .wlc-sections__header--theme-universal .wlc-btn-burger:hover svg, .wlc-sections__header--theme-universal .wlc-btn-burger:hover rect, .wlc-sections__header--theme-universal .wlc-btn-search:hover svg, .wlc-sections__header--theme-universal .wlc-btn-search:hover rect {
        fill: var(--mc-baseMain)
    }

    .wlc-sections__header--theme-universal .wlc-btn-search__text:hover {
        color: var(--mc-baseMain)
    }

    .wlc-sections__header--theme-universal .wlc-btn-search:hover svg {
        transform: none
    }

    .wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__link:hover {
        background: var(--mc-main)
    }
}

.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] {
     top: 0
 }

.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
    flex-direction: column-reverse
}

.wlc-notification-thread[_nghost-wlc-app-c3732847679] {
    max-width: 375px;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none
}

@media (min-width: 900px) {
    .wlc-notification-thread[_nghost-wlc-app-c3732847679] {
        max-width: 440px
    }
}

@media (min-width: 900px) {
    .wlc-notification-thread.wlc-notification-thread--theme-mod-right[_nghost-wlc-app-c3732847679] {
        left: auto
    }
}

.wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    margin: 0;
    list-style: none;
    pointer-events: none
}

@media (min-width: 900px) {
    .wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
        padding-right: 15px
    }
}

@media (min-width: 900px) {
    .wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
        padding-left: 15px
    }
}

.wlc-float-panels[_nghost-wlc-app-c1591307410] {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 999;
     width: 100%;
     height: 100%;
     will-change: transform;
     visibility: hidden
 }

.wlc-float-panels[_nghost-wlc-app-c1591307410] .wlc-float-panels__backdrop[_ngcontent-wlc-app-c1591307410] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    background: var(--fp-backdrop-background);
    visibility: var(--fp-backdrop-visibility, hidden);
    transition: background 0.6s ease-in-out, visibility 0.6s ease-in-out
}

body {
    min-width: 375px;
    background: url("../../img/bg_main.webp") top center no-repeat, linear-gradient(171.29deg, #050311 0%, #060727 100%)
}

@media (pointer: fine) {
    body {
        overflow-x: hidden
    }
}

.wlc-app-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.wlc-app-content .wlc-sections__footer {
    margin-top: auto;
    overflow-x: hidden
}

@media (min-width: 1024px) {
    .wlc-app-content .wlc-sections__footer {
        overflow-x: initial
    }
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] {
    width: var(--bp-width);
    max-width: 290px;
    max-height: 100%;
    background: var(--mc-bg700)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] {
    --bp-padding: 0 0 10px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header[_ngcontent-wlc-app-c1944798581], .wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
    background: var(--mc-bg700)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
    padding: 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-panel-menu--type-info, .wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-social-icons {
    margin: 25px 0 0
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link {
    text-decoration: none
}

@media (pointer: fine) {
    .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link:not(.active):hover, .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link:not(.active):hover {
        color: inherit;
        background: var(--mc-bg700-l5)
    }
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon {
    align-items: center;
    justify-content: center;
    height: auto
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
    --bp-header-grid-cols: 1fr;
    --bp-login-margin: 0;
    --bp-login-padding: 0;
    --bp-login-bg: none;
    --bp-expand-icon-transform: scaleX(1);
    --bp-transition: none;
    --bp-userinfo-margin: 0 20px 20px;
    --bp-width: var(--fp-left-size-compact);
    --bp-logout-display: none;
    --bp-postmenu-link-height: 35px;
    position: sticky;
    top: 0;
    left: 0
}

.wlc-body--fp-left-in .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
    visibility: visible
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] {
    --bp-header-padding: 10px 5px;
    --bp-login-display: none;
    --bp-postmenu-display: none;
    --bp-menu-link-text-display: none;
    --bp-menu-link-justify: cemter;
    --bp-menu-link-align: stretch;
    --bp-menu-link-padding: 0;
    --bp-menu-icon-margin: 0;
    --bp-menu-icon-wrapper-width: 100%;
    --bp-main-menu-margin: 0;
    --bp-separator-width: 100%;
    --bp-userinfo-display: none;
    --bp-userdeposit-display: none;
    --bp-lang-max-width: 100%;
    --bp-lang-margin: 0 auto 5px;
    --bp-expand-btn-justify-self: center;
    --pm-menu-margin: 0;
    --us-display: none
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] {
    justify-self: var(--bp-expand-btn-justify-self, end);
    padding: 0;
    color: var(--mc-bg300);
    background: none;
    border: none;
    transition: color 0.2s ease-in-out
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] svg {
    width: 25px;
    height: 25px;
    transform: var(--bp-expand-icon-transform);
    transition: transform 0.2s ease-in-out;
    fill: currentColor
}

@media (pointer: fine) {
    .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581]:hover {
        color: var(--mc-baseMain);
        background: none;
        border: none
    }
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] {
    z-index: 10;
    width: 290px;
    max-width: 290px;
    height: 100%;
    max-height: 100%;
    background-color: var(--mc-bg700)
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] {
    right: -290px
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] {
    --bp-header-padding: 20px;
    --bp-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --bp-padding: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: var(--bp-padding);
    color: var(--mc-baseMain);
    outline-style: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    transition: var(--bp-transition)
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
    position: relative;
    display: grid;
    grid-template-columns:var(--bp-header-grid-cols);
    align-items: center;
    padding: var(--bp-header-padding);
    color: var(--mc-baseMain);
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header.two-columns {
    grid-template-columns:1fr 1fr
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    padding: 0;
    color: var(--mc-baseMain);
    background: transparent;
    opacity: 0.4;
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-appearance: none;
    appearance: none;
    border: none
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close:focus {
    outline: none
}

@media (pointer: fine) {
    .wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close:hover {
        opacity: 0.8
    }
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content {
    position: relative;
    flex: 1 1 auto;
    height: 100%;
    min-height: 1px;
    background: transparent;
    overflow: hidden
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-profile-menu {
    transform: translateZ(0)
}

.wlc-burger-panel.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
    height: 100vh;
    transform: translate3d(0, 0, 0);
    will-change: width
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] {
    --bp-header-grid-cols: 1fr 1fr
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
    margin-bottom: 8px;
    padding: 20px;
    border-bottom: 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
    padding: 0 12px 20px 12px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-progress--theme-default {
    margin-bottom: 8px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-logout--theme-default .wlc-btn {
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin-top: 5px;
    padding: 0 19px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-logout--theme-default .wlc-btn .wlc-btn__text {
    font-weight: 600;
    text-transform: none
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block {
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link {
    align-items: stretch;
    justify-content: stretch
}
.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179] {
     overflow-y: auto;
     overflow-x: hidden;
     overscroll-behavior: contain;
     scroll-behavior: smooth
 }

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar {
    width: 5px
}

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg700);
    border-radius: 10px
}

.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 10px
}
.wlc-icon svg, .wlc-icon img {
     width: var(--wlc-icon-width);
     height: var(--wlc-icon-height);
 }

@keyframes loadingCircle {
    100% {
        transform: rotate(360deg)
    }
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] {
     --pm-link-icon-width: 16px
 }

.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] {
    --pm-menu-margin: ;
    --pm-menu-info-margin: ;
    --pm-link-background: none;
    --pm-dropdown-link-background: none;
    --pm-dropdown-active-icon-fill: var(--mc-baseMain);
    --pm-link-padding: 0;
    --pm-link-icon-margin: 0;
    --pm-link-arrow: none;
    --pm-link-justify-content: center;
    --pm-link-hover: none;
    --pm-link-text-display: none;
    --pm-icon-width: 100%
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon {
    width: var(--pm-icon-width)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg path {
    fill: var(--mc-baseMain)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu {
    display: grid;
    gap: 10px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link {
    transition: all 0.3s linear;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    padding: var(--pm-link-padding);
    background: var(--pm-link-background);
    border-radius: 10px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg path, .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg {
    width: 16px;
    height: 16px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon {
    display: inherit;
    flex: 0 0 auto;
    margin: var(--pm-link-icon-margin)
}

@media (pointer: fine) {
    .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover {
        color: var(--mc-baseMain);
        background: var(--pm-link-hover)
    }
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown {
    position: relative
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link {
    min-height: 40px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg path, .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg {
    transition: all 0.3s
}

@media (pointer: fine) {
    .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__link:hover {
        cursor: pointer
    }
}

.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item {
    padding: 0 4px
}

.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link {
    color: var(--mc-baseMainNew)
}

@media (pointer: fine) {
    .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover {
        color: var(--mc-baseMain);
        background: var(--mc-bg300) !important
    }

    .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover svg path, .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover svg {
        fill: var(--mc-baseMain)
    }
}

.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
    fill: currentColor
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] {
    position: relative;
    padding: 5px 0 0
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] {
    --ls-link-justify-content: center;
    --ls-link-padding: 0;
    --ls-link-background: none;
    --ls-link-icon-margin: 0;
    --ls-link-hover: none;
    --ls-link-arrow: none;
    --ls-icon-width: 100%
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    box-sizing: content-box
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
    display: flex;
    align-items: center;
    justify-content: var(--ls-link-justify-content);
    min-height: 40px;
    padding: var(--ls-link-padding);
    background: var(--ls-link-background);
    border-radius: 10px;
    cursor: pointer
}

@media (pointer: fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover {
        background: var(--ls-link-hover)
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] {
    margin: var(--ls-link-icon-margin)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
    transition: all 0.3s linear
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] {
    justify-self: center;
    width: 16px;
    height: 16px;
    margin-right: 0;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    transition: box-shadow 0.3s linear
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    display: block;
    width: 100%;
    height: 100%
}
.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
     justify-content: center;
     flex-wrap: wrap
 }

@media (min-width: 900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        display: grid
    }
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        grid-template-columns:1fr
    }
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        gap: 20px
    }
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        margin: 0 0 20px
    }
}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
    margin: 0 10px 20px
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
        margin: 0
    }
}

.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    transition: all 0.3s linear;
    color: var(--mc-bg100)
}

@media (pointer: fine) {
    .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
        color: var(--mc-main)
    }
}

.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: flex;
    grid-gap: 0
}

@media (min-width: 1024px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        display: grid
    }
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        grid-gap: 10px
    }
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        margin: 0
    }
}

@media (min-width: 1200px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        margin: 10px 0 0
    }
}

.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388]:empty {
    margin: 0
}

.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    --wlc-icon-width: 40px;
    --wlc-icon-height: 40px
}

@media (min-width: 1200px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
        --wlc-icon-width: 25px
    }
}

@media (min-width: 1200px) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
        --wlc-icon-height: 25px
    }
}

.wlc-burger-panel--view-compact {
    --si-menu-flex-direction: column;
    --si-menu-margin: 0
}

.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    flex-wrap: wrap
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        display: grid
    }
}

@media (min-width: 900px) {
    .wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
        grid-template-columns:repeat(4, 1fr)
    }
}

.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388]:empty {
    margin: 0
}

.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    --wlc-icon-width: 30px;
    --wlc-icon-height: 30px;
    transition: all 0.3s linear;
    width: 30px;
    height: 30px;
    color: var(--mc-baseMain)
}

@media (pointer: fine) {
    .wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
        color: var(--mc-main)
    }
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: flex;
    flex-direction: var(--si-menu-flex-direction);
    gap: 20px;
    align-items: center;
    margin: var(--si-menu-margin)
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    justify-content: left
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
    background: var(--mc-bg100);
    border-radius: 50%;
    transition: all 0.3s ease-out
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] svg rect {
    fill: unset
}

.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] svg path {
    fill: var(--mc-baseMain)
}

@media (pointer: fine) {
    .wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388]:hover {
        background: var(--mc-bg300)
    }
}
.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] {
     width: 100%
 }

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 100%;
    max-width: 288px;
    border-radius: 10px
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
    color: var(--fc-textColor);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
    flex-direction: column;
    gap: 10px;
    background: transparent
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__user-icon-wrapper[_ngcontent-wlc-app-c3214088293] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.45;
    width: 100%;
    text-align: center
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-icon[_ngcontent-wlc-app-c3214088293] {
    display: block;
    width: 65px;
    height: 65px;
    overflow: hidden
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-icon[_ngcontent-wlc-app-c3214088293] img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] {
    align-items: center;
    justify-content: center;
    color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
    background: var(--mc-buttonGradient);
    border: none;
    border-radius: 100px;
    box-shadow: none
}

.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
    flex-shrink: unset
}
.wlc-loyalty-block[_nghost-wlc-app-c1208489926] {
     display: grid;
     gap: 15px
 }

.wlc-loyalty-block__loyalty[_ngcontent-wlc-app-c1208489926] .wlc-loyalty-progress__name:last-child {
    background: var(--mc-textGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s linear(0.4 -50%, 1 100%)
}
.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] {
     width: var(--wlc-lprogress-width, 100%)
 }

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__content[_ngcontent-wlc-app-c3893998972] {
    display: flex;
    flex-direction: row;
    gap: 15px
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__info-container[_ngcontent-wlc-app-c3893998972] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    width: 100%;
    margin: 0
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__line[_ngcontent-wlc-app-c3893998972] {
    position: relative;
    width: 100%;
    height: 6px;
    background: var(--mc-bg300);
    border-radius: 100px;
    overflow: hidden
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__line-current[_ngcontent-wlc-app-c3893998972] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--mc-buttonGradient);
    border-radius: 100px
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__title[_ngcontent-wlc-app-c3893998972], .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points[_ngcontent-wlc-app-c3893998972] {
    color: var(--mc-baseMainNew);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    display: inline-flex;
    justify-content: space-between
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__name[_ngcontent-wlc-app-c3893998972], .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-start[_ngcontent-wlc-app-c3893998972], .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-end[_ngcontent-wlc-app-c3893998972] {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__name[_ngcontent-wlc-app-c3893998972]:after, .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__all[_ngcontent-wlc-app-c3893998972]:after, .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-start[_ngcontent-wlc-app-c3893998972]:after, .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-end[_ngcontent-wlc-app-c3893998972]:after {
    content: "-";
    display: inline-block;
    width: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points[_ngcontent-wlc-app-c3893998972] {
    font-weight: 700
}

.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] {
     display: var(--wlc-currency-display, inline-flex);
     flex-wrap: nowrap;
     align-items: baseline;
     color: inherit
 }

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] {
    width: 100%
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] {
     display: flex
 }

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-btn__text {
    color: var(--mc-error);
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: color 0.3s linear;
    display: flex;
    align-items: center
}

@media (pointer: fine) {
    .wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120]:hover .wlc-btn__text {
        color: var(--mc-baseMain)
    }
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-btn__text {
    gap: 5px
}
@keyframes _ngcontent-wlc-app-c3559402143_buttonPulse {
           0%, 10%, 20%, 30%, 40%, 50% {
               box-shadow: 0 0 0 0 var(--mc-buttonColor)
           }
           9.99%, 19.99%, 29.99%, 39.99%, 49.99% {
               box-shadow: 0 0 0 10px var(--mc-buttonColor-o0)
           }
       }

@keyframes _ngcontent-wlc-app-c3559402143_buttonPulseSecondary {
    0%, 10%, 20%, 30%, 40%, 50% {
        box-shadow: 0 0 0 0 var(--mc-secondary)
    }
    9.99%, 19.99%, 29.99%, 39.99%, 49.99% {
        box-shadow: 0 0 0 10px var(--mc-secondary-o0)
    }
}

@keyframes _ngcontent-wlc-app-c3559402143_buttonGlare {
    from {
        transform: skewX(-45deg) translateX(-200px)
    }
    to {
        transform: skewX(-45deg) translateX(200px)
    }
}

.wlc-btn[_nghost-wlc-app-c3559402143] {
    box-sizing: border-box;
    padding: 0;
    background: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    overflow: hidden
}

.wlc-btn[_nghost-wlc-app-c3559402143]:disabled {
    background: var(--mc-buttonColor-o6);
    box-shadow: none;
    cursor: not-allowed;
    border: none
}

.wlc-btn[_nghost-wlc-app-c3559402143]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    color: var(--mc-baseMain)
}

@media (pointer: fine) {
    .wlc-btn[_nghost-wlc-app-c3559402143]:disabled:hover {
        background: var(--mc-buttonColor-o6);
        box-shadow: none;
        border: none
    }

    .wlc-btn[_nghost-wlc-app-c3559402143]:disabled:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
        color: var(--mc-baseMain-o6)
    }
}

@supports (overflow:clip) {
    .wlc-btn.wlc-btn--animate-glare[_nghost-wlc-app-c3559402143] {
        overflow: clip;
        overflow-clip-margin: border-box
    }
}

.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled {
    background: transparent;
    box-shadow: none;
    border: 2px solid var(--mc-secondary-o6)
}

.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    color: var(--mc-baseMain-o6)
}

@media (pointer: fine) {
    .wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled:hover {
        background: transparent;
        box-shadow: none;
        border: 2px solid var(--mc-secondary-o6)
    }

    .wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
        color: var(--mc-baseMain-o6)
    }
}

.wlc-btn--theme-default[_nghost-wlc-app-c3559402143] {
    height: 40px;
    display: grid;
    grid-column-gap: initial;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    justify-content: center;
    min-width: 115px;
    padding: 5px 10px;
    background: var(--mc-buttonGradient);
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative
}

.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:disabled {
    opacity: 0.6;
    pointer-events: none
}

.wlc-btn--theme-default[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    grid-column: 2;
    text-transform: none
}

@media (pointer: fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:hover {
        box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
    }
}

.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:before {
    transition: opacity 0.3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #000;
    opacity: 0;
    mix-blend-mode: overlay
}

@media (pointer: fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:hover:before {
        opacity: 0
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] {
    background: transparent;
    border: 2px solid var(--mc-secondary);
    box-shadow: none
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    transition: color 0.3s linear;
    color: var(--mc-baseMain)
}

@media (pointer: fine) {
    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-baseMain-o2);
        border: 2px solid var(--mc-secondary);
        box-shadow: none
    }

    .wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
        color: var(--mc-baseMain)
    }
}

@keyframes _ngcontent-wlc-app-c3559402143_shine {
    0% {
        left: -100%
    }
    25% {
        left: 100%
    }
    50% {
        left: 100%
    }
    75% {
        left: -100%
    }
    100% {
        left: -100%
    }
}

.wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143] {
    position: relative;
    overflow: hidden
}

@media (min-width: 1024px) {
    .wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143]:before, .wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3559402143]:before {
        content: "";
        position: absolute;
        top: 0;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent) !important;
        animation: _ngcontent-wlc-app-c3559402143_shine 2.5s infinite
    }
}

@media (max-width: 1023px) {
    .wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143]:after, .wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3559402143]:after {
        content: "";
        position: absolute;
        top: 0;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent) !important;
        animation: _ngcontent-wlc-app-c3559402143_shine 2.5s infinite
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
    display: grid;
    grid-template-areas:"title show-all show-all""games-grid games-grid games-grid";
    grid-template-columns:auto auto minmax(0, 1fr);
    row-gap: 20px
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
    margin: 0 0 0 auto;
    grid-area: swiper-buttons;
    pointer-events: none
}

@media (min-width: 1024px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
        margin: 0 5px 0 auto
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] [class*=wlc-swiper-button] {
    pointer-events: initial
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c3748941157] {
    display: grid;
    grid-template-columns:auto auto
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
    grid-area: show-all
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
    grid-area: games-grid;
    min-width: 0
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    transition: color 0.3s linear;
    display: flex;
    align-items: center;
    text-decoration: none
}

@media (pointer: fine) {
    .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover {
        color: var(--mc-baseMain)
    }
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
    justify-content: flex-end;
    color: var(--mc-secondary);
    font-weight: 600
}

@media (min-width: 768px) {
    .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
        justify-content: flex-start;
        margin: 0 0 0 30px
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
    display: none
}

@media (min-width: 768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
        display: block
    }
}

@media (min-width: 768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
        grid-template-areas:"title-icon title show-all swiper-buttons""games-grid games-grid games-grid games-grid";
        grid-template-columns:auto auto auto minmax(0, 1fr)
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(container) {
    padding-bottom: 40px
}


@media (min-width: 768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(container) {
        padding-bottom: 0
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(pagination) {
    bottom: 0;
    display: flex;
    justify-content: center
}

@media (min-width: 768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(pagination) {
        display: none
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(bullet-active) {
    width: 16px;
    border-radius: 10px;
    background: var(--mc-buttonGradient)
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper {
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper {
        padding-bottom: 0
    }
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] {
    --wlc-icon-width: 12px;
    --wlc-icon-height: 12px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev, .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next {
    transition: background 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--wlc-navi-button-size, 40px);
    height: var(--wlc-navi-button-size, 40px);
    color: var(--mc-baseMain);
    background: var(--mc-baseOpacity);
    outline: none;
    border-radius: 20px;
    border: 1px solid var(--mc-baseMain);
    box-shadow: none
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content, .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
    display: flex
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content svg, .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content svg {
    fill: currentColor
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled {
    color: var(--mc-baseMain-o4);
    background: var(--mc-baseOpacity);
    cursor: default
}

@media (pointer: fine) {
    .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:not(.swiper-button-disabled), .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:not(.swiper-button-disabled) {
        color: var(--mc-baseMain);
        background: var(--mc-main-o4);
        border: 1px solid var(--mc-baseMain);
        box-shadow: none
    }
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev {
    margin-right: 10px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content {
    transform: rotate(90deg)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
    transform: rotate(-90deg)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled {
    border: 1px solid var(--mc-baseOpacity)
}
a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
     text-decoration: none;
     cursor: pointer
 }

a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    transition: color 0.3s linear;
    color: var(--mc-baseMain)
}

@media (pointer: fine) {
    a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        color: var(--mc-main)
    }
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
    display: flex;
    align-items: center
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.45
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    --wlc-icon-width: 28px;
    --wlc-icon-height: 28px;
    margin: 0 10px 0 0
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content {
    display: flex
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
    fill: var(--mc-baseMain)
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    font-weight: 900;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        font-size: 2.6rem
    }
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    transition: color 0.3s linear;
    color: var(--mc-baseMain)
}

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
    transition: fill 0.3s linear
}

@media (pointer: fine) {
    .wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
        color: var(--mc-main)
    }

    .wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
        fill: var(--mc-main)
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: unset;
    text-align: left;
    text-decoration: none;
    background: var(--mc-labelBorder);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer
}

@media (min-width: 1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
        padding: 20px
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner * {
    z-index: 2
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:before {
    transition: opacity 0.3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--wlc-banner-backdrop-bg, none);
    opacity: 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: var(--mc-baseMain);
    font-style: normal;
    margin: 0 0 10px;
    max-width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 2
}

@media (min-width: 900px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        max-width: 70%
    }
}

@media (min-width: 1200px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        font-style: normal;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: var(--mc-baseMain);
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 2
}

@media (min-width: 1630px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        font-style: normal
    }
}

@media (pointer: fine) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:hover:before {
        opacity: 1
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 25px;
    background: var(--mc-buttonGradient)
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn__text {
    color: var(--mc-baseMain);
    text-transform: unset
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:hover {
    box-shadow: none
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:before {
    content: none
}

@keyframes _ngcontent-wlc-app-c2535224027_pulse {
           0% {
               opacity: 0.3
           }
           50% {
               opacity: 0.1
           }
           100% {
               opacity: 0.3
           }
       }

@keyframes _ngcontent-wlc-app-c2535224027_rotateRight {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes _ngcontent-wlc-app-c2535224027_rotateLeft {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] {
     grid-template-columns:1fr auto auto;
     grid-template-areas:"title navigation button""icons icons icons";
     display: grid;
     align-items: center;
     min-width: 0;
     max-width: 100%
 }

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] {
    grid-area: icons;
    min-width: 0;
    max-width: 100%
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] {
    margin: 10px 0 0
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
    margin: -10px -15px -10px -10px;
    padding: 10px 50px 10px 10px
}

@media (min-width: 768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
        margin: -15px
    }
}

@media (min-width: 768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
        padding: 15px
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 30px;
    background: linear-gradient(to left, var(--mc-bg), transparent);
    pointer-events: none
}

@media (min-width: 768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper:before {
        display: none
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
    margin: 0 0 0 20px;
    grid-area: button
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item {
    position: relative;
    background: radial-gradient(117.25% 64.17% at 46.15% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 70.03%);
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 2s
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 85px
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__wrp {
    font-size: 2rem;
    padding: 8px 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--mc-baseMain);
    font-weight: 700;
    text-decoration: none
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__error {
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
    overflow: hidden
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 125px;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: center
}

@media (hover: hover) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:hover, .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:focus-within {
        box-shadow: 0 1px 5px var(--mc-bg100);
        transform: translate3d(0, -3px, 0);
        transition: transform 0.2s, box-shadow 0.1s
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
    display: block;
    min-width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    transform: none;
    border: none;
    border-radius: unset
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] .wlc-btn__text {
    color: var(--mc-baseMain);
    font-weight: 700;
    font-size: 1.4rem;
    font-style: normal;
    text-transform: uppercase;
    transition: color 0.3s linear
}

@media (pointer: fine) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189]:hover {
        box-shadow: none
    }

    .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__controls {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     height: 100%;
     pointer-events: none
 }

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    padding: 5px;
    color: var(--mc-baseMain);
    background: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-out;
    pointer-events: initial
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--mc-bg700) 65%, var(--mc-bg700-o0) 100%)
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control:disabled {
    display: none
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control .wlc-icon {
    display: block;
    line-height: 1
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control svg {
    transform: var(--wlc-post-menu-svg-transform, none);
    fill: currentColor
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--prev {
    --wlc-post-menu-svg-transform: rotate(90deg);
    justify-content: flex-start;
    margin: 0 auto 0 0
}

@media (min-width: 900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--prev {
        visibility: visible
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--next {
    --wlc-post-menu-svg-transform: rotate(-90deg);
    justify-content: flex-end;
    margin: 0 0 0 auto
}

@media (min-width: 900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--next {
        visibility: visible
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--next:before {
    transform: scaleX(-1)
}

@media (pointer: fine) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control:hover {
        color: var(--mc-main)
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link {
    transition: color 0.3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    text-decoration: none
}

@media (pointer: fine) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link:hover {
        color: var(--mc-main)
    }
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] {
    width: 100%;
    max-width: 100%
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    -moz-column-count: 1;
    column-count: 1;
    display: grid;
    grid-gap: 10px
}

@media (min-width: 560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width: 900px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (min-width: 560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        display: block
    }
}

@media (min-width: 560px) {
    .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        grid-gap: 0
    }
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] {
    justify-content: center;
    padding: 0;
    width: 100%
}

@media (min-width: 560px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] {
        justify-content: flex-start
    }
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--prev[_ngcontent-wlc-app-c3856525351], .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--next[_ngcontent-wlc-app-c3856525351] {
    visibility: hidden
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    -moz-column-count: unset;
    column-count: unset;
    text-align: center;
    margin: -5px auto;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media (min-width: 1024px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        margin: -5px 0
    }
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-menu__link {
    display: inline-block;
    padding: 6px 0
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] {
    position: relative;
    min-width: 0
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns:repeat(1, auto);
    justify-content: space-between;
    max-width: 715px
}

@media (min-width: 1024px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] .wlc-menu__item {
        margin: 0 0 5px
    }
}

@media (max-width: 479px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

@media (max-width: 767px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        padding: 0 0 15px
    }
}

@media (min-width: 768px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        grid-template-columns:repeat(2, auto)
    }
}

@media (max-width: 1023px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        justify-content: space-evenly
    }
}

@media (min-width: 1200px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
        margin: 0 0 0 auto
    }
}
[_nghost-wlc-app-c3373317602] {
     display: inline-block
 }

.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c3373317602] {
    width: 184px
}

.wlc-logo__image[_ngcontent-wlc-app-c3373317602] svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] {
     display: flex;
     flex-direction: column;
     grid-area: ratings;
     align-items: center;
     justify-content: center;
     width: 100%
 }

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__title[_ngcontent-wlc-app-c1726347706] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    grid-gap: 20px;
    margin: 0 0 60px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    max-width: 1008px
}

@media (min-width: 560px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
        grid-gap: 40px
    }
}

@media (min-width: 900px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
        grid-gap: 60px
    }
}

@media (min-width: 1024px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
        margin: 0 0 30px
    }
}

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 296px;
    max-height: 110px
}

.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
    width: 100%;
    height: 100%
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] {
     position: sticky;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%
 }

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] {
    background: transparent;
    border-radius: 0;
    width: 100%;
    overflow: hidden
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
    padding: 0
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link {
    height: 40px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    transition: all 0.3s linear;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    line-height: 1;
    text-decoration: none
}

@media (pointer: fine) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover {
        background: transparent
    }

    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover svg {
        animation: _ngcontent-wlc-app-c3364612921_iconScale 0.6s ease-out
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    color: inherit
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
    width: 20px;
    height: 20px;
    transform: translateZ(0)
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg, .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg path {
    fill: currentColor
}

@keyframes _ngcontent-wlc-app-c3364612921_iconScale {
    55% {
        transform: scale(1.25) rotate(10deg)
    }
    100% {
        transform: scale(1) rotate(0deg)
    }
}

.wlc-category-menu[_nghost-wlc-app-c3364612921] {
    position: relative
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu .swiper {
    margin: 0 -5px
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu .swiper-slide:last-of-type .wlc-menu__item .wlc-menu__link {
    border-image: none
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__item {
    border-right: 1px solid transparent;
    border-image: var(--mc-borderGradient);
    border-image-slice: 1
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link {
    border-radius: 100px
}

@media (min-width: 1200px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls[_ngcontent-wlc-app-c3364612921] {
        display: none
    }
}

.wlc-icon-list .wlc-icon svg {
     height: auto;
     object-fit: contain;
     object-position: center
 }

.wlc-icon-list .wlc-icon svg path {
    fill: inherit
}

.wlc-icon-list--theme-payments {
    padding: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

@media (min-width: 1420px) {
    .wlc-icon-list--theme-payments {
        max-width: 1420px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    padding: 0 0 20px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow-x: auto
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar {
    height: 5px
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg700);
    border-radius: 10px
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 10px
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        flex-wrap: wrap
    }
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        margin: 0 -20px -10px
    }
}

@media (min-width: 1630px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        margin: 0 -20px -20px
    }
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        padding: 0
    }
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
        justify-content: center
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 0 15px
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item {
        padding: 10px 20px
    }
}

@media (min-width: 1630px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item {
        padding: 20px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    max-width: 105px;
    max-height: 30px;
    overflow: hidden
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
        width: 100%
    }
}

@media (min-width: 900px) {
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
        max-height: 35px
    }
}

.wlc-custom-license {
     display: flex;
     flex-direction: row-reverse;
     gap: 15px;
     align-items: center;
     width: -moz-fit-content;
     width: fit-content
 }

.wlc-custom-license--curacao {
    grid-template-columns:125px 1fr
}

.wlc-custom-license__curacao {
    width: 170px;
    height: 50px
}

.wlc-custom-license__curacao img {
    width: 100%;
    height: 100%;
    cursor: pointer
}

@media (max-width: 899px) {
    .wlc-custom-license__curacao {
        width: 165px
    }
}

.wlc-custom-license__age-restrictions {
    margin: 0 auto
}

.wlc-custom-license__age-restrictions .wlc-icon-content {
    display: block;
    width: 32px;
    height: 32px
}

.wlc-custom-license__age-restrictions svg {
    width: 100%
}

.wlc-custom-license__age-restrictions svg path {
    fill: var(--mc-baseMain)
}

.wlc-custom-license__age-restrictions svg path:first-child {
    fill: var(--mc-footerLicense)
}

.wlc-custom-license__age-restrictions, .wlc-custom-license__curacao {
    padding: 0 20px;
    border-right: 1px solid transparent;
    border-image: var(--mc-borderGradient);
    border-image-slice: 1
}

@media (min-width: 900px) {
    .wlc-custom-license__age-restrictions, .wlc-custom-license__curacao {
        padding: 0 40px
    }
}
.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
     color: var(--mc-footerText);
     font-style: normal;
     font-weight: normal;
     font-size: 1rem;
     line-height: 1.45
 }

@media (min-width: 900px) {
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        text-align: start
    }
}

.wlc-sections__footer--theme-1 .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: center
}

@media (min-width: 1024px) {
    .wlc-sections__footer--theme-1 .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        text-align: start
    }
}

@media (min-width: 900px) {
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
        font-style: normal
    }
}
.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
     color: var(--mc-footerText);
     font-style: normal;
     font-weight: normal;
     font-size: 1rem;
     line-height: 1.45
 }

@media (min-width: 900px) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        text-align: start
    }
}

.wlc-sections__footer--theme-1 .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: center
}

@media (min-width: 1024px) {
    .wlc-sections__footer--theme-1 .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        text-align: start
    }
}

@media (min-width: 900px) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
        font-style: normal
    }
}
.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c505038209] .swiper-slide, .wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c505038209] .swiper-wrapper {
     width: auto
 }

:root {
     --swiper-theme-color: #007aff
 }

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    display: block
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

swiper-container {
    --swiper-pagination-color: var(--mc-baseMain-locked);
    --swiper-pagination-bullet-inactive-color: var(--mc-baseMain-o6);
    --swiper-pagination-bullet-inactive-opacity: 1
}

.wlc-slider--theme-wolf-banner {
    position: relative
}

.wlc-slider--theme-wolf-banner .swiper-button-container {
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: left;
    padding: 15px 40px 25px
}

.wlc-slider--theme-wolf-banner .swiper-button-container * {
    pointer-events: initial
}

.wlc-slider--theme-wolf-banner .swiper {
    padding: 0;
    overflow: hidden
}

.wlc-slider--theme-wolf-banner .swiper .swiper-slide {
    max-width: unset
}

.wlc-slider .swiper {
    max-height: 100%
}

.wlc-slider--theme-wolf-banner swiper-container::part(pagination) {
    right: 16px;
    bottom: 16px;
    left: unset;
    display: flex;
    justify-content: right
}

.wlc-slider--theme-wolf-banner swiper-container::part(bullet-active) {
    width: 16px;
    border-radius: 10px;
    background: var(--mc-black)
}

.wlc-slider--theme-wolf-banner swiper-container::part(bullet) {
    background: var(--mc-black-o6)
}

.wlc-slider--theme-wolf-banner .swiper-button-container {
    gap: 15px;
    align-items: center;
    pointer-events: none
}

.wlc-slider .swiper-slide {
    height: auto !important
}

.wlc-slider .swiper-slide:has(.disabled) {
    order: 2000
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
     cursor: pointer;
     position: relative;
     overflow: hidden;
     background-position: center;
     background-color: var(--mc-bg-d10);
     background-image: var(--sf-img-21);
     background-size: 50%;
     background-repeat: no-repeat
 }

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
        cursor: unset
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
        aspect-ratio: 4/3
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
        padding: 75% 0 0;
        height: 0
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
    display: none;
    transition: opacity 0.3s linear;
    z-index: 5;
    grid-template-rows:1fr auto;
    padding: 10px;
    opacity: 0
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
    transition: all 0.25s linear;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(26, 21, 0, 0) 0%, var(--mc-bg700) 86.3%);
    transform: translateX(-100%) skewX(35deg);
    pointer-events: none
}

@media (pointer: coarse) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
        display: none
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width: 1630px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    z-index: 3
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
    min-width: auto
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl[_ngcontent-wlc-app-c1106794763] {
    transition: all 0.3s linear
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
    transition: all 0.3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.45;
    display: flex
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] {
    min-width: 40px;
    display: flex
}

@media (min-width: 1200px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] {
        min-width: 50px
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    line-height: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] svg {
    width: 14px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] svg path {
    fill: currentColor
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-text[_ngcontent-wlc-app-c1106794763] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (min-width: 900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: normal;
        font-size: 1.2rem;
        line-height: 1.45
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
    transition: opacity 0.3s linear;
    display: none;
    z-index: 4;
    grid-auto-rows: max-content;
    gap: 10px;
    padding: 10px;
    background: var(--mc-bg700-o8);
    opacity: 0
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl[_ngcontent-wlc-app-c1106794763] {
    min-width: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
    max-width: 200px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-text[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
    font-weight: bold
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
    display: none;
    position: absolute;
    right: 10px;
    z-index: 5;
    color: var(--mc-baseMain-o6);
    line-height: 1
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
        display: block
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg {
    fill: currentColor
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763]:hover {
        color: var(--mc-baseMain)
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
    flex-direction: column
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] {
    margin: 0 0 10px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] {
    margin: 0 5px 0 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] {
    aspect-ratio: unset;
    background: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__card[_ngcontent-wlc-app-c1106794763] {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image: var(--sf-img-21);
    background-size: 50%;
    background-repeat: no-repeat
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__card[_ngcontent-wlc-app-c1106794763] {
        aspect-ratio: 4/3
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__card[_ngcontent-wlc-app-c1106794763] {
        padding: 75% 0 0;
        height: 0
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
    align-items: end
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45
}

@media (min-width: 1200px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
        color: var(--mc-baseMain);
        font-style: normal
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
    color: var(--fc-placeholderColor);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45
}

@media (min-width: 1200px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
        color: var(--fc-placeholderColor);
        font-style: normal
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    align-items: flex-start;
    padding: 15px 15px 20px 15px;
    text-align: left
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media[_ngcontent-wlc-app-c1106794763]:before {
        padding: 162.5% 0 0;
        content: "";
        display: block;
        width: 100%;
        height: 0
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
        aspect-ratio: 10/16
    }
}

@supports not (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
        aspect-ratio: 10/15
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
    transform: none;
    opacity: 0
}


@media (pointer: fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
        opacity: 1
    }

    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
        opacity: 1
    }

    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__ppl[_ngcontent-wlc-app-c1106794763], .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
        opacity: 0;
        pointer-events: none
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-rows:minmax(0, 1fr) minmax(0, 18px);
    grid-template-columns:minmax(0, 110px)
}

@media (min-width: 1024px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
        display: grid
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
    color: var(--mc-buttonText, var(--mc-baseMain))
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows:minmax(0, 1fr) minmax(0, 18px);
    grid-template-columns:minmax(0, 110px)
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary {
    border: none;
    box-shadow: none
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary .wlc-btn__text {
    font-style: normal;
    text-transform: capitalize
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary:hover {
        background: transparent
    }

    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary:hover .wlc-btn__text {
        text-decoration: underline
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo {
    display: flex;
    height: 18px;
    padding: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play {
    width: 68px;
    height: 68px;
    margin: 0 auto
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play:after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: url("../../img/play.svg") center no-repeat;
    background-size: cover
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    flex: 1;
    gap: 6px;
    background: var(--mc-bg700);
    border-radius: 0 0 16px 16px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
    top: auto;
    bottom: 10px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
    background: var(--mc-textGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s linear(0.4 -50%, 1 100%)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] {
    transition: all 0.3s linear;
    border: 2px solid transparent;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763]:hover {
        border: 2px solid var(--mc-main)
    }
}
@keyframes _ngcontent-wlc-app-c3283622905_spin {
           0% {
               transform: rotate(0deg)
           }
           100% {
               transform: rotate(360deg)
           }
       }

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] {
     display: grid;
     grid-auto-columns: auto;
     grid-auto-flow: column;
     grid-gap: var(--h-gap);
     grid-template-areas:"sign login";
     align-items: center
 }

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_login-modal] {
    grid-area: login
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
    grid-area: sign
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
    background: var(--mc-buttonHighlightGradient)
}

@media (pointer: fine) {
    .wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_register-modal]:hover {
        box-shadow: 0 0 15px 0 rgba(255, 1, 180, 0.4)
    }
}

.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_login-modal] .wlc-btn__text, .wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_register-modal] .wlc-btn__text {
    line-height: 1
}

@media (max-width: 767px) {
    .wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_login-modal], .wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element=button_register-modal] {
        min-width: unset;
        padding: 5px 15px
    }
}

@media (max-width: 479px) {
    .wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] {
        gap: 5px
    }
}

@keyframes _ngcontent-wlc-app-c3781195698_spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes _ngcontent-wlc-app-c3781195698_spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.sf-hidden {
    display: none !important
}

img[src="data:,"], source[src="data:,"] {
    display: none !important
}

#wp-admin-bar-aioseo-main .ab-item {
    display: flex !important;
    align-items: center;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
    height: 21px !important;
}

.s-block-content {
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}

.s-block-content.height-auto {
    max-height: none !important;
}

.s-block-content.toggle-active:before {
    display: block;
}

.description {
    font-size: 1.6rem;
}

.description a {
    text-decoration: none;
}

.description td {
    border: solid 0.01rem;
    padding: 0.3rem;
    font-size: 1.4rem;
}

.description table {
    margin: 0.7rem 0 1.5rem;
}

.s-block-content:before {
    display: none;
    bottom: 0;
    box-shadow: 0 0 20px 20px #050622;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.s-block-content.toggle-active:before {
    display: block;
}

.nav_menu {
    margin: 20px;
    line-height: 21px;
}

.btn--more {
    height: 40px;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: center;
    min-width: 115px;
    padding: 5px 10px;
    background: var(--mc-buttonHighlightGradient);
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative;
    display: flex;
    margin: 20px auto;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    grid-column: 2;
    text-transform: none;
}

.btn--more:hover {
    box-shadow: 0 0 15px 0 rgba(255, 1, 180, 0.4);
}

.ref_button {
    height: 40px;
    grid-column-gap: initial;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 5px 10px;
    background: var(--mc-buttonGradient);
    box-shadow: none;
    border: none;
    border-radius: 100px;
    position: relative;
    display: flex;
    margin: 12px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    grid-column: 2;
    text-transform: none;
    text-decoration: none;
}

.ref_button:hover  {
    box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
}

.fast-slider .swiper-slide {
    margin-bottom: 10px;
}

.logo-mob {
    display: none;
}

.wlc-sections__sticky-footer {
    display: none;
}

@media (max-width: 768px) {
    .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] {
        display: none;
    }

    .wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) .wlc-app{
        padding-left: 0;
    }

    .fast-slider .swiper-slide{
        width: 182.857px !important;
    }

    .wlc-sections__header .container .wlc-btn-search {
        display: none;
    }

    .logo-mob {
        display: block;
    }

    .logo-dec {
        display: none;
    }

    .wlc-body--fp-left:not(.wlc-body--fp-left-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification), .wlc-body--fp-right:not(.wlc-body--fp-right-nopadding) [class*=wlc-sections__]:not(.wlc-sections__sticky-footer--theme-default):not(.wlc-sections__email-verification-notification) {
        padding: 0;
    }

    .wlc-sections__sticky-footer {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu {
        position: relative;
        background: linear-gradient(171.29deg, #050311 0%, #060727 100%);
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
        display: grid;
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
        justify-items: center;
        min-height: 60px;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
        box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.4);
        border-radius: 8px 8px 0 0;
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu:before {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: -1;
        width: 70px;
        height: 70px;
        background: var(--mc-buttonGradient);
        border-radius: 100%;
        transform: translateX(-50%);
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu:before {
        z-index: 0;
        margin-bottom: -2px;
        box-shadow: 0 8px 20px 0 rgba(127, 182, 255, 0.4);
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item {
        max-width: 100%;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item--deposit {
        position: relative;
        transform: translateY(-20px);
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu__link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0 5px;
        text-decoration: none;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg {
        fill: currentColor;
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon svg {
        width: auto;
        height: 20px;
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon {
        color: var(--mc-baseMain);
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu__link-text {
        color: var(--mc-baseMain);
        font-style: normal;
        font-weight: normal;
        font-size: 1.2rem;
        line-height: 1.45;
        margin: 5px 0 0;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__link-text {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu__item:nth-child(3) .wlc-menu__link {
        padding: 25px 32px 0;
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu__item:nth-child(3) .wlc-icon {
        position: absolute;
        top: -2px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: none;
        border-radius: 100%;
    }

    .wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu__item:nth-child(3) .wlc-icon {
        padding-top: 20px;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item:nth-child(3) .wlc-icon svg {
        height: 27px;
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item--deposit .wlc-menu__link-text {
        position: absolute;
        z-index: 3;
        transform: translateY(80%);
    }

    .wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg path {
        fill: currentColor;
    }

    .wlc-sections__footer--theme-1 .wlc-footer-disclaimer {
        margin-bottom: 80px !important;
    }

    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner {
        min-height: 250px !important;
        padding: 20px;
    }

    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title{
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.4rem;
        -webkit-line-clamp: 4;
    }

    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__description {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.4rem;
        -webkit-line-clamp: 3;
        max-width: 60%;
    }

    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .swiper-button-container {
        gap: 12px;
        justify-content: flex-end;
        padding: 20px;
    }

    .wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 75% center;
    }

}