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

@keyframes loader-6-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0
    }
}
:root {
     --mc-main: #00b6ef;
     --mc-main-locked: #00b6ef;
     --mc-main-l5: #00c0fd;
     --mc-main-d5: #00ade3;
     --mc-main-l10: #0bc5ff;
     --mc-main-d10: #00a4d7;
     --mc-main-l20: #26cbff;
     --mc-main-d20: #0092bf;
     --mc-main-o0: rgba(0, 182, 239, 0);
     --mc-main-o1: rgba(0, 182, 239, .1);
     --mc-main-o2: rgba(0, 182, 239, .2);
     --mc-main-o4: rgba(0, 182, 239, .4);
     --mc-main-o6: rgba(0, 182, 239, .6);
     --mc-main-o8: rgba(0, 182, 239, .8);
     --mc-secondary: #00b6ef;
     --mc-secondary-locked: #00b6ef;
     --mc-secondary-l5: #00c0fd;
     --mc-secondary-d5: #00ade3;
     --mc-secondary-l10: #0bc5ff;
     --mc-secondary-d10: #00a4d7;
     --mc-secondary-l20: #26cbff;
     --mc-secondary-d20: #0092bf;
     --mc-secondary-o0: rgba(0, 182, 239, 0);
     --mc-secondary-o1: rgba(0, 182, 239, .1);
     --mc-secondary-o2: rgba(0, 182, 239, .2);
     --mc-secondary-o4: rgba(0, 182, 239, .4);
     --mc-secondary-o6: rgba(0, 182, 239, .6);
     --mc-secondary-o8: rgba(0, 182, 239, .8);
     --mc-baseMain: #8194c8;
     --mc-baseMain-locked: #8194c8;
     --mc-baseMain-l5: #8799cb;
     --mc-baseMain-d5: #768ac3;
     --mc-baseMain-l10: #8e9fce;
     --mc-baseMain-d10: #6a81be;
     --mc-baseMain-l20: #9aa9d3;
     --mc-baseMain-d20: #536db4;
     --mc-baseMain-o0: rgba(129, 148, 200, 0);
     --mc-baseMain-o1: rgba(129, 148, 200, .1);
     --mc-baseMain-o2: rgba(129, 148, 200, .2);
     --mc-baseMain-o4: rgba(129, 148, 200, .4);
     --mc-baseMain-o6: rgba(129, 148, 200, .6);
     --mc-baseMain-o8: rgba(129, 148, 200, .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(180deg, #00b6ef 0%, #75acff 100%);
     --mc-baseOpacity: rgba(118, 151, 244, .5);
     --mc-baseOpacity-locked: rgba(118, 151, 244, .5);
     --mc-baseOpacity-l5: rgba(125, 156, 245, .5);
     --mc-baseOpacity-d5: rgba(101, 138, 243, .5);
     --mc-baseOpacity-l10: rgba(132, 161, 245, .5);
     --mc-baseOpacity-d10: rgba(84, 126, 241, .5);
     --mc-baseOpacity-l20: rgba(145, 172, 246, .5);
     --mc-baseOpacity-d20: rgba(51, 100, 239, .5);
     --mc-baseOpacity-o0: rgba(118, 151, 244, 0);
     --mc-baseOpacity-o1: rgba(118, 151, 244, 0);
     --mc-baseOpacity-o2: rgba(118, 151, 244, 0);
     --mc-baseOpacity-o4: rgba(118, 151, 244, 0);
     --mc-baseOpacity-o6: rgba(118, 151, 244, .1);
     --mc-baseOpacity-o8: rgba(118, 151, 244, .3);
     --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: #131a2d;
     --mc-bg700-locked: #131a2d;
     --mc-bg700-l5: #1a233d;
     --mc-bg700-d5: #12192b;
     --mc-bg700-l10: #202c4c;
     --mc-bg700-d10: #111729;
     --mc-bg700-l20: #2d3e6c;
     --mc-bg700-d20: #0f1524;
     --mc-bg700-o0: rgba(19, 26, 45, 0);
     --mc-bg700-o1: rgba(19, 26, 45, .1);
     --mc-bg700-o2: rgba(19, 26, 45, .2);
     --mc-bg700-o4: rgba(19, 26, 45, .4);
     --mc-bg700-o6: rgba(19, 26, 45, .6);
     --mc-bg700-o8: rgba(19, 26, 45, .8);
     --mc-bg: #00040b;
     --mc-bg-locked: #00040b;
     --mc-bg-l5: #000d24;
     --mc-bg-d5: #00040a;
     --mc-bg-l10: #00163d;
     --mc-bg-d10: #00040a;
     --mc-bg-l20: #00286f;
     --mc-bg-d20: #000309;
     --mc-bg-o0: rgba(0, 4, 11, 0);
     --mc-bg-o1: rgba(0, 4, 11, .1);
     --mc-bg-o2: rgba(0, 4, 11, .2);
     --mc-bg-o4: rgba(0, 4, 11, .4);
     --mc-bg-o6: rgba(0, 4, 11, .6);
     --mc-bg-o8: rgba(0, 4, 11, .8);
     --mc-bgModal: #060b1a;
     --mc-bgModal-locked: #060b1a;
     --mc-bgModal-l5: #0a132d;
     --mc-bgModal-d5: #060a19;
     --mc-bgModal-l10: #0f1b41;
     --mc-bgModal-d10: #050a17;
     --mc-bgModal-l20: #182c68;
     --mc-bgModal-d20: #050915;
     --mc-bgModal-o0: rgba(6, 11, 26, 0);
     --mc-bgModal-o1: rgba(6, 11, 26, .1);
     --mc-bgModal-o2: rgba(6, 11, 26, .2);
     --mc-bgModal-o4: rgba(6, 11, 26, .4);
     --mc-bgModal-o6: rgba(6, 11, 26, .6);
     --mc-bgModal-o8: rgba(6, 11, 26, .8);
     --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: #d1004b;
     --mc-error-locked: #d1004b;
     --mc-error-l5: #e00050;
     --mc-error-d5: #c70047;
     --mc-error-l10: #ef0056;
     --mc-error-d10: #bc0044;
     --mc-error-l20: #ff0e65;
     --mc-error-d20: #a7003c;
     --mc-error-o0: rgba(209, 0, 75, 0);
     --mc-error-o1: rgba(209, 0, 75, .1);
     --mc-error-o2: rgba(209, 0, 75, .2);
     --mc-error-o4: rgba(209, 0, 75, .4);
     --mc-error-o6: rgba(209, 0, 75, .6);
     --mc-error-o8: rgba(209, 0, 75, .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: #000;
     --mc-black-locked: #000;
     --mc-black-l5: #0d0d0d;
     --mc-black-d5: black;
     --mc-black-l10: #1a1a1a;
     --mc-black-d10: black;
     --mc-black-l20: #333333;
     --mc-black-d20: black;
     --mc-black-o0: rgba(0, 0, 0, 0);
     --mc-black-o1: rgba(0, 0, 0, .1);
     --mc-black-o2: rgba(0, 0, 0, .2);
     --mc-black-o4: rgba(0, 0, 0, .4);
     --mc-black-o6: rgba(0, 0, 0, .6);
     --mc-black-o8: rgba(0, 0, 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: #fff;
     --mc-baseThird-locked: #fff;
     --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-buttonText: #fff;
     --mc-buttonText-locked: #fff;
     --mc-buttonText-l5: white;
     --mc-buttonText-d5: #f2f2f2;
     --mc-buttonText-l10: white;
     --mc-buttonText-d10: #e6e6e6;
     --mc-buttonText-l20: white;
     --mc-buttonText-d20: #cccccc;
     --mc-buttonText-o0: rgba(255, 255, 255, 0);
     --mc-buttonText-o1: rgba(255, 255, 255, .1);
     --mc-buttonText-o2: rgba(255, 255, 255, .2);
     --mc-buttonText-o4: rgba(255, 255, 255, .4);
     --mc-buttonText-o6: rgba(255, 255, 255, .6);
     --mc-buttonText-o8: rgba(255, 255, 255, .8);
     --mc-lightColor: #ffffff;
     --mc-lightColor-locked: #ffffff;
     --mc-lightColor-l5: white;
     --mc-lightColor-d5: #f2f2f2;
     --mc-lightColor-l10: white;
     --mc-lightColor-d10: #e6e6e6;
     --mc-lightColor-l20: white;
     --mc-lightColor-d20: #cccccc;
     --mc-lightColor-o0: rgba(255, 255, 255, 0);
     --mc-lightColor-o1: rgba(255, 255, 255, .1);
     --mc-lightColor-o2: rgba(255, 255, 255, .2);
     --mc-lightColor-o4: rgba(255, 255, 255, .4);
     --mc-lightColor-o6: rgba(255, 255, 255, .6);
     --mc-lightColor-o8: rgba(255, 255, 255, .8);
     --mc-borderGradient: linear-gradient(181.07deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 52.73%, rgba(255, 255, 255, 0) 99.69%)
 }

: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: #242d48;
    --fc-inputBg-locked: #242d48;
    --fc-inputBg-l5: #2b3555;
    --fc-inputBg-d5: #222b44;
    --fc-inputBg-l10: #313e63;
    --fc-inputBg-d10: #202941;
    --fc-inputBg-l20: #3f4f7e;
    --fc-inputBg-d20: #1d243a;
    --fc-inputBg-o0: rgba(36, 45, 72, 0);
    --fc-inputBg-o1: rgba(36, 45, 72, .1);
    --fc-inputBg-o2: rgba(36, 45, 72, .2);
    --fc-inputBg-o4: rgba(36, 45, 72, .4);
    --fc-inputBg-o6: rgba(36, 45, 72, .6);
    --fc-inputBg-o8: rgba(36, 45, 72, .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: #ffffff;
    --fc-textColor-locked: #ffffff;
    --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: #7886ab;
    --fc-arrowColor-locked: #7886ab;
    --fc-arrowColor-l5: #7f8caf;
    --fc-arrowColor-d5: #6f7ea5;
    --fc-arrowColor-l10: #8692b3;
    --fc-arrowColor-d10: #6676a0;
    --fc-arrowColor-l20: #939ebc;
    --fc-arrowColor-d20: #596890;
    --fc-arrowColor-o0: rgba(120, 134, 171, 0);
    --fc-arrowColor-o1: rgba(120, 134, 171, .1);
    --fc-arrowColor-o2: rgba(120, 134, 171, .2);
    --fc-arrowColor-o4: rgba(120, 134, 171, .4);
    --fc-arrowColor-o6: rgba(120, 134, 171, .6);
    --fc-arrowColor-o8: rgba(120, 134, 171, .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: 8px
}

@font-face {
    font-weight: 100;
    font-family: Inter;
    font-style: normal;
    src: url("../../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff2") format("woff2")
}

@font-face {
    font-weight: 300;
    font-family: Inter;
    font-style: normal;
    src: url("../../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2") format("woff2")
}

@font-face {
    font-weight: 400;
    font-family: Inter;
    font-style: normal;
    src: url("../../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2") format("woff2")
}

@font-face {
    font-weight: 500;
    font-family: Inter;
    font-style: normal;
    src: url("../../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2") format("woff2")
}

@font-face {
    font-weight: 600;
    font-family: Inter;
    font-style: normal;
    src: url("../../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2") format("woff2")
}

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

:root {
    font-size: 10px
}

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

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

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

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

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

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

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

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

@keyframes swing {
    0%, 50%, to {
        transform: rotate3d(0, 0, 1, 0)
    }
    10%, 30% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    20%, 40% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
}

:root {
    --mc-main: #00b6ef;
    --mc-main-locked: #00b6ef;
    --mc-main-l5: #00c0fd;
    --mc-main-d5: #00ade3;
    --mc-main-l10: #0bc5ff;
    --mc-main-d10: #00a4d7;
    --mc-main-l20: #26cbff;
    --mc-main-d20: #0092bf;
    --mc-main-o0: rgba(0, 182, 239, 0);
    --mc-main-o1: rgba(0, 182, 239, .1);
    --mc-main-o2: rgba(0, 182, 239, .2);
    --mc-main-o4: rgba(0, 182, 239, .4);
    --mc-main-o6: rgba(0, 182, 239, .6);
    --mc-main-o8: rgba(0, 182, 239, .8);
    --mc-secondary: #00b6ef;
    --mc-secondary-locked: #00b6ef;
    --mc-secondary-l5: #00c0fd;
    --mc-secondary-d5: #00ade3;
    --mc-secondary-l10: #0bc5ff;
    --mc-secondary-d10: #00a4d7;
    --mc-secondary-l20: #26cbff;
    --mc-secondary-d20: #0092bf;
    --mc-secondary-o0: rgba(0, 182, 239, 0);
    --mc-secondary-o1: rgba(0, 182, 239, .1);
    --mc-secondary-o2: rgba(0, 182, 239, .2);
    --mc-secondary-o4: rgba(0, 182, 239, .4);
    --mc-secondary-o6: rgba(0, 182, 239, .6);
    --mc-secondary-o8: rgba(0, 182, 239, .8);
    --mc-baseMain: #8194c8;
    --mc-baseMain-locked: #8194c8;
    --mc-baseMain-l5: #8799cb;
    --mc-baseMain-d5: #768ac3;
    --mc-baseMain-l10: #8e9fce;
    --mc-baseMain-d10: #6a81be;
    --mc-baseMain-l20: #9aa9d3;
    --mc-baseMain-d20: #536db4;
    --mc-baseMain-o0: rgba(129, 148, 200, 0);
    --mc-baseMain-o1: rgba(129, 148, 200, .1);
    --mc-baseMain-o2: rgba(129, 148, 200, .2);
    --mc-baseMain-o4: rgba(129, 148, 200, .4);
    --mc-baseMain-o6: rgba(129, 148, 200, .6);
    --mc-baseMain-o8: rgba(129, 148, 200, .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(180deg, #00b6ef 0%, #75acff 100%);
    --mc-baseOpacity: rgba(118, 151, 244, .5);
    --mc-baseOpacity-locked: rgba(118, 151, 244, .5);
    --mc-baseOpacity-l5: rgba(125, 156, 245, .5);
    --mc-baseOpacity-d5: rgba(101, 138, 243, .5);
    --mc-baseOpacity-l10: rgba(132, 161, 245, .5);
    --mc-baseOpacity-d10: rgba(84, 126, 241, .5);
    --mc-baseOpacity-l20: rgba(145, 172, 246, .5);
    --mc-baseOpacity-d20: rgba(51, 100, 239, .5);
    --mc-baseOpacity-o0: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o1: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o2: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o4: rgba(118, 151, 244, 0);
    --mc-baseOpacity-o6: rgba(118, 151, 244, .1);
    --mc-baseOpacity-o8: rgba(118, 151, 244, .3);
    --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: #131a2d;
    --mc-bg700-locked: #131a2d;
    --mc-bg700-l5: #1a233d;
    --mc-bg700-d5: #12192b;
    --mc-bg700-l10: #202c4c;
    --mc-bg700-d10: #111729;
    --mc-bg700-l20: #2d3e6c;
    --mc-bg700-d20: #0f1524;
    --mc-bg700-o0: rgba(19, 26, 45, 0);
    --mc-bg700-o1: rgba(19, 26, 45, .1);
    --mc-bg700-o2: rgba(19, 26, 45, .2);
    --mc-bg700-o4: rgba(19, 26, 45, .4);
    --mc-bg700-o6: rgba(19, 26, 45, .6);
    --mc-bg700-o8: rgba(19, 26, 45, .8);
    --mc-bg: #00040b;
    --mc-bg-locked: #00040b;
    --mc-bg-l5: #000d24;
    --mc-bg-d5: #00040a;
    --mc-bg-l10: #00163d;
    --mc-bg-d10: #00040a;
    --mc-bg-l20: #00286f;
    --mc-bg-d20: #000309;
    --mc-bg-o0: rgba(0, 4, 11, 0);
    --mc-bg-o1: rgba(0, 4, 11, .1);
    --mc-bg-o2: rgba(0, 4, 11, .2);
    --mc-bg-o4: rgba(0, 4, 11, .4);
    --mc-bg-o6: rgba(0, 4, 11, .6);
    --mc-bg-o8: rgba(0, 4, 11, .8);
    --mc-bgModal: #060b1a;
    --mc-bgModal-locked: #060b1a;
    --mc-bgModal-l5: #0a132d;
    --mc-bgModal-d5: #060a19;
    --mc-bgModal-l10: #0f1b41;
    --mc-bgModal-d10: #050a17;
    --mc-bgModal-l20: #182c68;
    --mc-bgModal-d20: #050915;
    --mc-bgModal-o0: rgba(6, 11, 26, 0);
    --mc-bgModal-o1: rgba(6, 11, 26, .1);
    --mc-bgModal-o2: rgba(6, 11, 26, .2);
    --mc-bgModal-o4: rgba(6, 11, 26, .4);
    --mc-bgModal-o6: rgba(6, 11, 26, .6);
    --mc-bgModal-o8: rgba(6, 11, 26, .8);
    --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: #d1004b;
    --mc-error-locked: #d1004b;
    --mc-error-l5: #e00050;
    --mc-error-d5: #c70047;
    --mc-error-l10: #ef0056;
    --mc-error-d10: #bc0044;
    --mc-error-l20: #ff0e65;
    --mc-error-d20: #a7003c;
    --mc-error-o0: rgba(209, 0, 75, 0);
    --mc-error-o1: rgba(209, 0, 75, .1);
    --mc-error-o2: rgba(209, 0, 75, .2);
    --mc-error-o4: rgba(209, 0, 75, .4);
    --mc-error-o6: rgba(209, 0, 75, .6);
    --mc-error-o8: rgba(209, 0, 75, .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: #000;
    --mc-black-locked: #000;
    --mc-black-l5: #0d0d0d;
    --mc-black-d5: black;
    --mc-black-l10: #1a1a1a;
    --mc-black-d10: black;
    --mc-black-l20: #333333;
    --mc-black-d20: black;
    --mc-black-o0: rgba(0, 0, 0, 0);
    --mc-black-o1: rgba(0, 0, 0, .1);
    --mc-black-o2: rgba(0, 0, 0, .2);
    --mc-black-o4: rgba(0, 0, 0, .4);
    --mc-black-o6: rgba(0, 0, 0, .6);
    --mc-black-o8: rgba(0, 0, 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: #fff;
    --mc-baseThird-locked: #fff;
    --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-buttonText: #fff;
    --mc-buttonText-locked: #fff;
    --mc-buttonText-l5: white;
    --mc-buttonText-d5: #f2f2f2;
    --mc-buttonText-l10: white;
    --mc-buttonText-d10: #e6e6e6;
    --mc-buttonText-l20: white;
    --mc-buttonText-d20: #cccccc;
    --mc-buttonText-o0: rgba(255, 255, 255, 0);
    --mc-buttonText-o1: rgba(255, 255, 255, .1);
    --mc-buttonText-o2: rgba(255, 255, 255, .2);
    --mc-buttonText-o4: rgba(255, 255, 255, .4);
    --mc-buttonText-o6: rgba(255, 255, 255, .6);
    --mc-buttonText-o8: rgba(255, 255, 255, .8);
    --mc-lightColor: #ffffff;
    --mc-lightColor-locked: #ffffff;
    --mc-lightColor-l5: white;
    --mc-lightColor-d5: #f2f2f2;
    --mc-lightColor-l10: white;
    --mc-lightColor-d10: #e6e6e6;
    --mc-lightColor-l20: white;
    --mc-lightColor-d20: #cccccc;
    --mc-lightColor-o0: rgba(255, 255, 255, 0);
    --mc-lightColor-o1: rgba(255, 255, 255, .1);
    --mc-lightColor-o2: rgba(255, 255, 255, .2);
    --mc-lightColor-o4: rgba(255, 255, 255, .4);
    --mc-lightColor-o6: rgba(255, 255, 255, .6);
    --mc-lightColor-o8: rgba(255, 255, 255, .8);
    --mc-borderGradient: linear-gradient(181.07deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 52.73%, rgba(255, 255, 255, 0) 99.69%)
}

: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: #242d48;
    --fc-inputBg-locked: #242d48;
    --fc-inputBg-l5: #2b3555;
    --fc-inputBg-d5: #222b44;
    --fc-inputBg-l10: #313e63;
    --fc-inputBg-d10: #202941;
    --fc-inputBg-l20: #3f4f7e;
    --fc-inputBg-d20: #1d243a;
    --fc-inputBg-o0: rgba(36, 45, 72, 0);
    --fc-inputBg-o1: rgba(36, 45, 72, .1);
    --fc-inputBg-o2: rgba(36, 45, 72, .2);
    --fc-inputBg-o4: rgba(36, 45, 72, .4);
    --fc-inputBg-o6: rgba(36, 45, 72, .6);
    --fc-inputBg-o8: rgba(36, 45, 72, .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: #ffffff;
    --fc-textColor-locked: #ffffff;
    --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: #7886ab;
    --fc-arrowColor-locked: #7886ab;
    --fc-arrowColor-l5: #7f8caf;
    --fc-arrowColor-d5: #6f7ea5;
    --fc-arrowColor-l10: #8692b3;
    --fc-arrowColor-d10: #6676a0;
    --fc-arrowColor-l20: #939ebc;
    --fc-arrowColor-d20: #596890;
    --fc-arrowColor-o0: rgba(120, 134, 171, 0);
    --fc-arrowColor-o1: rgba(120, 134, 171, .1);
    --fc-arrowColor-o2: rgba(120, 134, 171, .2);
    --fc-arrowColor-o4: rgba(120, 134, 171, .4);
    --fc-arrowColor-o6: rgba(120, 134, 171, .6);
    --fc-arrowColor-o8: rgba(120, 134, 171, .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)
}

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

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

b {
    font-weight: 700
}

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

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

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

img, svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

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

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

button {
    text-transform: none
}

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

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

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

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

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

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

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

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

.wlc-sections__categories--theme-wolf {
    padding: 8px 0 0
}

.wlc-sections__categories--theme-wolf .games-categories {
    display: grid;
    grid-auto-flow: row;
    gap: 16px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wlc-sections__header {
    z-index: 100
}

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

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

.wlc-sections__header .container .wlc-btn-search {
    overflow: visible
}

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

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

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

.wlc-sections__categories {
    margin-bottom: 32px
}

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

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

.wlc-sections__providers-1 .container .wlc-provider-links.wlc-provider-links--theme-default .wlc-provider-links__slider .swiper {
    padding: 8px
}

.wlc-sections__providers-1 .container .wlc-provider-links.wlc-provider-links--theme-default .wlc-provider-links__slider .swiper:before {
    display: none
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 40px;
    border-top: 1px solid var(--mc-bg500)
}

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

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

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

.wlc-sections__footer--theme-1 .footer-bottom__links {
    display: flex;
    grid-area: links;
    align-items: flex-start
}

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

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

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

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

.wlc-sections__footer--theme-1 .container .wlc-logo {
    display: flex;
    justify-content: center;
    width: 180px;
    height: 40px
}

.wlc-sections__footer--theme-1 .container .wlc-logo svg {
    width: 100%;
    height: 100%
}

.wlc-sections__footer--theme-1 .container div.wlc-footer-disclaimer div.wlc-disclaimer--theme-default div.wlc-disclaimer__text, .wlc-sections__footer--theme-1 .container div.wlc-footer-disclaimer div.wlc-copyright--theme-default div.wlc-copyright__text {
    text-align: left
}

.wlc-sections__header--theme-default .wlc-header div.header__left {
    display: flex;
    align-items: center;
    margin: 0
}

.wlc-social-button {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 16px 0 0;
    padding: 0;
    border: 0;
    background: transparent
}

.wlc-social-button__text {
    transition: color .3s linear;
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: center;
    font-size: 1.4rem
}

.wlc-body--fp-left-in.wlc-body--fp-left {
    visibility: visible;
    overflow-x: hidden;
    overflow-y: scroll
}

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

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

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

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

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

    .wlc-sections__header--theme-default .wlc-header div.header__left .wlc-logo {
        width: 140px
    }
}

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

@media (min-width: 720px) {
    .container {
        max-width: 690px
    }
}

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

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

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

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

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

    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
        width: 185px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .wlc-sections__footer--theme-1 .container {
        grid-template-rows:auto auto 45px auto
    }

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

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

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

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

    .wlc-body--sticky-header .wlc-sections__header {
        --sticky-transform-coef: .7
    }

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

@media (max-width: 1023px) {
    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
        justify-items: flex-start;
        padding-bottom: 10px;
        row-gap: 24px
    }
}

@media (max-width: 767px) {
    .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
        padding-top: 40px
    }

    .wlc-sections__footer--theme-1 .container .wlc-logo {
        margin: 0 auto 16px
    }
}

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

    :root {
        scroll-behavior: auto
    }
}

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

    .wlc-social-button:hover .wlc-social-button__text {
        color: var(--mc-baseThird)
    }
}

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

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

.wlc-notification-thread[_nghost-wlc-app-c3732847679] {
    max-width: 395px;
    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: 530px
    }
}

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

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

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

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

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

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

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

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

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

body {
    min-width: 375px
}

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

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

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

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

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] {
    --bp-login-display: grid;
    --bp-postmenu-display: block;
    --bp-menu-link-justify: initial;
    --bp-menu-link-align: center;
    --bp-menu-link-padding: 4px 20px;
    --bp-menu-link-text-display: initial;
    --bp-menu-icon-margin: 0 12px 0 0;
    --bp-menu-icon-wrapper-width: 20px;
    --bp-separator-width: calc(100% - 32px);
    --bp-userinfo-display: grid;
    --bp-userdeposit-display: flex;
    --bp-lang-max-width: calc(100% - 32px);
    --bp-lang-margin: 16px auto;
    width: var(--bp-width);
    max-width: 290px;
    max-height: 100%;
    background: var(--mc-bgModal)
}

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

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__header.two-columns[_ngcontent-wlc-app-c3161210463] {
    grid-template-columns:1fr auto
}

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

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content[_ngcontent-wlc-app-c3161210463] {
    padding: 0 8px 160px
}

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

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content[_ngcontent-wlc-app-c3161210463] .wlc-panel-menu {
    margin: 4px 0 0
}

.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] .wlc-burger-panel__logo[_ngcontent-wlc-app-c3161210463] {
    justify-content: start;
    margin: 0
}

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

.wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__link {
    align-items: var(--bp-menu-link-align);
    text-decoration: none
}

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

@media (pointer: fine) {
    .wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content .wlc-menu__link:not(.active):hover, .wlc-burger-panel--theme-left[_nghost-wlc-app-c3161210463] .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-c3161210463] .wlc-burger-panel__content .wlc-menu__icon {
    align-items: center;
    justify-content: center;
    height: auto
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] {
    --bp-header-grid-cols: 1fr;
    --bp-header-padding: 8px;
    --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: 16px 0 0;
    --bp-userinfo-margin: 0 16px 16px;
    --bp-logout-display: none;
    --bp-postmenu-link-height: 28px;
    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-c3161210463] {
    visibility: visible
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-expanded[_nghost-wlc-app-c3161210463] {
    --bp-width: var(--fp-left-size-full);
    --pm-menu-margin: 20px 8px 0;
    --us-display: block
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c3161210463] {
    justify-self: var(--bp-expand-btn-justify-self, end);
    padding: 0;
    color: var(--mc-baseOpacity);
    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-c3161210463] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c3161210463] svg {
    width: 30px;
    height: 30px;
    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-c3161210463] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c3161210463] {
    --bp-expand-icon-transform: scaleX(-1)
}

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

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] {
    z-index: 10;
    height: 100%;
    max-height: 100%
}

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

.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c3161210463] .wlc-burger-panel__content {
    scrollbar-gutter: stable
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] {
    --bp-padding: 12px;
    --bp-header-padding: 8px 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-c3161210463] .wlc-burger-panel__header {
    border-bottom: 0
}

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

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

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

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn .wlc-btn__text {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    flex-direction: row-reverse;
    gap: 8px
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .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-c3161210463] .wlc-logout .wlc-btn:hover {
        background: var(--mc-bg100)
    }

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

.wlc-burger-panel[_nghost-wlc-app-c3161210463] {
    --bp-header-grid-cols: 1fr auto 1fr;
    --bp-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    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-c3161210463] .wlc-burger-panel__header {
    position: relative;
    display: grid;
    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-c3161210463] .wlc-burger-panel__header.two-columns {
    grid-template-columns:1fr 1fr
}

.wlc-burger-panel[_nghost-wlc-app-c3161210463] .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-c3161210463] .wlc-burger-panel__close:focus {
    outline: none
}

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

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

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

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button {
    margin-left: 10px
}

.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button__text {
    margin-left: 5px;
    color: var(--fc-textColor)
}

.wlc-burger-panel--theme-left.wlc-burger-panel--left-mobile[_nghost-wlc-app-c3161210463] .wlc-social-button:before, .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button:before {
    content: url("../../img/telegram.svg");
    width: 25px;
    height: 25px
}

@media (pointer: fine) {
    .wlc-burger-panel--theme-left.wlc-burger-panel--left-mobile[_nghost-wlc-app-c3161210463] .wlc-social-button:hover .wlc-social-button__text, .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c3161210463] .wlc-social-button:hover .wlc-social-button__text {
        transition: color 0.3s linear;
        color: var(--mc-main)
    }
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn .wlc-icon {
    color: var(--mc-baseMain)
}

.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn .wlc-btn__text {
    line-height: 1
}

@media (pointer: fine) {
    .wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c3161210463] .wlc-logout .wlc-btn:hover .wlc-icon {
        color: var(--mc-baseSecond)
    }
}
.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 {
     width: var(--wlc-icon-width);
     height: var(--wlc-icon-height);
     overflow: visible
 }

@keyframes loadingCircle {
    100% {
        transform: rotate(360deg)
    }
}
[_nghost-wlc-app-c2680891784] {
     display: inline-block
 }

.wlc-logo__image[_ngcontent-wlc-app-c2680891784] svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] {
     --pm-menu-margin: ;
     --pm-menu-info-margin: ;
     --pm-link-background: var(--mc-bg300-o4);
     --pm-dropdown-link-background: var(--mc-bg);
     --pm-dropdown-active-icon-fill: var(--mc-baseMain);
     --pm-link-padding: 12px 16px;
     --pm-link-icon-margin: 0 8px 0 0;
     --pm-link-arrow: block;
     --pm-link-justify-content: start;
     --pm-link-hover: var(--mc-bg100-o4);
     --pm-link-text-display: block;
     --pm-icon-width: auto;
     --pm-link-icon-width: 16px
 }

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

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

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg path, .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: 8px
}

.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: 8px
}

.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-baseSecond, var(--mc-baseMain));
        background: var(--pm-link-hover)
    }
}

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

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__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: 8px;
    border-bottom-right-radius: 8px
}

.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: 12px;
    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__item--loyalty .wlc-menu__link-text {
    color: #ffd029 !important;
    font-weight: bold !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--loyalty .wlc-menu__icon svg, .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--loyalty .wlc-menu__icon path {
    fill: #ffd029 !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--bonuses .wlc-menu__link-text {
    font-weight: bold !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--bonuses .wlc-menu__icon svg, .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--bonuses .wlc-menu__icon path {
    fill: #256c39 !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--store .wlc-menu__link-text {
    font-weight: bold !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--store .wlc-menu__icon svg, .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--store .wlc-menu__icon path {
    fill: #ff003d !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--vipclub .wlc-menu__link-text {
    font-weight: bold !important
}

.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--vipclub .wlc-menu__icon svg, .wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__item--vipclub .wlc-menu__icon path {
    fill: #00b6ef !important
}

@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--type-info[_nghost-wlc-app-c2072812421] {
    margin-top: 8px !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby {
    --pm-dropdown-link-background: var(--pm-link-background);
    --pm-link-hover: var(--pm-link-background);
    --mc-baseSecond: var(--pm-link-background);
    --mc-bg100-o4: var(--pm-link-background)
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link-text {
    color: var(--fc-textColor)
}

@media (pointer: fine) {
    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--info .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover {
        transition: font-weight 0.3s linear
    }

    .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--info .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:not(:has(.wlc-menu__link-text--parent)):hover .wlc-menu__link-text {
        font-weight: bold
    }
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:has(.wlc-menu__link-text--parent), .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--info .wlc-menu__link:has(.wlc-menu__link-text--parent), .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:has(.wlc-menu__link-text--parent), .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:has(.wlc-menu__link-text--parent) {
    border-radius: 8px 8px 0 0 !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other .wlc-menu__link:has(.wlc-menu__link-text--parent) .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--info .wlc-menu__link:has(.wlc-menu__link-text--parent) .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos .wlc-menu__link:has(.wlc-menu__link-text--parent) .wlc-menu__link-text, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby .wlc-menu__link:has(.wlc-menu__link-text--parent) .wlc-menu__link-text {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.45
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other:has(.wlc-menu__submenu--hover) .wlc-menu__link, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--info:has(.wlc-menu__submenu--hover) .wlc-menu__link, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--promos:has(.wlc-menu__submenu--hover) .wlc-menu__link, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--lobby:has(.wlc-menu__submenu--hover) .wlc-menu__link {
    border-radius: 8px !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--info:not(:has(.expanded)) .wlc-menu__link, .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.wlc-menu__item--other:not(:has(.expanded)) .wlc-menu__link {
    border-radius: 8px !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item .wlc-menu__link {
    word-break: break-word !important
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link {
    border-bottom: 1px solid var(--mc-bg700)
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu:last-child {
    border: none
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--livechat {
    --pm-link-background: transparent
}

.wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--livechat .wlc-menu__link-text {
    color: var(--fc-textColor) !important
}
@keyframes _ngcontent-wlc-app-c3258388311_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-c3258388311_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-c3258388311_buttonGlare {
    from {
        transform: skewX(-45deg) translateX(-200px)
    }
    to {
        transform: skewX(-45deg) translateX(200px)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-buttonText-locked, var(--mc-baseMain-locked));
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    grid-column: 2;
    text-transform: initial
}

@media (pointer: fine) {
    .wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:hover {
        box-shadow: none
    }
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]: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-c3258388311]:hover:before {
        opacity: 0.4
    }
}

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

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

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

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

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 3px 12px;
    background: var(--mc-bg500-o6);
    border-radius: 60px
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311], .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__counter[_ngcontent-wlc-app-c3258388311] {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    transition: color 0.3s linear
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__counter[_ngcontent-wlc-app-c3258388311] {
    margin: 0 0 0 5px
}

@media (pointer: fine) {
    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]:hover {
        background: var(--mc-bg500)
    }

    .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]:hover .wlc-btn__text[_ngcontent-wlc-app-c3258388311], .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]:hover .wlc-btn__counter[_ngcontent-wlc-app-c3258388311] {
        color: var(--mc-baseThird)
    }
}

@keyframes _ngcontent-wlc-app-c3258388311_glade {
    from {
        background-position: 100% 100%
    }
}

.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311]:before {
    display: none
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
    line-height: 1
}

.wlc-btn--theme-default.wlc-btn--animate-custom[_nghost-wlc-app-c3258388311] {
    background: linear-gradient(120deg, #00b6ef 0%, #00b6ef 30%, #75acff 50%, #00b6ef 70%, #00b6ef 100%);
    background-size: 400%;
    animation: _ngcontent-wlc-app-c3258388311_glade 2s infinite
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] {
    height: 24px
}

.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__text[_ngcontent-wlc-app-c3258388311], .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311] .wlc-btn__counter[_ngcontent-wlc-app-c3258388311] {
    line-height: 1
}
.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-btn__text {
     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-baseOpacity)
}

@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-menu.wlc-menu--swiper[_nghost-wlc-app-c3022284011] .swiper-wrapper {
     width: auto
 }

.wlc-menu[_nghost-wlc-app-c3022284011] swiper-container::part(container) {
    overflow: visible
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] {
     --h-gap: 8px
 }

@media (min-width: 480px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] {
        --h-gap: 16px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    gap: 8px;
    display: grid;
    align-items: center
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        width: 100%
    }
}

@media (min-width: 1630px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        min-height: 100px
    }
}

@media (min-width: 1366px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        grid-template-columns:auto 1fr auto
    }
}

@media (min-width: 480px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        gap: 16px
    }
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        margin: 0 auto
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796]:not(.wlc-header--theme-mod-wolf) .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    padding: 0
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796]:not(.wlc-header--theme-mod-wolf) .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        padding: 0 8px
    }
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796]:not(.wlc-header--theme-mod-wolf) .wlc-header__item.container[_ngcontent-wlc-app-c1241342796] {
        max-width: 1920px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo[data-wlc-element] {
    margin: 0 auto
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo[data-wlc-element] {
        width: 144px
    }
}

@media (min-width: 1024px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo[data-wlc-element] {
        margin: 0 0 0 8px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo__image {
    display: flex;
    align-items: center
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo svg {
    width: auto;
    height: 100%;
    max-height: 50%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-login-signup {
    justify-content: flex-end
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-login-signup .wlc-btn {
        padding: 4px 8px
    }
}

@media (min-width: 1366px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-login-signup .wlc-btn {
        padding: 4px 16px
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search {
    transition: transform 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search__text, .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search .wlc-icon, .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (pointer: fine) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover {
        transform: rotate(30deg)
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search svg {
    transition: fill 0.3s linear
}

@media (pointer: fine) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-burger:hover svg, .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-burger:hover rect, .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover svg, .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover rect {
        fill: var(--mc-baseMain)
    }
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__left, .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__right {
    display: flex;
    align-items: center
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__left > *, .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__right > * {
    margin-right: calc(var(--h-gap) * 0.5);
    margin-left: calc(var(--h-gap) * 0.5)
}

.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__base {
    position: relative;
    min-width: 0
}

@media (min-width: 1366px) {
    .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__base {
        display: block
    }
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__left[_ngcontent-wlc-app-c1241342796] {
    margin: 0 calc(var(--h-gap) * -0.5)
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__right[_ngcontent-wlc-app-c1241342796] {
    margin: 0 calc(var(--h-gap) * -0.5)
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    grid-template-columns:1fr auto
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        grid-template-columns:minmax(0, max-content) minmax(min-content, 1fr) auto
    }
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__base[_ngcontent-wlc-app-c1241342796] {
    display: none;
    justify-content: center
}

@media (min-width: 1200px) {
    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__base[_ngcontent-wlc-app-c1241342796] {
        display: flex
    }
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-logo {
    width: 80px;
    margin-right: calc(var(--h-gap) * 0.5);
    margin-left: calc(var(--h-gap) * 0.5)
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-logo__image {
    justify-content: flex-start
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search {
    color: var(--fc-labelColor);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
    min-width: 200px;
    height: 40px;
    padding: 8px;
    background: var(--fc-inputBg);
    border-radius: 8px
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search svg {
    fill: var(--fc-iconColor)
}

.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search__text {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (pointer: fine) {
    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover {
        transform: none
    }

    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search:hover svg {
        fill: var(--mc-baseThird)
    }
}

.wlc-header[_nghost-wlc-app-c1241342796] {
    z-index: 100
}

.wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] {
    --sticky-transform-coef: 1;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out
}

@media (min-width: 1630px) {
    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] {
        --sticky-transform-coef: 0.7
    }
}

.wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796]:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    background: var(--mc-bg);
    transform: scale3d(1, var(--sticky-scale-val, 1), 1);
    transform-origin: top;
    transition: inherit
}

.wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    position: relative;
    z-index: 1;
    transition: inherit
}

@media (min-width: 1024px) {
    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        min-height: 70px
    }
}

@media (min-width: 1630px) {
    .wlc-body--sticky-header .wlc-header[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
        min-height: 100px
    }
}

.wlc-body--sticky-header .wlc-header.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]:before {
    transform: unset
}

.wlc-body--sticky-header .wlc-header.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
    min-height: 60px;
    transform: none
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3772414526] .wlc-games-grid__header[_ngcontent-wlc-app-c3772414526] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 16px
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3772414526] .wlc-games-grid__list[_ngcontent-wlc-app-c3772414526] {
    grid-template-columns:repeat(auto-fill, minmax(110px, 1fr));
    grid-gap: 8px;
    display: grid
}

@media (min-width: 900px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3772414526] .wlc-games-grid__list[_ngcontent-wlc-app-c3772414526] {
        grid-template-columns:repeat(auto-fill, minmax(130px, 1fr))
    }
}

@media (min-width: 1024px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3772414526] .wlc-games-grid__list[_ngcontent-wlc-app-c3772414526] {
        grid-template-columns:repeat(auto-fill, minmax(150px, 1fr))
    }
}

@media (min-width: 900px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3772414526] .wlc-games-grid__list[_ngcontent-wlc-app-c3772414526] {
        grid-gap: 12px
    }
}

@media (min-width: 1024px) {
    .wlc-games-grid--theme-wolf[_nghost-wlc-app-c3772414526] .wlc-games-grid__list[_ngcontent-wlc-app-c3772414526] {
        grid-gap: 16px
    }
}

.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3772414526] .wlc-games-grid__item[_ngcontent-wlc-app-c3772414526] {
    perspective: 1000px;
    perspective-origin: 50% 50%
}

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__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-baseThird);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45
}

@media (min-width: 1024px) {
    a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
        font-weight: 400;
        font-size: 20px
    }
}

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

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

@supports (aspect-ratio:1/1) {
    .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c3084059764] .wlc-game-thumb__card[_ngcontent-wlc-app-c3084059764] {
        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-c3084059764] .wlc-game-thumb__card[_ngcontent-wlc-app-c3084059764] {
        padding: 75% 0 0;
        height: 0
    }
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] {
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none
}

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

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

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3084059764] {
    display: block;
    width: 100%;
    background-position: center;
    background-color: var(--mc-bg-d10);
    background-image: url("../../img/logo.svg");
    background-repeat: no-repeat;
    background-size: 50%
}

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

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

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3084059764] {
    transition: transform 0.3s linear;
    transform: scale(1)
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3084059764] img[_ngcontent-wlc-app-c3084059764] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764]:not(.thumb-transform):hover .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3084059764] {
        transform: scale(1.1)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] {
    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-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] {
    display: grid;
    justify-content: center;
    grid-template-columns:1fr;
    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-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] {
        display: grid
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] .wlc-btn[_ngcontent-wlc-app-c3084059764] {
    min-width: auto
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--play[_ngcontent-wlc-app-c3084059764] {
    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-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--play[_ngcontent-wlc-app-c3084059764]:before {
    content: "";
    position: absolute;
    background: url("../../img/game-play.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-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo[_ngcontent-wlc-app-c3084059764] {
    background: none;
    border: none
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo[_ngcontent-wlc-app-c3084059764]:hover {
        text-decoration: none;
        box-shadow: none
    }

    .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo[_ngcontent-wlc-app-c3084059764]:hover .wlc-btn__text {
        color: var(--mc-main)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--play[_ngcontent-wlc-app-c3084059764] {
    width: 50px;
    height: 50px;
    border: 3px solid #fff
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--play[_ngcontent-wlc-app-c3084059764]:before {
    left: calc(50% - 6px);
    width: 15px;
    height: 18px
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo[_ngcontent-wlc-app-c3084059764] {
    height: auto;
    padding: 0;
    border-radius: unset
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo[_ngcontent-wlc-app-c3084059764] .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-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo[_ngcontent-wlc-app-c3084059764]:hover .wlc-btn__text {
        color: var(--mc-baseThird)
    }
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] {
    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-c3084059764] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3084059764], .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3084059764] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c3084059764] {
        aspect-ratio: 10/15
    }
}

@media (pointer: fine) {
    .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764]:hover .wlc-game-thumb__control[_ngcontent-wlc-app-c3084059764] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb-media[_ngcontent-wlc-app-c3084059764] {
    cursor: pointer
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3084059764] {
    aspect-ratio: 10/14 !important
}

.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb-media[_ngcontent-wlc-app-c3084059764] img[_ngcontent-wlc-app-c3084059764] {
    object-fit: cover;
    border-radius: 10px
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] .wlc-btn--play:before, .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] .wlc-btn--play:before {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 4.4px);
    width: 12px;
    height: 16px;
    background: url("../../img/play.svg") center no-repeat;
    background-size: cover;
    opacity: 1;
    border-radius: 0;
    mix-blend-mode: unset
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo:before, .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3084059764] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3084059764] .wlc-btn--demo:before {
    display: none
}

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

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

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

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] .swiper {
    margin: -8px -12px -8px -8px
}

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

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

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

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

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986] swiper-container::part(container) {
    overflow: visible
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c92895986] {
    display: none;
    grid-area: navigation
}

@media (min-width: 768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c92895986] {
        display: flex
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c92895986] {
    margin: 0;
    grid-area: navigation
}

@media (min-width: 768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c92895986] {
        margin: 0 12px 0 0
    }
}

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .wlc-provider-links-item {
    position: relative;
    background: var(--mc-bg700);
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 2s
}

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

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] .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-c92895986] .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-c92895986] .wlc-provider-links-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center
}

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

.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] {
    gap: 8px 0
}

@media (min-width: 768px) {
    .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] {
        gap: 16px 0
    }
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .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-c3813699987] .wlc-post-menu__control {
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 100%;
    padding: 4px;
    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-c3813699987] .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-c3813699987] .wlc-post-menu__control:disabled {
    display: none
}

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

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] .wlc-post-menu__control .wlc-icon-content {
    display: flex;
    align-items: center;
    justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3813699987] {
    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-c3813699987] {
        justify-content: flex-start
    }
}

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

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

@media (min-width: 1024px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        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-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        margin: -4px 0
    }
}

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

.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] {
    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-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns:repeat(2, 1fr);
    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-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] .wlc-menu__item {
        margin: 0 0 5px
    }
}

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

@media (max-width: 1023px) {
    .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3813699987] > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3813699987] {
        justify-content: flex-start;
        text-align: left
    }
}

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

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

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

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

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

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] {
    min-width: 0
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .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-c3668254373] .wlc-category-menu__content[_ngcontent-wlc-app-c3668254373]:before {
    display: none;
    content: "";
    position: absolute;
    top: 40px;
    z-index: 13;
    width: 100%;
    height: 2px;
    background: var(--mc-baseMain)
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] {
    padding: 0 24px
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .swiper {
    z-index: 13
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item {
    display: flex;
    align-items: center
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item svg {
    width: 16px;
    height: 16px
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item svg path {
    fill: currentColor
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__item .wlc-icon-content {
    display: flex
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__link {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    padding: 12px;
    line-height: 1;
    text-decoration: none
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .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-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__link:hover {
        color: var(--mc-baseThird)
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3668254373] .wlc-menu__icon {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0
}

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

.wlc-category-menu[_nghost-wlc-app-c3668254373] .wlc-slider .swiper-slide {
    width: auto
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__link.active .wlc-menu__icon, .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__link:hover .wlc-menu__icon {
    color: var(--mc-baseThird)
}

@media (min-width: 1024px) {
    .wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__link-text {
        font-size: 1.6rem
    }
}

.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] .wlc-menu--theme-wolf .wlc-menu__icon {
    transition: color 0.3s linear;
    color: var(--mc-baseMain)
}

.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, 24px);
    height: var(--wlc-navi-button-size, 24px);
    color: var(--mc-baseMain);
    background: var(--mc-bg500-o6);
    outline: none;
    border-radius: 20px;
    border: none;
    box-shadow: none
}

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

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

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled {
    color: var(--mc-baseMain-o4);
    background: var(--mc-bg500-o4);
    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-baseThird);
        background: var(--mc-bg500);
        border: none;
        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[_ngcontent-wlc-app-c225656936], .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936] {
    position: relative;
    padding: 0
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev[_ngcontent-wlc-app-c225656936] .wlc-icon-content, .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936] .wlc-icon-content {
    position: absolute;
    top: calc(50% - 6px);
    width: 7px;
    height: 12px
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev[_ngcontent-wlc-app-c225656936] .wlc-icon-content svg, .wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936] .wlc-icon-content svg {
    transition: color 0.3s linear;
    width: 100%;
    height: 100%
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next[_ngcontent-wlc-app-c225656936] .wlc-icon-content {
    right: calc(50% - 5px);
    transform: unset
}

.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev[_ngcontent-wlc-app-c225656936] .wlc-icon-content {
    right: calc(50% - 3px);
    transform: rotate(180deg)
}
:root {
     --swiper-theme-color: #007aff
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wlc-slider--theme-wolf-banner .swiper-button-container {
    right: 0;
    max-width: unset;
    pointer-events: none
}
.wlc-icon-list__wrapper {
     min-height: 20px
 }

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

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

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

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

.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    padding: 0 0 16px 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: nowrap
    }
}

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

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

@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: flex-start
    }
}

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

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

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

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

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

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

.wlc-icon-list--theme-payments .wlc-icon-list-item {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.wlc-icon-list--theme-payments .wlc-icon-list-item:first-child {
    padding-left: 0
}

.wlc-icon-list--theme-payments:is(.scrollable--right,.scrollable--left) .wlc-icon-list__wrapper {
    padding: 0 0 16px 0
}
.wlc-custom-license {
     display: flex;
     flex-direction: row-reverse;
     gap: unset;
     align-items: center;
     width: -moz-fit-content;
     width: fit-content
 }

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

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

.wlc-custom-license__curacao {
    width: 115px;
    height: 32px
}

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

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

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

.wlc-custom-license__age-restrictions svg {
    width: 100%
}
.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
     justify-content: center;
     flex-wrap: wrap
 }

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

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

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

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

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

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

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

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

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

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

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

@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: 8px 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: 32px;
    --wlc-icon-height: 32px
}

@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: 20px
    }
}

@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: 20px
    }
}

.wlc-burger-panel--view-expanded {
    --si-menu-flex-direction: initial;
    --si-menu-margin: 0 16px
}

.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
     color: var(--mc-disabled);
     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
    }
}

@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-disabled);
     font-style: normal;
     font-weight: normal;
     font-size: 1rem;
     line-height: 1.45
 }

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

@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-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    min-height: 220px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    text-decoration: none;
    background: var(--mc-bg700);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer
}

@media (min-width: 768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
        min-height: 250px
    }
}

.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, var(--mc-baseContrast-o2));
    opacity: 0
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    margin: 0 0 8px;
    max-width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 3
}

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

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
    max-width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    z-index: 3
}

@media (min-width: 768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        max-width: 58%
    }
}

@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 {
    z-index: 3
}

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

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

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

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:hover:before {
    opacity: 0.4
}

@media (max-width: 767px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
        height: 30px
    }
}

@media (min-width: 768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
        min-width: 105px
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .container {
    padding: 32px 0 0 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: unset;
    cursor: default
}

@media (min-width: 768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .container {
        padding: 40px 0 0 0
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__label {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 4px;
    align-items: center;
    min-height: 19px;
    padding: 1px 8px;
    line-height: 1;
    border-radius: 10px;
    background: #401166
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__label-icon {
    display: flex;
    width: 12px;
    height: 12px
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__label-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: bold
}

@media (min-width: 768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
        color: var(--mc-baseThird);
        font-style: normal;
        font-weight: bold
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
    color: var(--mc-baseThird);
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.45
}

@media (min-width: 768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
        color: var(--mc-baseThird);
        font-style: normal;
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1.45
    }
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
    font-style: normal;
    font-weight: bold;
    line-height: 1.45
}

@media (min-width: 768px) {
    .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
        font-style: normal;
        font-weight: bold;
        line-height: 1.45
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] {
    --ls-link-justify-content: start;
    --ls-link-padding: 0 16px;
    --ls-link-hover: var(--mc-bg100-o4);
    --ls-link-icon-margin: 0 8px 0 0;
    --ls-link-arrow: block;
    --ls-curr-flag-size: 16px;
    --ls-icon-width: auto;
    position: relative;
    padding: 4px 0 0
}

.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c1531382909] {
    --ls-link-background: none
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] {
    overflow: hidden
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__list[_ngcontent-wlc-app-c1531382909] {
    display: grid;
    gap: 4px;
    padding: 4px;
    background: var(--mc-bg);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media (pointer: fine) {
    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909]:hover {
        color: var(--mc-baseSecond, var(--mc-baseMain));
        background: var(--mc-bg100-o4)
    }
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__item--active[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    background: var(--mc-bg100-o4)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    color: var(--fc-textColor);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 8px;
    border-radius: 8px;
    text-decoration: none
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c1531382909] {
    box-sizing: content-box;
    border: 2px solid var(--mc-bg500);
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    overflow: hidden
}

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

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__item--active[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link[_ngcontent-wlc-app-c1531382909] {
    color: var(--mc-baseThird, var(--mc-baseMain));
    font-weight: bold
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__item--active[_ngcontent-wlc-app-c1531382909] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c1531382909] {
    border: 2px solid var(--mc-main)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909] {
    transition: background 0.3s linear;
    display: flex;
    gap: 8px;
    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: 8px;
    cursor: pointer
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] {
    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-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] img[_ngcontent-wlc-app-c1531382909] {
    display: block;
    width: 100%;
    height: 100%
}


.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] {
    display: var(--ls-link-arrow);
    margin-left: auto;
    color: var(--mc-baseMain)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg path, .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg {
    transition: fill 0.3s linear;
    width: auto;
    height: auto;
    vertical-align: middle;
    fill: var(--mc-baseMain)
}

.wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c1531382909] {
    color: var(--fc-textColor);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
    transition: color 0.3s linear
}

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

    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-flag[_ngcontent-wlc-app-c1531382909] {
        box-shadow: 0 0 0 2px var(--mc-main)
    }

    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg path, .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c1531382909] svg {
        fill: var(--mc-baseThird)
    }

    .wlc-language-selector--theme-wolf[_nghost-wlc-app-c1531382909] .wlc-language-selector__current[_ngcontent-wlc-app-c1531382909]:hover .wlc-language-selector__current-lang[_ngcontent-wlc-app-c1531382909] {
        color: var(--mc-baseSecond, var(--mc-baseMain))
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.sf-hidden {
    display: none !important
}

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

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

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

#wpadminbar .aioseo-menu-notification-counter.aioseo-menu-notification-counter-frontend {
    margin-left: 4px;
}



.description {
    font-size: 14px;
}

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

.show-more {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
}

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

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

.description td {
    border: solid 0.01rem;
    padding: 0.3rem;
}

.description table {
    margin: 0.7rem 0;
}

.description p {
    padding: 2px 0;
}

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

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

#seo-block {
    margin-top: 20px;
}

.description h2 {
    padding: 5px 0;
}

.description a {
    text-decoration: none;
}

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

.ref_button {
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 4px 8px;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s;
    background: linear-gradient(120deg, #00b6ef 0%, #00b6ef 30%, #75acff 50%, #00b6ef 70%, #00b6ef 100%);
    background-size: 400%;
    animation: _ngcontent-wlc-app-c3258388311_glade 2s infinite;

    line-height: 1;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    grid-column: 2;
    text-transform: initial;
}

.ref_button:hover  {
    box-shadow: none;
    color: #fff;
}

.show-more {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 4px 8px;
    background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
    box-shadow: none;
    border: none;
    border-radius: 8px;
    position: relative;
    background: transparent;
    border: 2px solid #00b6ef;
    box-shadow: none;
    transition: all 0.3s;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    grid-column: 2;
    text-transform: initial;
    line-height: 1;
}

.show-more:hover {
    background: rgba(0, 182, 239, .2);
    border: 2px solid #00b6ef;
    box-shadow: none;
    color: #fff;
}

.description ol, .description ul{
    padding-left: 18px;
}

.mobile-logo {
    display: none;
}

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

@media (max-width: 1024px) {
    .wlc-float-panels {
        display: none;
    }

   .wlc-sections__banners {
       display: none;
   }

    .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796] .wlc-btn-search {
        display: none;
    }

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

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

    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none;
    }

    .ng-tns-c3772414526-5.wlc-games-grid__list .ng-tns-c3772414526-5.wlc-games-grid__item:nth-child(n+4) {
        display: none;
    }

    .ng-tns-c3772414526-6.wlc-games-grid__list .ng-tns-c3772414526-6.wlc-games-grid__item:nth-child(n+4) {
        display: none;
    }

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

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

    .wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu {
        background: #060b1a;
        border-top: none;
    }

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

    .wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu[data-wlc-element] {
        min-height: 50px;
    }

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

    .wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu__link {
        color: var(--mc-baseThird);
        font-style: normal;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.45;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        padding: 8px 0;
        text-decoration: none;
    }
    .wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu .wlc-icon {
        color: var(--mc-baseMain);
        line-height: 1;
    }

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

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

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

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

    .wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu__link-text {
        max-width: 90px;
    }

}




