: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)
}

@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-regular.woff2 */
        url(https://kometacasino222.buzz/css/fonts/1.woff2)format("woff2")
}

@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-500.woff2 */
        url(https://kometacasino222.buzz/css/fonts/3.woff2)format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-600.woff2 */
        url(https://kometacasino222.buzz/css/fonts/5.woff2)format("woff2")
}

@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-700.woff2 */
        url(https://kometacasino222.buzz/css/fonts/7.woff2)format("woff2")
}

@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: normal;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-800.woff2 */
        url(https://kometacasino222.buzz/css/fonts/9.woff2)format("woff2")
}

@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-italic.woff2 */
        url(https://kometacasino222.buzz/css/fonts/11.woff2)format("woff2")
}

@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-500-italic.woff2 */
        url(https://kometacasino222.buzz/css/fonts/13.woff2)format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-600-italic.woff2 */
        url(https://kometacasino222.buzz/css/fonts/15.woff2)format("woff2")
}

@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-700-italic.woff2 */
        url(https://kometacasino222.buzz/css/fonts/17.woff2)format("woff2")
}

@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: italic;
    src:
        /* original URL: https://kometacasino148.com/static/fonts/Mulish/mulish-800-italic.woff2 */
        url(https://kometacasino222.buzz/css/fonts/19.woff2)format("woff2")
}

.wlc-app {
    background:
        /* original URL: https://kometacasino148.com/static/images/base/bg_main.png */
        url(https://kometacasino222.buzz/css/images/21.webp)top center no-repeat
}

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

    :root {
        scroll-behavior: auto
    }
}


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

.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
    padding-top: 10px;
    bottom: 100%
}

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

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

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

.wlc-notification-thread--theme-bottom[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
    padding-bottom: 10px;
    top: 100%
}

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

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

.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-left[_nghost-wlc-app-c3732847679] {
        right: auto
    }

    .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-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
    right: 10px;
    left: 10px;
    pointer-events: initial
}

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

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

.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
    padding-top: 5px
}


.app-error-state[_ngcontent-wlc-app-c3300474616] .wlc-sections__content[_ngcontent-wlc-app-c3300474616] {
    margin: auto
}

.wlc-app[_ngcontent-wlc-app-c3300474616] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh
}

.wlc-app__sections[_ngcontent-wlc-app-c3300474616] {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 0 0
}


.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
}

[class*=wlc-body--osver-15] .wlc-float-panels[_nghost-wlc-app-c1591307410] {
    height: 100vh
}

.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
}

[class*=wlc-body--osver-15] .wlc-float-panels[_nghost-wlc-app-c1591307410] .wlc-float-panels__backdrop[_ngcontent-wlc-app-c1591307410] {
    height: 100vh
}

.wlc-float-panels--open[_nghost-wlc-app-c1591307410] {
    --fp-backdrop-visibility: visible;
    --fp-backdrop-background: var(--mc-bg-o8)
}

.app-gameplay-state .wlc-float-panels[_nghost-wlc-app-c1591307410] {
    z-index: 1022
}


.wlc-columns-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc(var(--wlc-section-gap)/-2)
}

.wlc-columns-layout [class*=wlc-c-] {
    min-width: 0;
    padding: calc(var(--wlc-section-gap)/2)
}

.wlc-columns-layout [class*=wlc-c-]>* {
    height: 100%
}

.wlc-c-1 {
    width: 8.3333333333%
}

.wlc-c-2 {
    width: 16.6666666667%
}

.wlc-c-3 {
    width: 25%
}

.wlc-c-4 {
    width: 33.3333333333%
}

.wlc-c-5 {
    width: 41.6666666667%
}

.wlc-c-6 {
    width: 50%
}

.wlc-c-7 {
    width: 58.3333333333%
}

.wlc-c-8 {
    width: 66.6666666667%
}

.wlc-c-9 {
    width: 75%
}

.wlc-c-10 {
    width: 83.3333333333%
}

.wlc-c-11 {
    width: 91.6666666667%
}

.wlc-c-12 {
    width: 100%
}

.wlc-gap-xs {
    --wlc-section-gap: 10px
}

.wlc-gap-sm {
    --wlc-section-gap: 15px
}

.wlc-gap-smd {
    --wlc-section-gap: 20px
}

.wlc-gap-md {
    --wlc-section-gap: 25px
}

.wlc-gap-lg {
    --wlc-section-gap: 30px
}

.wlc-gap-xl {
    --wlc-section-gap: 40px
}

.wlc-mb-xs {
    margin-bottom: 10px
}

.wlc-mb-sm {
    margin-bottom: 15px
}

.wlc-mb-smd {
    margin-bottom: 20px
}

.wlc-mb-md {
    margin-bottom: 25px
}

.wlc-mb-lg {
    margin-bottom: 30px
}

.wlc-mb-xl {
    margin-bottom: 40px
}

.wlc-order-first {
    order: -1
}

.wlc-order-last {
    order: 100
}

.wlc-order-unset {
    order: unset
}

.wlc-h-align-start {
    justify-content: flex-start
}

.wlc-h-align-end {
    justify-content: flex-end
}

.wlc-h-align-center {
    justify-content: center
}

.wlc-h-align-between {
    justify-content: space-between
}

.wlc-overflow-hidden {
    overflow: hidden
}

.wlc-overflow-visible {
    overflow: visible
}

@media (min-width:480px) {
    .wlc-c-480-1 {
        width: 8.3333333333%
    }

    .wlc-c-480-2 {
        width: 16.6666666667%
    }

    .wlc-c-480-3 {
        width: 25%
    }

    .wlc-c-480-4 {
        width: 33.3333333333%
    }

    .wlc-c-480-5 {
        width: 41.6666666667%
    }

    .wlc-c-480-6 {
        width: 50%
    }

    .wlc-c-480-7 {
        width: 58.3333333333%
    }

    .wlc-c-480-8 {
        width: 66.6666666667%
    }

    .wlc-c-480-9 {
        width: 75%
    }

    .wlc-c-480-10 {
        width: 83.3333333333%
    }

    .wlc-c-480-11 {
        width: 91.6666666667%
    }

    .wlc-c-480-12 {
        width: 100%
    }

    .wlc-gap-480-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-480-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-480-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-480-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-480-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-480-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-480-xs {
        margin-bottom: 10px
    }

    .wlc-mb-480-sm {
        margin-bottom: 15px
    }

    .wlc-mb-480-smd {
        margin-bottom: 20px
    }

    .wlc-mb-480-md {
        margin-bottom: 25px
    }

    .wlc-mb-480-lg {
        margin-bottom: 30px
    }

    .wlc-mb-480-xl {
        margin-bottom: 40px
    }

    .wlc-order-480-first {
        order: -1
    }

    .wlc-order-480-last {
        order: 100
    }

    .wlc-order-480-unset {
        order: unset
    }

    .wlc-h-align-480-start {
        justify-content: flex-start
    }

    .wlc-h-align-480-end {
        justify-content: flex-end
    }

    .wlc-h-align-480-center {
        justify-content: center
    }

    .wlc-h-align-480-between {
        justify-content: space-between
    }

    .wlc-overflow-480-hidden {
        overflow: hidden
    }

    .wlc-overflow-480-visible {
        overflow: visible
    }
}

@media (min-width:560px) {
    .wlc-c-560-1 {
        width: 8.3333333333%
    }

    .wlc-c-560-2 {
        width: 16.6666666667%
    }

    .wlc-c-560-3 {
        width: 25%
    }

    .wlc-c-560-4 {
        width: 33.3333333333%
    }

    .wlc-c-560-5 {
        width: 41.6666666667%
    }

    .wlc-c-560-6 {
        width: 50%
    }

    .wlc-c-560-7 {
        width: 58.3333333333%
    }

    .wlc-c-560-8 {
        width: 66.6666666667%
    }

    .wlc-c-560-9 {
        width: 75%
    }

    .wlc-c-560-10 {
        width: 83.3333333333%
    }

    .wlc-c-560-11 {
        width: 91.6666666667%
    }

    .wlc-c-560-12 {
        width: 100%
    }

    .wlc-gap-560-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-560-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-560-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-560-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-560-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-560-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-560-xs {
        margin-bottom: 10px
    }

    .wlc-mb-560-sm {
        margin-bottom: 15px
    }

    .wlc-mb-560-smd {
        margin-bottom: 20px
    }

    .wlc-mb-560-md {
        margin-bottom: 25px
    }

    .wlc-mb-560-lg {
        margin-bottom: 30px
    }

    .wlc-mb-560-xl {
        margin-bottom: 40px
    }

    .wlc-order-560-first {
        order: -1
    }

    .wlc-order-560-last {
        order: 100
    }

    .wlc-order-560-unset {
        order: unset
    }

    .wlc-h-align-560-start {
        justify-content: flex-start
    }

    .wlc-h-align-560-end {
        justify-content: flex-end
    }

    .wlc-h-align-560-center {
        justify-content: center
    }

    .wlc-h-align-560-between {
        justify-content: space-between
    }

    .wlc-overflow-560-hidden {
        overflow: hidden
    }

    .wlc-overflow-560-visible {
        overflow: visible
    }
}

@media (min-width:640px) {
    .wlc-c-640-1 {
        width: 8.3333333333%
    }

    .wlc-c-640-2 {
        width: 16.6666666667%
    }

    .wlc-c-640-3 {
        width: 25%
    }

    .wlc-c-640-4 {
        width: 33.3333333333%
    }

    .wlc-c-640-5 {
        width: 41.6666666667%
    }

    .wlc-c-640-6 {
        width: 50%
    }

    .wlc-c-640-7 {
        width: 58.3333333333%
    }

    .wlc-c-640-8 {
        width: 66.6666666667%
    }

    .wlc-c-640-9 {
        width: 75%
    }

    .wlc-c-640-10 {
        width: 83.3333333333%
    }

    .wlc-c-640-11 {
        width: 91.6666666667%
    }

    .wlc-c-640-12 {
        width: 100%
    }

    .wlc-gap-640-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-640-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-640-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-640-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-640-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-640-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-640-xs {
        margin-bottom: 10px
    }

    .wlc-mb-640-sm {
        margin-bottom: 15px
    }

    .wlc-mb-640-smd {
        margin-bottom: 20px
    }

    .wlc-mb-640-md {
        margin-bottom: 25px
    }

    .wlc-mb-640-lg {
        margin-bottom: 30px
    }

    .wlc-mb-640-xl {
        margin-bottom: 40px
    }

    .wlc-order-640-first {
        order: -1
    }

    .wlc-order-640-last {
        order: 100
    }

    .wlc-order-640-unset {
        order: unset
    }

    .wlc-h-align-640-start {
        justify-content: flex-start
    }

    .wlc-h-align-640-end {
        justify-content: flex-end
    }

    .wlc-h-align-640-center {
        justify-content: center
    }

    .wlc-h-align-640-between {
        justify-content: space-between
    }

    .wlc-overflow-640-hidden {
        overflow: hidden
    }

    .wlc-overflow-640-visible {
        overflow: visible
    }
}

@media (min-width:720px) {
    .wlc-c-720-1 {
        width: 8.3333333333%
    }

    .wlc-c-720-2 {
        width: 16.6666666667%
    }

    .wlc-c-720-3 {
        width: 25%
    }

    .wlc-c-720-4 {
        width: 33.3333333333%
    }

    .wlc-c-720-5 {
        width: 41.6666666667%
    }

    .wlc-c-720-6 {
        width: 50%
    }

    .wlc-c-720-7 {
        width: 58.3333333333%
    }

    .wlc-c-720-8 {
        width: 66.6666666667%
    }

    .wlc-c-720-9 {
        width: 75%
    }

    .wlc-c-720-10 {
        width: 83.3333333333%
    }

    .wlc-c-720-11 {
        width: 91.6666666667%
    }

    .wlc-c-720-12 {
        width: 100%
    }

    .wlc-gap-720-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-720-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-720-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-720-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-720-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-720-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-720-xs {
        margin-bottom: 10px
    }

    .wlc-mb-720-sm {
        margin-bottom: 15px
    }

    .wlc-mb-720-smd {
        margin-bottom: 20px
    }

    .wlc-mb-720-md {
        margin-bottom: 25px
    }

    .wlc-mb-720-lg {
        margin-bottom: 30px
    }

    .wlc-mb-720-xl {
        margin-bottom: 40px
    }

    .wlc-order-720-first {
        order: -1
    }

    .wlc-order-720-last {
        order: 100
    }

    .wlc-order-720-unset {
        order: unset
    }

    .wlc-h-align-720-start {
        justify-content: flex-start
    }

    .wlc-h-align-720-end {
        justify-content: flex-end
    }

    .wlc-h-align-720-center {
        justify-content: center
    }

    .wlc-h-align-720-between {
        justify-content: space-between
    }

    .wlc-overflow-720-hidden {
        overflow: hidden
    }

    .wlc-overflow-720-visible {
        overflow: visible
    }
}

@media (min-width:768px) {
    .wlc-c-768-1 {
        width: 8.3333333333%
    }

    .wlc-c-768-2 {
        width: 16.6666666667%
    }

    .wlc-c-768-3 {
        width: 25%
    }

    .wlc-c-768-4 {
        width: 33.3333333333%
    }

    .wlc-c-768-5 {
        width: 41.6666666667%
    }

    .wlc-c-768-6 {
        width: 50%
    }

    .wlc-c-768-7 {
        width: 58.3333333333%
    }

    .wlc-c-768-8 {
        width: 66.6666666667%
    }

    .wlc-c-768-9 {
        width: 75%
    }

    .wlc-c-768-10 {
        width: 83.3333333333%
    }

    .wlc-c-768-11 {
        width: 91.6666666667%
    }

    .wlc-c-768-12 {
        width: 100%
    }

    .wlc-gap-768-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-768-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-768-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-768-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-768-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-768-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-768-xs {
        margin-bottom: 10px
    }

    .wlc-mb-768-sm {
        margin-bottom: 15px
    }

    .wlc-mb-768-smd {
        margin-bottom: 20px
    }

    .wlc-mb-768-md {
        margin-bottom: 25px
    }

    .wlc-mb-768-lg {
        margin-bottom: 30px
    }

    .wlc-mb-768-xl {
        margin-bottom: 40px
    }

    .wlc-order-768-first {
        order: -1
    }

    .wlc-order-768-last {
        order: 100
    }

    .wlc-order-768-unset {
        order: unset
    }

    .wlc-h-align-768-start {
        justify-content: flex-start
    }

    .wlc-h-align-768-end {
        justify-content: flex-end
    }

    .wlc-h-align-768-center {
        justify-content: center
    }

    .wlc-h-align-768-between {
        justify-content: space-between
    }

    .wlc-overflow-768-hidden {
        overflow: hidden
    }

    .wlc-overflow-768-visible {
        overflow: visible
    }
}

@media (min-width:900px) {
    .wlc-c-900-1 {
        width: 8.3333333333%
    }

    .wlc-c-900-2 {
        width: 16.6666666667%
    }

    .wlc-c-900-3 {
        width: 25%
    }

    .wlc-c-900-4 {
        width: 33.3333333333%
    }

    .wlc-c-900-5 {
        width: 41.6666666667%
    }

    .wlc-c-900-6 {
        width: 50%
    }

    .wlc-c-900-7 {
        width: 58.3333333333%
    }

    .wlc-c-900-8 {
        width: 66.6666666667%
    }

    .wlc-c-900-9 {
        width: 75%
    }

    .wlc-c-900-10 {
        width: 83.3333333333%
    }

    .wlc-c-900-11 {
        width: 91.6666666667%
    }

    .wlc-c-900-12 {
        width: 100%
    }

    .wlc-gap-900-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-900-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-900-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-900-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-900-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-900-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-900-xs {
        margin-bottom: 10px
    }

    .wlc-mb-900-sm {
        margin-bottom: 15px
    }

    .wlc-mb-900-smd {
        margin-bottom: 20px
    }

    .wlc-mb-900-md {
        margin-bottom: 25px
    }

    .wlc-mb-900-lg {
        margin-bottom: 30px
    }

    .wlc-mb-900-xl {
        margin-bottom: 40px
    }

    .wlc-order-900-first {
        order: -1
    }

    .wlc-order-900-last {
        order: 100
    }

    .wlc-order-900-unset {
        order: unset
    }

    .wlc-h-align-900-start {
        justify-content: flex-start
    }

    .wlc-h-align-900-end {
        justify-content: flex-end
    }

    .wlc-h-align-900-center {
        justify-content: center
    }

    .wlc-h-align-900-between {
        justify-content: space-between
    }

    .wlc-overflow-900-hidden {
        overflow: hidden
    }

    .wlc-overflow-900-visible {
        overflow: visible
    }
}

@media (min-width:1024px) {
    .wlc-c-1024-1 {
        width: 8.3333333333%
    }

    .wlc-c-1024-2 {
        width: 16.6666666667%
    }

    .wlc-c-1024-3 {
        width: 25%
    }

    .wlc-c-1024-4 {
        width: 33.3333333333%
    }

    .wlc-c-1024-5 {
        width: 41.6666666667%
    }

    .wlc-c-1024-6 {
        width: 50%
    }

    .wlc-c-1024-7 {
        width: 58.3333333333%
    }

    .wlc-c-1024-8 {
        width: 66.6666666667%
    }

    .wlc-c-1024-9 {
        width: 75%
    }

    .wlc-c-1024-10 {
        width: 83.3333333333%
    }

    .wlc-c-1024-11 {
        width: 91.6666666667%
    }

    .wlc-c-1024-12 {
        width: 100%
    }

    .wlc-gap-1024-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-1024-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-1024-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-1024-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-1024-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-1024-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-1024-xs {
        margin-bottom: 10px
    }

    .wlc-mb-1024-sm {
        margin-bottom: 15px
    }

    .wlc-mb-1024-smd {
        margin-bottom: 20px
    }

    .wlc-mb-1024-md {
        margin-bottom: 25px
    }

    .wlc-mb-1024-lg {
        margin-bottom: 30px
    }

    .wlc-mb-1024-xl {
        margin-bottom: 40px
    }

    .wlc-order-1024-first {
        order: -1
    }

    .wlc-order-1024-last {
        order: 100
    }

    .wlc-order-1024-unset {
        order: unset
    }

    .wlc-h-align-1024-start {
        justify-content: flex-start
    }

    .wlc-h-align-1024-end {
        justify-content: flex-end
    }

    .wlc-h-align-1024-center {
        justify-content: center
    }

    .wlc-h-align-1024-between {
        justify-content: space-between
    }

    .wlc-overflow-1024-hidden {
        overflow: hidden
    }

    .wlc-overflow-1024-visible {
        overflow: visible
    }
}

@media (min-width:1200px) {
    .wlc-c-1200-1 {
        width: 8.3333333333%
    }

    .wlc-c-1200-2 {
        width: 16.6666666667%
    }

    .wlc-c-1200-3 {
        width: 25%
    }

    .wlc-c-1200-4 {
        width: 33.3333333333%
    }

    .wlc-c-1200-5 {
        width: 41.6666666667%
    }

    .wlc-c-1200-6 {
        width: 50%
    }

    .wlc-c-1200-7 {
        width: 58.3333333333%
    }

    .wlc-c-1200-8 {
        width: 66.6666666667%
    }

    .wlc-c-1200-9 {
        width: 75%
    }

    .wlc-c-1200-10 {
        width: 83.3333333333%
    }

    .wlc-c-1200-11 {
        width: 91.6666666667%
    }

    .wlc-c-1200-12 {
        width: 100%
    }

    .wlc-gap-1200-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-1200-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-1200-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-1200-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-1200-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-1200-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-1200-xs {
        margin-bottom: 10px
    }

    .wlc-mb-1200-sm {
        margin-bottom: 15px
    }

    .wlc-mb-1200-smd {
        margin-bottom: 20px
    }

    .wlc-mb-1200-md {
        margin-bottom: 25px
    }

    .wlc-mb-1200-lg {
        margin-bottom: 30px
    }

    .wlc-mb-1200-xl {
        margin-bottom: 40px
    }

    .wlc-order-1200-first {
        order: -1
    }

    .wlc-order-1200-last {
        order: 100
    }

    .wlc-order-1200-unset {
        order: unset
    }

    .wlc-h-align-1200-start {
        justify-content: flex-start
    }

    .wlc-h-align-1200-end {
        justify-content: flex-end
    }

    .wlc-h-align-1200-center {
        justify-content: center
    }

    .wlc-h-align-1200-between {
        justify-content: space-between
    }

    .wlc-overflow-1200-hidden {
        overflow: hidden
    }

    .wlc-overflow-1200-visible {
        overflow: visible
    }
}

@media (min-width:1366px) {
    .wlc-c-1366-1 {
        width: 8.3333333333%
    }

    .wlc-c-1366-2 {
        width: 16.6666666667%
    }

    .wlc-c-1366-3 {
        width: 25%
    }

    .wlc-c-1366-4 {
        width: 33.3333333333%
    }

    .wlc-c-1366-5 {
        width: 41.6666666667%
    }

    .wlc-c-1366-6 {
        width: 50%
    }

    .wlc-c-1366-7 {
        width: 58.3333333333%
    }

    .wlc-c-1366-8 {
        width: 66.6666666667%
    }

    .wlc-c-1366-9 {
        width: 75%
    }

    .wlc-c-1366-10 {
        width: 83.3333333333%
    }

    .wlc-c-1366-11 {
        width: 91.6666666667%
    }

    .wlc-c-1366-12 {
        width: 100%
    }

    .wlc-gap-1366-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-1366-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-1366-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-1366-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-1366-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-1366-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-1366-xs {
        margin-bottom: 10px
    }

    .wlc-mb-1366-sm {
        margin-bottom: 15px
    }

    .wlc-mb-1366-smd {
        margin-bottom: 20px
    }

    .wlc-mb-1366-md {
        margin-bottom: 25px
    }

    .wlc-mb-1366-lg {
        margin-bottom: 30px
    }

    .wlc-mb-1366-xl {
        margin-bottom: 40px
    }

    .wlc-order-1366-first {
        order: -1
    }

    .wlc-order-1366-last {
        order: 100
    }

    .wlc-order-1366-unset {
        order: unset
    }

    .wlc-h-align-1366-start {
        justify-content: flex-start
    }

    .wlc-h-align-1366-end {
        justify-content: flex-end
    }

    .wlc-h-align-1366-center {
        justify-content: center
    }

    .wlc-h-align-1366-between {
        justify-content: space-between
    }

    .wlc-overflow-1366-hidden {
        overflow: hidden
    }

    .wlc-overflow-1366-visible {
        overflow: visible
    }
}

@media (min-width:1420px) {
    .wlc-c-1420-1 {
        width: 8.3333333333%
    }

    .wlc-c-1420-2 {
        width: 16.6666666667%
    }

    .wlc-c-1420-3 {
        width: 25%
    }

    .wlc-c-1420-4 {
        width: 33.3333333333%
    }

    .wlc-c-1420-5 {
        width: 41.6666666667%
    }

    .wlc-c-1420-6 {
        width: 50%
    }

    .wlc-c-1420-7 {
        width: 58.3333333333%
    }

    .wlc-c-1420-8 {
        width: 66.6666666667%
    }

    .wlc-c-1420-9 {
        width: 75%
    }

    .wlc-c-1420-10 {
        width: 83.3333333333%
    }

    .wlc-c-1420-11 {
        width: 91.6666666667%
    }

    .wlc-c-1420-12 {
        width: 100%
    }

    .wlc-gap-1420-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-1420-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-1420-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-1420-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-1420-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-1420-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-1420-xs {
        margin-bottom: 10px
    }

    .wlc-mb-1420-sm {
        margin-bottom: 15px
    }

    .wlc-mb-1420-smd {
        margin-bottom: 20px
    }

    .wlc-mb-1420-md {
        margin-bottom: 25px
    }

    .wlc-mb-1420-lg {
        margin-bottom: 30px
    }

    .wlc-mb-1420-xl {
        margin-bottom: 40px
    }

    .wlc-order-1420-first {
        order: -1
    }

    .wlc-order-1420-last {
        order: 100
    }

    .wlc-order-1420-unset {
        order: unset
    }

    .wlc-h-align-1420-start {
        justify-content: flex-start
    }

    .wlc-h-align-1420-end {
        justify-content: flex-end
    }

    .wlc-h-align-1420-center {
        justify-content: center
    }

    .wlc-h-align-1420-between {
        justify-content: space-between
    }

    .wlc-overflow-1420-hidden {
        overflow: hidden
    }

    .wlc-overflow-1420-visible {
        overflow: visible
    }
}

@media (min-width:1630px) {
    .wlc-c-1630-1 {
        width: 8.3333333333%
    }

    .wlc-c-1630-2 {
        width: 16.6666666667%
    }

    .wlc-c-1630-3 {
        width: 25%
    }

    .wlc-c-1630-4 {
        width: 33.3333333333%
    }

    .wlc-c-1630-5 {
        width: 41.6666666667%
    }

    .wlc-c-1630-6 {
        width: 50%
    }

    .wlc-c-1630-7 {
        width: 58.3333333333%
    }

    .wlc-c-1630-8 {
        width: 66.6666666667%
    }

    .wlc-c-1630-9 {
        width: 75%
    }

    .wlc-c-1630-10 {
        width: 83.3333333333%
    }

    .wlc-c-1630-11 {
        width: 91.6666666667%
    }

    .wlc-c-1630-12 {
        width: 100%
    }

    .wlc-gap-1630-xs {
        --wlc-section-gap: 10px
    }

    .wlc-gap-1630-sm {
        --wlc-section-gap: 15px
    }

    .wlc-gap-1630-smd {
        --wlc-section-gap: 20px
    }

    .wlc-gap-1630-md {
        --wlc-section-gap: 25px
    }

    .wlc-gap-1630-lg {
        --wlc-section-gap: 30px
    }

    .wlc-gap-1630-xl {
        --wlc-section-gap: 40px
    }

    .wlc-mb-1630-xs {
        margin-bottom: 10px
    }

    .wlc-mb-1630-sm {
        margin-bottom: 15px
    }

    .wlc-mb-1630-smd {
        margin-bottom: 20px
    }

    .wlc-mb-1630-md {
        margin-bottom: 25px
    }

    .wlc-mb-1630-lg {
        margin-bottom: 30px
    }

    .wlc-mb-1630-xl {
        margin-bottom: 40px
    }

    .wlc-order-1630-first {
        order: -1
    }

    .wlc-order-1630-last {
        order: 100
    }

    .wlc-order-1630-unset {
        order: unset
    }

    .wlc-h-align-1630-start {
        justify-content: flex-start
    }

    .wlc-h-align-1630-end {
        justify-content: flex-end
    }

    .wlc-h-align-1630-center {
        justify-content: center
    }

    .wlc-h-align-1630-between {
        justify-content: space-between
    }

    .wlc-overflow-1630-hidden {
        overflow: hidden
    }

    .wlc-overflow-1630-visible {
        overflow: visible
    }
}

body {
    min-width: 375px;
    background: linear-gradient(171.29deg, #050311 0%, #060727 100%)
}

body.wlc-body--panels-open {
    overflow: hidden
}

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

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

.wlc-app-content.app-menu-state .wlc-app__sections {
    padding: 0
}

.wlc-body--os-ios .wlc-app-content {
    min-height: auto
}

.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-body--os-ios .app-gameplay-state .wlc-sections__footer,
.wlc-body--os-ios .app-gameplay-state .wlc-sections__header {
    display: none
}

@media (min-width:1024px) {

    .wlc-body--os-ios .app-gameplay-state .wlc-sections__footer,
    .wlc-body--os-ios .app-gameplay-state .wlc-sections__header {
        display: block
    }
}


.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] {
    left: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: var(--mc-bgModal);
    transform: translateY(-100%)
}

.wlc-burger-panel--theme-default.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
    transform: none;
    visibility: visible
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
    gap: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, auto);
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
        gap: 30px
    }
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
        gap: 40px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
        gap: 60px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
        padding: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
        padding: 55px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] {
    grid-area: lang;
    margin: 6px
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current:hover .wlc-language-selector__current-flag {
        box-shadow: 0 0 0 6px var(--mc-main), 0 0 7px 7px var(--mc-baseContrast-o6)
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-flag {
    box-shadow: 0 0 0 6px var(--mc-baseOpacity)
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-arrow {
    display: none
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__dropdown {
    right: -5px
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__list {
    background: var(--mc-bg)
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__list:before {
    border-bottom-color: var(--mc-bg)
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
        width: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
        width: 55px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
        height: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
        height: 55px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner>div {
    display: flex
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
    padding-right: 20px;
    border-right: 2px solid var(--mc-baseOpacity)
}

@media (min-width:1366px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
        padding-right: 30px
    }
}

@media (min-width:1420px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
        padding-right: 40px
    }
}

@media (min-width:1630px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
        padding-right: 60px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
    display: grid;
    grid-template-columns: repeat(2, auto)
}

@media (min-width:900px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
        gap: 5px 15px
    }
}

@media (min-width:1366px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
        gap: 10px 20px
    }
}

@media (min-width:1630px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
        gap: 20px 60px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
    padding: 0 5px 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--mc-baseMain);
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer
}

@media (min-width:900px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
        font-size: 1.2rem
    }
}

@media (min-width:1200px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
        font-size: 1.4rem
    }
}

@media (min-width:1420px) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
        font-size: 1.6rem
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link:before,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link:before {
    transition: all 0.3s linear;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background-color: var(--mc-main);
    border-radius: 100px;
    opacity: 0;
    pointer-events: none
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link.active:before,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link.active:before {
    height: 4px;
    opacity: 1
}

@media (pointer:fine) {

    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link:hover:before,
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link:hover:before {
        height: 4px;
        opacity: 1
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 5px 0 0
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
    width: 270px;
    height: 270px;
    content: "";
    position: absolute;
    top: 50%;
    background: var(--mc-baseOpacity);
    border-radius: 100%;
    transform: translate(0, -50%)
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
        width: 330px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
        width: 430px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
        height: 330px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
        height: 430px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title,
.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-btn {
    position: relative;
    z-index: 2
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
    width: 280px;
    margin: 0 0 20px;
    text-align: center
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
        width: 300px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
        width: 330px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title .wlc-title__main {
        font-size: 1.6rem
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title .wlc-title__main {
        font-size: 2.4rem
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block {
    max-width: 270px
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block {
        max-width: 330px
    }
}

@media (min-width:1630px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block {
        max-width: 430px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block .wlc-btn {
    height: auto;
    min-height: 40px
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    color: var(--mc-baseOpacity)
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
        width: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
        width: 55px
    }
}

@media (min-width:900px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
        height: 30px
    }
}

@media (min-width:1366px) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
        height: 55px
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search svg {
    fill: currentColor
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search:hover {
        color: var(--mc-baseMain);
        transform: rotate(30deg)
    }
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__additional {
    display: grid;
    grid-template-areas: "lang chat" "switcher switcher";
    grid-template-columns: repeat(2, auto);
    gap: 20px;
    align-self: start;
    justify-self: start
}

.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-theme-toggler {
    grid-area: switcher
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] {
    --bp-width: 290px;
    --bp-login-display: grid;
    --bp-postmenu-display: block;
    --bp-login-margin: 30px 0 0;
    --bp-login-padding: 20px 0;
    --bp-login-bg: var(--mc-bg);
    --bp-menu-link-justify: initial;
    --bp-menu-link-align: center;
    --bp-menu-link-padding: 5px 25px;
    --bp-menu-link-text-display: initial;
    --bp-menu-icon-margin: 0 15px 0 0;
    --bp-menu-icon-wrapper-width: 25px;
    --bp-separator-width: calc(100% - 40px);
    --bp-userinfo-display: grid;
    --bp-userdeposit-display: flex;
    --bp-lang-max-width: calc(100% - 40px);
    --bp-lang-margin: 20px auto;
    --bp-userinfo-margin: 30px 20px 20px;
    left: 0;
    width: var(--bp-width);
    max-width: 290px;
    height: 100%;
    max-height: 100%;
    background: var(--mc-bg700);
    transform: translateX(-100%)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
    transform: translateX(0);
    visibility: visible
}

.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[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
    padding: 0 10px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581],
.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
    scrollbar-gutter: stable
}

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

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__logo[_ngcontent-wlc-app-c1944798581],
.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__logo[_ngcontent-wlc-app-c1944798581] {
    justify-content: start;
    margin: 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] {
    overflow: visible;
    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,
.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-theme-toggler {
    margin: 25px 0 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_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--theme-mod-wolf.wlc-burger-panel--left-mobile[_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
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c1944798581] {
    --bp-expand-icon-transform: scaleX(-1)
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_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-left[_nghost-wlc-app-c1944798581] .wlc-logo {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-logo__image svg {
    max-height: 25px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-login-signup {
    display: var(--bp-login-display);
    grid-auto-flow: initial;
    grid-template-areas: "login" "sign";
    justify-content: center;
    margin: var(--bp-login-margin);
    padding: var(--bp-login-padding);
    background: var(--bp-login-bg)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-login-signup .wlc-btn {
    min-width: 0;
    white-space: nowrap
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info {
    display: var(--bp-userinfo-display);
    grid-template: "name logout" "stats stats";
    grid-template-columns: 1fr auto;
    align-items: center;
    margin: var(--bp-userinfo-margin);
    transform: translateZ(0)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-user-name[wlc-user-name] {
    grid-area: name
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-logout {
    display: var(--bp-logout-display, "block");
    grid-area: logout
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-user-stats {
    margin: 15px 0 0
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-user-stats-balance {
    margin: 0 0 20px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat {
    grid-area: stats
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat>.wlc-btn {
    margin: 0 auto
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat .wlc-btn[wlc-button] {
    min-width: 120px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-btn-deposit[wlc-button] {
    margin: 0 auto 20px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    display: flex;
    align-items: var(--bp-menu-link-align);
    justify-content: var(--bp-menu-link-justify);
    min-height: 40px;
    padding: var(--bp-menu-link-padding);
    text-decoration: none
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link-text,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link-text {
    display: var(--bp-menu-link-text-display);
    line-height: initial
}

@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__link.active,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link.active {
    color: inherit;
    font-weight: 700;
    background: var(--mc-bg700-l10)
}

@media (pointer:fine) {

    .wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link:not(.active):hover,
    .wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link:not(.active):hover {
        background: var(--mc-bg700-d5)
    }
}

.wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link.active,
.wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link.active {
    background: var(--mc-bg700-d10)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--bp-menu-icon-wrapper-width);
    height: auto;
    margin: var(--bp-menu-icon-margin)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon img,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon svg,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon img,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon svg {
    display: block;
    width: 25px;
    height: auto;
    fill: var(--mc-main)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon img path,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon svg path,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon img path,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon svg path {
    fill: var(--mc-main)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-main-menu:after,
.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-post-menu:after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: var(--bp-separator-width);
    height: 1px;
    margin: 10px auto;
    background: var(--mc-baseOpacity-o6)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-post-menu {
    display: var(--bp-postmenu-display)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-post-menu .wlc-menu__link {
    min-height: var(--bp-postmenu-link-height, 40px)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
    display: var(--bp-userdeposit-display);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
    padding: 20px 0 40px;
    border-top: 1px solid var(--mc-baseOpacity-o6)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title[wlc-title] {
    margin-bottom: 15px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title[wlc-title] .wlc-title__main {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    text-align: center
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block .wlc-btn {
    height: auto;
    min-height: 40px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector].wlc-language-selector--theme-mod-long {
    max-width: var(--bp-lang-max-width);
    margin: var(--bp-lang-margin)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler:before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: var(--bp-separator-width);
    height: 1px;
    margin: 10px auto;
    background: var(--mc-baseOpacity-o6);
    width: 100%;
    margin: 0 auto 40px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative {
    --tt-margin: 5px 0;
    --tt-padding: 0 20px
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative:before {
    content: none
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative.wlc-theme-toggler--theme-mod-wolf {
    --tt-padding: 0
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative.wlc-theme-toggler--compact {
    --tt-margin: 0;
    --tt-padding: 0
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-theme-toggler {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--tt-padding, 0 25px 30px)
}

.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-scrollbar__slide {
    padding-bottom: 20px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
    --bp-header-grid-cols: 1fr;
    --bp-header-padding: 10px 15px;
    --bp-login-margin: 0;
    --bp-login-padding: 0;
    --bp-login-bg: none;
    --bp-expand-btn-justify-self: end;
    --bp-expand-icon-transform: scaleX(1);
    --bp-transition: none;
    --bp-main-menu-margin: 20px 0 0;
    --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-expanded[_nghost-wlc-app-c1944798581] {
    --bp-width: var(--fp-left-size-full);
    --pm-menu-margin: 25px 10px 0;
    --us-display: block
}

.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
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c1944798581] {
    --bp-expand-icon-transform: scaleX(-1)
}

@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-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-main-menu {
    margin: var(--bp-main-menu-margin)
}

.wlc-burger-panel--theme-right[_nghost-wlc-app-c1944798581] {
    right: var(--body-padding-overflow, 0);
    width: var(--bp-width);
    height: 100%;
    background: var(--mc-bg700)
}

.wlc-burger-panel--theme-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner[_ngcontent-wlc-app-c1944798581] {
    min-height: 100%
}

.wlc-burger-panel--theme-right.wlc-burger-panel--type-right-fixed[_nghost-wlc-app-c1944798581] {
    --bp-width: var(--fp-right-size-compact);
    --bp-transition: none
}

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

.wlc-burger-panel--theme-right.wlc-burger-panel--type-right-fixed.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] {
    --bp-width: var(--fp-right-size-full)
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] {
    left: 0;
    width: 470px;
    max-width: 470px;
    height: 100%;
    max-height: 100%;
    background-color: var(--mc-bgModal);
    transform: translateX(-100%)
}

.wlc-burger-panel--theme-option3.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
    transform: none;
    visibility: visible
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-scrollbar[wlc-scrollbar] .swiper-slide {
    min-height: 100%
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-scrollbar__slide,
.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
    height: 100%
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner>div {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-logo {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-logo__image svg {
    max-height: 55px
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-main-menu {
    margin: 25px auto 0;
    max-width: 330px
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-main-menu {
        margin: 50px auto 0
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, minmax(70px, 100px))
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu {
        gap: 30px
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link {
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: all 0.3s linear;
    display: flex;
    text-decoration: none
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon {
    width: 70px;
    height: 70px;
    transition: all 0.3s linear;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    border-radius: 25px
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon {
        width: 90px
    }
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon {
        height: 90px
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon svg {
    max-width: 70px;
    max-height: 70px;
    display: block
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon svg {
        max-width: 90px
    }
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon svg {
        max-height: 90px
    }
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link:hover {
        color: var(--mc-main);
        text-decoration: none
    }

    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link:hover .wlc-icon {
        box-shadow: 0 10px 17px var(--mc-baseContrast-o2)
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu {
    margin: 20px auto;
    max-width: 330px
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu {
        margin: 40px auto 0
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
    display: flex;
    flex-direction: column;
    align-items: center
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__item {
    margin: 0 0 5px
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__item {
        margin: 0 0 15px
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__link {
    color: var(--mc-main);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    transition: all 0.3s linear;
    text-decoration: none
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__link:hover {
        color: var(--mc-main-l10);
        text-decoration: underline
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] {
    margin: 0 auto 20px
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] {
        margin: 25px auto 40px
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-flag {
    box-shadow: 0 0 0 6px var(--mc-baseOpacity)
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-arrow {
    display: none
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current:hover .wlc-language-selector__current-flag {
        box-shadow: 0 0 0 6px var(--mc-main), 0 0 7px 7px var(--mc-baseContrast-o6)
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
    flex: 0 0 230px;
    margin: auto 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
        flex: 0 0 365px
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
    width: 665px;
    height: 665px;
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    background: var(--mc-baseOpacity);
    border-radius: 100%
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
    max-width: 255px;
    text-align: center
}

@media (min-width:1420px) {
    .wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
        margin: 0 0 55px
    }
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-btn {
    position: relative;
    z-index: 2
}

.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-theme-toggler {
    margin: 0 auto 50px
}

.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-left[_nghost-wlc-app-c1944798581] {
    left: 0;
    transform: translateX(-100%)
}

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

.wlc-burger-panel--theme-mobile.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
    transform: none;
    visibility: visible
}

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

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
    border-bottom: 2px solid var(--mc-baseOpacity)
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
    padding: 20px 20px 40px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup {
    grid-auto-flow: initial;
    justify-content: center;
    padding: 20px 0 40px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup .wlc-btn {
    min-width: 100%
}

.wlc-body--os-ios .wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup .wlc-btn,
.wlc-body--os-macos .wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup .wlc-btn {
    min-width: initial
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long {
    margin: 5px 0
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-btn--pwa {
    --wlc-icon-height: 1.4rem;
    width: 100%;
    margin: 20px 0 0 0
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-user-stats {
    margin-bottom: 5px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-user-stats.wlc-user-stats--without-btn {
    margin-bottom: 20px
}

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] {
    --bp-padding: 15px;
    --bp-header-padding: 10px 0;
    width: 310px;
    max-width: 310px;
    background-color: var(--mc-bg700)
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
    border-bottom: 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
    padding: 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-loyalty-progress {
    width: 100%
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout {
    width: 100%
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn {
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin: 5px 0 0;
    padding: 0 15px;
    background: var(--mc-bg300);
    border-radius: 8px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn .wlc-btn__text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    flex-direction: row-reverse;
    gap: 10px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn .wlc-btn__text svg path {
    width: 16px;
    height: 16px;
    fill: currentColor;
    stroke: none
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn:hover {
        background: var(--mc-bg100)
    }

    .wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn:hover .wlc-btn__text {
        color: var(--mc-baseSecond)
    }
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] {
    --bp-header-grid-cols: 1fr auto 1fr;
    --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__title {
    flex: 0 0 auto
}

.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-main-menu,
.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-post-menu,
.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-profile-menu,
.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-user-stats,
.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp,
.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
    transform: translateZ(0)
}

.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: var(--mc-bg-o6);
    cursor: pointer
}

.wlc-burger-panel.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581],
.wlc-burger-panel.wlc-burger-panel--type-right-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[_nghost-wlc-app-c1944798581] .wlc-burger-panel__title {
    display: none
}

.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__header-menu .wlc-logo__image svg {
    max-height: 25px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-burger-panel-header-menu--theme-mod-default {
    position: relative;
    width: 32px;
    height: 32px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-burger-panel-header-menu--theme-mod-default:before {
    content: "";
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    background:
        /* original URL: https://kometacasino148.com/static/images/wlc/icons/categories/v2/lobby.svg */
        url(https://kometacasino222.buzz/css/images/25.svg)center no-repeat;
    background-size: cover;
    border-radius: 5px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-burger-panel-header-menu--theme-mod-default .wlc-burger-panel-header-menu__content {
    display: none
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-menu__item--notifier {
    display: none
}

.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-burger-panel__inner .wlc-btn--my-bonuses-button {
    margin: 10px auto 20px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner .wlc-btn--my-bonuses-button .wlc-btn__text {
    font-weight: 800
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp .wlc-user-name__email {
    display: grid;
    grid-template-columns: 40px 1fr
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp .wlc-user-name__email-value {
    padding: 0;
    font-size: 1.6rem
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default {
    margin: 0 0 10px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-user-stats-balance {
    padding: 5px 0;
    background: transparent
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-btn-deposit {
    margin: 10px auto 20px !important;
    background: var(--mc-main);
    border: none
}

@media (pointer:fine) {
    .wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-btn-deposit:hover {
        background: var(--mc-main-l20);
        border: none
    }
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-columns .wlc-user-stats__content .wlc-user-stats-balance {
    margin-top: 8px
}

.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-logout--theme-default .wlc-btn .wlc-icon {
    display: none
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical .wlc-menu .wlc-menu__link.active {
    line-height: 1.2rem
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-name--theme-wolf .wlc-user-name__user-level {
    display: block
}

.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-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block .wlc-loyalty-block__user-name,
.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block .wlc-loyalty-block__all,
.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block .wlc-icon {
    display: none
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-language-selector--theme-wolf .wlc-language-selector__icon .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon {
    width: 24px;
    height: 24px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon img.wlc-icon-content {
    width: 16px;
    height: 16px
}

.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--type-default .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link {
    align-items: center
}

.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--type-default .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon img.wlc-icon-content {
    width: 16px;
    height: 16px
}

.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-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 .wlc-menu__icon img.wlc-icon-content {
    width: 16px;
    height: 16px
}

.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__submenu--hover .wlc-menu__list .wlc-menu__item .wlc-menu__link {
    align-items: center
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
    width: 25px;
    height: 25px
}


.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);
    overflow: visible
}

.wlc-icon-spin {
    animation: loadingCircle 1s linear infinite
}

.wlc-icon-fill-mc-main {
    fill: var(--mc-main, #75e6ff)
}

.wlc-icon-fill-mc-secondary {
    fill: var(--mc-secondary, #7fb8ff)
}

.wlc-icon-fill-mc-baseMain {
    fill: var(--mc-baseMain, #ffffff)
}

.wlc-icon-fill-mc-baseContrast {
    fill: var(--mc-baseContrast, #000)
}

.wlc-icon-fill-mc-buttonColor {
    fill: var(--mc-buttonColor, linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%))
}

.wlc-icon-fill-mc-baseOpacity {
    fill: var(--mc-baseOpacity, rgba(255, 255, 255, 0.1))
}

.wlc-icon-fill-mc-bg100 {
    fill: var(--mc-bg100, #364a7d)
}

.wlc-icon-fill-mc-bg300 {
    fill: var(--mc-bg300, #303e64)
}

.wlc-icon-fill-mc-bg500 {
    fill: var(--mc-bg500, #232e4a)
}

.wlc-icon-fill-mc-bg700 {
    fill: var(--mc-bg700, #0f1127)
}

.wlc-icon-fill-mc-bg {
    fill: var(--mc-bg, #060727)
}

.wlc-icon-fill-mc-bgModal {
    fill: var(--mc-bgModal, linear-gradient(171.29deg, #050311 0%, #060727 100%))
}

.wlc-icon-fill-mc-elementsColor {
    fill: var(--mc-elementsColor, #c4c4c4)
}

.wlc-icon-fill-mc-error {
    fill: var(--mc-error, #dd4747)
}

.wlc-icon-fill-mc-success {
    fill: var(--mc-success, #279500)
}

.wlc-icon-fill-mc-warning {
    fill: var(--mc-warning, #ff5811)
}

.wlc-icon-fill-mc-disabled {
    fill: var(--mc-disabled, #454c60)
}

.wlc-icon-fill-mc-black {
    fill: var(--mc-black, #010100)
}

.wlc-icon-fill-mc-baseSecond {
    fill: var(--mc-baseSecond, #cad4ee)
}

.wlc-icon-fill-mc-baseThird {
    fill: var(--mc-baseThird, #ffffff)
}

.wlc-icon-fill-mc-buttonText {
    fill: var(--mc-buttonText, )
}

.wlc-icon-fill-mc-telegramBannerGradient {
    fill: var(--mc-telegramBannerGradient, linear-gradient(180deg, #60bfef 0%, #0194fe 100%))
}

.wlc-icon-fill-mc-buttonGradient {
    fill: var(--mc-buttonGradient, linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%))
}

.wlc-icon-fill-mc-buttonHighlightGradient {
    fill: var(--mc-buttonHighlightGradient, linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%))
}

.wlc-icon-fill-mc-textGradient {
    fill: var(--mc-textGradient, linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%))
}

.wlc-icon-fill-mc-buttonShadow {
    fill: var(--mc-buttonShadow, 0 0 15px 0#7dbeff)
}

.wlc-icon-fill-mc-labelBorder {
    fill: var(--mc-labelBorder, #19040d)
}

.wlc-icon-fill-mc-footerText {
    fill: var(--mc-footerText, #7a7a7a)
}

.wlc-icon-fill-mc-footerLicense {
    fill: var(--mc-footerLicense, #3fbeb7)
}

.wlc-icon-fill-mc-borderGradient {
    fill: var(--mc-borderGradient, linear-gradient(181.07deg, rgba(125, 191, 255, 0) 0%, rgba(125, 191, 255, 0.3) 52.73%, rgba(125, 191, 255, 0) 99.69%))
}

.wlc-icon-fill-mc-borderGradientHorizontal {
    fill: var(--mc-borderGradientHorizontal, linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)))
}

.wlc-icon-fill-mc-descColor {
    fill: var(--mc-descColor, #8d8d8d)
}

.wlc-icon-fill-mc-streamGradient {
    fill: var(--mc-streamGradient, linear-gradient(87deg, #ff0086 -6.85%, #d40055 103.85%))
}

.wlc-icon-fill-mc-baseMainNew {
    fill: var(--mc-baseMainNew, #7b809a)
}

.wlc-icon-fill-mc-providerColor {
    fill: var(--mc-providerColor, #737490)
}

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


.wlc-tooltip-wolf {
    margin: 0 10px
}

.wlc-tooltip-wolf .tooltip-inner {
    padding: 5px 10px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] {
    --pm-menu-margin: ;
    --pm-menu-info-margin: ;
    --pm-link-background: transparent;
    --pm-dropdown-link-background: transparent;
    --pm-dropdown-active-icon-fill: var(--mc-baseMain);
    --pm-link-padding: 0 12px;
    --pm-link-icon-margin: 0 10px 0 0;
    --pm-link-arrow: block;
    --pm-link-justify-content: start;
    --pm-link-hover: var(--mc-bg300);
    --pm-link-text-display: block;
    --pm-icon-width: auto;
    --pm-link-icon-width: 16px;
    --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.wlc-panel-menu--type-info[_nghost-wlc-app-c2072812421] {
    margin: var(--pm-menu-info-margin)
}

.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 img,
.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,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
    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;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    justify-content: var(--pm-link-justify-content);
    min-height: auto;
    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.active {
    color: var(--mc-baseMain);
    background: var(--mc-bg100-o4)
}

.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.active 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.active svg {
    fill: var(--mc-baseMain)
}

.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)
}

.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-arrow {
    display: var(--pm-link-arrow);
    margin-left: auto
}

.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-arrow svg {
    width: auto;
    height: auto
}

@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
}

@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--dropdown:hover .wlc-menu__submenu--hover {
        display: block
    }
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active {
    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--dropdown.active.wlc-menu__item>.wlc-menu__link {
    background: var(--pm-dropdown-link-background);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active.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--dropdown.active.wlc-menu__item>.wlc-menu__link svg {
    fill: var(--pm-dropdown-active-icon-fill)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow {
    transform: rotate(180deg)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow svg path,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow svg {
    fill: var(--mc-baseMain)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu {
    gap: 10px;
    padding: 4px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link {
    background: transparent
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active {
    color: var(--mc-main);
    background: transparent;
    border-radius: 10px
}

@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--dropdown.active .wlc-menu__submenu .wlc-menu__link:hover {
        color: var(--mc-baseMainNew);
        background: transparent;
        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--dropdown.active .wlc-menu__submenu .wlc-menu__icon {
    margin: 0 10px 0 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__submenu {
    display: grid;
    overflow: hidden;
    margin: 0;
    padding-right: 4px;
    padding-left: 4px;
    background: var(--pm-dropdown-link-background);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-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__submenu .wlc-menu__item .wlc-menu__link {
    padding: 0 10px 0 14px;
    word-break: break-all;
    background: none;
    border-radius: 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover {
    position: absolute;
    top: 0;
    left: 48px;
    display: none;
    width: min-content;
    min-width: 160px;
    padding: 0 0 0 10px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list {
    background: var(--mc-bg700);
    border-radius: 10px;
    overscroll-behavior: contain
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list::-webkit-scrollbar {
    width: 5px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list::-webkit-scrollbar-track {
    margin: 5px;
    background: var(--mc-bg300);
    border-radius: 10px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list::-webkit-scrollbar-thumb {
    background: var(--mc-bg100);
    border-radius: 10px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__item {
    position: relative;
    padding: 5px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__item:first-child:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--mc-bg700);
    transform: rotate(45deg)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link {
    align-items: center;
    justify-content: start;
    padding: 15px 10px;
    background: none;
    border-radius: 10px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link .wlc-menu__icon {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link.active {
    background: var(--mc-bg100-o4)
}

@media (pointer:fine) {
    .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link.active:hover {
        background: var(--mc-bg300)
    }
}

@media (pointer:fine) {
    .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link:hover {
        background: var(--mc-bg300)
    }
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link-text {
    display: block
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item {
    position: relative;
    padding: 0 4px
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 6px;
    bottom: -5px;
    left: 6px;
    height: 1px;
    background: rgba(115, 116, 144, 0.2)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__icon .wlc-icon-content {
    width: 16px;
    margin-left: 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active {
    background: var(--mc-bgModal)
}

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

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active {
    color: var(--mc-main);
    border-radius: 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active svg,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active svg path {
    fill: var(--mc-main)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active:hover {
    color: var(--mc-main)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link:hover {
    color: var(--mc-baseMainNew);
    border-radius: 0
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__icon svg,
.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__icon svg path {
    fill: var(--mc-baseMainNew)
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active>.wlc-menu__link {
    background-color: #0f0e1f !important;
    border-radius: 10px !important
}

.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 .wlc-menu__link-text {
    font-weight: 600
}

.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--dropdown.active {
    background: transparent
}

.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--dropdown.active>.wlc-menu__link {
    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 {
    color: var(--mc-baseMainNew)
}

.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.active {
    color: var(--mc-baseMain);
    background: var(--mc-bg300)
}

.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.active 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.active svg {
    fill: var(--mc-baseMain)
}

@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-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item:not(:last-child) {
    margin-bottom: 4px
}

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

.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link 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__submenu--hover .wlc-menu__item .wlc-menu__link svg {
    fill: var(--mc-baseMainNew)
}

.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link.active {
    background: var(--mc-baseOpacity) !important
}

.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link.active 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__submenu--hover .wlc-menu__item .wlc-menu__link.active svg {
    fill: var(--mc-baseMain)
}

@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__submenu--hover .wlc-menu__item .wlc-menu__link:hover {
        color: var(--mc-baseSecond);
        background: var(--mc-baseOpacity) !important
    }

    .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .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__submenu--hover .wlc-menu__item .wlc-menu__link:hover svg {
        fill: var(--mc-baseSecond)
    }
}


.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] {
    --ls-link-justify: start;
    --ls-curr-flag-size: 30px;
    --ls-list-bg: var(--mc-bg);
    --ls-arrow-color: var(--fc-arrowColor);
    position: relative;
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 5px;
    align-items: center;
    cursor: pointer
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
    width: var(--ls-curr-flag-size);
    height: var(--ls-curr-flag-size);
    border-radius: 50%;
    overflow: hidden;
    transition: box-shadow 0.3s linear
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
    --ls-arrow-color: var(--mc-baseMain)
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
    transform: rotate(0.5turn)
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    text-transform: capitalize
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
    transition: all 0.3s linear;
    margin: auto;
    color: var(--ls-arrow-color)
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] path {
    fill: currentColor
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current.single-lang[_ngcontent-wlc-app-c952841731] {
    cursor: auto
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current.single-lang[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
    visibility: hidden
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
        box-shadow: 0 0 0 4px var(--mc-main)
    }

    .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover.single-lang .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
        box-shadow: none
    }
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    position: absolute;
    z-index: 3
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    position: relative;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    border-radius: 10px;
    background: var(--ls-list-bg);
    filter: drop-shadow(0 0 5px #000)
}

.wlc-body--os-macos .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731],
.wlc-body--os-ios .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    -webkit-backdrop-filter: drop-shadow(0 0 5px #000)
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    box-shadow: 0 0 0 4px var(--mc-main), 0 0 7px 7px rgba(0, 0, 0, 0.6)
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
    position: relative;
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 10px;
    align-items: center;
    justify-content: var(--ls-link-justify);
    text-decoration: none
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
        box-shadow: 0 0 0 4px var(--mc-main)
    }

    .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731],
    .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731] {
        visibility: visible;
        opacity: 1
    }
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.45;
    transition: opacity 0.3s linear;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 10px;
    white-space: nowrap;
    background-color: var(--mc-bg100);
    border-radius: 20px;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731]:before {
    content: "";
    position: absolute;
    top: -4px;
    border: 4px solid var(--mc-bg100);
    rotate: 45deg
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 4px;
    box-shadow: 0 0 0 4px var(--mc-bg300);
    transition: box-shadow 0.2s ease-out
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731]:hover {
        box-shadow: 0 0 0 4px var(--mc-main), 0 0 7px 7px var(--mc-bg-o8)
    }
}

.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] {
    --ls-curr-flag-size: 27px;
    --ls-arrow-color: var(--fc-arrowColor);
    min-width: 90px;
    height: 40px
}

.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
    transition: border 0.3s linear;
    height: 40px;
    padding: 5px;
    border: 2px solid var(--mc-baseOpacity);
    border-radius: 10px
}

.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
    --ls-arrow-color: var(--mc-main);
    border: 2px solid var(--mc-main)
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:not(.wlc-language-selector__current--opened):hover {
        --ls-arrow-color: var(--mc-baseMain);
        border: 2px solid var(--mc-baseMain)
    }
}

.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
    box-shadow: none
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-top-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    transform: translateY(-10px)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-top-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:before {
    right: 10px;
    bottom: -10px;
    border-top: 10px solid var(--mc-bg);
    border-bottom: 0
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-top-left[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    right: -6px;
    bottom: 100%;
    padding-bottom: 10px
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-bottom-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    transform: translateY(10px)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-bottom-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:before {
    top: -10px;
    right: 10px;
    border-top: 0;
    border-bottom: 10px solid var(--mc-bg)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-bottom-left[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    top: 100%;
    right: -5px;
    padding-top: 10px
}

.wlc-language-selector--theme-default.wlc-language-selector--dropdown-with-arrow[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    right: -15px
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] {
    --ls-curr-columns: auto 1fr auto;
    --ls-curr-bg-active: var(--mc-main);
    --ls-curr-bg-hover: var(--mc-bg500-l10);
    --ls-curr-flag-size: 20px;
    --ls-curr-flag-margin-right: 5px;
    --ls-curr-flag-justify-self: initial;
    --ls-curr-padding: 5px 15px;
    --ls-dropdown-margin: 5px 0 0;
    --ls-dropdown-width: 100%;
    --ls-list-bg: var(--mc-bg);
    --ls-list-padding: 10px;
    --ls-arrow-color: var(--mc-baseOpacity);
    --ls-curr-bg: var(--mc-bg);
    width: 100%;
    max-width: 275px;
    height: auto;
    margin: 5px 0;
    border: 0;
    border-radius: 10px
}

@media (min-width:1024px) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] {
        --ls-curr-bg: var(--mc-bg500)
    }
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
    transition: background 0.3s linear;
    grid-template-columns: var(--ls-curr-columns);
    min-height: 40px;
    padding: var(--ls-curr-padding);
    background: var(--ls-curr-bg);
    border-radius: 10px
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
    justify-self: var(--ls-curr-flag-justify-self);
    margin-right: var(--ls-curr-flag-margin-right)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
    --ls-arrow-color: #ffffff;
    background: var(--ls-curr-bg-active)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731]+.wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    margin: var(--ls-dropdown-margin)
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:not(.wlc-language-selector__current--opened):hover {
        --ls-arrow-color: currentColor
    }
}

@media (pointer:fine) and (min-width:1024px) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:not(.wlc-language-selector__current--opened):hover {
        background: var(--ls-curr-bg-hover)
    }

    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:not(.wlc-language-selector__current--opened):hover.single-lang {
        background: var(--ls-curr-bg)
    }
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    transition: margin 0.3s linear;
    position: relative;
    width: var(--ls-dropdown-width);
    overflow: hidden;
    transform-origin: top
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown.top[_ngcontent-wlc-app-c952841731] {
    position: absolute;
    bottom: calc(100% + 10px)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    grid-template-columns: 1fr;
    padding: var(--ls-list-padding);
    border-radius: 10px;
    filter: none
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 4px var(--mc-bg300)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
    position: relative;
    bottom: 0;
    left: 0;
    background: none;
    transform: none;
    visibility: visible;
    opacity: 1
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731]:before {
    display: none
}

@media (pointer:fine) {
    .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
        box-shadow: 0 0 0 4px var(--mc-main), 0 0 3px 3px rgba(0, 0, 0, 0.6)
    }
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] {
    --ls-curr-padding: 5px 10px;
    --ls-dropdown-width: calc(100% - 20px);
    --ls-dropdown-pos-top: auto;
    --ls-dropdown-pos-bottom: 100%;
    --ls-dropdown-arrow-pos-top: 100%;
    --ls-dropdown-arrow-pos-bottom: auto;
    --ls-dropdown-arrow-transform: translate(-50%, -50%) rotate(45deg);
    --ls-dropdown-arrow-margin: 0 0 10px;
    --ls-dropdown-transform-origin: center bottom;
    --ls-dropdown-margin: 0
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact.wlc-language-selector--dropdown-bottom[_nghost-wlc-app-c952841731] {
    --ls-dropdown-pos-top: 100%;
    --ls-dropdown-pos-bottom: auto;
    --ls-dropdown-arrow-pos-top: auto;
    --ls-dropdown-arrow-pos-bottom: 100%;
    --ls-dropdown-arrow-transform: translate(-50%, 50%) rotate(45deg);
    --ls-dropdown-arrow-margin: 10px 0 0;
    --ls-dropdown-transform-origin: center top
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
    box-shadow: 0 0 0 4px var(--mc-main), 0 0 3px 3px rgba(0, 0, 0, 0.6)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    position: absolute;
    top: var(--ls-dropdown-pos-top);
    bottom: var(--ls-dropdown-pos-bottom);
    left: 50%;
    transform: translateX(-50%);
    transform-origin: var(--ls-dropdown-transform-origin)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    margin: var(--ls-dropdown-arrow-margin)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:after {
    content: "";
    position: absolute;
    top: var(--ls-dropdown-arrow-pos-top);
    bottom: var(--ls-dropdown-arrow-pos-bottom);
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: inherit;
    transform: var(--ls-dropdown-arrow-transform)
}

.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] {
    --ls-curr-columns: 1fr;
    --ls-curr-bg: transparent;
    --ls-curr-bg-hover: transparent;
    --ls-curr-bg-active: transparent;
    --ls-curr-flag-justify-self: center;
    --ls-curr-flag-size: 24px;
    --ls-curr-flag-margin-right: 0;
    --ls-link-justify: center;
    --ls-list-padding: 15px 0
}

.wlc-language-modal__list[_ngcontent-wlc-app-c952841731] {
    position: relative;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    padding: 15px;
    border-radius: 10px
}

.wlc-language-modal__item[_ngcontent-wlc-app-c952841731] {
    display: flex;
    justify-content: center
}

.wlc-language-modal__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] {
    box-shadow: 0 0 0 4px var(--mc-main), 0 0 7px 7px rgba(0, 0, 0, 0.6)
}

.wlc-language-modal__link[_ngcontent-wlc-app-c952841731] {
    position: relative;
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 10px;
    align-items: center;
    justify-content: var(--ls-link-justify);
    text-decoration: none
}

@media (pointer:fine) {
    .wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
        box-shadow: 0 0 0 4px var(--mc-main)
    }

    .wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731],
    .wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731] {
        visibility: visible;
        opacity: 1
    }
}

.wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.45;
    transition: opacity 0.3s linear;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 10px;
    white-space: nowrap;
    background-color: var(--mc-bg100);
    border-radius: 20px;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0
}

.wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731]:before {
    content: "";
    position: absolute;
    top: -4px;
    border: 4px solid var(--mc-bg100);
    rotate: 45deg
}

.wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin: 4px;
    box-shadow: 0 0 0 4px var(--mc-bg300);
    transition: box-shadow 0.2s ease-out
}

@media (pointer:fine) {
    .wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731]:hover {
        box-shadow: 0 0 7px 7px var(--mc-bg-o8)
    }
}

.wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    display: block;
    width: 100%;
    height: 100%
}

@media (pointer:fine) {
    .wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] {
        box-shadow: 0 0 0 4px var(--mc-main), 0 0 3px 3px rgba(0, 0, 0, 0.6)
    }
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] {
    padding: 0 0 0 15px;
    background: var(--mc-bg700);
    border-top: 1px solid var(--mc-baseMain-o1);
    border-bottom: 1px solid var(--mc-baseMain-o1)
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731]:last-child .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
    border-bottom: 0
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__active[_ngcontent-wlc-app-c952841731] {
    display: block
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 25px
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] .wlc-icon-content {
    color: var(--mc-baseMain)
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 0 15px;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid var(--mc-baseMain-o1)
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__active[_ngcontent-wlc-app-c952841731] {
    display: none
}

.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__active[_ngcontent-wlc-app-c952841731] svg {
    width: 12px;
    height: 12px;
    stroke: currentColor
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] {
    --ls-link-justify-content: start;
    --ls-link-padding: 0 15px;
    --ls-link-hover: var(--mc-bg300);
    --ls-link-icon-margin: 0 10px 0 0;
    --ls-link-arrow: block;
    --ls-icon-width: auto;
    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.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] {
    --ls-link-background: transparent
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] {
    position: absolute;
    top: 0;
    left: 48px;
    display: none;
    width: min-content;
    min-width: 40px;
    padding: 0 0 0 10px
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    gap: 0;
    padding: 0;
    background: var(--mc-bg700);
    border-radius: 10px
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    width: 24px;
    height: 24px;
    margin: 0
}

@media (pointer:fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731]:hover {
        border: 2px solid var(--mc-main)
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
    background: none
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731] {
    position: relative
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731]:first-child:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -5px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--mc-bg700);
    transform: rotate(45deg)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
    visibility: hidden;
    overflow: hidden;
    opacity: 0
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    display: grid;
    gap: 5px;
    padding: 5px;
    background: var(--mc-bg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link--active[_ngcontent-wlc-app-c952841731] {
    background: transparent
}

@media (pointer:fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover {
        color: var(--mc-baseMain);
        background: transparent
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
    background: transparent
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    box-sizing: content-box;
    border: 2px solid var(--mc-bg500);
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    overflow: hidden
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-weight: bold
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
    border: 2px solid var(--mc-main)
}

.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
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--mc-bg)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
    transform: rotate(180deg)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] svg[_ngcontent-wlc-app-c952841731],
.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] path[_ngcontent-wlc-app-c952841731] {
    fill: var(--mc-baseThird, var(--mc-baseMain))
}

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

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
    display: var(--ls-link-arrow);
    margin-left: auto
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] svg path,
.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] svg {
    width: auto;
    height: auto;
    vertical-align: middle;
    fill: var(--mc-baseMain)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

@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__current[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
        color: var(--mc-baseMain)
    }
}

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

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] svg path,
.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731]:hover .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] {
        display: block
    }
}

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

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
    margin-right: -3px
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
    font-weight: bold
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
    background: #0f0e1f;
    border-radius: 10px
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened.wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover {
    background: #0f0e1f
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
        color: var(--mc-baseSecond)
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] {
    top: auto;
    bottom: -145px
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
    background: var(--mc-bgModal)
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731],
.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_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],
.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731],
.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
    color: var(--mc-baseMainNew);
    font-weight: bold
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] {
    box-sizing: border-box;
    margin-right: 14px
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] {}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .tooltip {
    display: none
}


.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: flex;
    justify-content: center;
    margin: 0-10px;
    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-colored[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    transition: all 0.2s linear;
    display: block;
    border-radius: 5px
}

@media (pointer:fine) {
    .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-colored[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
        transform: translateY(-3px)
    }
}

.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;
    margin: 20px 0 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-expanded,
.wlc-burger-panel--left-mobile {
    --si-menu-flex-direction: initial;
    --si-menu-margin: 0 10px
}

.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] {
    display: flex;
    gap: 40px;
    justify-content: center;
    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)
}

.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] svg path {
    fill: var(--mc-bg700)
}

@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;
    justify-content: space-between;
    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-default[_nghost-wlc-app-c3214088293] {
    min-width: 0
}

.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
    display: flex;
    align-items: center
}

.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] {
    min-width: 0
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    background: #0a84ff;
    cursor: pointer
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__block[_ngcontent-wlc-app-c3214088293] {
    flex: 0 1 100%
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email[_ngcontent-wlc-app-c3214088293] {
    display: flex;
    align-items: center
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email-icon[_ngcontent-wlc-app-c3214088293] {
    flex: 0 1 auto;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    color: #040b21;
    background: #ffffff;
    border-radius: 50%
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email-icon[_ngcontent-wlc-app-c3214088293] svg {
    display: block;
    width: 40px;
    height: 40px;
    fill: currentColor
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
    font-weight: bold;
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__description[_ngcontent-wlc-app-c3214088293] {
    font-size: 1.2rem
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__icon-arrow[_ngcontent-wlc-app-c3214088293] {
    color: #ffffff
}

.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__icon-arrow[_ngcontent-wlc-app-c3214088293] svg {
    width: 14px;
    height: 12px;
    fill: currentColor
}

.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;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 288px;
    border-radius: 10px;
    background: var(--mc-bg300)
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
    color: var(--fc-textColor);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__user-id[_ngcontent-wlc-app-c3214088293] {
    color: var(--mc-success);
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.45;
    margin: 0 10px 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__user-level[_ngcontent-wlc-app-c3214088293] {
    display: none
}

.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__user-icon[_ngcontent-wlc-app-c3214088293] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px
}

.wlc-user-name--theme-default[_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.4;
    padding: 0 5px
}

.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__user-level[_ngcontent-wlc-app-c3214088293] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    margin: -5px;
    padding: 1px 10px;
    position: relative;
    z-index: 1;
    display: none;
    min-width: 65px;
    text-align: center;
    background: var(--mc-buttonHighlightGradient);
    border-radius: var(--button-border-radius)
}

.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] svg {
    width: 65px;
    height: 65px
}

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


button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] {
    transition: border 0.3s linear;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 2px 14px 2px 2px;
    border: 1px solid var(--mc-main);
    border-radius: 100px;
    background-color: transparent;
    cursor: pointer
}

button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
    transition: all 0.3s linear;
    margin: 0 0 0 8px;
    color: var(--fc-arrowColor)
}

button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
    fill: currentColor
}

button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804] {
    border: 1px solid var(--mc-main)
}

button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
    color: var(--mc-baseMain);
    transform: rotate(180deg)
}

button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
    fill: currentColor
}

@media (pointer:fine) {
    button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804]:hover {
        border: 1px solid var(--mc-main)
    }

    button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
        color: var(--mc-baseMain);
        transform: rotate(180deg)
    }

    button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
        fill: currentColor
    }
}

button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] {
    padding: 2px 14px 2px 2px
}

button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__text[_ngcontent-wlc-app-c297996804] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    display: block
}

button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
    margin: 0
}

@media (pointer:fine) {
    button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804]:hover {
        border: 1px solid var(--mc-baseMain)
    }

    button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
        color: var(--mc-baseMain)
    }

    button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
        fill: currentColor
    }
}

div.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
    display: block;
    color: none;
    background: var(--mc-secondary);
    border-radius: 100px;
    box-shadow: none
}

div.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
    background: none
}

div.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-icon {
    display: block
}

div.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%
}

.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
    display: flex;
    align-items: center
}

.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
    display: block;
    width: 36px;
    height: 36px;
    color: none;
    background: var(--mc-secondary);
    border-radius: 50%
}

.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] svg {
    display: block;
    width: 100%;
    height: 100%
}

.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%
}

.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
    margin: 0 0 0 8px
}

.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
    width: 36px;
    height: 36px
}

.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__text[_ngcontent-wlc-app-c297996804] {
    display: none
}

.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] {
    height: 40px;
    transition: all 0.3s linear;
    min-width: 145px;
    padding: 0 20px 0 5px;
    border: 2px solid var(--mc-secondary);
    border-radius: 100px
}

.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon {
    color: var(--mc-baseMain-locked);
    background: var(--mc-secondary);
    border-radius: 50%
}

.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-btn__text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    justify-content: flex-end
}

.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] svg {
    width: 28px;
    height: 28px
}

@media (pointer:fine) {
    .wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804]:hover {
        border: 2px solid var(--mc-main)
    }
}

.wlc-btn-profile--theme-default.wlc-btn-profile--avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] {
    padding: 0 20px 0 0
}

.wlc-btn-profile--theme-default.wlc-btn-profile--avatar[_nghost-wlc-app-c297996804] .wlc-icon {
    width: 36px;
    height: 36px
}

.wlc-btn-profile--theme-default.wlc-btn-profile--avatar[_nghost-wlc-app-c297996804] img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%
}

.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    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-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    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-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] .wlc-icon svg,
.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] .wlc-icon path {
    fill: currentColor
}

.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
    flex-shrink: 0
}

.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden
}

button.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s linear;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
    border-radius: 100px;
    opacity: 0
}

@media (pointer:fine) {
    button.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804]:hover:before {
        opacity: 0.2
    }
}

.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] {
    height: 40px;
    transition: all 0.3s linear;
    min-width: 147px;
    padding: 0 25px 0 0;
    border-radius: 10px;
    background-color: var(--mc-bg500)
}

.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-btn__text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    flex-direction: row-reverse;
    gap: 13px;
    align-items: center;
    justify-content: flex-end
}

.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon {
    position: relative;
    width: 40px;
    height: 40px;
    color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
    border-radius: 10px;
    background-color: var(--mc-buttonColor)
}

.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon svg,
.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon path {
    fill: currentColor
}

.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s linear;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
    border-radius: 10px;
    opacity: 0
}

@media (pointer:fine) {
    .wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804]:hover {
        background-color: var(--mc-bg300)
    }

    .wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804]:hover .wlc-icon:before {
        opacity: 0.2
    }
}

.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    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__btn[_ngcontent-wlc-app-c297996804] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    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__btn[_ngcontent-wlc-app-c297996804] .wlc-icon svg,
.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] .wlc-icon path {
    fill: currentColor
}

.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
    flex-shrink: 0
}

button.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s linear;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--mc-black-o2);
    border-radius: 100px;
    opacity: 0
}

@media (pointer:fine) {
    button.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804]:hover:before {
        opacity: 1
    }
}

button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] {
    min-width: 67px;
    min-height: 39px
}

button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__text[_ngcontent-wlc-app-c297996804] {
    display: none
}

.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
    width: 36px;
    height: 36px
}

.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-c568358515] {
    padding: 24px;
    display: grid;
    gap: 15px;
    background: var(--mc-bg700);
    border-radius: 32px
}

@media (min-width:1366px) {
    .wlc-dashboard-grid.without-store .wlc-loyalty-block[_nghost-wlc-app-c568358515] {
        margin: 0 20px 0 0
    }
}

@media (min-width:1630px) {
    .wlc-dashboard-grid.without-store .wlc-loyalty-block[_nghost-wlc-app-c568358515] {
        margin: 0
    }
}

.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center
}

.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] .wlc-logout[_ngcontent-wlc-app-c568358515] {
    display: none
}

@media (min-width:640px) {
    .wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] .wlc-logout[_ngcontent-wlc-app-c568358515] {
        display: block
    }
}

.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] .wlc-logout[_ngcontent-wlc-app-c568358515] svg {
    width: 24px;
    margin: 0
}

@media (max-width:767px) {
    .wlc-loyalty-block__lottery-button-wrapper[_ngcontent-wlc-app-c568358515] {
        display: none
    }
}

.wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515] {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--mc-baseMain);
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    text-decoration: none
}

.wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515] .wlc-icon[_ngcontent-wlc-app-c568358515] {
    display: inline-block;
    transform: rotate(0);
    transition: all 0.3s linear
}

@media (pointer:fine) {
    .wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515]:hover {
        color: var(--mc-main)
    }

    .wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515]:hover .wlc-icon[_ngcontent-wlc-app-c568358515] {
        transform: rotate(0) rotateX(360deg) translateX(5px)
    }
}

.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
    grid-template-columns: 1fr;
    gap: 10px
}

@media (min-width:768px) {
    .wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
        grid-template-columns: 1fr auto
    }
}

@media (min-width:1024px) {
    .wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
        grid-template-columns: 1fr
    }
}

@media (min-width:1366px) {
    .wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
        grid-template-columns: 1fr auto
    }
}

@media (min-width:1366px) {
    .wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
        margin: 0
    }
}

.wlc-loyalty-block__loyalty[_ngcontent-wlc-app-c568358515] .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__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
    position: relative;
    width: 77px;
    min-width: 77px;
    height: 66px;
    min-height: 66px;
    border-radius: 8px;
    background: var(--mc-bg500);
    overflow: hidden
}

.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__all[_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__all[_ngcontent-wlc-app-c3893998972] {
    color: var(--mc-baseMainNew);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    color: var(--mc-main)
}

@media (pointer:fine) {
    .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__all[_ngcontent-wlc-app-c3893998972]:hover {
        transition: color 0.3s linear;
        color: var(--mc-baseThird, var(--mc-baseMain))
    }
}

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

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
    background: transparent
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    min-width: 78px
}

.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] img {
    width: 78px;
    height: 78px
}

@media (max-width:767px) {
    .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
        width: 55px;
        min-width: 55px
    }

    .wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] img {
        width: 55px;
        height: 55px
    }
}


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

.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__icon[_ngcontent-wlc-app-c3968462985] {
    align-self: center;
    font-weight: normal !important;
    font-family: CryptocurrencySymbols;
    font-style: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-user-select: none;
    user-select: none;
    speak: never
}

.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__sign--left[_ngcontent-wlc-app-c3968462985] {
    margin-right: 4px
}

.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__sign--right[_ngcontent-wlc-app-c3968462985] {
    margin-left: 4px
}

.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__svg[_ngcontent-wlc-app-c3968462985] {
    line-height: 1;
    vertical-align: text-top
}

.wlc-bet-history .wlc-currency--theme-default.wlc-currency--less-zero[_nghost-wlc-app-c3968462985],
.wlc-transaction-history .wlc-currency--theme-default.wlc-currency--less-zero[_nghost-wlc-app-c3968462985] {
    color: var(--mc-baseSecond, var(--mc-baseMain))
}

.wlc-bet-history .wlc-currency--theme-default.wlc-currency--above-zero[_nghost-wlc-app-c3968462985],
.wlc-transaction-history .wlc-currency--theme-default.wlc-currency--above-zero[_nghost-wlc-app-c3968462985] {
    color: var(--mc-success)
}

.wlc-cashback-history .wlc-currency--theme-default.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] {
    color: var(--mc-success)
}


.wlc-profile-menu--theme-default[_nghost-wlc-app-c3754564959] {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.wlc-profile-menu--theme-default[_nghost-wlc-app-c3754564959]::-webkit-scrollbar {
    display: none
}

.wlc-profile-menu--theme-default[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959]::-webkit-scrollbar {
    display: none
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
    position: relative
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-bg) 80%, var(--mc-bg-o0) 100%)
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:disabled {
    display: none
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control .wlc-icon {
    display: block;
    line-height: 1
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control svg {
    transform: var(--wlc-main-menu-svg-transform, none);
    fill: currentColor
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev {
    justify-content: flex-start;
    margin: 0 auto 0 0
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev svg {
    transform: rotate(90deg)
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next {
    justify-content: flex-end;
    margin: 0 0 0 auto
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next:before {
    transform: scaleX(-1)
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next svg {
    transform: rotate(-90deg)
}

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

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] {
    grid-gap: 0;
    display: none
}

@media (min-width:900px) {
    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] {
        width: auto
    }
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
    transition: background 0.3s linear;
    padding: 10px 16px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    background-color: transparent
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
    transition: opacity 0.3s linear;
    content: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 31\ 26\'%3E%3Cpath\ d=\'M27.54,23.57H3.81V1.5A23.77,23.77,0,0,0,27.54,23.57Z\'\ fill=\'%230f1127\'/%3E%3Cpath\ d=\'M15.85,24.48h0Z\'/%3E%3C/svg%3E%0A);
    position: absolute;
    bottom: -3px;
    display: block;
    width: 16px;
    height: 16px;
    opacity: 0
}

.wlc-body--theme-alt .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
.wlc-body--theme-alt .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
    content: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 31\ 26\'%3E%3Cpath\ d=\'M27.54,23.57H3.81V1.5A23.77,23.77,0,0,0,27.54,23.57Z\'\ fill=\'%23e5eaf2\'/%3E%3Cpath\ d=\'M15.85,24.48h0Z\'/%3E%3C/svg%3E%0A)
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before {
    left: calc(100% - 3px)
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
    right: calc(100% - 3px);
    transform: scaleX(-1)
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
    color: var(--mc-main);
    font-weight: bold;
    background-color: var(--mc-baseOpacity)
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:before,
.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:after {
    opacity: 1
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
        color: var(--mc-main);
        background-color: var(--mc-baseOpacity)
    }

    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before,
    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:after {
        opacity: 1
    }
}

@media (min-width:900px) {
    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] {
        display: grid;
        grid-auto-columns: auto;
        grid-auto-flow: column;
        align-items: center
    }
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link:after,
.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link:before,
.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link:after,
.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link:before {
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    background: var(--mc-baseOpacity);
    pointer-events: none
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link.active {
    right: initial;
    left: 0
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link:hover {
        right: initial;
        left: 0
    }
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link.active {
    right: 0;
    left: initial
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link:hover {
        right: 0;
        left: initial
    }
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .wlc-menu {
    display: block;
    width: 100%
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__icon-arrow {
    color: var(--mc-baseMain)
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item {
    overflow: hidden
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item.active>.wlc-menu__link {
    transition: all 0.3s linear;
    color: var(--mc-baseThird, var(--mc-baseMain));
    background: var(--mc-bg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item.active>.wlc-menu__link .wlc-icon {
    color: var(--mc-baseThird, var(--mc-baseMain))
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active .wlc-menu__submenu {
    gap: 5px;
    padding: 5px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
    transition: all 0.3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    background: var(--mc-bg300);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-height: 42px;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text .wlc-counter {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 30px;
    height: 25px;
    padding: 0 5px;
    background: var(--mc-bg700);
    border-radius: 8px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
    transition: all 0.3s linear;
    background: var(--mc-bg100);
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
        transition: all 0.3s linear;
        color: var(--mc-baseSecond, var(--mc-baseMain));
        background: var(--mc-bg100)
    }

    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-icon {
        color: inherit
    }
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu {
    background: var(--mc-bg);
    display: grid;
    margin: 0;
    border-radius: 0 0 8px 8px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:first-child .wlc-menu__link,
.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:last-child .wlc-menu__link {
    border-radius: 8px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
    background: none;
    border-radius: 8px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link.active {
    transition: all 0.3s linear;
    background: var(--mc-bg100);
    border-radius: 8px
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link:hover {
        transition: all 0.3s linear;
        background: var(--mc-bg100)
    }
}

@media (hover:hover) {
    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
        border-radius: 8px
    }
}

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

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4px
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-icon {
    margin: 0 10px 0 0
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-icon svg {
    fill: currentColor
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__icon-arrow {
    transition: all 0.3s linear;
    margin: 0 0 0 auto;
    color: var(--mc-baseOpacity);
    transform: rotate(0)
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item {
    overflow: hidden
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active>.wlc-menu__link {
    transition: all 0.3s linear;
    color: #ffffff;
    background: var(--mc-main)
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active>.wlc-menu__link .wlc-icon {
    transition: all 0.3s linear;
    color: #ffffff
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active>.wlc-menu__link .wlc-menu__icon-arrow {
    transform: rotate(180deg)
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
    transition: all 0.3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    background: var(--mc-bg500);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 8px 12px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
    transition: background 0.3s linear;
    background: var(--mc-bg500);
    color: var(--mc-main)
}

@media (pointer:fine) {
    .wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
        transition: background 0.3s linear;
        background: var(--mc-bg300)
    }

    .wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-icon {
        color: inherit
    }
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text {
    display: flex;
    align-items: center
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text .wlc-counter--theme-circle {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    width: 30px;
    height: 25px;
    margin: 0 0 0 10px;
    background: var(--mc-bg500);
    border-radius: 8px
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu {
    background: var(--mc-bg);
    margin-top: 4px;
    border-radius: 10px
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:last-child .wlc-menu__link {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:first-child .wlc-menu__link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
    background: transparent
}

.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link.active {
    transition: background 0.3s linear;
    background: var(--mc-bg500);
    border-radius: 0
}

@media (pointer:fine) {
    .wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link:hover {
        transition: background 0.3s linear;
        background: var(--mc-bg500)
    }
}

@media (hover:hover) {
    .wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
        border-radius: 0
    }
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] {
    min-width: 0
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959] {
    position: relative
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959] [_ngcontent-wlc-app-c3754564959]::-webkit-scrollbar {
    display: none
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 30px;
    height: 100%;
    padding: 0;
    color: var(--mc-baseMain);
    background: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-out;
    pointer-events: initial
}

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

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:disabled {
    display: none
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control .wlc-icon {
    display: block;
    line-height: 1
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control svg {
    transform: var(--wlc-main-menu-svg-transform, none);
    fill: currentColor
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev {
    justify-content: flex-start;
    margin: 0 auto 0 0
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev svg {
    transform: rotate(90deg)
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next {
    justify-content: flex-end;
    margin: 0 0 0 auto
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next:before {
    transform: scaleX(-1)
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next svg {
    transform: rotate(-90deg)
}

@media (pointer:fine) {
    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:hover {
        color: var(--mc-main)
    }
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959],
.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
    margin: 0 0 20px
}

@media (min-width:1024px) {

    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959],
    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
        margin: 0 0 40px
    }
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959]:before,
.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959]:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1)
}

@media (pointer:fine) {

    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item:last-child .wlc-menu__link:hover:before,
    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item:last-child .wlc-menu__link:hover:before {
        width: 100%
    }
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link,
.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    padding: 0 12px 10px;
    transition: color 0.3s linear;
    position: relative;
    z-index: 2;
    display: flex;
    text-decoration: none
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before {
    transition: width 0.3s linear;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--mc-buttonGradient)
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active,
.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:before,
.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:before {
    width: 100%
}

@media (pointer:fine) {

    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before,
    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before {
        width: calc(100% + 30px)
    }
}

@media (pointer:fine) {

    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before,
    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before {
        width: 100%
    }
}

.wlc-sections__profile-content--theme-first .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959],
.wlc-sections__profile-content--theme-first .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
    margin: 0
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959]::-webkit-scrollbar {
    display: none
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
    margin: 0 0 20px
}

@media (min-width:900px) {
    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
        margin: 0 0 30px
    }
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
    transition: all 0.3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    padding: 6px 15px;
    text-decoration: none;
    background: var(--mc-bg300);
    border-radius: 40px
}

.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45
}

@media (pointer:fine) {
    .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
        color: var(--mc-baseThird, var(--mc-baseMain));
        background: var(--mc-bg500)
    }
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] {
    padding: 5px 0;
    background: var(--mc-bg300);
    border-radius: 10px 0 0 10px;
    height: 100%
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__icon-active {
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: none;
    line-height: 0
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__icon-active svg {
    width: 40px;
    height: 16px
}

@media (min-width:1630px) {
    .wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__icon-active svg {
        height: 17px
    }
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown {
    padding: 10px 30px
}

@media (min-width:1630px) {
    .wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown {
        padding: 15px 30px
    }
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown:not(:last-child) {
    border-bottom: 2px solid var(--mc-baseOpacity)
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown>.wlc-menu__link {
    margin: 0 0 10px 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    line-height: 1.1;
    text-decoration: none;
    display: block
}

@media (min-width:1630px) {
    .wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown>.wlc-menu__link {
        line-height: 1.2
    }
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown>.wlc-menu__link .wlc-icon {
    display: none
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link {
    margin: 0 0 5px 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.3s linear;
    display: block
}

@media (min-width:1630px) {
    .wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link {
        margin: 0 0 10px 0
    }
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link.active {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    position: relative
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link.active .wlc-menu__icon-active {
    color: var(--mc-main);
    display: block
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link.active:hover {
        color: var(--mc-baseMain)
    }
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link:hover {
        color: var(--mc-main)
    }
}

.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item:last-child .wlc-menu__link {
    margin-bottom: 0
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
    position: relative;
    min-width: 0;
    margin: 0 0 30px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:disabled {
    display: none
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control .wlc-icon {
    display: block;
    line-height: 1
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control svg {
    transform: var(--wlc-main-menu-svg-transform, none);
    fill: currentColor
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev {
    justify-content: flex-start;
    margin: 0 auto 0 0
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev svg {
    transform: rotate(90deg)
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next {
    justify-content: flex-end;
    margin: 0 0 0 auto
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next:before {
    transform: scaleX(-1)
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next svg {
    transform: rotate(-90deg)
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:hover {
        color: var(--mc-main)
    }
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959]:before {
    display: none;
    content: "";
    position: absolute;
    top: 44px;
    z-index: 13;
    width: 100%;
    height: 2px;
    background: var(--mc-baseMain)
}

@media (min-width:900px) {
    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959]:before {
        display: block
    }
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] {
    padding: 0;
    position: relative;
    display: block;
    width: 100%
}

@media (min-width:900px) {
    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] {
        padding: 0 30px
    }
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .swiper {
    z-index: 13
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item {
    display: flex;
    align-items: center
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item svg {
    width: 20px;
    height: 20px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item svg path {
    fill: currentColor
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item .wlc-icon-content {
    display: flex
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .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;
    display: flex;
    align-items: center;
    padding: 15px;
    text-decoration: none
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-weight: bold;
    border-bottom: 2px solid var(--mc-baseThird, var(--mc-baseMain))
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active .wlc-counter {
    color: var(--mc-baseThird)
}

@media (pointer:fine) {
    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
        color: var(--mc-baseThird, var(--mc-baseMain))
    }

    .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-counter {
        color: var(--mc-baseThird)
    }
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text {
    display: flex;
    align-items: center
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text .wlc-counter {
    transition: color 0.3s linear;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    width: 30px;
    height: 25px;
    margin: 0 0 0 10px;
    background: var(--mc-bg500);
    border-radius: 8px
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
    margin: 12px -5px 0
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] swiper-container::part(container) {
    padding: 0 5px
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .swiper-slide {
    white-space: nowrap;
    border-right: 1px solid transparent;
    border-image: var(--mc-borderGradient) !important;
    border-image-slice: 1 !important
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .swiper-slide:last-of-type {
    border-image: none !important
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .swiper-slide:has(.wlc-menu__item--side-menu) {
    display: none
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
    gap: 4px;
    align-items: center;
    justify-content: space-between;
    margin: 0 5px;
    font-size: 1.6rem;
    line-height: 20px
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
    display: none
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:first-child {
    margin-left: 0
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text {
    display: flex;
    align-items: center
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-icon {
    line-height: 1
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link svg {
    height: 20px
}

.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
    font-weight: 600
}

@media (min-width:1024px) {
    .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
        margin: 30px 0 35px -5px
    }
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-icon {
    margin: 0;
    transform: unset
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--tabs-menu,
.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown {
    display: none
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--achievements .wlc-menu__link .wlc-icon:not(.wlc-menu__icon-arrow) {
    transform: unset !important
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    border-left: 2px solid transparent;
    color: var(--mc-baseMainNew);
    line-height: 1.2rem;
    background: var(--mc-bg300-o4)
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text {
    display: flex;
    align-items: center;
    font-weight: bold
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text .wlc-counter {
    transition: all 0.3s linear;
    justify-content: center;
    width: 25px;
    min-width: unset;
    height: 20px;
    padding: 0;
    color: var(--mc-baseMainNew)
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text .wlc-counter .wlc-counter {
    margin: 0
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active,
.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
    color: var(--mc-baseMain);
    background: var(--mc-bg100-o4)
}

.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active .wlc-menu__link-text .wlc-counter,
.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-menu__link-text .wlc-counter {
    color: var(--mc-baseMain)
}


.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-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: color 0.3s linear;
    display: flex;
    align-items: center
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-icon svg {
    transition: all 0.3s linear;
    fill: var(--mc-error)
}

@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]:hover svg {
        fill: var(--mc-baseMain)
    }
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-btn__text {
    gap: 5px;
    text-transform: uppercase
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-icon {
    width: 24px;
    height: 24px
}

.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-icon path {
    fill: none
}


@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)
    }
}

.wlc-btn[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
    display: none
}

.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] {
    position: relative;
    pointer-events: none
}

.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    opacity: 0
}

.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    display: block
}

.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] svg {
    animation: spin 1s infinite linear
}

.wlc-btn.wlc-btn--pending.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
    transform: translate(-50%, -50%) skew(20deg, 0)
}

.wlc-btn.wlc-btn--animate-pulse[_nghost-wlc-app-c3559402143] {
    animation: _ngcontent-wlc-app-c3559402143_buttonPulse 12.5s infinite cubic-bezier(0.7, 0, 0, 1)
}

.wlc-btn.wlc-btn--animate-glare[_nghost-wlc-app-c3559402143] {
    position: relative
}

.wlc-btn.wlc-btn--animate-glare[_nghost-wlc-app-c3559402143]:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    display: block;
    width: 55px;
    border-color: rgba(255, 255, 255, 0.1);
    border-width: 0 30px 0 10px;
    border-style: solid;
    transform: skewX(-45deg);
    animation-name: _ngcontent-wlc-app-c3559402143_buttonGlare;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.6, 0.15, 0.6, 0.95);
    animation-iteration-count: infinite
}

@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.wlc-btn--theme-mod-secondary.wlc-btn--animate-pulse[_nghost-wlc-app-c3559402143] {
    animation: _ngcontent-wlc-app-c3559402143_buttonPulseSecondary 12.5s infinite cubic-bezier(0.7, 0, 0, 1)
}

.wlc-btn.wlc-btn--only-icon[_nghost-wlc-app-c3559402143] {
    --wlc-icon-width: 20px;
    --wlc-icon-height: 20px;
    min-width: 40px;
    padding: 0
}

.wlc-btn.wlc-btn--only-icon[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    display: flex;
    align-items: center;
    justify-content: center
}

.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)
    }
}

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

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

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

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

.wlc-btn--theme-default.wlc-btn--theme-mod-readmore[_nghost-wlc-app-c3559402143] {
    background: unset;
    border-color: var(--mc-baseOpacity)
}

@media (pointer:fine) {
    .wlc-btn--theme-default.wlc-btn--theme-mod-readmore[_nghost-wlc-app-c3559402143]:hover {
        background: unset;
        border-color: var(--mc-baseOpacity)
    }
}

.wlc-btn--theme-default.wlc-btn--size-md[_nghost-wlc-app-c3559402143] {
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    min-width: auto;
    height: 30px;
    padding: 0 20px
}

.wlc-btn--theme-rounding[_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;
    border-radius: 100px
}

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

.wlc-btn--theme-rounding[_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-rounding[_nghost-wlc-app-c3559402143]:hover {
        box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
    }
}

.wlc-btn--theme-rounding[_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-rounding[_nghost-wlc-app-c3559402143]:hover:before {
        opacity: 0
    }
}

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

.wlc-btn--theme-rounding.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-rounding.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-rounding.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
        color: var(--mc-baseMain)
    }
}

.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143] {
    background: var(--mc-buttonGradient);
    box-shadow: none;
    border: none
}

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

@media (pointer:fine) {
    .wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-buttonGradient);
        box-shadow: none;
        border: none
    }

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

.wlc-btn--theme-circled[_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;
    grid-column-gap: unset;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 2px solid var(--mc-secondary)
}

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

.wlc-btn--theme-circled[_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-circled[_nghost-wlc-app-c3559402143]:hover {
        box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
    }
}

.wlc-btn--theme-circled[_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-circled[_nghost-wlc-app-c3559402143]:hover:before {
        opacity: 0
    }
}

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

.wlc-btn--theme-circled.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-circled.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-circled.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
        color: var(--mc-baseMain)
    }
}

@media (pointer:fine) {
    .wlc-btn--theme-circled.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-main-l20, var(--mc-main))
    }
}

@media (pointer:fine) {
    .wlc-btn--theme-circled[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-main-l20, var(--mc-main))
    }
}

.wlc-btn--theme-skew[_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;
    background: var(--mc-buttonGradient);
    border: none;
    transform: skew(-20deg, 0)
}

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

.wlc-btn--theme-skew[_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-skew[_nghost-wlc-app-c3559402143]:hover {
        box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
    }
}

.wlc-btn--theme-skew[_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-skew[_nghost-wlc-app-c3559402143]:hover:before {
        opacity: 0
    }
}

.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    transform: skew(20deg, 0)
}

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

.wlc-btn--theme-skew.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143] {
    background: var(--mc-buttonColor);
    border: 2px solid var(--mc-buttonColor)
}

@media (pointer:fine) {
    .wlc-btn--theme-skew.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-buttonColor);
        border: 2px solid var(--mc-buttonColor)
    }
}

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

@media (pointer:fine) {
    .wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-main-l20, var(--mc-main))
    }
}

.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143] {
    position: relative;
    display: inline-grid;
    grid-column-gap: 0;
    grid-template-columns: 1fr;
    min-width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border-radius: 4px;
    overflow: initial;
    border: none
}

.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    font-size: inherit;
    line-height: inherit;
    text-transform: capitalize
}

.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 1px;
    background-color: var(--mc-baseMain);
    transition: left 0.2s ease, right 0.2s ease
}

.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:active:after {
    right: 50%;
    left: 50%
}

@media (pointer:fine) {
    .wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:hover {
        color: var(--mc-baseMain);
        background: none;
        border: 0
    }

    .wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:hover:after {
        right: -0.25ch;
        left: -0.25ch
    }
}

.wlc-btn--theme-resolve[_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;
    background: var(--mc-buttonColor)
}

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

.wlc-btn--theme-resolve[_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-resolve[_nghost-wlc-app-c3559402143]:hover {
        box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
    }
}

.wlc-btn--theme-resolve[_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-resolve[_nghost-wlc-app-c3559402143]:hover:before {
        opacity: 0
    }
}

@media (pointer:fine) {
    .wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-buttonColor-l20);
        border-color: var(--mc-buttonColor-l20)
    }
}

.wlc-btn--theme-icon.wlc-btn--theme-mod-settings[_nghost-wlc-app-c3559402143] svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: var(--mc-baseMain)
}

.wlc-btn--theme-icon.wlc-btn--theme-mod-settings[_nghost-wlc-app-c3559402143] svg path,
.wlc-btn--theme-icon.wlc-btn--theme-mod-settings[_nghost-wlc-app-c3559402143] svg rect {
    fill: var(--mc-baseMain)
}

.wlc-btn--theme-icon.wlc-btn--theme-mod-wolf-settings[_nghost-wlc-app-c3559402143] svg {
    display: block;
    width: 20px;
    height: 20px;
    color: var(--mc-baseThird, var(--mc-baseMain))
}

.wlc-btn--theme-theme-wolf-link[_nghost-wlc-app-c3559402143] {
    --wlc-btn-link-color: var(--mc-secondary)
}

.wlc-btn--theme-theme-wolf-link[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
    color: var(--wlc-btn-link-color);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (pointer:fine) {
    .wlc-btn--theme-theme-wolf-link[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143]:hover {
        --wlc-btn-link-color: var(--mc-baseThird, var(--mc-baseMain))
    }
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 3px 15px;
    background: var(--mc-bg500-o6);
    border-radius: 60px
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143],
.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] .wlc-btn__counter[_ngcontent-wlc-app-c3559402143] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    transition: color 0.3s linear
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] .wlc-btn__counter[_ngcontent-wlc-app-c3559402143] {
    margin: 0 0 0 5px
}

@media (pointer:fine) {
    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-bg500)
    }

    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143],
    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143]:hover .wlc-btn__counter[_ngcontent-wlc-app-c3559402143] {
        color: var(--mc-baseThird)
    }
}

.wlc-btn--theme-textonly[_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;
    min-width: unset;
    margin: 0;
    background: unset;
    border-color: transparent;
    box-shadow: none
}

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

.wlc-btn--theme-textonly[_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-textonly[_nghost-wlc-app-c3559402143]:hover {
        box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
    }
}

.wlc-btn--theme-textonly[_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-textonly[_nghost-wlc-app-c3559402143]:hover:before {
        opacity: 0
    }
}

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

@media (pointer:fine) {
    .wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:hover {
        background: unset;
        border-color: transparent;
        box-shadow: 0 0 15px 0#7dbeff
    }

    .wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
        color: var(--mc-main-l20)
    }
}

@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],
.wlc-btn--theme-default.wlc-btn--deposit[_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-btn--theme-default.wlc-btn--pending.wlc-btn--theme-mod-default[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
    color: var(--mc-black)
}

.wlc-btn--theme-default.wlc-btn--pending.wlc-btn--theme-mod-default[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] svg,
.wlc-btn--theme-default.wlc-btn--pending.wlc-btn--theme-mod-default[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] path {
    fill: currentColor
}

button.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143] {
    height: 40px;
    background: var(--mc-buttonGradient)
}

@media (pointer:fine) {
    button.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:hover {
        background: var(--mc-buttonGradient)
    }
}


[_nghost-wlc-app-c3860173112] {
    display: none
}


[_nghost-wlc-app-c3936004735] {
    display: none
}


.wlc-games-catalog--theme-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] .wlc-games-grid__more {
    margin: 20px 0 0
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 20px
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] {
    grid-row: 1/3;
    grid-column: 1/3;
    margin-right: 10px;
    align-self: stretch;
    width: 100%
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] {
        margin-right: 12px
    }
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] div[_ngcontent-wlc-app-c3748941157] {
    height: 100%
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] [class*=wlc-banners][_ngcontent-wlc-app-c3748941157] {
    height: 100%
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] [class*=wlc-banners],
.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .swiper,
.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .ng-star-inserted[wlc-dynamic] {
    height: 100%
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-banner {
    height: 100%;
    border-radius: 10px
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner {
    --banner-justify-content: flex-start;
    --banner-gradient: linear-gradient(var(--banner-grad-angle, 90deg), var(--mc-bg-o8), transparent);
    --banner-max-width: 80%;
    --banner-text-align: left;
    --banner-btn-margin: 0 auto 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: var(--banner-justify-content);
    height: 100%;
    overflow: hidden
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner.text-center {
    --banner-grad-angle: 180deg;
    --banner-max-width: 100%;
    --banner-text-align: center;
    --banner-btn-margin: 0 auto
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner.text-right {
    --banner-grad-angle: 270deg;
    --banner-justify-content: flex-end;
    --banner-text-align: right;
    --banner-btn-margin: 0 0 0 auto
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__bg.gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--banner-gradient)
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container {
    padding: 40px;
    position: relative;
    z-index: 20;
    max-width: var(--banner-max-width);
    text-align: var(--banner-text-align)
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__title {
    margin: 0 0 10px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__title {
        font-style: normal;
        font-weight: bold;
        font-size: 3.6rem;
        line-height: 1.45
    }
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__description {
    margin: 0 0 30px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__description {
        font-style: normal;
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .wlc-btn--theme-default {
    margin: var(--banner-btn-margin)
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__game {
    height: 100%;
    overflow: hidden
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
    perspective: 1000px;
    perspective-origin: 50% 50%
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    display: grid;
    flex-grow: 1;
    grid-auto-rows: 1fr
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 12px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr))
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr))
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(195px, 1fr))
    }
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
    margin: 30px 0-15px
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
        margin: 40px 0-20px
    }
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] {
    margin: 0 0 20px 0
}

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__placeholder[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mc-baseMain);
    border-radius: 6px;
    background-image: var(--mc-bg);
    background-repeat: no-repeat;
    background-size: cover
}

.wlc-search--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
    margin: 20px 0
}

@media (min-width:1024px) {
    .wlc-search--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
        margin: 20px 0
    }
}

.wlc-provider-games--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
    margin: 20px 0
}

@media (min-width:1024px) {
    .wlc-provider-games--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
        margin: 20px 0
    }
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app-search[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr))
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr))
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-banner-right[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] {
    grid-column: -1/-3
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
    flex-direction: column;
    margin: 0;
    padding: 15px 10px;
    background: var(--mc-bg700);
    border-radius: 10px;
    text-decoration: none
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
        padding: 30px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
        padding: 30px 15px 15px
    }
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title[_ngcontent-wlc-app-c3748941157] {
    margin: 0;
    text-align: center;
    width: 100%
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    max-width: 100%
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-icon[_ngcontent-wlc-app-c3748941157] {
    margin: 0
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon[_ngcontent-wlc-app-c3748941157] {
    margin: 0 0 0 5px
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
    margin: 30px
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
        margin: 0
    }
}

.container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157]:not(:first-child) {
    margin-top: 30px
}

@media (min-width:900px) {
    .container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157]:not(: first-child) {
        margin-top: 20px
    }
}

@media (min-width:1630px) {
    .container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157]:not(: first-child) {
        margin-top: 40px
    }
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-template-columns: repeat(2, 1fr)
}

@media (min-width:560px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:720px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:900px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(5, 1fr)
    }
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
    margin: 0 0 10px
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    line-height: 1
}

.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-simple[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-template-columns: var(--wlc-games-grid-simple-cols, repeat(auto-fill, minmax(120px, 1fr)));
    gap: 10px
}

.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__content.wolf-all[_ngcontent-wlc-app-c3748941157] {
    grid-template-areas: "title-icon title wolf-all swiper-buttons" "games-grid games-grid games-grid games-grid";
    grid-template-columns: auto 1fr auto auto;
    align-items: center
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content.wolf-all[_ngcontent-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
    margin: 0
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    display: grid;
    flex-grow: 1;
    grid-auto-rows: 1fr;
    grid-area: games-grid
}

@media (min-width:900px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 12px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr))
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr))
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(195px, 1fr))
    }
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
    perspective: 1000px;
    perspective-origin: 50% 50%
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent
}

.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__show-all-btn[_ngcontent-wlc-app-c3748941157],
.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__wolf-all[_ngcontent-wlc-app-c3748941157] {
    margin: 0 15px 0 0;
    grid-area: wolf-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--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__nocontent[_ngcontent-wlc-app-c3748941157] {
    grid-row: 2/3;
    grid-column: 1/-1
}

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

.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-bottom-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
    grid-template-areas: "games-grid games-grid games-grid games-grid" "title-icon title swiper-buttons show-all"
}

.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-bottom-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
    margin: 0 0 0 auto
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
        margin: 0 60px
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
        border-radius: 6px
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
        overflow: hidden
    }
}

.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
    display: none;
    z-index: 1;
    grid-area: games-grid;
    align-self: center;
    width: 100%
}

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

.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    justify-content: space-between
}

.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
    grid-template-columns: 1fr;
    display: grid
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 15px
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 20px
    }
}

.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__bg[_ngcontent-wlc-app-c3748941157] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__bg[_ngcontent-wlc-app-c3748941157] {
        display: block
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__bg[_ngcontent-wlc-app-c3748941157] {
        border-radius: 10px
    }
}

.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
    flex-direction: row;
    padding: 0 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
        flex-direction: column
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
        padding: 20px 0 40px
    }
}

.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:before {
        background: linear-gradient(180deg, #7f7cff 0%, #404253 100%)
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:before {
        border-radius: 10px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
        display: flex
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
        display: none
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157] {
        display: none
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157] {
        display: grid
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
        color: #ffffff;
        font-style: normal;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
    perspective: 1000px;
    perspective-origin: 50% 50%
}

.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent
}

.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    display: grid;
    flex-grow: 1;
    grid-auto-rows: 1fr;
    grid-column: 1/-1;
    grid-template-rows: repeat(2, 1fr)
}

@media (min-width:900px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 12px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr))
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr))
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(195px, 1fr))
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-column: 2/-1
    }
}

@media (min-width:1200px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:1630px) {
    .wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(5, 1fr)
    }
}

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

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

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

.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157]:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 110%;
    background: var(--mc-bg);
    transform: translateX(-100%)
}

.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__nocontent[_ngcontent-wlc-app-c3748941157] {
    grid-row: 2/3;
    grid-column: 1/-1
}

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

.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .swiper-horizontal {
    overflow: visible
}

.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
    color: #0a84ff;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon {
    display: none
}

.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    grid-area: title;
    align-items: center;
    align-self: center
}

.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    line-height: 1
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 20px
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    grid-gap: 10px;
    display: grid
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr))
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
    }
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 15px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 20px
    }
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
    perspective: 1000px;
    perspective-origin: 50% 50%
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--mc-bg500)
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    line-height: 1
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] .wlc-icon-content[class] {
    width: 20px;
    height: 20px
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-more[_ngcontent-wlc-app-c3748941157] .wlc-btn {
    display: flex
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] {
    padding: 0 15px;
    margin: 0 0 10px;
    width: 100%
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.45;
    margin: 0
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__text {
        margin: 0 0 5px
    }
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__progress {
    display: none;
    width: 100%;
    background: var(--mc-bg300)
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__progress {
        display: block
    }
}

.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    grid-gap: 10px;
    max-width: 830px;
    margin: 0 auto
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr))
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-template-columns: repeat(auto-fill, minmax(155px, 1fr))
    }
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 10px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
        grid-gap: 15px
    }
}

.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
    flex-direction: column;
    padding: 10px;
    transition: background 0.3s linear;
    border-radius: 10px;
    justify-content: center;
    margin: 0;
    color: var(--mc-baseThird, var(--mc-baseMain));
    text-decoration: none;
    background: var(--mc-bg500)
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
        padding: 15px
    }
}

@media (min-width:1024px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
        padding: 15px
    }
}

.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] svg {
    width: 30px;
    height: 30px
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] svg {
        width: 50px
    }
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] svg {
        height: 50px
    }
}

.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title {
    margin: 0
}

.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    display: flex;
    justify-content: center;
    margin: 10px 0 0
}

.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link .wlc-icon {
    margin: 0 0 0 5px;
    opacity: 1
}

.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link svg {
    width: 15px;
    height: 15px
}

@media (min-width:900px) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link {
        color: var(--mc-baseThird, var(--mc-baseMain));
        font-style: normal;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.45
    }
}

@media (pointer:fine) {
    .wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:hover {
        background: var(--mc-bg700)
    }
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    line-height: 1
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link {
    color: var(--mc-baseOpacity);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    transition: color 0.3s linear;
    line-height: 1;
    text-decoration: none
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link .wlc-icon {
    transition: opacity 0.3s linear;
    opacity: 0
}

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

    .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link:hover .wlc-icon {
        opacity: 1
    }
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.wlc-provider-games--theme-mod-default .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
    margin: 20px 0 0
}

@media (min-width:1200px) {
    .wlc-provider-games--theme-mod-default .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
        margin: 20px 0 0
    }
}

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

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon {
    transition: transform 0.3s linear;
    margin-left: 5px
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon-content {
    display: flex
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon svg {
    transform: rotate(-90deg);
    fill: var(--mc-main)
}

.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .counter[_ngcontent-wlc-app-c3748941157] {
    margin-left: 5px
}

@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]:hover .wlc-icon {
        transform: rotateX(360deg) translateX(10px)
    }

    .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover .wlc-icon svg {
        fill: var(--mc-baseMain)
    }
}

.wlc-games-grid.wlc-games-grid--theme-mod-all-link-secondary[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
    color: var(--mc-main);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45
}

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

.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] {
    margin: 0 auto 0 0
}

.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] {
    margin: 0 10px 0 0
}

.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] .wlc-icon-content {
    display: flex;
    width: 24px;
    height: 24px
}

.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] .wlc-icon-content svg {
    width: 100%;
    height: 100%;
    fill: 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
}

.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(container) .swiper-pagination-bullets {
    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(container) .swiper-pagination-bullets {
        display: none
    }
}

@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-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    display: flex;
    justify-content: center
}

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

.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] .wlc-btn[_ngcontent-wlc-app-c3748941157] .wlc-btn__text {
    font-size: 1.4rem
}


.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next {
    transition: background 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    background: var(--mc-buttonColor);
    outline: none;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    position: relative
}

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

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

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled:before,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.swiper-button-disabled:before {
    display: none
}

@media (pointer:fine) {

    .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:not(.swiper-button-disabled),
    .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:not(.swiper-button-disabled) {
        box-shadow: none
    }
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:before,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next: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-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:before,
    .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:before {
        opacity: 0.4
    }
}

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

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

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

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: calc(-1*40px/2)
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next:after {
    text-indent: -9999px
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next {
    right: auto;
    left: 10px
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next:after,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-lock {
    display: none
}

.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,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.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] .swiper-button-prev,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: calc(-1*40px/2)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next:after {
    text-indent: -9999px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next {
    right: auto;
    left: var(--wlc-navi-left-offset, 10px)
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev {
    right: var(--wlc-navi-right-offset, 10px);
    left: auto
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next:after,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-lock {
    display: none
}

.wlc-slider-navigation--theme-wolf.wlc-slider-navigation--theme-mod-lg[_nghost-wlc-app-c225656936] {
    --wlc-navi-button-size: 40px;
    --wlc-icon-width: 18px;
    --wlc-icon-height: 18px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.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)
}

a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] .wlc-icon {
    transition: opacity 0.3s linear;
    opacity: 0
}

a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] .wlc-icon svg {
    fill: 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)
    }

    a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__content[_ngcontent-wlc-app-c679633311] .wlc-icon[_ngcontent-wlc-app-c679633311] {
        opacity: 1
    }
}

.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-weight: bold;
    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)
}

a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
    text-decoration: none;
    cursor: pointer
}

a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311],
a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    transition: color 0.3s linear
}

@media (pointer:fine) {

    a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311],
    a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]:hover .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        color: var(--mc-baseThird)
    }
}

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

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

.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    --wlc-icon-width: 16px;
    --wlc-icon-height: 16px;
    margin: 0 10px 0 0;
    color: var(--mc-baseMain)
}

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

.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
    fill: currentColor
}

.wlc-sections__profile-content .wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    color: var(--mc-baseThird)
}

.wlc-sections__profile-content .wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    color: var(--mc-baseThird)
}

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

.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] .wlc-icon {
    display: none
}

@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-default-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--mc-bg500);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 300px
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 400px
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
    margin: 30px auto 0
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
        margin: 40px auto 0 0
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .container {
    position: relative;
    z-index: 20
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor {
    position: absolute;
    z-index: 11;
    object-position: initial
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: inherit;
    will-change: transform
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--top-in {
    top: 1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--top-out {
    top: -1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--right-in {
    right: 1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--right-out {
    right: -1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--bottom-in {
    bottom: 1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--bottom-out {
    bottom: -1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--left-in {
    left: 1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--left-out {
    left: -1%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner_bg:before {
    display: block
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner_bg:before {
        display: none
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
    left: 2%;
    bottom: 3%;
    max-width: 30vw
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        left: 35%
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        left: 45%
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        bottom: 7%
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        max-width: 25vw
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        max-width: 22vw
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        max-width: 20vw
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        max-width: 15vw
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        max-height: 320px
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
        max-height: 320px
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
    right: 2%;
    bottom: 3%;
    max-width: 30vw
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        right: 5%
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        bottom: 5%
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        max-width: 35vw
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        max-width: 30vw
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        max-width: 25vw
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        max-width: 20vw
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        max-height: 355px
    }
}

@media (min-width:2500px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
        left: 65%
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__title,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__description {
    color: #ffffff;
    text-shadow: 1px 1px 2px #060727, 0 0 1em #060727
}

@media (min-width:1024px) {

    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__title,
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__description {
        color: #060727
    }
}

@media (min-width:1024px) {

    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__title,
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__description {
        text-shadow: 1px 1px 2px #ffffff, 0 0 1em #ffffff
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--left {
    left: -1%;
    bottom: 0;
    max-width: 30vw
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--left {
        bottom: -15%
    }
}

@media (min-width:1420px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--left {
        bottom: -40%
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--right {
    right: 2%;
    top: 2%;
    max-width: 30vw
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor img {
    height: 100%;
    object-fit: cover
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
    top: 0;
    bottom: 0;
    left: 1%;
    max-width: 200px;
    z-index: 5;
    animation-delay: 250ms
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        top: -5%
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        top: 0
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        bottom: -5%
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        bottom: 0
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        left: 40%
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        left: calc(50% - 150px)
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        display: none
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        display: block
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
        max-width: 350px
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
    top: -15px;
    right: 0;
    left: 45%;
    display: none;
    max-width: 660px;
    height: calc(100% + 30px);
    z-index: 15;
    animation-delay: 500ms
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
        right: 10%
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
        left: 50%
    }
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
        display: block
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
    top: 0;
    right: 0;
    display: none;
    max-width: 32vw;
    z-index: 10;
    animation-delay: 750ms
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        top: -20px
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        top: 0
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        right: initial
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        left: 60%
    }
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        left: 75%
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        left: calc(50% + 300px)
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        left: calc(50% + 420px)
    }
}

@media (min-width:560px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        display: block
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        max-width: 420px
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        height: calc(100% + 40px)
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
        height: auto
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner_bg:before {
    display: none
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-image:
        /* original URL: https://agstatic.com/wlc/new-banners/banner-4/left-fixed.svg */
        url(https://kometacasino222.buzz/css/images/26.svg),
        /* original URL: https://agstatic.com/wlc/new-banners/banner-4/right-fixed.svg */
        url(https://kometacasino222.buzz/css/images/27.svg);
    background-position: -375%0, 110%0;
    position: absolute;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
        display: block
    }
}

@media (min-width:900px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
        background-position: -125%0, 110%0
    }
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
        background-position: -75%0, 125%0
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
        background-position: -50%0, 110%0
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
        background-position: top left, top right
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor img,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor-fixed img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor-fixed {
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 30%;
    mix-blend-mode: color-dodge
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor-fixed {
        display: block
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor {
    display: flex;
    align-items: flex-end
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left {
    top: 30%;
    bottom: -10px;
    left: 0;
    width: 33%
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left {
        top: -1%
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left {
        left: 3%
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left img {
    object-position: bottom left
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right {
    top: 30%;
    right: 0;
    bottom: -10px;
    width: 33%
}

@media (min-width:1024px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right {
        top: -7%
    }
}

@media (min-width:1630px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right {
        right: 5%
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right img {
    object-position: bottom right
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-video__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-video__bg img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-video__video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 2
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg:before,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000, transparent)
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg img,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg img {
    transition: transform 0.1s linear;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right
}

@media (min-width:1630px) {

    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg img,
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg img {
        object-position: bottom
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    text-align: center;
    text-shadow: 1px 1px 2px #060727, 0 0 1em #060727
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
        text-align: start
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
        color: #ffffff;
        font-style: normal;
        font-weight: bold;
        font-size: 3.6rem;
        line-height: 1.45
    }
}

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

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    text-align: center;
    text-shadow: 1px 1px 2px #060727, 0 0 1em #060727
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
        text-align: start
    }
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
        color: #ffffff;
        font-style: normal;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

@media (min-width:1200px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
        color: #ffffff;
        font-style: normal;
        font-weight: bold;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--center .banner__title,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--center .banner__description {
    text-align: center
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
    margin: 30px auto 0
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__title,
.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__description {
    text-align: center
}

@media (min-width:768px) {

    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__title,
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__description {
        text-align: right
    }
}

.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
    margin: 30px auto 0
}

@media (min-width:768px) {
    .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
        margin: 40px 0 0 auto
    }
}

.wlc-slider--theme-mod-wide .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 350px
}

@media (min-width:1630px) {
    .wlc-slider--theme-mod-wide .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 500px
    }
}

.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner {
    min-height: 150px;
    padding: 0 20px
}

@media (min-width:560px) {
    .wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner {
        min-height: 220px
    }
}

.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__decor {
    position: absolute;
    z-index: 11;
    object-position: initial
}

.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__decor img {
    display: block;
    object-fit: contain;
    object-position: inherit;
    will-change: transform
}

.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__decor--left {
    top: 0;
    left: 0
}

.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
    margin: 10px auto 0
}

@media (min-width:560px) {
    .wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
        margin: 20px auto 0
    }
}

.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner_bg:before {
    background: transparent
}

.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__title {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 220px;
    padding: 20px;
    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;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 0 0 10px;
    max-width: 60%;
    display: -webkit-box;
    box-orient: vertical;
    -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;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    max-width: unset;
    display: -webkit-box;
    box-orient: vertical;
    -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
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
    color: #ffe600;
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    z-index: 2
}

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

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__decor {
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    object-position: initial;
    height: 100%
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__decor img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: right;
    will-change: transform
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__decor--right {
    right: 0;
    bottom: 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--center {
    align-items: center;
    text-align: center
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
    margin: 30px auto 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--right {
    align-items: flex-end;
    text-align: right
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
    margin: 30px auto 0
}

@media (min-width:768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
        margin: 40px 0 0 auto
    }
}

.wlc-slider--theme-mod-wide .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 350px
}

@media (min-width:1630px) {
    .wlc-slider--theme-mod-wide .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 500px
    }
}

@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
}


.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
    --wlc-lc-bg: var(--mc-bg700);
    --wlc-lc-decor-width: 140px;
    --wlc-lc-decor-height: auto;
    --wlc-lc-btns-margin: 0;
    --wlc-lc-main-padding: 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    border-radius: 20px;
    overflow: hidden
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
        --wlc-lc-min-height: 377px
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
        --wlc-lc-decor-width: 500px
    }
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
        --wlc-lc-decor-height: 100%
    }
}

@media (min-width:768px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
        --wlc-lc-nocontent-height: 612px
    }
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
        --wlc-lc-nocontent-height: 377px
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
        --wlc-lc-main-padding: 20px 0
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__front-button[_ngcontent-wlc-app-c2668923666] {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: none;
    transform: none !important;
    border: none
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__front-button[_ngcontent-wlc-app-c2668923666]:before {
    content: none
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__front-button[_ngcontent-wlc-app-c2668923666]:hover {
    background: none;
    box-shadow: none
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
    grid-template-columns: 1fr;
    padding: 0;
    position: relative;
    display: grid;
    gap: 40px;
    min-height: var(--wlc-lc-min-height);
    background: radial-gradient(29.36% 102.79%at 105.87% 0%, rgba(117, 230, 255, 0.4) 0%, rgba(117, 230, 255, 0) 100%), rgba(255, 255, 255, 0.03);
    cursor: pointer;
    overflow: hidden
}

@media (min-width:1200px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
        grid-template-columns: 702px 1fr
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
        padding: 0
    }
}

@media (max-width:1199px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr;
        gap: 0;
        justify-content: center;
        background: radial-gradient(76.03% 23.57%at 50% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03))
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__decor[_ngcontent-wlc-app-c2668923666] {
    align-self: start;
    position: relative;
    justify-self: center;
    width: 100%;
    height: var(--wlc-lc-decor-height);
    overflow: hidden
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__decor[_ngcontent-wlc-app-c2668923666] {
        align-self: center
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
    bottom: 0;
    max-height: initial;
    transform: translate(-50%, 0);
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
        bottom: 50%
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
        transform: translate(-50%, 50%)
    }
}

@media (max-width:1199px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
        position: static;
        height: auto;
        transform: none
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    align-self: baseline;
    margin: 40px 40px 40px 0;
    padding: 0;
    font-weight: bold
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__name[_ngcontent-wlc-app-c2668923666] {
    font-size: 24px;
    text-transform: uppercase
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__timer[_ngcontent-wlc-app-c2668923666] {
    height: 60px;
    margin-top: 24px
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__tickets[_ngcontent-wlc-app-c2668923666] {
    display: flex;
    gap: 26px;
    align-items: center;
    margin-top: 20px
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__tickets-text[_ngcontent-wlc-app-c2668923666] {
    font-size: 24px;
    text-transform: uppercase
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__tickets-count[_ngcontent-wlc-app-c2668923666] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 12px;
    color: var(--mc-baseMain);
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    background: var(--mc-buttonGradient);
    border-radius: 10px
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__description[_ngcontent-wlc-app-c2668923666] {
    display: -webkit-box;
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

@media (max-width:1199px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] {
        margin: 24px 12px
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__loader[_ngcontent-wlc-app-c2668923666] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--wlc-lc-min-height);
    background: var(--wlc-lc-bg)
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
    --wlc-lc-main-padding: 0 20px 20px;
    grid-template-columns: 1fr;
    gap: 0;
    display: grid;
    min-height: var(--wlc-lc-nocontent-height);
    background: var(--wlc-lc-bg)
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
        --wlc-lc-main-padding: 0 20px 0 0
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
        grid-template-columns: 1fr minmax(0, 2fr)
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
        gap: 20px
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent-details[_ngcontent-wlc-app-c2668923666] {
    padding: 0 0 20px;
    text-align: center;
    color: var(--ma-base-third, var(--mc-baseMain));
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    align-self: center
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent-details[_ngcontent-wlc-app-c2668923666] {
        padding: 0 20px 0 0
    }
}

@media (min-width:1024px) {
    .wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent-details[_ngcontent-wlc-app-c2668923666] {
        text-align: left
    }
}

.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__prizes[_ngcontent-wlc-app-c2668923666],
.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__buttons[_ngcontent-wlc-app-c2668923666] {
    display: none
}


.wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 0;
    background: none;
    display: grid
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1200px) {
    .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (min-width:1200px) {
    .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
        gap: 10px
    }
}

.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px;
    gap: 10px;
    text-align: left;
    background: radial-gradient(91.67% 91.67%at 50% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    line-height: 1.2;
    border: 1px solid var(--mc-main)
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        flex-direction: column
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        justify-content: space-between
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        padding: 0
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        gap: 0
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        text-align: center
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        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%)
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
        border-radius: 32px
    }
}

.wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
    width: 64px
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
        width: 65%
    }
}

.wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    background: var(--mc-buttonGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
        padding: 0 40px
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
        font-size: 20px
    }
}

.wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
    padding: 0;
    font-size: 14px;
    color: var(--mc-baseMain);
    text-wrap: balance
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
        padding: 16px 40px 24px 40px
    }
}

@media (min-width:640px) {
    .wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
        font-size: 16px
    }
}

.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
    font-size: 2rem;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase
}

@media (min-width:768px) {
    .wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
        font-size: 2.6rem
    }
}

.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] span[_ngcontent-wlc-app-c3760990826] {
    background: var(--mc-buttonGradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}


.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
        max-width: 1170px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
        max-width: 1320px
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
    background: var(--mc-bg500);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
        border-radius: 20px
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
    padding: 20px 15px 50px;
    gap: 25px;
    display: grid;
    overflow: hidden
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
        padding: 30px 20px 50px
    }
}

@media (min-width:1024px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
        padding: 40px 30px 50px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
        padding: 45px 40px 40px
    }
}

@media (min-width:900px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
        gap: 25px
    }
}

@media (min-width:1024px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
        gap: 30px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
        gap: 30px
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.25
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
        font-style: normal;
        font-weight: bold;
        font-size: 2.4rem;
        line-height: 1.25
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
        font-style: normal;
        font-weight: bold;
        font-size: 3.6rem;
        line-height: 1.45
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] {
    position: relative;
    z-index: 5
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] .swiper {
    overflow: visible
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] .swiper {
        overflow: hidden
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] {
    position: absolute
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
    width: 30px;
    height: 30px;
    left: 6%;
    top: 20px
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        width: 35px
    }
}

@media (min-width:900px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        width: 40px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        width: 40px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        width: 40px
    }
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        height: 35px
    }
}

@media (min-width:900px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        height: 40px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        height: 40px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        height: 40px
    }
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        left: 40px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        left: 40px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        left: 40px
    }
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        top: 25px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
        top: 45px
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
    width: 30px;
    height: 30px;
    left: 6%;
    top: 20px
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        width: 35px
    }
}

@media (min-width:900px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        width: 40px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        width: 40px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        width: 40px
    }
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        height: 35px
    }
}

@media (min-width:900px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        height: 40px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        height: 40px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        height: 40px
    }
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        left: 88px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        left: 88px
    }
}

@media (min-width:1630px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        left: 88px
    }
}

@media (min-width:768px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        top: 25px
    }
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
        top: 45px
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] svg,
.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] img {
    width: 100%;
    fill: #ffffff
}

.wlc-modal--youtube-modal.wlc-modal--theme-default .wlc-modal__title {
    text-align: left
}

@media (min-width:1200px) {
    .wlc-modal--youtube-modal.wlc-modal--theme-default .wlc-modal__body {
        padding: 20px 40px 40px
    }
}

@media (min-width:1630px) {
    .wlc-modal--youtube-modal.wlc-modal--theme-default .wlc-modal__body {
        padding: 20px 65px 65px
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
    margin: 0 0 40px
}

@media (max-width:1199px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
        padding-right: 0;
        padding-left: 0
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] {
    display: none
}

@media (min-width:1024px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] {
        display: block
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
    display: block;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
        justify-content: center
    }
}

@media (max-width:1023px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
        margin-left: 20px
    }
}

@media (max-width:767px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
        margin-left: 15px
    }
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] {
    position: static
}

.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
    border-top: 1px solid var(--mc-main);
    border-bottom: 1px solid var(--mc-main)
}

@media (min-width:1200px) {
    .wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
        border-left: 1px solid var(--mc-main);
        border-right: 1px solid var(--mc-main)
    }
}


.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    padding: 15px 0;
    height: 100%
}

.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
    padding: 0;
    min-height: 60px
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
    height: 62px
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
        flex: 1 1 auto;
        min-width: 0
    }
}

.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    margin-bottom: 15px;
    display: none;
    height: 80px;
    padding-top: 24px;
    background-color: var(--mc-bg700);
    border-radius: 10px
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        margin-right: 10px
    }
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        flex: 0 0 25%
    }
}

@media (min-width:1630px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        flex: 0 0 20%
    }
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        text-align: center
    }
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        display: block
    }
}

.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
    margin: -10px 0;
    padding: 10px 0
}

.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
    overflow: visible
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
        flex: 1 1 auto;
        min-width: 0
    }
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] {
    --wlc-winner-slider-slide-height: 60px;
    position: relative
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    height: 100%;
    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: 32px;
    overflow: hidden
}

.wlc-winners-slider--theme-vertical.wlc-winners-slider--headless[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    padding-top: 38px
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
    height: 280px
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    padding: 32px 16px 16px;
    color: var(--mc-secondary);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    position: unset;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent;
    border-radius: 10px 0 10px 0
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
        padding: 40px 40px 20px
    }
}

.wlc-winners-slider--theme-vertical.wlc-winners-slider--headless[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    display: none
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
    height: calc((52px + var(--wlc-winner-slider-slide-gap, 10px))*var(--wlc-winner-slider-slides-per-view, 4));
    margin: 0 15px 30px
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
        margin: 0 40px 40px
    }
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
    height: calc(100% + 0);
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 100%;
    overflow-x: visible
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
    overflow: visible
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] {
    position: relative
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__container.no-winners[_ngcontent-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    flex: 0 1 auto;
    align-items: flex-start;
    margin-bottom: 15px
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
    height: 280px
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    display: flex;
    flex: 0 1 100%;
    align-items: center;
    justify-content: center;
    text-align: center
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
    max-height: 275px;
    margin: 10px 0 0
}

@media (min-width:900px) {
    .wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
        max-height: 350px
    }
}

@media (min-width:768px) {
    .wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
        margin: 10px 0 0
    }
}

@media (min-width:1200px) {
    .wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
        margin: 10px 0px 0
    }
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
    height: calc(100% + 10px);
    margin-bottom: -10px;
    margin-left: -10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 100%;
    overflow-x: visible
}

.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
    overflow: visible;
    margin-bottom: -10px;
    margin-left: -10px;
    padding-bottom: 10px;
    padding-left: 10px
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] {
    --wlc-winner-slider-slide-height: 70px;
    --wlc-winner-slider-slide-inner-gap: 15px;
    max-width: 100%;
    width: 100%;
    overflow: hidden
}

@media (min-width:720px) {
    .wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] {
        max-width: 315px
    }
}

@media (min-width:1024px) {
    .wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] {
        max-width: 345px
    }
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    height: 100%
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    margin-bottom: 15px;
    padding: 0px;
    font-size: 2rem;
    text-align: center;
    background: none;
    box-shadow: none
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
    padding: 20px 20px 10px 20px;
    height: calc((var(--wlc-winner-slider-slide-height, 70px) + var(--wlc-winner-slider-slide-gap, 15px) + var(--wlc-winner-slider-slide-inner-gap, 15px))*var(--wlc-winner-slider-slides-per-view, 4) - var(--wlc-winner-slider-slide-inner-gap, 15px));
    position: relative;
    background: var(--mc-bg700);
    border-radius: 10px;
    overflow: hidden
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686]:before {
    display: none
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
    height: 100%;
    overflow-x: visible
}

.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
    overflow: visible
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    border: 1px solid var(--mc-main)
}

.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
    color: var(--mc-secondary);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    font-weight: 900;
    text-transform: uppercase
}

@media (min-width:900px) {
    .wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
        height: calc((61px + var(--wlc-winner-slider-slide-gap, 10px))*var(--wlc-winner-slider-slides-per-view, 4))
    }
}

.wlc-winners-slider--theme-vertical.wlc-winners-slider--type-biggest[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
    background: transparent
}


.wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] {
    width: 100%;
    height: 100%
}

.wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 30px;
    position: relative;
    height: 100%;
    background: center center/cover no-repeat;
    background-color: transparent
}

@media (min-width:1200px) {
    .wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 65px 35px 40px
    }
}

.wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: none;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%
}

@media (min-width:768px) {
    .wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
        max-width: 320px
    }
}

.wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
    display: none;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -1%;
    z-index: 1;
    max-width: 350px
}

@media (min-width:768px) {
    .wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
        display: block
    }
}

.wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseMain-locked);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 20px 0 0 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-winners-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 50px 0 0 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] {
    text-align: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 20px 15px 20px;
    min-height: none;
    border-radius: 10px
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 0px 15px 0px
    }
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 363px
    }
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before {
    background: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    gap: 20px;
    justify-content: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    flex: none
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 5px 0 0 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-1.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] {
    text-align: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 20px;
    min-height: none
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 0px 15px 0px
    }
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 347px
    }
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    gap: 20px;
    justify-content: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    flex: none
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 5px 0 0 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-vertical.wlc-no-content--theme-mod-default.wlc-no-content--type-default[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-default[_nghost-wlc-app-c1934073274] {
    text-align: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-default[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: none
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-default[_nghost-wlc-app-c1934073274] .wlc-no-content__text-link[_ngcontent-wlc-app-c1934073274] {
    transition: all 0.3s linear
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 50px 25px 50px
}

@media (min-width:1200px) {

    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274],
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274],
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 65px 35px 40px
    }
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before,
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before,
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before {
    background: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-default[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    align-items: center;
    max-width: 100%
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-default[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 25px 0 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-default[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 15px 0;
    border-radius: 10px
}

@media (min-width:1200px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 15px 0
    }
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before {
    display: none
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 7px 0 0 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-stripe[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    flex: none;
    gap: 5px
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] {
    text-align: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 40px 15px 40px;
    min-height: none;
    border-radius: 10px
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 0px 15px 0px
    }
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 363px
    }
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before {
    display: none
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    gap: 20px;
    justify-content: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    flex: none
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 5px 0 0 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-transparent[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 20px;
    min-height: none
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 0px 15px 0px
    }
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 347px
    }
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    gap: 20px;
    justify-content: center
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    flex: none
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 5px 0 0 0
}

.wlc-no-content--wlc-winners-slider.wlc-no-content--theme-mod-along-with-tournament[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 0
}

.wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] {
    width: 100%;
    height: 100%
}

.wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 30px;
    position: relative;
    height: 100%;
    background: center center/cover no-repeat;
    background-color: transparent
}

@media (min-width:1200px) {
    .wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 65px 35px 40px
    }
}

.wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: none;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%
}

@media (min-width:768px) {
    .wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
        max-width: 320px
    }
}

.wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
    display: none;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -1%;
    z-index: 1;
    max-width: 350px
}

@media (min-width:768px) {
    .wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
        display: block
    }
}

.wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseMain-locked);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 20px 0 0 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-jackpots-slider[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 50px 0 0 0
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274],
.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] {
    text-align: center
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 20px 15px 20px;
    min-height: none;
    background: var(--mc-bg700);
    border-radius: 10px
}

@media (min-width:1024px) {

    .wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274],
    .wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 0px 15px 0px
    }
}

@media (min-width:1024px) {

    .wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274],
    .wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 363px
    }
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    flex: none
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 5px 0 0 0
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-1[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 0
}

.wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 20px
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-jackpots-slider.wlc-no-content--theme-vertical[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 0px 15px 0px
    }
}

.wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] {
    width: 100%;
    height: 100%
}

.wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 30px;
    position: relative;
    height: 100%;
    background: center center/cover no-repeat;
    background-color: transparent
}

@media (min-width:1200px) {
    .wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 65px 35px 40px
    }
}

.wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: none;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%
}

@media (min-width:768px) {
    .wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
        max-width: 320px
    }
}

.wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
    display: none;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -1%;
    z-index: 1;
    max-width: 350px
}

@media (min-width:768px) {
    .wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
        display: block
    }
}

.wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseMain-locked);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 20px 0 0 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-bonuses-list[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 50px 0 0 0
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-promo-home[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    min-height: 388px
}

@media (min-width:768px) {
    .wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-promo-home[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 380px
    }
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-promo-home[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 385px
    }
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-promo-home[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before {
    background: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-promo-home[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] .wlc-loader[_ngcontent-wlc-app-c1934073274] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%)
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] {
    --wlc-nc-wolf-bonuses-columns: 1fr;
    height: initial
}

@media (min-width:768px) {
    .wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] {
        --wlc-nc-wolf-bonuses-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1200px) {
    .wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] {
        --wlc-nc-wolf-bonuses-columns: repeat(3, minmax(0, 1fr))
    }
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    display: grid;
    grid-template-columns: var(--wlc-nc-wolf-bonuses-columns);
    gap: 20px;
    align-items: center;
    justify-items: center;
    height: initial;
    padding: 30px 25px;
    background: var(--mc-bg500);
    border-radius: 8px
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    align-items: center;
    order: 2;
    max-width: initial;
    text-align: center
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
    position: static;
    order: 1
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseSecond);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseSecond);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-bonuses-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 30px 0 0
}

.wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] {
    width: 100%;
    height: 100%
}

.wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 30px;
    position: relative;
    height: 100%;
    background: center center/cover no-repeat;
    background-color: transparent
}

@media (min-width:1200px) {
    .wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 65px 35px 40px
    }
}

.wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: none;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%
}

@media (min-width:768px) {
    .wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
        max-width: 320px
    }
}

.wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
    display: none;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -1%;
    z-index: 1;
    max-width: 350px
}

@media (min-width:768px) {
    .wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
        display: block
    }
}

.wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseMain-locked);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 20px 0 0 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-tournament-list[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 50px 0 0 0
}

.wlc-no-content--wlc-tournament-list.wlc-no-content--theme-default.wlc-no-content--type-banner[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    min-height: 325px
}

@media (min-width:768px) {
    .wlc-no-content--wlc-tournament-list.wlc-no-content--theme-default.wlc-no-content--type-banner[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 370px
    }
}

@media (min-width:1024px) {
    .wlc-no-content--wlc-tournament-list.wlc-no-content--theme-default.wlc-no-content--type-banner[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        min-height: 385px
    }
}

.wlc-no-content--wlc-tournament-list.wlc-no-content--theme-default.wlc-no-content--type-banner[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274]:before {
    background: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.wlc-no-content--wlc-tournament-list.wlc-no-content--theme-default.wlc-no-content--type-banner[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] .wlc-loader[_ngcontent-wlc-app-c1934073274] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%)
}

.wlc-no-content--wlc-tournament-list.wlc-no-content--theme-wolf[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    border-radius: 8px
}

.wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] {
    width: 100%;
    height: 100%
}

.wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 65px 15px 30px;
    position: relative;
    height: 100%;
    background: center center/cover no-repeat;
    background-color: transparent
}

@media (min-width:1200px) {
    .wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
        padding: 65px 35px 40px
    }
}

.wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: none;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%
}

@media (min-width:768px) {
    .wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
        max-width: 320px
    }
}

.wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
    display: none;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -1%;
    z-index: 1;
    max-width: 350px
}

@media (min-width:768px) {
    .wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274] {
        display: block
    }
}

.wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content__title[_ngcontent-wlc-app-c1934073274] {
    color: var(--mc-baseMain-locked);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    margin: 20px 0 0 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-no-content--wlc-total-jackpot[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 50px 0 0 0
}

.wlc-no-content--wlc-total-jackpot.wlc-no-content--theme-default[_nghost-wlc-app-c1934073274] {
    text-align: center
}

.wlc-no-content--wlc-total-jackpot.wlc-no-content--theme-default[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 0;
    background-color: initial
}

.wlc-no-content--wlc-total-jackpot.wlc-no-content--theme-default[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: 650px;
    margin: 0 auto
}

.wlc-no-content--wlc-total-jackpot.wlc-no-content--theme-games-inside[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 0;
    background: none
}

.wlc-no-content--wlc-total-jackpot.wlc-no-content--theme-games-inside[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    max-width: 640px;
    margin: 0 auto;
    text-align: center
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] {
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__wrapper[_ngcontent-wlc-app-c1934073274] {
    padding: 0;
    background: none
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__body[_ngcontent-wlc-app-c1934073274] {
    display: block;
    max-width: 100%
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    gap: 20px;
    display: flex;
    border-radius: 10px;
    background: var(--wlc-promo-nocontent-bg, var(--mc-bg700))
}

@media (min-width:640px) {
    .wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
        flex-direction: row
    }
}

@media (min-width:640px) {
    .wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
        padding: 25px
    }
}

@media (min-width:1630px) {
    .wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
        padding: 30px
    }
}

@media (min-width:640px) {
    .wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__content[_ngcontent-wlc-app-c1934073274] {
        gap: 40px
    }
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__text-block[_ngcontent-wlc-app-c1934073274] {
    flex: 1 0 60%;
    text-align: center
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__text[_ngcontent-wlc-app-c1934073274] {
    color: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__decor[_ngcontent-wlc-app-c1934073274] {
    --wlc-icon-width: 100%;
    --wlc-icon-height: 100%;
    justify-content: center;
    flex: 0 1 100%;
    max-width: 100%;
    display: flex
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
    margin: 40px 0 0;
    display: flex;
    justify-content: center
}

@media (min-width:640px) {
    .wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
        margin: 20px 0 0
    }
}

@media (min-width:1630px) {
    .wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content__button-wrap[_ngcontent-wlc-app-c1934073274] {
        margin: 40px 0 0
    }
}

.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content-decor[_ngcontent-wlc-app-c1934073274],
.wlc-no-content--theme-promotions[_nghost-wlc-app-c1934073274] .wlc-no-content[_ngcontent-wlc-app-c1934073274] .wlc-icon[_ngcontent-wlc-app-c1934073274] {
    position: static;
    display: block;
    width: initial;
    max-width: 100%
}


@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-total-jackpot--theme-default[_nghost-wlc-app-c2535224027] {
    display: flex
}

.wlc-total-jackpot--theme-default[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__counter.loading[_ngcontent-wlc-app-c2535224027] {
    animation: _ngcontent-wlc-app-c2535224027_pulse 2s infinite
}

.wlc-total-jackpot--theme-default[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__text[_ngcontent-wlc-app-c2535224027] {
    font-weight: bold;
    font-size: 30px
}

.wlc-total-jackpot-nodata[_ngcontent-wlc-app-c2535224027] {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
    transition: all 0.3s linear;
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: 50px auto;
    display: grid;
    height: 100%;
    background: var(--mc-bg700)
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
        gap: 20px
    }
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
        grid-template-columns: 72px auto
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
        grid-template-columns: 85px auto
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
        grid-template-columns: 100px auto
    }
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
        grid-template-rows: 1fr
    }
}

@media (pointer:fine) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027]:hover {
        background: var(--mc-bg700-l10)
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
    width: 72px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
        width: 85px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
        width: 100px
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
        height: 60px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
        height: 70px
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__icon-wrap[_ngcontent-wlc-app-c2535224027],
.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__sprite[_ngcontent-wlc-app-c2535224027] {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__icon-wrap[_ngcontent-wlc-app-c2535224027] .wlc-animate-sprite__canvas,
.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__sprite[_ngcontent-wlc-app-c2535224027] .wlc-animate-sprite__canvas {
    margin: 0 auto;
    display: block
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__icon[_ngcontent-wlc-app-c2535224027] {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
    text-align: center;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
        text-align: start
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__top[_ngcontent-wlc-app-c2535224027] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__top[_ngcontent-wlc-app-c2535224027] {
        font-style: normal;
        font-weight: bold;
        font-size: 2.4rem;
        line-height: 1.45
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__text[_ngcontent-wlc-app-c2535224027] {
    margin: none;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__text[_ngcontent-wlc-app-c2535224027] {
        font-style: normal;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.45
    }
}

.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__counter[_ngcontent-wlc-app-c2535224027] {
    margin: 0 0 0 10px
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
        max-width: 1170px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
        max-width: 1320px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__bg[_ngcontent-wlc-app-c2535224027] {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        /* original URL: https://kometacasino148.com/static/images/jackpots/bg.png */
        url(https://kometacasino222.buzz/css/images/28.webp)center/contain no-repeat, radial-gradient(80.98% 119.55%at 50% 99.97%, rgba(117, 230, 255, 0.4) 0%, rgba(117, 230, 255, 0) 100%)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
    padding: 30px 10px;
    overflow: hidden
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
        padding: 30px 20px
    }
}

@media (min-width:1024px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
        padding: 30px
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
        padding: 30px 75px 75px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
    margin: 0 0 20px;
    color: var(--mc-black);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
        font-style: normal
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
        font-style: normal
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
    margin: 40px 0 15px;
    position: relative;
    color: var(--mc-secondary)
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
        margin: 60px 0 0
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
        margin: 90px 0 0
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
    font-size: 3rem;
    letter-spacing: unset;
    font-family: TotalJackpot, Roboto, sans-serif;
    line-height: 1;
    fill: currentColor
}

@media (min-width:768px) {

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
        font-size: 4.4rem
    }
}

@media (min-width:1024px) {

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
        font-size: 5.8rem
    }
}

@media (min-width:1200px) {

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
        font-size: 8rem
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
    height: 40px
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
        height: 54px
    }
}

@media (min-width:1024px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
        height: 70px
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
        height: 110px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] {
    position: relative;
    z-index: 5
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__header {
    display: none
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__content {
    grid-template-areas: "games-grid";
    grid-template-columns: 1fr
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__games-slider {
    grid-area: "games-grid"
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .swiper {
    overflow: visible
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .swiper {
        overflow: hidden
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor[_ngcontent-wlc-app-c2535224027] {
    position: absolute;
    z-index: 1
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
    width: 40px;
    height: 40px;
    left: 7%;
    top: 20px;
    background:
        /* original URL: https://agstatic.com/wlc/total-jackpot/decor-1.png */
        url(https://kometacasino222.buzz/css/images/29.png)center/contain no-repeat;
    animation: _ngcontent-wlc-app-c2535224027_rotateRight 60s linear infinite
}

@media (min-width:560px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
        width: 64px
    }
}

@media (min-width:900px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
        width: 85px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
        width: 124px
    }
}

@media (min-width:560px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
        height: 64px
    }
}

@media (min-width:900px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
        height: 85px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
        height: 124px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
    width: 40px;
    height: 40px;
    right: 7%;
    top: 20px;
    background:
        /* original URL: https://agstatic.com/wlc/total-jackpot/decor-2.png */
        url(https://kometacasino222.buzz/css/images/30.png)center/contain no-repeat;
    animation: _ngcontent-wlc-app-c2535224027_rotateLeft 60s linear infinite
}

@media (min-width:560px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
        width: 64px
    }
}

@media (min-width:900px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
        width: 85px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
        width: 124px
    }
}

@media (min-width:560px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
        height: 64px
    }
}

@media (min-width:900px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
        height: 85px
    }
}

@media (min-width:1630px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
        height: 124px
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__btn-no-jackpot[_ngcontent-wlc-app-c2535224027] {
    margin: 20px auto 0;
    position: relative
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__btn-no-jackpot[_ngcontent-wlc-app-c2535224027] {
        margin: 25px auto 0
    }
}

@media (min-width:1200px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__btn-no-jackpot[_ngcontent-wlc-app-c2535224027] {
        margin: 30px auto 0
    }
}

.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
    margin: 0
}

.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] .wlc-title__main {
    min-height: unset;
    padding: 0;
    background: transparent;
    border-radius: unset;
    display: flex;
    align-items: center
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor[_ngcontent-wlc-app-c2535224027] {
    display: none
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
    position: absolute;
    top: 0;
    left: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px 0 20px;
    color: var(--mc-baseMain);
    font-weight: 600;
    line-height: 35px;
    background: var(--mc-buttonGradient);
    transform: skew(-30deg, 0)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] .wlc-title__main {
    margin-left: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    transform: skew(30deg, 0)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027]:after,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027]:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    transform: skew(30deg, 0)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027]:after {
    left: -10px;
    background: var(--mc-buttonGradient);
    transform: skew(30deg, 0);
    border-radius: 20px 0 0 0
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027]:before {
    left: -15px;
    z-index: 1;
    margin-left: 20px;
    background:
        /* original URL: https://kometacasino148.com/static/images/icons/jackpots.svg */
        url(https://kometacasino222.buzz/css/images/31.svg)center/contain no-repeat
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
    font-weight: 900;
    font-family: Mulish, sans-serif
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] swiper-container::part(container) {
    overflow: visible;
    padding-bottom: 0
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default {
    border-radius: 16px
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default .wlc-game-thumb__icon,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default .wlc-game-thumb__name {
    display: none
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default .wlc-game-thumb__title {
    background: transparent
}

@media (pointer:fine) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default:hover .wlc-game-thumb__label {
        display: none
    }

    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default:hover .wlc-game-thumb__desc:before {
        background: var(--mc-bg700-o8)
    }
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb__label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 0 12px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 26px;
    background: var(--mc-buttonHighlightGradient);
    border-radius: 100px
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb__label span {
    display: inline-block
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more .wlc-games-grid__show-all-btn {
    background: transparent;
    border: 2px solid var(--mc-secondary)
}

.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more .wlc-games-grid__show-all-btn .wlc-btn__text {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more .wlc-games-grid__show-all-btn:hover {
        background: var(--mc-baseMain-o2);
        box-shadow: none
    }
}

@media (min-width:768px) {
    .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more {
        margin: 45px 0 0
    }
}


.wlc-title--theme-default.wlc-title--mb[_nghost-wlc-app-c3804597050] {
    margin-bottom: 15px
}

.wlc-title--theme-default[_nghost-wlc-app-c3804597050] div.wlc-title__main[_ngcontent-wlc-app-c3804597050],
.wlc-title--theme-default[_nghost-wlc-app-c3804597050] h1.wlc-title__main[_ngcontent-wlc-app-c3804597050] {
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45
}

.wlc-title--theme-default[_nghost-wlc-app-c3804597050] div.wlc-title__second[_ngcontent-wlc-app-c3804597050],
.wlc-title--theme-default[_nghost-wlc-app-c3804597050] h1.wlc-title__second[_ngcontent-wlc-app-c3804597050] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-title--theme-default.wlc-title--theme-mod-third[_nghost-wlc-app-c3804597050] .wlc-title__main[_ngcontent-wlc-app-c3804597050] {
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45
}


.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.wlc-provider-links--theme-mod-inside-modal[_nghost-wlc-app-c2868077189] .wlc-provider-links__title[_ngcontent-wlc-app-c2868077189] {
    text-align: center
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-mobile-custom[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
    padding: 10px
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-mobile-custom[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper .swiper-wrapper {
    display: grid;
    grid-template-rows: 60px 60px;
    grid-template-columns: 1fr 1fr
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-adaptive[_nghost-wlc-app-c2868077189] {
    grid-gap: 20px;
    grid-template-areas: "title" "icons" "button";
    grid-template-columns: 1fr
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-adaptive[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    width: 100%;
    margin: 0 auto
}

@media (min-width:560px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-adaptive[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
        max-width: 520px
    }
}

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

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
    gap: 8px;
    grid-template-columns: auto 170px
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
        gap: 24px
    }
}

@media (min-width:480px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr))
    }
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item {
    height: 119px
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__wrp {
    display: flex;
    flex-direction: column
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__image {
    width: 140px;
    height: 60px;
    max-width: max-content
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__image {
        width: 160px
    }
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__image {
        height: 70px
    }
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__error {
    height: 60px;
    display: flex;
    align-items: center
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__error {
        height: 70px
    }
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__info {
    color: #737490;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    margin: 12px 0 0
}

@media (max-width:559px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__info {
        color: #737490;
        font-style: normal;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.45
    }
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links-item[_ngcontent-wlc-app-c2868077189] {
    border-radius: 8px
}

@media (pointer:fine) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links-item[_ngcontent-wlc-app-c2868077189]:hover {
        background: var(--mc-bg500);
        box-shadow: none;
        transform: none;
        transition: none
    }
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title {
    justify-content: center
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
    color: var(--mc-baseSecond);
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.45;
    margin: 10px 0
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
        margin: 10px 0 30px
    }
}

@media (max-width:559px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
        color: var(--mc-baseSecond);
        font-style: normal;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__loader[_ngcontent-wlc-app-c2868077189] {
    grid-column: 1/3
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189],
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_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__wrapper[_ngcontent-wlc-app-c2868077189] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    display: grid
}

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

.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__slider[_ngcontent-wlc-app-c2868077189] swiper-container::part(container) {
    overflow: visible
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c2868077189] {
    display: none;
    grid-area: navigation
}

.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__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c2868077189] {
    margin: 0;
    grid-area: navigation
}

@media (min-width:768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c2868077189] {
        margin: 0 15px 0 0
    }
}

.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,
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 125px;
    height: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: center
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg path {
    fill: currentColor
}

@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-mobile-app-swiper[_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-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__loader[_ngcontent-wlc-app-c2868077189] {
    grid-column: 1/3
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__title[_ngcontent-wlc-app-c2868077189] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    text-align: left
}

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

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 40px 0 0;
    display: grid
}

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

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] {
    position: relative
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189]:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 110%;
    background: var(--mc-bg);
    transform: translateX(-100%)
}

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

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c2868077189] {
    display: none
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
    margin: 0 0 0 20px;
    display: block;
    grid-area: button;
    min-width: 0;
    height: auto;
    padding: 0;
    background: transparent
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] .wlc-btn__text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    color: #0a84ff
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .swiper-horizontal {
    overflow: visible
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item {
    position: relative;
    background: var(--mc-bg700);
    border-radius: 6px;
    transition: transform 0.2s, box-shadow 2s;
    aspect-ratio: 4/3
}

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

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__wrp {
    font-size: 2rem;
    padding: 5px 10px;
    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-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__image,
.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg path {
    fill: currentColor
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] {
    display: grid;
    align-items: center;
    min-width: 0;
    max-width: 100%
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__loader[_ngcontent-wlc-app-c2868077189] {
    grid-column: 1/3
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__title[_ngcontent-wlc-app-c2868077189] {
    display: none
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 10px;
    display: grid
}

@media (min-width:768px) {
    .wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
        gap: 15px
    }
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item {
    position: relative;
    background: var(--mc-bg700);
    border-radius: 4px;
    transition: transform 0.2s, box-shadow 2s
}

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

.wlc-provider-links--theme-mobile-app[_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-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__image,
.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg path {
    fill: currentColor
}

.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:focus {
    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-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links-item[_ngcontent-wlc-app-c2868077189] {
    background: var(--mc-bg700)
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
    justify-content: center;
    justify-items: center
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item {
    width: 100%
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__info {
    font-weight: 600;
    font-size: 14px
}

@media (max-width:767px) {
    .wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item {
        width: 171px
    }
}

.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-transform: none
}


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

.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);
    visibility: hidden;
    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);
    visibility: hidden;
    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
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link.active {
    color: var(--mc-main)
}

@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] .swiper-wrapper {
    width: auto
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .swiper-slide {
    width: auto
}

.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-post-menu__items[_ngcontent-wlc-app-c3856525351],
.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-post-menu__items[_ngcontent-wlc-app-c3856525351],
    .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-post-menu__items[_ngcontent-wlc-app-c3856525351],
    .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-post-menu__items[_ngcontent-wlc-app-c3856525351],
    .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-post-menu__items[_ngcontent-wlc-app-c3856525351],
    .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[_nghost-wlc-app-c3856525351] .wlc-post-menu__title[_ngcontent-wlc-app-c3856525351] {
    color: var(--mc-main);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    padding: 0 0 20px 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__items[_ngcontent-wlc-app-c3856525351],
.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;
    max-width: 440px;
    margin: -5px auto;
    display: block;
    -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__items[_ngcontent-wlc-app-c3856525351],
    .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__items[_ngcontent-wlc-app-c3856525351],
    .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-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    transition: all 0.3s linear;
    display: block;
    padding: 20px 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 2px solid var(--mc-baseOpacity)
}

.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link.active {
    color: var(--mc-black);
    background: var(--mc-buttonGradient)
}

@media (pointer:fine) {
    .wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link:hover:not(.active) {
        color: var(--mc-baseMain);
        background: var(--mc-buttonGradient)
    }
}

.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__item:last-child .wlc-menu__link {
    border-bottom: 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__items[_ngcontent-wlc-app-c3856525351],
.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__items[_ngcontent-wlc-app-c3856525351] .wlc-menu__item,
    .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__items[_ngcontent-wlc-app-c3856525351],
    .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__items[_ngcontent-wlc-app-c3856525351],
    .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__items[_ngcontent-wlc-app-c3856525351],
    .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(3, 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__items[_ngcontent-wlc-app-c3856525351],
    .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__items[_ngcontent-wlc-app-c3856525351],
    .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
    }
}

.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link {
    background: var(--mc-bg500)
}


[_nghost-wlc-app-c3373317602] {
    display: inline-block
}

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

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

.wlc-logo--theme-mod-footer-wolf[_nghost-wlc-app-c3373317602] img,
.wlc-logo--theme-mod-footer-wolf[_nghost-wlc-app-c3373317602] svg {
    margin: 0 auto
}

.wlc-logo__image[_ngcontent-wlc-app-c3373317602] img,
.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%
}

@media (max-width:719px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706]:first-child .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
        height: 45px
    }
}

@media (max-width:559px) {
    .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706]:first-child .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
        height: 35px
    }
}


.wlc-scroll-up[_nghost-wlc-app-c1295680026] {
    padding: 0 30px;
    position: fixed;
    bottom: 65px;
    left: 50%;
    z-index: 1000;
    width: 100%;
    max-width: 1800px;
    transform: translateX(-50%);
    pointer-events: none
}

@media (min-width:1630px) {
    .wlc-scroll-up[_nghost-wlc-app-c1295680026] {
        padding: 0 10px
    }
}

.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
    transition: all 0.3s linear;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    color: #ffffff;
    background: var(--mc-baseOpacity);
    border-radius: 100px;
    outline: none;
    cursor: pointer;
    opacity: 0;
    border: none
}

@media (min-width:900px) {
    .wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
        width: 50px
    }
}

@media (min-width:900px) {
    .wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
        height: 50px
    }
}

.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] .wlc-icon-content {
    display: flex
}

.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] .wlc-icon-content svg {
    width: auto;
    height: auto;
    fill: currentColor
}

@media (min-width:900px) {
    .wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] .wlc-icon-content svg {
        width: 20px
    }
}

.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button.show[_ngcontent-wlc-app-c1295680026] {
    opacity: 1;
    pointer-events: initial
}

.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button.mobile-only[_ngcontent-wlc-app-c1295680026] {
    display: flex
}

@media (min-width:900px) {
    .wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button.mobile-only[_ngcontent-wlc-app-c1295680026] {
        display: none
    }
}

@media (pointer:fine) {
    .wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026]:hover {
        color: #ffffff;
        background: #75e6ff
    }
}

.wlc-scroll-up.wlc-scroll-up--theme-mod-circle[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
    border-radius: 100px
}

.wlc-scroll-up.wlc-scroll-up--theme-mod-circle[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] svg {
    width: auto
}

@media (min-width:900px) {
    .wlc-scroll-up.wlc-scroll-up--theme-mod-circle[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] svg {
        width: 18px
    }
}


.wlc-btn[_ngcontent-wlc-app-c577327010] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    border: none;
    border-radius: 100px;
    padding: 10px 24px;
    background: var(--mc-buttonGradient);
    transition: all 0.3s
}

.wlc-btn__text[_ngcontent-wlc-app-c577327010] {
    padding: 0 20px;
    color: var(--mc-baseMain);
    font-weight: bold;
    font-size: 14px
}

.wlc-btn[_ngcontent-wlc-app-c577327010]:hover {
    box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
}

.wlc-btn[_ngcontent-wlc-app-c577327010] .wlc-icon[_ngcontent-wlc-app-c577327010] {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px 0 2px 0;
    line-height: 0;
    text-align: center;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
    border-radius: 5px
}

.wlc-btn[_ngcontent-wlc-app-c577327010] .wlc-icon[_ngcontent-wlc-app-c577327010] svg[_ngcontent-wlc-app-c577327010] {
    width: 10px;
    height: 8px
}

@media (max-width:767px) {
    .wlc-btn[_ngcontent-wlc-app-c577327010] {
        width: 100%;
        margin: 0 auto
    }
}


.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 20px;
    grid-template-areas: "login sign";
    align-items: center
}

.wlc-burger-panel--left-mobile .wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576] {
    grid-template-areas: "sign" "login"
}

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

.wlc-login-signup--theme-default[_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] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: var(--h-gap);
    grid-template-areas: "login sign";
    align-items: center
}

.wlc-burger-panel--left-mobile .wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] {
    grid-template-areas: "sign" "login"
}

.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
    }
}


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

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__title[_ngcontent-wlc-app-c93805668] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.45;
    margin-bottom: 15px;
    text-align: left
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__backdrop[_ngcontent-wlc-app-c93805668] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background: var(--mc-bg-o8);
    visibility: visible;
    pointer-events: all
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__container[_ngcontent-wlc-app-c93805668] {
    height: 100%
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__container--lastwins[_ngcontent-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
    display: flex
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__container[_ngcontent-wlc-app-c93805668] .wlc-scrollbar[_ngcontent-wlc-app-c93805668] .swiper-scrollbar {
    margin-right: 5px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
    padding-top: 0;
    width: 100vw;
    right: -110vw;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: var(--mc-bgModal);
    visibility: visible;
    transition: all 0.7s ease-out;
    pointer-events: all
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
        padding-top: 60px
    }
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
        padding-top: 70px
    }
}

@media (min-width:1630px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
        padding-top: 100px
    }
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
        width: 365px
    }
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
        right: -395px
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp.open[_ngcontent-wlc-app-c93805668] {
    right: 0
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn[_ngcontent-wlc-app-c93805668] {
    position: absolute;
    top: 165px;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 55px;
    background: var(--mc-bg);
    box-shadow: 0 24px 24px 0 rgba(17, 17, 17, 0.24);
    border-radius: 16px 0 0 16px;
    cursor: pointer
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn-icon[_ngcontent-wlc-app-c93805668] {
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    opacity: 0.8
}

@media (pointer:fine) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn[_ngcontent-wlc-app-c93805668]:hover .wlc-icon[_ngcontent-wlc-app-c93805668] {
        opacity: 1
    }
}

@media (max-width:479px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn[_ngcontent-wlc-app-c93805668] {
        top: 33px;
        right: 25px;
        left: auto;
        width: 40px;
        height: 40px;
        background: none;
        box-shadow: none;
        border-radius: 5px
    }

    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn-icon[_ngcontent-wlc-app-c93805668] {
        width: 40px
    }

    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn-icon[_ngcontent-wlc-app-c93805668] svg {
        width: 40px;
        height: 40px
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
    transition: all 0.3s linear;
    position: absolute;
    top: 40%;
    right: 0;
    visibility: visible;
    cursor: pointer
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
        width: 34px
    }
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
        top: 45%
    }
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
        top: 40%
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-content[_ngcontent-wlc-app-c93805668] {
    position: relative;
    overflow: hidden;
    border-radius: 16px 0 0 16px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668] {
    position: relative;
    align-items: center;
    justify-content: center;
    background: var(--mc-bg100);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.24)
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668] {
        width: 34px
    }
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668] {
        height: 56px
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn.active[_ngcontent-wlc-app-c93805668] {
    background: var(--mc-buttonGradient)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn.active[_ngcontent-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg g path {
    fill: var(--mc-black)
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content {
        height: 22px
    }
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content {
        height: 20px
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg {
    width: 32px;
    height: 32px
}

@media (max-width:1023px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg {
        width: 22px;
        height: 22px
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg g path {
    fill: var(--mc-black)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--desktop[_ngcontent-wlc-app-c93805668] {
    display: none
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--desktop[_ngcontent-wlc-app-c93805668] {
        display: flex
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] {
    display: flex;
    width: 24px;
    height: 56px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg {
    width: 30px;
    height: 30px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg path {
    fill: var(--mc-black)
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] {
        display: none
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mc-baseMain-o2)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:last-child:before {
    display: none
}

@media (pointer:fine) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:hover {
        background: var(--mc-buttonGradient)
    }

    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:hover .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg g path {
        fill: var(--mc-black)
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__header[_ngcontent-wlc-app-c93805668] {
    grid-template-columns: 1fr 1fr 1fr 65px;
    display: grid;
    padding: 20px 25px;
    background: var(--mc-bgModal)
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__header[_ngcontent-wlc-app-c93805668] {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content[_ngcontent-wlc-app-c93805668] {
    padding: 0 25px 45px;
    width: 100%;
    height: 100%
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content[_ngcontent-wlc-app-c93805668] {
        padding: 0 25px 125px
    }
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content[_ngcontent-wlc-app-c93805668] {
        padding: 0 25px 45px
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content-item[_ngcontent-wlc-app-c93805668] {
    height: 100%
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668] {
    height: 65px;
    background: var(--mc-bg100);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mc-black);
    border-radius: 0;
    border-right: 1px solid var(--mc-main-o2);
    cursor: pointer
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668] {
        background: var(--mc-bg700)
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content {
    height: 35px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg {
    width: 38px;
    height: 38px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg g path {
    fill: var(--mc-black)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab.active[_ngcontent-wlc-app-c93805668] {
    color: var(--mc-black);
    background: var(--mc-buttonGradient)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab.active[_ngcontent-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] svg g path {
    fill: var(--mc-black)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--mc-black-o2)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:first-child {
    border-radius: 16px 0 0 16px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:last-child {
    border-radius: 0 16px 16px 0;
    border-right: none
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:last-child:before {
    display: none
}

@media (pointer:fine) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:hover:not(.active) {
        color: var(--mc-black);
        background: var(--mc-buttonGradient)
    }

    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:hover:not(.active) .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] svg g path {
        fill: var(--mc-black)
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] {
    padding-bottom: 100px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list {
    grid-gap: 10px;
    grid-template-columns: 1fr
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list .wlc-store-item {
    margin-bottom: 0
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list .wlc-store-item__content {
    width: 100%;
    max-width: 100%;
    height: 365px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list .wlc-store-item__image img {
    max-height: 160px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] {
    padding-bottom: 100px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list {
    grid-gap: 0;
    grid-template-columns: 1fr
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item {
    height: 537px;
    width: 100%;
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item {
        height: 537px
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__name-text {
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item:has(.wlc-achievement-item__container--received) {
    display: none
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__container {
    width: 100%;
    height: 100%
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__container--received {
    display: none
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__progress .wlc-achievement-item__progress-details,
.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__progress .wlc-achievement-item__progress-line {
    display: block
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__group-name {
    width: max-content
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__description-text {
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__description-text {
        -webkit-line-clamp: 2
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__button .wlc-btn {
    max-width: 275px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__button .wlc-btn__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: none
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] {
    padding-bottom: 125px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-no-content__wrapper {
    padding: 40px 35px;
    border-radius: 16px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider--theme-vertical .wlc-winners-slider__container:after {
    background: transparent
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider__wrapper {
    border: none;
    padding-top: 0 !important;
    background: transparent;
    border-radius: 0
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider__slider {
    margin: 0
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__game-name {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    max-width: 140px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__user {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__amount {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__picture {
    width: 50px;
    border-radius: 8px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__game-arrow {
    top: 30px
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
    position: sticky;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 87px;
    padding: 0 25px;
    background: var(--mc-bgModal);
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

@media (min-width:480px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
        bottom: 64px;
        width: 365px
    }
}

@media (min-width:1024px) {
    .wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
        bottom: 0
    }
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] .wlc-icon[_ngcontent-wlc-app-c93805668] {
    fill: var(--mc-baseMain)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-btn[_ngcontent-wlc-app-c93805668] {
    width: 223px;
    background: var(--mc-buttonGradient);
    border: none
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-btn[_ngcontent-wlc-app-c93805668]:hover {
    background: var(--mc-buttonGradient);
    box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-loader {
    margin-top: 50%;
    transform: translateY(-50%)
}

.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-scrollbar {
    height: 89%
}

.wlc-right-widget--theme-default.wlc-right-widget--backdrop[_nghost-wlc-app-c93805668] .wlc-right-widget__backdrop[_ngcontent-wlc-app-c93805668] {
    display: block
}


.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] {
    background: var(--mc-bg700);
    border-radius: 10px;
    width: 100%;
    overflow: hidden
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] {
        background: transparent
    }
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] {
        border-radius: 0
    }
}

.wlc-category-menu--theme-default[_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-default[_nghost-wlc-app-c3364612921] .wlc-category-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-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
    background: linear-gradient(90deg, var(--mc-bg700), var(--mc-bg700-o0));
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
        background: linear-gradient(90deg, var(--mc-bg700) 65%, var(--mc-bg700-o0) 100%)
    }
}

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

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
    display: none;
    line-height: 1
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
        display: block
    }
}

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

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

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
        margin: 0 auto 0 0
    }
}

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

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
        margin: 0 0 0 auto
    }
}

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

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

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
    padding: 0 10px
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
        padding: 0 5px
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu {
    grid-gap: 10px;
    display: block;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    align-items: center;
    width: 100%
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu {
        grid-gap: 30px
    }
}

@media (min-width:1420px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu {
        grid-gap: 60px
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    padding: 15px 5px;
    position: relative;
    display: block;
    text-decoration: none
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        padding: 8px 15px 5px
    }
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        padding: 8px 20px 5px
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link-text {
    position: relative;
    display: inline-block;
    padding: 5px 0
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link-text:before {
    display: none;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--mc-main);
    transform: scaleX(0.5);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.6, 0.1, 0.05, 1.5);
    pointer-events: none;
    border-radius: 4px
}

@media (min-width:768px) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link-text:before {
        display: block
    }
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
    color: var(--mc-main);
    font-weight: bold
}

.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__link-text:before {
    transform: scaleX(1);
    opacity: 1
}

@media (pointer:fine) {
    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) {
        color: var(--mc-baseMain)
    }

    .wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) .wlc-menu__link-text:before {
        transform: scaleX(1);
        opacity: 1
    }
}

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

.wlc-category-menu--theme-with-icons[_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-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-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-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
    background: linear-gradient(90deg, var(--mc-bg), var(--mc-bg-o0));
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
        background: linear-gradient(90deg, var(--mc-bg) 65%, var(--mc-bg-o0) 100%)
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
    display: none
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
    display: none;
    line-height: 1;
    transform: translateY(-7px)
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
        display: block
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
    transform: var(--wlc-category-menu-svg-transform, none);
    fill: currentColor
}

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

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

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next:before {
    transform: scaleX(-1)
}

@media (pointer:fine) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:hover {
        color: var(--mc-main)
    }
}

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

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
        padding: 0 10px
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__item {
    padding: 10px 0 0
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.25s ease-out
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        width: 100px
    }
}

@media (min-width:1630px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        width: 130px
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link-text {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
    color: var(--mc-main);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    transform: none
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
        transform: translateY(-5px)
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__icon:before {
    background: var(--mc-bg300);
    opacity: 1
}

@media (pointer:fine) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) {
        transform: translateY(-5px)
    }

    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) .wlc-menu__icon:before {
        opacity: 1
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--mc-bg500);
    border-radius: 10px;
    transition: all 0.15s ease-out
}

@media (min-width:1630px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
        width: 86px
    }
}

@media (min-width:1630px) {
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
        height: 86px
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%
}

@media (min-width:1630px) {

    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
        width: 50px
    }
}

@media (min-width:1630px) {

    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
    .wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
        height: 50px
    }
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
    display: block;
    object-fit: contain;
    object-position: center
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg path {
    transition: fill 0.3s ease-out
}

.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--mc-bg300);
    border-radius: inherit;
    opacity: 0;
    transition: all 0.5s ease-out
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] {
    padding: 0
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] {
        padding: 5px 0 0
    }
}

@media (min-width:1630px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] {
        padding: 0
    }
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
    width: 40px
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
        width: 30px
    }
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
    transform: translateY(5px)
}

@media (min-width:1630px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
        transform: none
    }
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
    width: 80px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        width: 100px
    }
}

@media (min-width:1630px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        width: 130px
    }
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    transform: none
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__icon {
    transform: none
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__icon {
        transform: scale(1.15)
    }
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
        font-style: normal;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.45
    }
}

@media (pointer:fine) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) {
        transform: none
    }

    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) .wlc-menu__icon {
        transform: translateY(-5px)
    }
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        font-style: normal;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.45
    }
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
    height: 50px;
    background: none;
    transform-origin: bottom
}

@media (min-width:900px) {
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
        height: 70px
    }
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon:before {
    display: none
}

.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
    width: 50px;
    height: 50px
}

@media (min-width:900px) {

    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
        width: 70px
    }
}

@media (min-width:900px) {

    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
    .wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
        height: 70px
    }
}

.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__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    color: var(--mc-baseMain);
    background: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-out;
    pointer-events: initial
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
    background: linear-gradient(90deg, var(--mc-bg) 80%, var(--mc-bg-o0) 100%);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
    display: none
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
    display: none;
    line-height: 1
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
        display: block
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
    transform: var(--wlc-category-menu-svg-transform, none);
    fill: currentColor
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
    --wlc-category-menu-svg-transform: rotate(180deg);
    margin: 0 auto 0 0;
    justify-content: flex-start
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
    --wlc-category-menu-svg-transform: rotate(0deg);
    margin: 0 0 0 auto;
    justify-content: flex-end
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
        margin: 0 0 0 auto
    }
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next:before {
    transform: scaleX(-1)
}

@media (pointer:fine) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:hover {
        color: var(--mc-main)
    }
}

.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;
    padding: 0 16px;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: all 0.3s linear;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    line-height: 1;
    text-decoration: none
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
    color: var(--mc-secondary);
    font-weight: 700;
    background: var(--mc-baseOpacity)
}

@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
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] {
    background: transparent
}

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

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
    margin: 0 auto 0 0
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
    margin: 0 0 0 auto
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
    background: linear-gradient(270deg, #110f0f 65%, rgba(17, 15, 15, 0) 100%)
}

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

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__item {
        padding: 0 10px
    }
}

@media (min-width:1200px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__item {
        padding: 0 15px
    }
}

@media (min-width:1630px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__item {
        padding: 0 20px
    }
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    height: auto;
    padding: 13px 0 12px;
    line-height: 1;
    text-transform: uppercase;
    background: none
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--mc-main);
    transform: scaleX(0.5);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.6, 0.1, 0.05, 1.5);
    pointer-events: none;
    border-radius: 4px
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link:before {
        display: block
    }
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link.active:before {
    transform: scaleX(1);
    opacity: 1
}

@media (pointer:fine) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active):before {
        transform: scaleX(1);
        opacity: 1
    }
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link {
        font-style: normal;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.45;
        line-height: 1
    }
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
    width: 18px;
    height: 18px
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
        width: 20px
    }
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
        height: 20px
    }
}

.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
    width: 18px;
    height: 18px
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
        width: 20px
    }
}

@media (min-width:768px) {
    .wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
        height: 20px
    }
}

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

    100% {
        transform: scale(1) rotate(0deg)
    }
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item.active>.wlc-menu__link {
    transition: all 0.3s linear;
    color: var(--mc-baseMain);
    background: var(--mc-main)
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item.active>.wlc-menu__link .wlc-menu__icon-arrow {
    transition: all 0.3s linear;
    transform: rotate(180deg)
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item.active>.wlc-menu__link .wlc-menu__icon-arrow svg {
    fill: var(--mc-baseMain)
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item--dropdown>.wlc-menu__link .wlc-icon {
    transform: rotate(0)
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item--dropdown .wlc-menu__icon {
    display: block;
    margin-right: 5px
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item--dropdown .wlc-menu__icon svg {
    max-width: 20px;
    height: auto
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
    background: var(--mc-bg700);
    cursor: pointer;
    border-radius: 10px
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link.active {
    transition: background 0.3s linear;
    background: var(--mc-main)
}

@media (pointer:fine) {
    .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link.active:hover {
        background: var(--mc-main)
    }
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link .wlc-menu__icon-arrow {
    transition: all 0.3s linear;
    margin-left: auto;
    transform: rotate(-90deg)
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link .wlc-menu__icon-arrow svg {
    fill: var(--mc-baseOpacity)
}

@media (pointer:fine) {
    .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link:hover {
        transition: background 0.3s linear;
        background: var(--mc-bg500)
    }

    .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link:hover .wlc-menu__icon-arrow svg {
        fill: var(--mc-baseMain)
    }
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__submenu {
    margin-top: 5px;
    border-radius: 10px;
    background: var(--mc-bg700);
    overflow: hidden
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__submenu .wlc-menu__link {
    background: transparent
}

.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__submenu .wlc-menu__link.active {
    transition: background 0.3s linear;
    background: var(--mc-bg500)
}

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

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls {
    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-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    background: none;
    cursor: pointer;
    border: none;
    pointer-events: initial
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
    display: none
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
    line-height: 1
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
    transform: var(--wlc-category-menu-svg-transform, none);
    fill: currentColor
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
    --wlc-category-menu-svg-transform:
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
    --wlc-category-menu-svg-transform:
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-slider .swiper {
    display: flex;
    flex-direction: column
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-slider .swiper .swiper-pagination {
    position: initial;
    order: 1
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
    padding: 0 5px
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__item {
    display: flex;
    justify-content: center;
    padding: 15px 0 0
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.45;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    text-decoration: none;
    transition: all 0.25s ease-out
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__link-text {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
    width: 45px;
    height: 45px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--mc-main);
    border-radius: 100px;
    transition: all 0.15s ease-out
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
    display: block;
    object-fit: contain
}

.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg path {
    transition: fill 0.3s ease-out;
    fill: var(--mc-baseMain)
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] {
    position: relative;
    min-width: 0
}

.wlc-category-menu--theme-wolf[_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-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    padding: 0;
    color: var(--mc-baseMain);
    background: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-out;
    pointer-events: initial
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
    background: none;
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
    display: none
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
    display: none;
    line-height: 1
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
        display: block
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
    transform: var(--wlc-category-menu-svg-transform, none);
    fill: currentColor
}

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

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

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next:before {
    transform: rotate(180deg) scaleX(1)
}

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

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__content[_ngcontent-wlc-app-c3364612921]:before {
    display: none;
    content: "";
    position: absolute;
    top: 50px;
    z-index: 13;
    width: 100%;
    height: 2px;
    background: var(--mc-baseMain)
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__content[_ngcontent-wlc-app-c3364612921]:before {
        display: block
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls[_ngcontent-wlc-app-c3364612921] .wlc-icon-content {
    display: flex
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] {
    padding: 0
}

@media (min-width:1024px) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] {
        padding: 0 30px
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .swiper {
    z-index: 13
}

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

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item {
    display: flex;
    align-items: center
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item svg {
    width: 16px;
    height: 16px
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item svg path {
    fill: currentColor
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item .wlc-icon-content {
    display: flex
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__link {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    padding: 15px;
    line-height: 1;
    text-decoration: none
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__link.active {
    color: var(--mc-baseThird);
    font-weight: bold;
    border-bottom: 2px solid var(--mc-baseThird)
}

@media (pointer:fine) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__link:hover {
        color: var(--mc-baseThird)
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__icon {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0
}

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

.wlc-category-menu[_nghost-wlc-app-c3364612921] .wlc-slider .swiper-slide {
    width: auto
}

.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
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link .wlc-menu__link-text {
    display: block;
    margin: 0 5px;
    transition: all ease 0.4s
}

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

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

@media (min-width:1200px) {
    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__link-text {
        width: -moz-fit-content;
        width: fit-content;
        opacity: 1;
        scale: 1;
        transition: scale 0.3s 0.1s
    }
}

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

    .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover.active .wlc-menu__link-text {
        width: -moz-fit-content;
        width: fit-content;
        animation: none
    }
}

@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-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control[_ngcontent-wlc-app-c3364612921]:before {
    border-radius: 10px
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control[_ngcontent-wlc-app-c3364612921]:after {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background:
        /* original URL: https://kometacasino148.com/static/images/wlc/icons/arrow-color-gradient.svg */
        url(https://kometacasino222.buzz/css/images/32.svg)no-repeat center;
    background-size: contain
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev[_ngcontent-wlc-app-c3364612921]:after {
    transform: rotate(180deg)
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control[_ngcontent-wlc-app-c3364612921] .wlc-icon[_ngcontent-wlc-app-c3364612921] {
    display: none
}


.wlc-icon-list .wlc-icon-list__wrp {
    display: block
}

.wlc-icon-list img,
.wlc-icon-list .wlc-icon svg,
.wlc-icon-list .wlc-icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center
}

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

.wlc-icon-list--theme-merchants {
    max-width: 100%;
    padding: 0;
    width: 100%;
    background-color: none;
    border-radius: 8px;
    overflow: hidden
}

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

.wlc-icon-list--theme-merchants .wlc-icon-list__wrapper {
    margin: -10px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-x: auto
}

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

.wlc-icon-list--theme-merchants .wlc-icon-list__item,
.wlc-icon-list--theme-merchants .wlc-icon-list-item {
    flex: 0 0 25%;
    padding: 10px;
    text-align: center
}

@media (min-width:640px) {

    .wlc-icon-list--theme-merchants .wlc-icon-list__item,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 20%
    }
}

@media (min-width:768px) {

    .wlc-icon-list--theme-merchants .wlc-icon-list__item,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 16.6666666667%
    }
}

@media (min-width:1024px) {

    .wlc-icon-list--theme-merchants .wlc-icon-list__item,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 14.2857142857%
    }
}

@media (min-width:1200px) {

    .wlc-icon-list--theme-merchants .wlc-icon-list__item,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        flex: 0 0 12.5%
    }
}

@media (min-width:1630px) {

    .wlc-icon-list--theme-merchants .wlc-icon-list__item,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item {
        padding: 20px 10px
    }
}

.wlc-icon-list--theme-merchants .wlc-icon-list__item img,
.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-merchants .wlc-icon-list-item img,
.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg {
    width: 100%;
    max-width: 105px;
    max-height: 30px;
    fill: var(--mc-bg100)
}

@media (min-width:900px) {

    .wlc-icon-list--theme-merchants .wlc-icon-list__item img,
    .wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon img,
    .wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon svg,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item img,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon img,
    .wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg {
        max-height: 35px
    }
}

.wlc-icon-list--theme-merchants .wlc-icon-list__item img g,
.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon img g,
.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon svg g,
.wlc-icon-list--theme-merchants .wlc-icon-list-item img g,
.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon img g,
.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg g {
    clip-path: none
}

.wlc-icon-list--theme-safety {
    max-width: 100%;
    padding: 0;
    width: 100%;
    background-color: none;
    border-radius: 8px;
    overflow: hidden
}

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

.wlc-icon-list--theme-safety .wlc-icon-list__wrapper {
    margin: -10px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-x: auto
}

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

.wlc-icon-list--theme-safety .wlc-icon-list__item,
.wlc-icon-list--theme-safety .wlc-icon-list-item {
    flex: 0 0 25%;
    padding: 10px;
    text-align: center
}

@media (min-width:640px) {

    .wlc-icon-list--theme-safety .wlc-icon-list__item,
    .wlc-icon-list--theme-safety .wlc-icon-list-item {
        flex: 0 0 20%
    }
}

@media (min-width:768px) {

    .wlc-icon-list--theme-safety .wlc-icon-list__item,
    .wlc-icon-list--theme-safety .wlc-icon-list-item {
        flex: 0 0 16.6666666667%
    }
}

@media (min-width:1024px) {

    .wlc-icon-list--theme-safety .wlc-icon-list__item,
    .wlc-icon-list--theme-safety .wlc-icon-list-item {
        flex: 0 0 14.2857142857%
    }
}

@media (min-width:1200px) {

    .wlc-icon-list--theme-safety .wlc-icon-list__item,
    .wlc-icon-list--theme-safety .wlc-icon-list-item {
        flex: 0 0 12.5%
    }
}

@media (min-width:1630px) {

    .wlc-icon-list--theme-safety .wlc-icon-list__item,
    .wlc-icon-list--theme-safety .wlc-icon-list-item {
        padding: 20px 10px
    }
}

.wlc-icon-list--theme-safety .wlc-icon-list__item img,
.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-safety .wlc-icon-list-item img,
.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon svg {
    width: 100%;
    max-width: 105px;
    max-height: 30px;
    fill: var(--mc-bg100)
}

@media (min-width:900px) {

    .wlc-icon-list--theme-safety .wlc-icon-list__item img,
    .wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon img,
    .wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon svg,
    .wlc-icon-list--theme-safety .wlc-icon-list-item img,
    .wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon img,
    .wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon svg {
        max-height: 35px
    }
}

.wlc-icon-list--theme-safety .wlc-icon-list__item img g,
.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon img g,
.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon svg g,
.wlc-icon-list--theme-safety .wlc-icon-list-item img g,
.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon img g,
.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon svg g {
    clip-path: none
}

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

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

.wlc-icon-list--theme-payments.scrollable--left,
.wlc-icon-list--theme-payments.scrollable--right {
    position: relative;
    scrollbar-width: none
}

.wlc-icon-list--theme-payments.scrollable--left::-webkit-scrollbar,
.wlc-icon-list--theme-payments.scrollable--right::-webkit-scrollbar {
    width: 0
}

.wlc-icon-list--theme-payments.scrollable--left:before,
.wlc-icon-list--theme-payments.scrollable--left:after,
.wlc-icon-list--theme-payments.scrollable--right:before,
.wlc-icon-list--theme-payments.scrollable--right:after {
    transition: all 0.3s linear;
    content: "";
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 150px;
    height: calc(100% + 20px);
    transform: translateY(-50%);
    opacity: 0
}

.wlc-icon-list--theme-payments.scrollable--left:after,
.wlc-icon-list--theme-payments.scrollable--right:after {
    left: -100px;
    background: linear-gradient(-90deg, var(--mc-bg-o0)0, var(--mc-bg) 35%)
}

.wlc-icon-list--theme-payments.scrollable--left:before,
.wlc-icon-list--theme-payments.scrollable--right:before {
    right: -100px;
    background: linear-gradient(90deg, var(--mc-bg-o0)0, var(--mc-bg) 35%)
}

.wlc-icon-list--theme-payments.scrollable--left:after {
    opacity: 1
}

.wlc-icon-list--theme-payments.scrollable--right:before {
    opacity: 1
}

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    margin: 0;
    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,
.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,
    .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,
    .wlc-icon-list--theme-payments .wlc-icon-list-item {
        padding: 20px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list__item img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-payments .wlc-icon-list-item img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    max-width: 105px;
    max-height: 30px;
    fill: var(--mc-bg100);
    overflow: hidden
}

@media (min-width:900px) {

    .wlc-icon-list--theme-payments .wlc-icon-list__item img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
    .wlc-icon-list--theme-payments .wlc-icon-list-item img,
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
    .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 img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
    .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
    .wlc-icon-list--theme-payments .wlc-icon-list-item img,
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
    .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
        max-height: 35px
    }
}

.wlc-icon-list--theme-payments .wlc-icon-list__item img g,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img g,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg g,
.wlc-icon-list--theme-payments .wlc-icon-list-item img g,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img g,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg g {
    clip-path: none
}

.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__wrapper {
    flex-wrap: wrap;
    justify-content: center
}

.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__item,
.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list-item {
    padding: 10px 15px
}

@media (min-width:900px) {

    .wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__item,
    .wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list-item {
        padding: 10px 20px
    }
}

@media (min-width:1630px) {

    .wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__item,
    .wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list-item {
        padding: 20px
    }
}


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

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

.wlc-custom-license__apg-seal {
    width: 45px
}

.wlc-custom-license__mga {
    display: flex;
    align-items: center
}

.wlc-custom-license__curacao-icon img {
    max-height: 47px
}

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

.wlc-custom-license__curacao iframe {
    width: 100%;
    height: 100%
}

.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] {
    text-align: center;
    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;
    text-align: center
}

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

.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] span[_ngcontent-wlc-app-c2064424626] {
    display: block
}

.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626] {
    transition: color 0.3s linear;
    color: var(--mc-main);
    text-decoration: underline
}

.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626]:focus-visible {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626]:hover {
        color: var(--mc-baseMain)
    }
}

.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
}

.wlc-menu.wlc-menu--type-burger-panel-header-menu[_nghost-wlc-app-c505038209] .wlc-menu__item--notifier[_ngcontent-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] {
    position: absolute;
    top: 6px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    transition: all 0.3s linear;
    display: block;
    padding: 20px 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 2px solid var(--mc-baseOpacity)
}

.wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link.active[_ngcontent-wlc-app-c505038209] {
    color: var(--mc-black);
    background: var(--mc-buttonGradient)
}

@media (pointer:fine) {
    .wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209]:hover:not(.active) {
        color: var(--mc-baseMain);
        background: var(--mc-buttonGradient)
    }
}

.wlc-menu--theme-dropdown[_nghost-wlc-app-c505038209] .wlc-menu__item--messages[_ngcontent-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] {
    position: relative;
    display: grid;
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border: none;
    margin: 15px 0 20px;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    grid-gap: 30px
}

.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
    --wlc-menu--submenu-decor-width: 0;
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    position: relative;
    display: block;
    padding: 0 0 10px;
    text-align: center;
    text-transform: none;
    text-decoration: none
}

.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209]:before {
    transition: width 0.3s linear;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: var(--wlc-menu--submenu-decor-width);
    height: 2px;
    background: var(--mc-main)
}

.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link.active[_ngcontent-wlc-app-c505038209] {
    --wlc-menu--submenu-decor-width: 100%;
    color: var(--mc-baseMain);
    font-weight: 700
}

@media (pointer:fine) {
    .wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209]:hover {
        --wlc-menu--submenu-decor-width: 100%
    }
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] {
    padding: 0 0 0 15px;
    background: var(--mc-bg700);
    border-top: 1px solid var(--mc-baseMain-o1);
    border-bottom: 1px solid var(--mc-baseMain-o1)
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid var(--mc-baseMain-o1)
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__item--logout[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
    color: var(--mc-error);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209]:last-child {
    border-bottom: 0
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] .wlc-icon-content {
    color: var(--mc-baseMain-o6)
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] .wlc-icon {
    color: var(--mc-baseMain-o6)
}

.wlc-menu[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] .wlc-counter[_ngcontent-wlc-app-c505038209] {
    margin-left: 5px
}

.wlc-sections__profile-content .wlc-menu[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] .wlc-counter--theme-mod-internal-mails[_ngcontent-wlc-app-c505038209] {
    display: none
}

.wlc-menu[_nghost-wlc-app-c505038209] swiper-container::part(container) {
    overflow: visible
}

.wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
    background: var(--mc-bg500)
}

.wlc-menu__submenu--hover[_ngcontent-wlc-app-c505038209]:has(.wlc-menu__item--crypto-guide) {
    top: -260px !important
}


: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-vertical>.swiper-wrapper {
    flex-direction: column
}

.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-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

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

.swiper-vertical {
    touch-action: pan-x
}

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

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100%0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden
}

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

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

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

.swiper-pagination {
    position: absolute;
    z-index: 10;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: 0.3s opacity
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination.swiper-pagination-disabled {
    display: none
}

.swiper-pagination.desktop {
    display: none
}

@media (min-width:768px) {
    .swiper-pagination.desktop {
        display: block
    }
}

.swiper-pagination.mobile {
    display: block
}

@media (min-width:768px) {
    .swiper-pagination.mobile {
        display: none
    }
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mc-baseMain-o6)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    background: var(--mc-baseMain-locked)
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%)
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right
}

.swiper-pagination-progressbar {
    position: absolute;
    background: var(--mc-buttonColor);
    border-radius: 4px
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mc-baseOpacity);
    transform: scale(0);
    transform-origin: left top;
    border-radius: 4px
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-lock {
    display: none
}

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

.wlc-slider--theme-default-banner.container .swiper-button-container {
    right: 1%;
    left: initial;
    transform: initial
}

.wlc-slider--theme-default-banner .swiper-button-container {
    bottom: 20px;
    position: absolute;
    left: 50%;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    transform: translateX(-50%);
    pointer-events: none
}

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

.wlc-slider--theme-default-banner .swiper-button-container.desktop {
    display: none
}

@media (min-width:768px) {
    .wlc-slider--theme-default-banner .swiper-button-container.desktop {
        display: flex
    }
}

.wlc-slider--theme-default-banner .swiper-button-container.mobile {
    display: flex
}

@media (min-width:768px) {
    .wlc-slider--theme-default-banner .swiper-button-container.mobile {
        display: none
    }
}

.wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .swiper-button-container {
    max-width: calc(100% - 30px)
}

@media (min-width:1366px) {
    .wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .swiper-button-container {
        max-width: 80%
    }
}

.wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .banner,
.wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .swiper-button-container {
    padding: 40px
}

.container>.wlc-slider--theme-default-banner {
    border-radius: 10px;
    overflow: hidden;
    transform: scale3d(1, 1, 1)
}

.container>.wlc-slider--theme-default-banner .banner,
.container>.wlc-slider--theme-default-banner .swiper-button-container {
    padding: 0 40px
}

.container>.wlc-slider--theme-mod-ears {
    border-radius: 10px;
    overflow: visible;
    transform: scale3d(1, 1, 1)
}

.container>.wlc-slider--theme-mod-ears .banner,
.container>.wlc-slider--theme-mod-ears .swiper-button-container {
    padding: 40px
}

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

.wlc-slider--theme-wolf-banner.container .swiper-button-container {
    right: 1%;
    left: initial;
    transform: initial
}

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

.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
}

.container>.wlc-slider--theme-wolf-banner {
    border-radius: 10px;
    transform: scale3d(1, 1, 1)
}

.container>.wlc-slider--theme-wolf-banner .banner .swiper-button-disabled,
.container>.wlc-slider--theme-wolf-banner .swiper-button-container .swiper-button-disabled {
    display: flex
}

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

.wlc-profile-menu--type-tabs .wlc-slider .swiper {
    overflow: clip visible
}

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

.wlc-slider .slide-show-all {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--mc-bg700);
    border-radius: 6px;
    aspect-ratio: 4/3
}

.wlc-slider .slide-show-all .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: var(--mc-baseOpacity)
}

.wlc-slider .slide-show-all .slide-show-all__text {
    color: var(--mc-baseOpacity);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 5px 0 0
}

.swiper-pagination {
    padding: 0 10px;
    text-align: right
}

.swiper-pagination-bullet-active {
    border-radius: 4px
}

.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
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets {
    text-align: center
}

.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;
    border-radius: 16px 16px 0 0;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image:
        /* original URL: https://kometacasino148.com/static/images/logo.svg */
        url(https://kometacasino222.buzz/css/images/0.svg);
    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-body--browser-safari .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__wrap[_ngcontent-wlc-app-c1106794763] {
    position: relative;
    overflow: hidden
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: 4/3
}

.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] {
    border-radius: inherit;
    overflow: hidden
}

.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;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

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

@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
    }
}

.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.4rem;
    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__merchants-block[_ngcontent-wlc-app-c1106794763] {
    width: 60px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: var(--mc-bg-o8);
    border-radius: 0 10px;
    pointer-events: none
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
        width: 85px
    }
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
        height: 45px
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
    max-width: 50px;
    max-height: 25px
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
        max-width: 75px
    }
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
        max-height: 35px
    }
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-name-wrapper[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    height: 10%;
    min-height: 50px;
    padding: 5px 10px;
    text-transform: capitalize;
    background: linear-gradient(180deg, var(--mc-bg-o8), var(--mc-bg-o6), var(--mc-bg-o0));
    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-columns: minmax(0, 1fr) minmax(0, 1fr);
    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--demo .wlc-btn__text {
    color: var(--mc-buttonText, var(--mc-baseMain))
}

.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__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-columns: 50%
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-icon {
    display: none
}

.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-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits.default[_ngcontent-wlc-app-c1106794763] {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    padding: 5px 10px;
    background: var(--mc-bg-o8);
    border-radius: 4px
}

.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-results[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    align-items: center
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763] {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin-right: 2px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763]:first-child {
    width: 20px;
    height: 20px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--black[_ngcontent-wlc-app-c1106794763] {
    background-color: #000000
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--red[_ngcontent-wlc-app-c1106794763] {
    background-color: #dd4747
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--green[_ngcontent-wlc-app-c1106794763] {
    background-color: #36b36f
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--blue[_ngcontent-wlc-app-c1106794763] {
    background-color: #5081ff
}

.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;
    top: 10px;
    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.default[_ngcontent-wlc-app-c1106794763] {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 5px 10px;
    background: var(--mc-bg-o8)
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
    align-items: center;
    justify-content: space-between
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info--no-available-place[_ngcontent-wlc-app-c1106794763] {
    justify-content: flex-end
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    align-items: center;
    margin: 0 5px 0
}

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

.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[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-results[_ngcontent-wlc-app-c1106794763] {
    margin: 0 0 10px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-secondary);
    font-style: normal;
    transition: all 0.2s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 150px;
    padding: 0 0 15px;
    background: linear-gradient(180deg, rgba(38, 32, 0, 0) 44.56%, #060724 77.95%)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763] {
    opacity: 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
    opacity: 1
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] {
    margin: 40px 0 0;
    background: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 0 0 10px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
    margin: 0 0 1px;
    padding: 0 10px;
    background: var(--mc-bg700)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763]:first-child {
    border-radius: 4px 4px 0 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763]:last-child {
    border-radius: 10px
}

.wlc-body--theme-alt .wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
    background: #e5eaf2
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item--results[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__item-value[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    align-items: center
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45;
    border-radius: 10px 10px 0 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763],
.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
    min-height: 30px;
    margin: 0;
    padding: 0 25px;
    background: var(--mc-bg500);
    border-bottom: 1px solid var(--mc-bg700)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763]:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item-value[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseSecond)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_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.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
        display: grid
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_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.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: minmax(0, 1fr)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    justify-self: center;
    max-width: calc(100% - 28px*2*1.2)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-rows: auto 25%;
    grid-template-columns: 1fr;
    align-items: end;
    justify-items: center;
    transition: all 0.3s linear
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_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.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: auto 40px;
    align-items: end
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_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.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius: 50%;
    transform: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    content: "";
    position: absolute;
    background:
        /* original URL: https://agstatic.com/wlc/icons/game-play.svg */
        url(https://kometacasino222.buzz/css/images/33.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
    display: flex
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
    background: none;
    border: none
}

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

@media (pointer:fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
        text-decoration: none;
        box-shadow: none
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    width: 85px;
    height: 85px;
    border: 5px solid #ffffff
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    left: calc(50% - 13px);
    width: 32px;
    height: 26px
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
        top: 0
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
    background: linear-gradient(360deg, var(--mc-baseContrast) 0%, var(--mc-baseContrast-o0) 47%)
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    align-items: start;
    opacity: 1
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before,
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763],
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    opacity: 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    transform: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
    transform: none
}

@media (pointer:fine) {

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

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
        opacity: 0
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    align-items: end;
    justify-items: center;
    transition: all 0.3s linear
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_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.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: 1fr;
    align-items: center
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_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.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius: 50%;
    transform: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    content: "";
    position: absolute;
    background:
        /* original URL: https://agstatic.com/wlc/icons/game-play.svg */
        url(https://kometacasino222.buzz/css/images/33.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
    display: flex
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
    background: none;
    border: none
}

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

@media (pointer:fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
        text-decoration: none;
        box-shadow: none
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    width: 50px;
    height: 50px;
    border: 3px solid #fff
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    left: calc(50% - 6px);
    width: 15px;
    height: 18px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
    height: auto;
    padding: 0;
    border-radius: unset
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text[class] {
    color: var(--mc-secondary)
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
        color: var(--mc-baseThird)
    }
}

@media (min-width:1024px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
        top: 0
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
    padding: 20px 0
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before,
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763],
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    opacity: 0
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] .wlc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg {
    width: 15px;
    height: 15px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg rect {
    opacity: 0.4;
    fill: var(--mc-baseSecond)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg path {
    fill: var(--mc-baseThird)
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763]:hover svg rect {
        opacity: 0.2
    }
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
    gap: 5px;
    align-content: center;
    background: var(--mc-bg500)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-icon {
    color: var(--mc-baseThird)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-icon svg {
    width: 15px;
    height: 15px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_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.wlc-game-thumb--theme-mod-wolf[_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: unset
}

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763] {
    width: 15px;
    height: 15px;
    color: var(--mc-baseThird)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763]:first-child {
    width: 25px;
    height: 25px
}

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

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    transform: none
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
    transform: none
}

@media (pointer:fine) {

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

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-mobile-app[_nghost-wlc-app-c1106794763] {
    border-radius: 6px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-modal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    top: 10px;
    left: 10px;
    opacity: 1
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] {
    aspect-ratio: auto;
    height: 100%
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
    padding: 10px 10px 40px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
    width: 120px;
    height: 40px;
    padding: 5px 10px
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
        width: 150px
    }
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
        height: 50px
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
    max-width: 110px;
    max-height: 25px;
    object-fit: contain
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
        max-width: 140px
    }
}

@media (min-width:900px) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
        max-height: 35px
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
    height: 65px;
    padding: 0 0 30px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    grid-template-columns: minmax(0, 220px)
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
    padding: 10px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: 1fr auto 1fr;
    align-items: start
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    width: 115px;
    height: 115px;
    grid-row: 2
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    width: 34px;
    height: 43px
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
    grid-row: 3
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-simple[_nghost-wlc-app-c1106794763] {
    cursor: pointer
}

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

.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:
        /* original URL: https://kometacasino148.com/static/images/logo.svg */
        url(https://kometacasino222.buzz/css/images/0.svg);
    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;
    box-orient: vertical;
    -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
}

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

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%)
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__error[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: var(--mc-bg700)
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__content[_ngcontent-wlc-app-c1106794763] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__content[_ngcontent-wlc-app-c1106794763]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, var(--mc-baseContrast-o8) 4%, var(--mc-baseContrast-o0) 30%), linear-gradient(179.75deg, var(--mc-baseContrast-o8) 1%, var(--mc-baseContrast-o0) 30%)
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] {
    width: 100%;
    height: 100%
}

.wlc-game-thumb--theme-promo-widget[_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-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    position: absolute;
    top: 0;
    padding: 20px 0;
    text-align: center
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    position: absolute;
    bottom: 40px;
    display: grid
}

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

.wlc-game-thumb--theme-promo-widget[_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-promo-widget[_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-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-columns: 50%
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-columns: 1fr
}

.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
    min-width: 110px
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.wlc-body--browser-safari .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] {
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    opacity: 0
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 35px 0;
    background: linear-gradient(0deg, var(--mc-bg700) -0.2%, var(--mc-bg700-o0) 77%);
    transform: translateY(10%);
    opacity: 0;
    pointer-events: none
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-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);
    display: grid
}

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

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-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-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: minmax(0, 1fr)
}

@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
    }
}

.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] {
    display: block;
    width: 100%;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image:
        /* original URL: https://kometacasino148.com/static/images/logo.svg */
        url(https://kometacasino222.buzz/css/images/0.svg);
    background-repeat: no-repeat;
    background-size: 50%
}

@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%
    }
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
    transition: transform 0.3s linear;
    object-fit: cover;
    object-position: center
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763] {
    transition: transform 0.3s linear;
    transform: scale(1.1)
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: 100%;
    object-position: center
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] {
    transition: transform 0.3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform-origin: bottom center;
    pointer-events: none
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
    width: 100%
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__logo[_ngcontent-wlc-app-c1106794763] {
    transition: transform 0.3s linear;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    pointer-events: none
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__logo[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
    width: 100%
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] {
    perspective: 250px;
    overflow: visible
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] {
    transition: transform 0.3s ease-out;
    overflow: hidden;
    border-radius: 10px;
    transform: rotateX(0.1deg) rotateY(0.1deg) translateZ(0)
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb-media[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
    transition: transform 0.3s ease-out
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] {
    transform-origin: center
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    will-change: transform
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: color, background, opacity, transform
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: transform, opacity
}

.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    transition: transform 0.3s ease-out
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media[_ngcontent-wlc-app-c1106794763] {
        pointer-events: none
    }

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763] {
        transform: scale(1.01)
    }

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__logo[_ngcontent-wlc-app-c1106794763] {
        transform: translateY(-40px)
    }

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] {
        transform: scale(1.2)
    }

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
        transform: scale(1.1)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-rows: auto 25%;
    grid-template-columns: 1fr;
    align-items: end;
    justify-items: center;
    transition: all 0.3s linear
}

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

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-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-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: auto 40px;
    align-items: end
}

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

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius: 50%;
    transform: none
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    content: "";
    position: absolute;
    background:
        /* original URL: https://agstatic.com/wlc/icons/game-play.svg */
        url(https://kometacasino222.buzz/css/images/33.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
    display: flex
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
    background: none;
    border: none
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
        text-decoration: none;
        box-shadow: none
    }

    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    width: 115px;
    height: 115px;
    border: 7px solid #ffffff
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    left: calc(50% - 18px);
    width: 43px;
    height: 34px
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    height: 60%
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] {
    border-radius: unset
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
    display: -webkit-box;
    box-orient: vertical;
    -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;
    display: block
}

@media (min-width:1200px) {
    .wlc-game-thumb--theme-vertical.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-vertical.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;
    display: block
}

@media (min-width:1200px) {
    .wlc-game-thumb--theme-vertical.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-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    padding: 15px 15px 20px 15px
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
    align-items: center;
    padding: 0;
    background: var(--mc-black-o6);
    transform: none
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    display: none;
    gap: 10px;
    justify-content: center;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
    align-items: end;
    justify-items: center;
    transition: all 0.3s linear
}

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

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-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-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: 1fr;
    align-items: center
}

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

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-indent: -9999px;
    border-radius: 50%;
    transform: none
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    content: "";
    position: absolute;
    background:
        /* original URL: https://agstatic.com/wlc/icons/game-play.svg */
        url(https://kometacasino222.buzz/css/images/33.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
    display: flex
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
    background: none;
    border: none
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
    color: var(--mc-baseMain)
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
        text-decoration: none;
        box-shadow: none
    }

    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
    width: 50px;
    height: 50px;
    border: 3px solid #fff
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
    left: calc(50% - 6px);
    width: 15px;
    height: 18px
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
    height: auto;
    padding: 0;
    border-radius: unset
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text[class] {
    color: var(--mc-secondary)
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
        color: var(--mc-baseThird)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: center
}

@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
    }
}

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

    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }
}

.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb[_ngcontent-wlc-app-c1106794763] {
    transition: background 0.3s linear;
    display: flex;
    align-items: center;
    padding: 10px;
    background: var(--mc-bg);
    border-radius: 10px;
    cursor: pointer
}

.wlc-game-thumb--theme-horizontal[_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;
    transition: border-color 0.3s linear;
    border-bottom: 1px solid transparent
}

.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden
}

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

.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__block--right[_ngcontent-wlc-app-c1106794763] {
    margin-left: 10px
}

@media (pointer:fine) {
    .wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb[_ngcontent-wlc-app-c1106794763]:hover {
        background: var(--mc-main)
    }
}

.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.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
        transition: all 0.3s linear;
        background: transparent
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
        opacity: 1
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
        opacity: 0
    }

    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
        opacity: 1
    }
}

@media (pointer:fine) {

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

@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[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    display: flex;
    width: 28px;
    height: 28px;
    padding-bottom: 2px;
    color: var(--mc-baseMain-o6);
    background: rgba(26, 21, 0, 0.62);
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer
}

.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] svg path {
    transition: all 0.3s linear;
    transform-origin: center;
    fill: currentColor
}

.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon.active[_ngcontent-wlc-app-c1106794763] {
    color: #75e6ff;
    background: rgba(26, 21, 0, 0.62)
}

.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon.active[_ngcontent-wlc-app-c1106794763] path {
    transform: scaleX(-1)
}

.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763]:not(.active) {
    transition: all 0.3s linear
}

@media (pointer:fine) {
    .wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763]:not(.active):hover {
        color: #ffffff;
        background: rgba(26, 21, 0, 0.62)
    }
}

.wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #ffffff
}

.wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] svg {
    width: 20px;
    height: 20px
}

.wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon.active[_ngcontent-wlc-app-c1106794763] {
    color: #ffffff
}

@media (pointer:fine) {
    .wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763]:not(.active):hover {
        color: #75e6ff
    }
}

.wlc-game-thumb.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wlc-game-thumb.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763] {
    display: block;
    width: 100%;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image:
        /* original URL: https://kometacasino148.com/static/images/logo.svg */
        url(https://kometacasino222.buzz/css/images/0.svg);
    background-size: 50%;
    background-repeat: no-repeat
}

.wlc-game-thumb.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763]:before {
    padding: 162.5%0 0;
    content: "";
    display: block;
    width: 100%;
    height: 0
}

.wlc-game-thumb.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763] .wlc-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.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)
}

.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:
        /* original URL: https://kometacasino148.com/static/images/icons/play.svg */
        url(https://kometacasino222.buzz/css/images/34.svg)center no-repeat;
    background-size: cover
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play .wlc-btn__text {
    display: none
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    top: 10px;
    right: 10px;
    left: initial;
    padding: 0
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
    font-weight: 600;
    pointer-events: none
}

.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%
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
    align-items: center;
    padding: 15px 15px 10px 15px;
    background: transparent
}

.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
    border-radius: 10px
}

@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)
    }
}

.wlc-game-thumb--theme-default.wlc-game-thumb--type-modal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
    left: initial
}


.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] {
    position: fixed;
    bottom: 100px;
    left: -10px;
    z-index: 1059;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    transition: all 0.5s ease-out
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel.open-widget[_ngcontent-wlc-app-c3283622905] {
    left: 200px
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__wrapper-button[_ngcontent-wlc-app-c3283622905] {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: left;
    width: 200px;
    height: 40px;
    padding: 0 8px;
    background-color: var(--mc-buttonGradient);
    border-radius: 100px 0 0 100px
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] {
    width: 170px;
    height: 40px;
    background-color: var(--mc-buttonGradient);
    border-radius: 100px 0 0 100px;
    cursor: pointer
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905]:hover {
    background-color: var(--mc-buttonGradient)
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-widget-wheel__title-button[_ngcontent-wlc-app-c3283622905] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 10px 20px 10px 10px;
    text-align: center
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer {
    background: none
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer .wlc-timer__content {
    padding: 10px;
    background: none
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer .wlc-timer__content .wlc-timer__clock-icon {
    display: none
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer .wlc-timer__content .wlc-timer__timer-text {
    margin: 0 auto
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__roulette[_ngcontent-wlc-app-c3283622905] {
    position: absolute;
    left: -35px;
    z-index: 1;
    width: 84px;
    cursor: pointer;
    animation: 2s linear 0s normal none infinite running _ngcontent-wlc-app-c3283622905_spin
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__arrow[_ngcontent-wlc-app-c3283622905] {
    position: absolute;
    left: 34px;
    z-index: 2;
    cursor: pointer
}

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

    100% {
        transform: rotate(360deg)
    }
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] {
    z-index: 1059
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] {
    background: var(--mc-buttonGradient)
}

.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905]:hover {
    box-shadow: 0 0 15px 0#7dbeff
}


.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
    margin: 0 0 0 0
}

@media (min-width:900px) {
    .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
        margin: 0 0 0 0
    }
}

@media (min-width:1630px) {
    .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
        margin: 0 0 0 0
    }
}

.wlc-sections__profile-content .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
    margin-bottom: 0
}

.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 15px
}

@media (min-width:720px) {
    .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
        grid-template-columns: 1fr
    }
}

@media (min-width:900px) {
    .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
        grid-template-columns: 1fr 1fr
    }
}

.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272]:has(.wlc-tournament-promo--theme-alternative) {
    grid-template-columns: 1fr
}

@media (min-width:768px) {
    .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272]:has(.wlc-tournament-promo--theme-alternative) {
        grid-template-columns: repeat(auto-fill, minmax(650px, 1fr))
    }
}

.app-tournaments-state .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__nocontent[_ngcontent-wlc-app-c472511272] {
    margin: 80px 0 140px 0
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__header[_ngcontent-wlc-app-c472511272] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    margin: 0 0 15px 0;
    text-align: center
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-prev,
.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
    position: absolute;
    top: 102px;
    left: 2px;
    z-index: 100
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
    right: 2px;
    left: auto
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
    height: 100%
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
    height: 100%
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-available[_nghost-wlc-app-c472511272] .wlc-tournament-list__item[_ngcontent-wlc-app-c472511272]:last-child {
    margin-bottom: 0
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
    position: relative;
    overflow: hidden;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 32px
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
    right: 20px;
    bottom: 30px;
    position: absolute;
    z-index: 22;
    display: flex;
    align-items: center;
    width: auto
}

@media (min-width:1024px) {
    .wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        right: 40px
    }
}

@media (min-width:1024px) {
    .wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        bottom: 40px
    }
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
    color: var(--mc-black);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    padding: 7px 18px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    min-width: 140px;
    text-align: center;
    background: var(--mc-main);
    border-radius: 30px
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
    height: 100%
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper,
.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper-wrapper,
.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .wlc-slider {
    height: 100%
}

.wlc-tournament-list__nocontent[_ngcontent-wlc-app-c472511272] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.wlc-tournament-list__nocontent-btn[_ngcontent-wlc-app-c472511272] {
    margin: 40px 0 0 0
}

.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] {
    margin: 0;
    position: relative
}

.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
    grid-template-columns: 1fr;
    display: grid;
    grid-gap: 30px
}

@media (min-width:720px) {
    .wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:900px) {
    .wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
        grid-template-columns: repeat(auto-fill, minmax(540px, 1fr))
    }
}

@media (min-width:1630px) {
    .wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
        grid-template-columns: repeat(auto-fill, minmax(600px, 1fr))
    }
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
    position: relative;
    min-width: 0;
    max-width: 100%;
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
    display: none;
    right: 20px;
    bottom: 30px;
    position: absolute;
    z-index: 22;
    align-items: center;
    width: auto
}

@media (min-width:560px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        display: flex
    }
}

@media (min-width:1024px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        right: 40px
    }
}

@media (min-width:1024px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
        bottom: 40px
    }
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272],
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45;
    right: 60px;
    position: absolute;
    top: -6px;
    z-index: 10;
    padding: 5px 15px;
    border-radius: 8px;
    background: var(--mc-main)
}

@media (min-width:560px) {

    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272],
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
        right: 20px
    }
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
    overflow: visible
}

@media (min-width:560px) {
    .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
        overflow: hidden
    }
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper,
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper-wrapper,
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .wlc-slider {
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__header[_ngcontent-wlc-app-c472511272] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    margin: 0 0 15px 0;
    text-align: center
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-prev,
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
    position: absolute;
    top: 102px;
    left: 2px;
    z-index: 100
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
    right: 2px;
    left: auto
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
    height: 100%
}

.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
    height: 100%
}

.wlc-tournament-list--theme-mod-swiper[_nghost-wlc-app-c472511272] div[slot-container-end][_ngcontent-wlc-app-c472511272] {
    display: none
}

@media (min-width:560px) {
    .wlc-tournament-list--theme-mod-swiper[_nghost-wlc-app-c472511272] div[slot-container-end][_ngcontent-wlc-app-c472511272] {
        display: flex
    }
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
    border: 1px solid var(--mc-main)
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
    color: var(--mc-black);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45
}

.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272]:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-top;
    background:
        /* original URL: https://kometacasino148.com/static/images/icons/tournaments.svg */
        url(https://kometacasino222.buzz/css/images/35.svg)center/contain no-repeat
}


[_nghost-wlc-app-c347345923] {
    overflow: visible !important;
    max-width: none !important;
    max-height: none !important;
    line-height: 1.3
}

[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    position: relative;
    display: grid;
    grid-template-areas: "picture details";
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    max-width: 100%
}

[_nghost-wlc-app-c347345923] .wlc-winner__block--left[_ngcontent-wlc-app-c347345923] {
    grid-area: picture
}

[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    display: grid;
    grid-area: details;
    grid-template-areas: "game amount" "user user";
    grid-template-columns: auto 1fr;
    min-width: 0;
    -moz-column-gap: 10px;
    column-gap: 10px
}

[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    position: relative;
    width: 56px;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden
}

[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923]:before {
    content: "";
    display: block;
    padding-top: 100%
}

[_nghost-wlc-app-c347345923] .wlc-winner__image[_ngcontent-wlc-app-c347345923] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

[_nghost-wlc-app-c347345923] .wlc-winner__user[_ngcontent-wlc-app-c347345923] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    display: flex;
    grid-area: user;
    align-items: center;
    min-width: 1px;
    text-transform: none
}

[_nghost-wlc-app-c347345923] .wlc-winner__name[_ngcontent-wlc-app-c347345923] {
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto
}

[_nghost-wlc-app-c347345923] .wlc-winner__country[_ngcontent-wlc-app-c347345923] {
    flex: 0 0 auto;
    object-fit: cover;
    object-position: center;
    width: 24px;
    height: 18px;
    margin-right: 10px;
    border: none;
    box-shadow: none
}

[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
    display: flex;
    grid-area: game;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0;
    text-align: left;
    text-decoration: none;
    background: transparent;
    border: none
}

[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:focus {
    outline: none
}

[_nghost-wlc-app-c347345923] .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
    transition: border-color 0.3s linear;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid transparent
}

[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    transition: color 0.3s linear;
    width: 16px;
    margin: 0 0 0 10px;
    color: var(--mc-main)
}

@media (pointer:fine) {
    [_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover {
        color: currentColor
    }

    [_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
        border-bottom-color: currentColor
    }

    [_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
        color: var(--mc-main-l20)
    }
}

[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.45;
    grid-area: amount;
    white-space: nowrap;
    text-align: right
}

.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    gap: 15px;
    padding: 10px;
    background: var(--mc-bg700);
    border-radius: 10px
}

@media (min-width:1024px) {
    .wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
        gap: 25px
    }
}

.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    width: 80px;
    height: 60px;
    box-shadow: none
}

.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    row-gap: 5px
}

.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    display: none
}

.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    gap: 15px;
    padding: 0 0 0 20px;
    background: none;
    border-radius: 10px
}

@media (min-width:1024px) {
    .wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
        gap: 25px
    }
}

.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    width: 60px;
    height: 60px
}

.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    display: block
}

.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923]:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 3px;
    height: 90%;
    background-color: var(--mc-baseOpacity);
    border-radius: 3px
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    position: relative;
    gap: 10px;
    height: var(--wlc-winner-slider-slide-height, 60px)
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
    top: -13px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--mc-bg500)
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
        top: -13px
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    width: 66px;
    height: 50px;
    box-shadow: none
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        width: 80px
    }
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        height: 60px
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    padding: 0 10px 0;
    background: transparent
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    display: none
}

.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    gap: 0;
    background: var(--mc-bg700);
    border-radius: 10px
}

.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    padding: 5px 20px 4px 20px;
    align-content: center
}

@media (min-width:900px) {
    .wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
        padding: 19px 20px 15px 20px
    }
}

.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    width: 80px;
    height: 60px;
    box-shadow: none !important
}

@media (min-width:900px) {
    .wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        width: 107.67px
    }
}

@media (min-width:900px) {
    .wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        height: 81px
    }
}

.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    display: none;
    color: var(--mc-secondary)
}

@media (pointer:fine) {
    .wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
        color: var(--mc-secondary-l20)
    }
}

.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 0 15px 0;
    cursor: pointer
}

@media (min-width:1024px) {
    .wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
        max-width: 305px
    }
}

.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.5px;
    left: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: var(--mc-bg500)
}

@media (pointer:fine) {
    .wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
        color: var(--mc-baseMain);
        border-bottom: 1px solid var(--mc-baseMain)
    }
}

.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    grid-template-areas: "user amount" "game game";
    grid-template-columns: 1fr;
    gap: 0
}

.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    width: 86px;
    height: 65px;
    box-shadow: none
}

.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
    transition: all 0.3s linear;
    display: inline-block;
    justify-self: start;
    max-width: 100%;
    color: var(--mc-baseMain);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    border-bottom: 1px solid transparent
}

.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
    color: var(--mc-baseMain);
    text-align: left
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
    height: auto !important;
    padding: 5px;
    background: transparent
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
    top: -9px;
    background: var(--mc-baseMain-o2)
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
    gap: 8px
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block[_ngcontent-wlc-app-c347345923] {
        grid-template-areas: "game amount" "user amount"
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
    text-transform: uppercase;
    overflow: hidden
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
    position: absolute;
    top: 21px;
    right: 8px;
    display: block
}

@media (max-width:899px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
        top: 30px
    }
}

@media (max-width:899px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
        font-style: normal;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.45;
        font-weight: 500
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 18px
}

@media (max-width:899px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
        font-style: normal;
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.45;
        margin-right: -15px;
        padding-right: 0
    }
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__country[_ngcontent-wlc-app-c347345923] {
    border-radius: 3px
}

.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
    width: 48px;
    height: 48px
}

@media (min-width:900px) {
    .wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
        width: 56px;
        height: 56px
    }
}


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

