@font-face {
  font-weight: 400;
  font-family: CryptocurrencySymbols;
  font-style: normal;
  src: url(../fonts/cryptocurrency-symbols.woff2) format("woff2"),
    url(../fonts/cryptocurrency-symbols.woff) format("woff");
  font-display: block;
}

@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"),
    url(../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff)
      format("woff");
  font-display: swap;
}

@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"),
    url(../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff)
      format("woff");
  font-display: swap;
}

@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"),
    url(../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff)
      format("woff");
  font-display: swap;
}

@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"),
    url(../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff)
      format("woff");
  font-display: swap;
}

@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"),
    url(../fonts/inter-v3-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff)
      format("woff");
  font-display: swap;
}

: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, 0.1);
  --mc-main-o2: rgba(0, 182, 239, 0.2);
  --mc-main-o4: rgba(0, 182, 239, 0.4);
  --mc-main-o6: rgba(0, 182, 239, 0.6);
  --mc-main-o8: rgba(0, 182, 239, 0.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, 0.1);
  --mc-secondary-o2: rgba(0, 182, 239, 0.2);
  --mc-secondary-o4: rgba(0, 182, 239, 0.4);
  --mc-secondary-o6: rgba(0, 182, 239, 0.6);
  --mc-secondary-o8: rgba(0, 182, 239, 0.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, 0.1);
  --mc-baseMain-o2: rgba(129, 148, 200, 0.2);
  --mc-baseMain-o4: rgba(129, 148, 200, 0.4);
  --mc-baseMain-o6: rgba(129, 148, 200, 0.6);
  --mc-baseMain-o8: rgba(129, 148, 200, 0.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, 0.1);
  --mc-baseContrast-o2: rgba(0, 0, 0, 0.2);
  --mc-baseContrast-o4: rgba(0, 0, 0, 0.4);
  --mc-baseContrast-o6: rgba(0, 0, 0, 0.6);
  --mc-baseContrast-o8: rgba(0, 0, 0, 0.8);
  --mc-buttonColor: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
  --mc-baseOpacity: rgba(118, 151, 244, 0.5);
  --mc-baseOpacity-locked: rgba(118, 151, 244, 0.5);
  --mc-baseOpacity-l5: rgba(125, 156, 245, 0.5);
  --mc-baseOpacity-d5: rgba(101, 138, 243, 0.5);
  --mc-baseOpacity-l10: rgba(132, 161, 245, 0.5);
  --mc-baseOpacity-d10: rgba(84, 126, 241, 0.5);
  --mc-baseOpacity-l20: rgba(145, 172, 246, 0.5);
  --mc-baseOpacity-d20: rgba(51, 100, 239, 0.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, 0.1);
  --mc-baseOpacity-o8: rgba(118, 151, 244, 0.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, 0.1);
  --mc-bg100-o2: rgba(54, 74, 125, 0.2);
  --mc-bg100-o4: rgba(54, 74, 125, 0.4);
  --mc-bg100-o6: rgba(54, 74, 125, 0.6);
  --mc-bg100-o8: rgba(54, 74, 125, 0.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, 0.1);
  --mc-bg300-o2: rgba(48, 62, 100, 0.2);
  --mc-bg300-o4: rgba(48, 62, 100, 0.4);
  --mc-bg300-o6: rgba(48, 62, 100, 0.6);
  --mc-bg300-o8: rgba(48, 62, 100, 0.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, 0.1);
  --mc-bg500-o2: rgba(35, 46, 74, 0.2);
  --mc-bg500-o4: rgba(35, 46, 74, 0.4);
  --mc-bg500-o6: rgba(35, 46, 74, 0.6);
  --mc-bg500-o8: rgba(35, 46, 74, 0.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, 0.1);
  --mc-bg700-o2: rgba(19, 26, 45, 0.2);
  --mc-bg700-o4: rgba(19, 26, 45, 0.4);
  --mc-bg700-o6: rgba(19, 26, 45, 0.6);
  --mc-bg700-o8: rgba(19, 26, 45, 0.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, 0.1);
  --mc-bg-o2: rgba(0, 4, 11, 0.2);
  --mc-bg-o4: rgba(0, 4, 11, 0.4);
  --mc-bg-o6: rgba(0, 4, 11, 0.6);
  --mc-bg-o8: rgba(0, 4, 11, 0.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, 0.1);
  --mc-bgModal-o2: rgba(6, 11, 26, 0.2);
  --mc-bgModal-o4: rgba(6, 11, 26, 0.4);
  --mc-bgModal-o6: rgba(6, 11, 26, 0.6);
  --mc-bgModal-o8: rgba(6, 11, 26, 0.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, 0.1);
  --mc-elementsColor-o2: rgba(196, 196, 196, 0.2);
  --mc-elementsColor-o4: rgba(196, 196, 196, 0.4);
  --mc-elementsColor-o6: rgba(196, 196, 196, 0.6);
  --mc-elementsColor-o8: rgba(196, 196, 196, 0.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, 0.1);
  --mc-error-o2: rgba(209, 0, 75, 0.2);
  --mc-error-o4: rgba(209, 0, 75, 0.4);
  --mc-error-o6: rgba(209, 0, 75, 0.6);
  --mc-error-o8: rgba(209, 0, 75, 0.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, 0.1);
  --mc-success-o2: rgba(39, 149, 0, 0.2);
  --mc-success-o4: rgba(39, 149, 0, 0.4);
  --mc-success-o6: rgba(39, 149, 0, 0.6);
  --mc-success-o8: rgba(39, 149, 0, 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, 0.1);
  --mc-warning-o2: rgba(255, 88, 17, 0.2);
  --mc-warning-o4: rgba(255, 88, 17, 0.4);
  --mc-warning-o6: rgba(255, 88, 17, 0.6);
  --mc-warning-o8: rgba(255, 88, 17, 0.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, 0.1);
  --mc-disabled-o2: rgba(69, 76, 96, 0.2);
  --mc-disabled-o4: rgba(69, 76, 96, 0.4);
  --mc-disabled-o6: rgba(69, 76, 96, 0.6);
  --mc-disabled-o8: rgba(69, 76, 96, 0.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, 0.1);
  --mc-black-o2: rgba(0, 0, 0, 0.2);
  --mc-black-o4: rgba(0, 0, 0, 0.4);
  --mc-black-o6: rgba(0, 0, 0, 0.6);
  --mc-black-o8: rgba(0, 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, 0.1);
  --mc-baseSecond-o2: rgba(202, 212, 238, 0.2);
  --mc-baseSecond-o4: rgba(202, 212, 238, 0.4);
  --mc-baseSecond-o6: rgba(202, 212, 238, 0.6);
  --mc-baseSecond-o8: rgba(202, 212, 238, 0.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, 0.1);
  --mc-baseThird-o2: rgba(255, 255, 255, 0.2);
  --mc-baseThird-o4: rgba(255, 255, 255, 0.4);
  --mc-baseThird-o6: rgba(255, 255, 255, 0.6);
  --mc-baseThird-o8: rgba(255, 255, 255, 0.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, 0.1);
  --mc-buttonText-o2: rgba(255, 255, 255, 0.2);
  --mc-buttonText-o4: rgba(255, 255, 255, 0.4);
  --mc-buttonText-o6: rgba(255, 255, 255, 0.6);
  --mc-buttonText-o8: rgba(255, 255, 255, 0.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, 0.1);
  --mc-lightColor-o2: rgba(255, 255, 255, 0.2);
  --mc-lightColor-o4: rgba(255, 255, 255, 0.4);
  --mc-lightColor-o6: rgba(255, 255, 255, 0.6);
  --mc-lightColor-o8: rgba(255, 255, 255, 0.8);
  --mc-borderGradient: linear-gradient(
    181.07deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.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, 0.1);
  --fc-labelColor-o2: rgba(129, 148, 200, 0.2);
  --fc-labelColor-o4: rgba(129, 148, 200, 0.4);
  --fc-labelColor-o6: rgba(129, 148, 200, 0.6);
  --fc-labelColor-o8: rgba(129, 148, 200, 0.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, 0.1);
  --fc-inputBg-o2: rgba(36, 45, 72, 0.2);
  --fc-inputBg-o4: rgba(36, 45, 72, 0.4);
  --fc-inputBg-o6: rgba(36, 45, 72, 0.6);
  --fc-inputBg-o8: rgba(36, 45, 72, 0.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, 0.1);
  --fc-borderColor-o2: rgba(36, 45, 72, 0.2);
  --fc-borderColor-o4: rgba(36, 45, 72, 0.4);
  --fc-borderColor-o6: rgba(36, 45, 72, 0.6);
  --fc-borderColor-o8: rgba(36, 45, 72, 0.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, 0.1);
  --fc-textColor-o2: rgba(255, 255, 255, 0.2);
  --fc-textColor-o4: rgba(255, 255, 255, 0.4);
  --fc-textColor-o6: rgba(255, 255, 255, 0.6);
  --fc-textColor-o8: rgba(255, 255, 255, 0.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, 0.1);
  --fc-placeholderColor-o2: rgba(120, 134, 171, 0.2);
  --fc-placeholderColor-o4: rgba(120, 134, 171, 0.4);
  --fc-placeholderColor-o6: rgba(120, 134, 171, 0.6);
  --fc-placeholderColor-o8: rgba(120, 134, 171, 0.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, 0.1);
  --fc-disabledPlaceholderColor-o2: rgba(82, 89, 106, 0.2);
  --fc-disabledPlaceholderColor-o4: rgba(82, 89, 106, 0.4);
  --fc-disabledPlaceholderColor-o6: rgba(82, 89, 106, 0.6);
  --fc-disabledPlaceholderColor-o8: rgba(82, 89, 106, 0.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, 0.1);
  --fc-arrowColor-o2: rgba(120, 134, 171, 0.2);
  --fc-arrowColor-o4: rgba(120, 134, 171, 0.4);
  --fc-arrowColor-o6: rgba(120, 134, 171, 0.6);
  --fc-arrowColor-o8: rgba(120, 134, 171, 0.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, 0.1);
  --fc-iconColor-o2: rgba(120, 134, 171, 0.2);
  --fc-iconColor-o4: rgba(120, 134, 171, 0.4);
  --fc-iconColor-o6: rgba(120, 134, 171, 0.6);
  --fc-iconColor-o8: rgba(120, 134, 171, 0.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, 0.1);
  --fc-disableBg-o2: rgba(38, 44, 59, 0.2);
  --fc-disableBg-o4: rgba(38, 44, 59, 0.4);
  --fc-disableBg-o6: rgba(38, 44, 59, 0.6);
  --fc-disableBg-o8: rgba(38, 44, 59, 0.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, 0.1);
  --fc-disableBorder-o2: rgba(38, 44, 59, 0.2);
  --fc-disableBorder-o4: rgba(38, 44, 59, 0.4);
  --fc-disableBorder-o6: rgba(38, 44, 59, 0.6);
  --fc-disableBorder-o8: rgba(38, 44, 59, 0.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, 0.1);
  --fc-errorBackground-o2: rgba(36, 15, 23, 0.2);
  --fc-errorBackground-o4: rgba(36, 15, 23, 0.4);
  --fc-errorBackground-o6: rgba(36, 15, 23, 0.6);
  --fc-errorBackground-o8: rgba(36, 15, 23, 0.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, 0.1);
  --fc-errorBorder-o2: rgba(209, 0, 75, 0.2);
  --fc-errorBorder-o4: rgba(209, 0, 75, 0.4);
  --fc-errorBorder-o6: rgba(209, 0, 75, 0.6);
  --fc-errorBorder-o8: rgba(209, 0, 75, 0.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, 0.1);
  --fc-errorArrow-o2: rgba(209, 0, 75, 0.2);
  --fc-errorArrow-o4: rgba(209, 0, 75, 0.4);
  --fc-errorArrow-o6: rgba(209, 0, 75, 0.6);
  --fc-errorArrow-o8: rgba(209, 0, 75, 0.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, 0.1);
  --fc-successElement-o2: rgba(39, 149, 0, 0.2);
  --fc-successElement-o4: rgba(39, 149, 0, 0.4);
  --fc-successElement-o6: rgba(39, 149, 0, 0.6);
  --fc-successElement-o8: rgba(39, 149, 0, 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, 0.1);
  --fc-successBorder-o2: rgba(39, 149, 0, 0.2);
  --fc-successBorder-o4: rgba(39, 149, 0, 0.4);
  --fc-successBorder-o6: rgba(39, 149, 0, 0.6);
  --fc-successBorder-o8: rgba(39, 149, 0, 0.8);
}
:root {
  --button-border-radius: 8px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  font-size: 10px;
}
body {
  margin: 0;
  color: var(--mc-baseMain);
  font-weight: 400;
  font-size: 1.8rem;
  font-family: 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);
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.15rem;
}

h4 {
  font-size: 2.7rem;
}

h5 {
  font-size: 2.25rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}
a,
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
}
.wlc-app-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wlc-sections__header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: var(--mc-bg);
}
.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 0.3s ease-in-out;
}
@media (min-width: 1630px) {
  .wlc-body--sticky-header .wlc-sections__header {
    --sticky-transform-coef: 0.7;
  }
}
.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;
}
[_nghost-wlc-app-c375841970] {
  display: none;
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] {
  --h-gap: 8px;
  transition: all 0.3s linear;
  background: transparent;
}
@media (min-width: 480px) {
  .wlc-header--theme-universal[_nghost-wlc-app-c1241342796] {
    --h-gap: 16px;
  }
}
.wlc-header[_nghost-wlc-app-c1241342796] {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.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.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]:before {
  transform: unset;
}
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
}
@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;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 610px;
  }
}
@media (min-width: 720px) {
  .container {
    max-width: 690px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 870px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1630px) {
  .container {
    max-width: 1320px;
  }
}
.wlc-body--sticky-header .wlc-sections__header .container {
  min-height: 60px;
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--sticky-translate-val, 0), 0);
  transition: inherit;
}
@media (min-width: 1024px) {
  .wlc-body--sticky-header .wlc-sections__header .container {
    min-height: 70px;
  }
}
@media (min-width: 1630px) {
  .wlc-body--sticky-header .wlc-sections__header .container {
    min-height: 100px;
  }
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796]
  .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
  min-height: 70px;
  grid-template-columns: 1fr auto;
  gap: 8px;
  transition: all 0.3s linear;
  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.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]
  .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
  grid-template-columns: 1fr auto;
  min-height: 60px;
}
@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-body--sticky-header
  .wlc-header[_nghost-wlc-app-c1241342796]
  .container[_ngcontent-wlc-app-c1241342796],
.wlc-body--sticky-header
  .wlc-header[_nghost-wlc-app-c1241342796]
  .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
  min-height: 60px;
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--sticky-translate-val, 0), 0);
  transition: inherit;
}
@media (min-width: 1024px) {
  .wlc-body--sticky-header
    .wlc-header[_nghost-wlc-app-c1241342796]
    .container[_ngcontent-wlc-app-c1241342796],
  .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]
    .container[_ngcontent-wlc-app-c1241342796],
  .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]
  .wlc-header__item[_ngcontent-wlc-app-c1241342796] {
  min-height: 60px;
  transform: none;
}
.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.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[_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-sections__header--theme-default .wlc-header div.header__left {
  display: flex;
  align-items: center;
  margin: 0;
}
[_nghost-wlc-app-c2680891784] {
  display: inline-block;
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796]
  .wlc-logo[data-wlc-element] {
  width: auto;
  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.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);
}
@media (max-width: 560px) {
  .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]
    .wlc-logo {
    width: 35px;
    margin-right: calc(var(--h-gap) * 0.5);
    margin-left: calc(var(--h-gap) * 0.5);
  }
}
@media (min-width: 560px) {
  .wlc-sections__header--theme-default .wlc-header div.header__left .wlc-logo {
    width: 140px;
  }
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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-logo__image:nth-child(2) {
  display: none;
}
@media (max-width: 1024px) {
  .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]
    .wlc-logo__image:first-child {
    display: none;
  }
  .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]
    .wlc-logo__image:nth-child(2) {
    display: flex;
  }
}
img,
svg {
  vertical-align: middle;
}
.wlc-icon svg,
.wlc-icon img {
  width: var(--wlc-icon-width);
  height: var(--wlc-icon-height);
  overflow: visible;
}
.wlc-logo__image[_ngcontent-wlc-app-c2680891784] img,
.wlc-logo__image[_ngcontent-wlc-app-c2680891784] svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-logo img,
.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-btn[_nghost-wlc-app-c3258388311] {
  box-sizing: border-box;
  padding: 0;
  background: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  overflow: hidden;
}
.wlc-sections__header .container .wlc-btn-search {
  overflow: visible;
}
.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-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.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;
}
@media (max-width: 1024px) {
  .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]
    .wlc-btn-search {
    display: none;
  }
}
.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;
}
.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%;
}
.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;
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-burger svg,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-burger rect,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search svg,
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-btn-search rect {
  transition: fill 0.3s linear;
  fill: var(--mc-baseOpacity);
}
.wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]
  .wlc-btn-search
  svg {
  fill: var(--fc-iconColor);
}
@media (pointer: fine) {
  .wlc-header--theme-universal.wlc-header--theme-mod-wolf[_nghost-wlc-app-c1241342796]
    .wlc-btn-search:hover
    svg {
    fill: var(--mc-baseThird);
  }
}
.wlc-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-header__base {
  display: none;
  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__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-header__right[_ngcontent-wlc-app-c1241342796] {
  margin: 0 calc(var(--h-gap) * -0.5);
}
.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-header--theme-universal[_nghost-wlc-app-c1241342796] .wlc-login-signup {
  justify-content: flex-end;
}
.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;
  text-align: center;
  text-decoration: none;
}
.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3258388311] {
  background: transparent;
  border: 2px solid var(--mc-secondary);
  box-shadow: none;
}
@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-login-signup--theme-wolf[_nghost-wlc-app-c3252888576]
  .wlc-btn--type-default[data-wlc-element="button_login-modal"] {
  grid-area: login;
}
.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;
  line-height: 1.45;
  grid-column: 2;
  text-transform: initial;
}
.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]
  .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
  line-height: 1;
}
.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;
  }
}
@media (pointer: fine) {
  .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-default.wlc-btn-deposit[_nghost-wlc-app-c3258388311],
.wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3258388311],
.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;
}
@keyframes _ngcontent-wlc-app-c3258388311_glade {
  0% {
    background-position: 100% 100%;
  }
}
@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-login-signup--theme-wolf[_nghost-wlc-app-c3252888576]
  .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
  grid-area: sign;
}
.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 {
    box-shadow: none;
  }
}
@media (pointer: fine) {
  .wlc-btn--theme-default[_nghost-wlc-app-c3258388311]:hover:before {
    opacity: 0.4;
  }
}
.wlc-mb-lg {
  margin-bottom: 24px;
}
.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;
}
.wlc-columns-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--wlc-section-gap) / -2);
}
.wlc-gap-md {
  --wlc-section-gap: 20px;
}
.wlc-c-12 {
  width: 100%;
}
@media (min-width: 900px) {
  .wlc-c-900-6 {
    width: 50%;
  }
}
.wlc-columns-layout [class*="wlc-c-"] {
  min-width: 0;
  padding: calc(var(--wlc-section-gap) / 2);
}
.wlc-slider--theme-wolf-banner {
  position: relative;
}
.wlc-columns-layout [class*="wlc-c-"] > * {
  height: 100%;
}
.wlc-slider--theme-default-banner {
  position: relative;
  overflow: hidden;
}
swiper-container {
  --swiper-pagination-color: var(--mc-baseMain-locked);
  --swiper-pagination-bullet-inactive-color: var(--mc-baseOpacity-locked);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.wlc-slider--theme-wolf-banner .swiper {
  padding: 0;
  overflow: visible;
  display: flex;
}
.wlc-slider .swiper {
  max-height: 100%;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.wlc-slider .swiper-slide {
  height: auto;
}
.wlc-slider--theme-wolf-banner .swiper .swiper-slide {
  max-width: unset;
  width: 100%;
}
.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: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 * {
  z-index: 2;
}
.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;
  line-height: 1.45;
  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,
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
  .banner__label-icon
  svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
  .banner__description {
  color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
  max-width: 60%;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  z-index: 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 {
  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 {
  color: #ffe600;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.45;
  z-index: 3;
}
@media (min-width: 1630px) {
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
    .banner__description-bottom {
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
    .banner__description-bottom {
    color: #ffe600;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
  color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
  margin: 0 0 8px;
  max-width: 60%;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  z-index: 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__title {
  color: var(--mc-baseThird);
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
}
@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;
    font-size: 2rem;
    line-height: 1.45;
  }
}
b,
strong {
  font-weight: 700;
}
.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);
}
@media (min-width: 768px) {
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
    min-width: 105px;
  }
}
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] {
  --wlc-icon-width: 12px;
  --wlc-icon-height: 12px;
}
.wlc-slider--theme-wolf-banner .swiper-button-container {
  bottom: 0;
  display: flex;
  position: absolute;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  pointer-events: none;
}
.wlc-slider--theme-wolf-banner .swiper-button-container {
  right: 0;
  max-width: unset;
  pointer-events: none;
}
.wlc-slider--theme-wolf-banner .swiper-button-container * {
  pointer-events: initial;
}
.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 {
  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;
}
@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
  .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 {
  transform: rotate(90deg);
}
.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 {
  right: calc(50% - 3px);
  transform: rotate(180deg);
}
.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[_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%;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
.wlc-sections__categories--theme-wolf {
  padding: 8px 0 0;
}
.wlc-sections__categories,
.wlc-sections__content-games-top,
.wlc-sections__content-games-bottom,
.wlc-sections__content-games,
.wlc-sections__content-wins,
.wlc-sections__total-jackpot,
.wlc-sections__total-jackpot-interactive,
.wlc-sections__promo-categories,
.wlc-sections__promo-bonuses,
.wlc-sections__home-promo,
.wlc-sections__winners-section,
.wlc-sections__content-games-vertical,
.wlc-sections__loyalty-program,
.wlc-sections__game-widgets,
.wlc-sections__providers,
.wlc-sections__content-wins-transparent,
.wlc-sections__random-games,
.wlc-sections__banner-promotion,
.wlc-sections__four-elements,
.wlc-sections__content-games-top2,
.wlc-sections__winners-section-2,
.wlc-sections__home-about,
.wlc-sections__youtube-block,
.wlc-sections__content-games-recommended,
.wlc-sections__local-jackpot,
.wlc-sections__content-games-original,
.app-contacts-state .wlc-sections__info-page,
[class*="app-profile-"] .wlc-sections__profile-content {
  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;
}
.wlc-sections__categories--theme-wolf .games-categories {
  display: grid;
  grid-auto-flow: row;
  gap: 16px;
}
.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3668254373] {
  position: relative;
  min-width: 0;
}
.wlc-category-menu[_nghost-wlc-app-c3668254373] {
  position: relative;
}
.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;
}
.swiper-horizontal {
  touch-action: pan-y;
}
.wlc-menu[_nghost-wlc-app-c3022284011] swiper-container::part(container) {
  overflow: visible;
}
.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;
}
.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c3022284011] .swiper-slide,
.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c3022284011] .swiper-wrapper {
  width: auto;
}
.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__link {
  color: var(--mc-baseThird);
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
  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);
}
.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-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--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);
}
.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__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;
}
@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-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__content[_ngcontent-wlc-app-c3772414526] {
  display: grid;
  grid-template-areas:
    "title-icon title swiper-buttons show-all"
    "games-grid games-grid games-grid games-grid";
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  row-gap: 16px;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__content.wolf-all[_ngcontent-wlc-app-c3772414526] {
  grid-template-areas:
    "title-icon title wolf-all swiper-buttons"
    "games-grid games-grid games-grid games-grid";
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
}
.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
  display: flex;
  align-items: center;
}
a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
  text-decoration: none;
  cursor: pointer;
}

a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]
  .wlc-section-title__icon[_ngcontent-wlc-app-c679633311],
a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
  transition: color 0.3s linear;
}

.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],
  div.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]
    .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    font-weight: 400;
    font-size: 20px;
  }
}
.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] {
  height: 24px;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__wolf-all[_ngcontent-wlc-app-c3772414526] {
  margin: 0 12px 0 0;
  grid-area: wolf-all;
}
.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;
  line-height: 1.45;
  transition: color 0.3s linear;
}
.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-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]
  .wlc-btn__counter[_ngcontent-wlc-app-c3258388311] {
  margin: 0 0 0 5px;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3772414526] {
  margin: 0 0 0 auto;
  grid-area: swiper-buttons;
  pointer-events: none;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__content.wolf-all[_ngcontent-wlc-app-c3772414526]
  .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3772414526] {
  margin: 0;
}
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] {
  --wlc-icon-width: 12px;
  --wlc-icon-height: 12px;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c3772414526] {
  display: grid;
  grid-template-columns: auto auto;
}
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev.swiper-button-disabled,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-next.swiper-button-disabled {
  color: var(--mc-baseMain-o4);
  background: var(--mc-bg500-o4);
  cursor: default;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3772414526]
  [class*="wlc-swiper-button"] {
  pointer-events: initial;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3772414526]
  [class*="wlc-swiper-button"] {
  pointer-events: initial;
}
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523] {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media[_ngcontent-wlc-app-c3834108523],
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media[_ngcontent-wlc-app-c3834108523] {
  cursor: pointer;
}
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523],
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__video[_ngcontent-wlc-app-c3834108523] {
  display: block;
  width: 100%;
  background-position: center;
  background-color: var(--mc-bg-d10);
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 50%;
}
@supports (aspect-ratio: 1/1) {
  .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
    .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523],
  .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
    .wlc-game-thumb-media__video[_ngcontent-wlc-app-c3834108523] {
    aspect-ratio: 10 / 16;
  }
}
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
  transition: transform 0.3s linear;
  transform: scale(1);
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523],
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
  aspect-ratio: 10 / 14 !important;
}
@supports (aspect-ratio: 1/1) {
  .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
    .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523],
  .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
    .wlc-game-thumb-media__video[_ngcontent-wlc-app-c3834108523] {
    aspect-ratio: 10 / 15;
  }
}
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523]
  img[_ngcontent-wlc-app-c3834108523] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: 100%;
  object-position: center;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523]
  img[_ngcontent-wlc-app-c3834108523],
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523]
  img[_ngcontent-wlc-app-c3834108523] {
  object-fit: cover;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media[_ngcontent-wlc-app-c3834108523]
  img[_ngcontent-wlc-app-c3834108523],
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb-media[_ngcontent-wlc-app-c3834108523]
  img[_ngcontent-wlc-app-c3834108523] {
  object-fit: cover;
  border-radius: 10px;
}
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] {
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 28px 0;
  background: linear-gradient(
    0deg,
    var(--mc-bg700) -0.2%,
    var(--mc-bg700-o0) 77%
  );
  transform: translateY(10%);
  opacity: 0;
  pointer-events: none;
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] {
  align-items: center;
  padding: 0;
  background: var(--mc-black-o6);
  transform: none;
}
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
  display: none;
  gap: 8px;
  justify-content: center;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 88px);
  display: grid;
}
@media (min-width: 1024px) {
  .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
    .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
    .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
    display: grid;
  }
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
  display: grid;
  gap: 8px;
  justify-content: center;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
  align-items: end;
  justify-items: center;
  transition: all 0.3s linear;
}

.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523] {
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--play[_ngcontent-wlc-app-c3834108523] {
  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-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--play[_ngcontent-wlc-app-c3834108523] {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523]
  .wlc-btn[_ngcontent-wlc-app-c3834108523] {
  min-width: auto;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--play:before,
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--play:before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 4.4px);
  width: 12px;
  height: 16px;
  background: url(../images/play.svg) center no-repeat;
  background-size: cover;
  opacity: 1;
  border-radius: 0;
  mix-blend-mode: unset;
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--play[_ngcontent-wlc-app-c3834108523]:before {
  content: "";
  position: absolute;
  background: url(../images/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-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--play[_ngcontent-wlc-app-c3834108523]:before {
  left: calc(50% - 6px);
  width: 15px;
  height: 18px;
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]
  .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
  line-height: 1;
}
.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-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--demo[_ngcontent-wlc-app-c3834108523] {
  background: none;
  border: none;
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--demo[_ngcontent-wlc-app-c3834108523] {
  height: auto;
  padding: 0;
  border-radius: unset;
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]
  .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
  line-height: 1;
}
.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));
}
.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--demo
  .wlc-btn__text {
  color: var(--mc-buttonText, var(--mc-baseMain));
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--demo[_ngcontent-wlc-app-c3834108523]
  .wlc-btn__text {
  color: var(--mc-baseMain);
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--demo
  .wlc-btn__text {
  color: var(--mc-buttonText, var(--mc-baseMain));
}
.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
  .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
  .wlc-btn--demo[_ngcontent-wlc-app-c3834108523]
  .wlc-btn__text[class] {
  color: var(--mc-secondary);
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3772414526]
  .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3772414526] {
  grid-area: games-grid;
  min-width: 0;
}
@media (pointer: fine) {
  .wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3258388311]:hover {
    background: var(--mc-bg500);
  }
}
@media (pointer: fine) {
  .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]:not(
      .thumb-transform
    ):hover
    .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c3834108523] {
    transform: scale(1.1);
  }
}
@media (pointer: fine) {
  .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c3834108523]:hover
    .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523] {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (pointer: fine) {
  .wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c3834108523]
    .wlc-game-thumb__control[_ngcontent-wlc-app-c3834108523]
    .wlc-btn--demo[_ngcontent-wlc-app-c3834108523]:hover
    .wlc-btn__text {
    color: var(--mc-baseThird);
  }
}
.wlc-mb-xl {
  margin-bottom: 32px;
}
.wlc-overflow-hidden {
  overflow: hidden;
}
.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] {
  --wlc-bi-width: 320px;
}
@media (min-width: 560px) {
  .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] {
    --wlc-bi-width: 410px;
  }
}
@media (min-width: 1200px) {
  .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109] {
    --wlc-bi-width: 100%;
  }
}
.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109]
  .wlc-bonuses-list__header[_ngcontent-wlc-app-c1488350109] {
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109]
    .wlc-bonuses-list__header[_ngcontent-wlc-app-c1488350109] {
    margin: 0 0 20px;
  }
}
.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
  display: flex;
  align-items: center;
}
.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109]
  .wlc-bonuses-list__header[_ngcontent-wlc-app-c1488350109]
  .wlc-section-title {
  margin: 0;
}

.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109]
  .wlc-bonuses-list__controls[_ngcontent-wlc-app-c1488350109] {
  position: relative;
  display: flex;
  gap: 12px;
}
.wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109]
  .wlc-bonuses-list__swiper-buttons-wrap[_ngcontent-wlc-app-c1488350109] {
  display: none;
}
@media (min-width: 900px) {
  .wlc-bonuses-list--theme-wolf[_nghost-wlc-app-c1488350109]
    .wlc-bonuses-list__swiper-buttons-wrap[_ngcontent-wlc-app-c1488350109] {
    display: block;
  }
}
.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
  .wlc-slider-navigation--theme-wolf {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936]
  .swiper-button-prev,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936]
  .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: calc(-1 * 40px / 2);
}
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936]
  .swiper-button-prev,
.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936]
  .swiper-rtl
  .swiper-button-next {
  right: auto;
  left: var(--wlc-navi-left-offset, 10px);
}
.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
  .wlc-swiper-button-next,
.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
  .wlc-swiper-button-prev {
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  margin: 0;
}
.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
  .swiper {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
    .swiper {
    overflow: hidden;
  }
}
.wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
  .swiper-slide {
  width: 376.6px;
}
@media (max-width: 420px) {
  .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
    .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 1630px) {
  .wlc-bonuses-list--theme-wolf.wlc-bonuses-list--type-swiper[_nghost-wlc-app-c1488350109]
    .swiper-slide {
    width: 426.6px;
  }
}
.wlc-bonus-item {
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
}
.wlc-bonus-item--theme-wolf {
  --wlc-timer-caption-align: left;
  --wlc-bi-visual-width: 45%;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: var(--wlc-bi-max-width, 100%);
  overflow: initial;
  height: 100%;
  border-radius: 8px;
}
@media (min-width: 560px) {
  .wlc-bonus-item--theme-wolf {
    --wlc-bi-visual-width: 35%;
  }
}
.wlc-bonus-item--theme-wolf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  pointer-events: none;
  border-radius: inherit;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper {
  display: flex;
  flex-direction: var(--wlc-bi-dir, row);
  width: 100%;
  height: 100%;
  cursor: var(--wlc-bi-cursor, pointer);
  overflow: hidden;
  border-radius: 8px;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:before,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:before {
  z-index: 0;
  background: var(
    --wlc-bi-bg,
    linear-gradient(180deg, #414ec9 0%, #2217a5 100%)
  );
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__content,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:before {
  filter: var(--wlc-bi-bg-filter, none);
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  align-items: var(--wlc-bi-content-align, start);
  width: var(--wlc-bi-content-width, 50%);
  min-width: 0;
  margin: var(--wlc-bi-content-margin, 0);
  padding: var(--wlc-bi-content-padding, 20px 4px 20px 20px);
  text-align: var(--wlc-bi-text-align, left);
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__content > * {
  min-width: 0;
  max-width: 100%;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__tags {
  display: flex;
  flex-wrap: wrap;
  min-height: 18px;
  line-height: 1;
}
.wlc-tag--theme-default[_nghost-wlc-app-c1305628750] {
  --wlc-icon-width: 12px;
  --wlc-icon-height: 12px;
  color: var(--mc-baseThird-locked);
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  min-height: 18px;
  padding: 0 8px;
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
}
.wlc-tag[_nghost-wlc-app-c1305628750] {
  position: var(--wlc-tag-position, relative);
  max-width: 100%;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wlc-tag--theme-default[_nghost-wlc-app-c1305628750]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--wlc-tag-bg, var(--mc-secondary));
  opacity: 0.8;
}
.wlc-tag--theme-default[_nghost-wlc-app-c1305628750]
  .wlc-tag__icon[_ngcontent-wlc-app-c1305628750] {
  display: block;
  width: var(--wlc-icon-width);
  height: var(--wlc-icon-height);
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__bottom {
  margin: auto 0 0;
}
.wlc-bonus-item .wlc-bonus-item__btns {
  display: flex;
  justify-content: center;
  margin: 0 -4px;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__btns {
  display: flex;
  justify-content: var(--wlc-bi-buttons-justify, start);
  margin: 0 -4px;
}
.wlc-btn--theme-default.wlc-btn--size-md[_nghost-wlc-app-c3258388311] {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.45;
  min-width: auto;
  height: 30px;
  padding: 0 12px;
}
.wlc-bonus-item .wlc-bonus-item__btns .wlc-btn {
  margin: 0 4px;
}
.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;
}

.wlc-btn--theme-default[_nghost-wlc-app-c3258388311]
  .wlc-btn__text[_ngcontent-wlc-app-c3258388311] {
  line-height: 1;
}
.wlc-btn[_nghost-wlc-app-c3258388311]
  .wlc-btn__pending[_ngcontent-wlc-app-c3258388311] {
  display: none;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual {
  position: relative;
  z-index: 3;
  display: grid;
  flex: 0 0 auto;
  grid-template-areas: "visual";
  width: var(--wlc-bi-visual-width);
  min-width: 170px;
  max-width: var(--wlc-bi-visual-max-width, 205px);
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:after {
  transition: opacity 0.4s ease-in-out;
  z-index: var(--wlc-bi-overlay-zindex, 2);
  background: var(--wlc-bi-overlay-bg, #000);
  opacity: var(--wlc-bi-overlay-opacity, 0);
  mix-blend-mode: var(--wlc-bi-overlay-blend-mode, overlay);
  pointer-events: none;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--wlc-bi-visual-ratio, 111.7647058824%);
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual:before,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-bg,
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-content {
  grid-area: visual;
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-bg {
  background: var(--mc-bg300);
  -webkit-mask-image: var(--wlc-bi-mask, url(../images/bonus-image-mask-h.svg));
  mask-image: var(--wlc-bi-mask, url(../images/bonus-image-mask-h.svg));
  -webkit-mask-position: var(--wlc-bi-mask-pos, top left);
  mask-position: var(--wlc-bi-mask-pos, top left);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__visual-content {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: var(--wlc-bi-visual-padding, 16px);
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__info {
  --wlc-icon-width: 20px;
  --wlc-icon-height: 20px;
  transition: background 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: var(--wlc-bi-info-margin, 0);
  color: var(--mc-baseThird);
  line-height: 1;
  background: var(--mc-baseSecond-o2);
  border-radius: 20px;
  transform: var(--wlc-bi-info-transform, none);
}
@media (pointer: fine) {
  .wlc-bonus-item--theme-wolf .wlc-bonus-item__wrapper:hover:not(.disabled) {
    --wlc-bi-overlay-opacity: 0.2;
  }
}
@media (pointer: fine) {
  .wlc-bonus-item--theme-wolf .wlc-bonus-item__info:hover {
    color: var(--mc-baseThird);
    background: var(--mc-baseSecond-o4);
  }
}
.wlc-bonus-item--theme-wolf .wlc-bonus-item__title {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 3;
  color: var(--mc-baseThird);
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
  -webkit-line-clamp: var(--wlc-bi-title-clamp, 3);
}
.wlc-columns-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(var(--wlc-section-gap) / -2);
}
.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] {
  margin: 0;
  position: relative;
}
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
  position: relative;
  min-width: 0;
  max-width: 100%;
  height: 100%;
}
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272],
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
  color: var(--mc-baseThird);
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.45;
  right: 60px;
  position: absolute;
  top: -6px;
  z-index: 10;
  padding: 4px 12px;
  border-radius: 8px;
  background: var(--mc-main);
}
@media (min-width: 560px) {
  .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
    .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272],
  .wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
    .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
    right: 20px;
  }
}
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272],
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
  top: 4px;
}
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
  height: 100%;
}
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272]
  .swiper,
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272]
  .swiper-wrapper,
.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272]
  .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272]
  .wlc-slider {
  height: 100%;
}
.wlc-tournament--theme-wolf.wlc-tournament--type-banner[_nghost-wlc-app-c476867635] {
  height: 100%;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403] {
  min-height: 220px;
  position: relative;
  height: 100%;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403] {
  position: relative;
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: var(--mc-bg700);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403]: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-tag--theme-flag[_nghost-wlc-app-c1305628750] {
  --wlc-icon-width: 24px;
  --wlc-icon-height: 28px;
  --wlc-tag-position: absolute;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 10;
  display: grid;
  grid-template-areas: "icon";
  align-items: center;
  justify-items: center;
  width: var(--wlc-icon-width);
  height: var(--wlc-icon-height);
  color: var(--wlc-tag-bg, var(--mc-secondary));
}
.wlc-tag[_nghost-wlc-app-c1305628750] {
  position: var(--wlc-tag-position, relative);
  max-width: 100%;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wlc-tag--theme-flag[_nghost-wlc-app-c1305628750]
  .wlc-tag__icon-flag[_ngcontent-wlc-app-c1305628750] {
  grid-area: icon;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403]
  .wlc-icon-content {
  display: block;
  line-height: 0;
}
.wlc-tag--theme-flag[_nghost-wlc-app-c1305628750]
  .wlc-tag__icon[_ngcontent-wlc-app-c1305628750] {
  --wlc-icon-width: 20px;
  --wlc-icon-height: 20px;
  grid-area: icon;
  width: var(--wlc-icon-width);
  height: var(--wlc-icon-height);
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner[_ngcontent-wlc-app-c4236619403]
  .wlc-icon-content {
  display: block;
  line-height: 0;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403] {
  padding: 44px 0 24px 16px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 1024px) {
  .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
    .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403] {
    padding: 48px 0 20px 20px;
  }
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403]
  > *[_ngcontent-wlc-app-c4236619403]:not(.wlc-tournament-banner__body-decor) {
  position: relative;
  z-index: 2;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__title[_ngcontent-wlc-app-c4236619403] {
  color: var(--mc-baseThird, var(--mc-baseMain));
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  max-width: 180px;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
    .wlc-tournament-banner__title[_ngcontent-wlc-app-c4236619403] {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
    .wlc-tournament-banner__title[_ngcontent-wlc-app-c4236619403] {
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] {
  --wlc-icon-width: 16px;
  --wlc-icon-height: 16px;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c4236619403] {
  color: var(--mc-baseThird, var(--mc-baseMain));
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992]
  .wlc-tournament-prizes-row__values[_ngcontent-wlc-app-c3093615992] {
  display: inline-block;
  white-space: nowrap;
  background: transparent;
  border-radius: 8px;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c4236619403]
  .wlc-tournament-prizes-row__values {
  padding: 4px 12px;
  background: var(--mc-bg700-o4);
}
.wlc-currency--theme-default[_nghost-wlc-app-c2369660486] {
  display: var(--wlc-currency-display, inline-flex);
  flex-wrap: nowrap;
  align-items: baseline;
  color: inherit;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c4236619403]
  .wlc-tournament-prizes-row__values
  .wlc-currency {
  display: inline-flex;
  align-items: center;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403]
  > *[_ngcontent-wlc-app-c4236619403]:not(.wlc-tournament-banner__body-decor) {
  position: relative;
  z-index: 2;
}
.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472]
  .secondary-text[_ngcontent-wlc-app-c1949819472] {
  color: var(--wlc-timer-title-color, var(--mc-baseThird));
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 0 4px;
  text-align: var(--wlc-timer-caption-align, center);
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__body[_ngcontent-wlc-app-c4236619403]
  .wlc-tournament-banner-timer
  .wlc-timer__timer-text
  .secondary-text {
  text-align: left;
}
.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472]
  .time-text--countdown[_ngcontent-wlc-app-c1949819472] {
  color: var(--fc-textColor);
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.45;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472]
  .time-text__item[_ngcontent-wlc-app-c1949819472] {
  padding: 0 4px 0 0;
  white-space: nowrap;
}
.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472]
  .time-text__item[_ngcontent-wlc-app-c1949819472]
  .value[_ngcontent-wlc-app-c1949819472] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--wlc-timer-val-width, 25px);
  height: var(--wlc-timer-val-height, 22px);
  padding: var(--wlc-timer-val-padding, 2px 0);
  background: var(--wlc-timer-val-bg, var(--mc-bg700));
  border-radius: 8px;
}
.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472]
  .time-text__item[_ngcontent-wlc-app-c1949819472]
  .text[_ngcontent-wlc-app-c1949819472] {
  padding: 0 0 0 4px;
}
.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472]
  .time-text__item[_ngcontent-wlc-app-c1949819472] {
  padding: 0 4px 0 0;
  white-space: nowrap;
}
.wlc-timer--theme-wolf[_nghost-wlc-app-c1949819472]
  .time-text__item[_ngcontent-wlc-app-c1949819472]:last-child {
  padding: 0;
}
.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
  .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
  background-position: right center;
  background-size: contain;
  right: -50px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  background-repeat: no-repeat;
}
@media (min-width: 560px) {
  .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
    .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
    right: 0;
  }
}
@media (min-width: 900px) {
  .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
    .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c4236619403]
    .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c4236619403] {
    right: 0;
  }
}
.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] {
  gap: 8px 0;
}
@media (min-width: 768px) {
  .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986] {
    gap: 16px 0;
  }
}
.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
  display: flex;
  align-items: center;
}
a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
  text-decoration: none;
  cursor: pointer;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986]
  .wlc-provider-links__btn[_ngcontent-wlc-app-c92895986] {
  margin: 0 0 0 16px;
  grid-area: button;
}
.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__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__slider[_ngcontent-wlc-app-c92895986],
.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986]
  .wlc-provider-links__wrapper[_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;
}
@media (min-width: 380px) {
  .wlc-provider-links--theme-default[_nghost-wlc-app-c92895986]
    .wlc-provider-links__slider[_ngcontent-wlc-app-c92895986]
    .swiper {
    margin: -8px -12px -8px -8px;
    padding: 8px 40px 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;
  }
}
@media (min-width: 380px) {
  .wlc-sections__providers-1
    .container
    .wlc-provider-links.wlc-provider-links--theme-default
    .wlc-provider-links__slider
    .swiper {
    padding: 8px;
  }
}
.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__image,
.wlc-provider-links--theme-default[_nghost-wlc-app-c92895986]
  .wlc-provider-links-item
  .wlc-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.wlc-sections__providers-1 .container {
  overflow: visible;
  padding-bottom: 20px;
}
.wlc-sections__footer--theme-1 {
  padding-bottom: 12px;
  margin-top: 12px;
  background: transparent;
}
@media (min-width: 560px) {
  .wlc-sections__footer--theme-1 {
    padding-bottom: 16px;
  }
}
@media (min-width: 560px) {
  .wlc-sections__footer--theme-1 {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1 {
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1 {
    margin-top: auto;
  }
}
.wlc-app-content .wlc-sections__footer {
  margin-top: auto;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .wlc-app-content .wlc-sections__footer {
    overflow-x: initial;
  }
}
.wlc-sections__footer--theme-1 .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fill, auto);
  justify-items: center;
  grid-template-areas:
    "merchants"
    "payments"
    "menu"
    "language"
    "social"
    "disclaimer"
    "license";
}
@media (min-width: 768px) {
  .wlc-sections__footer--theme-1 .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .wlc-sections__footer--theme-1 .container {
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu language"
      "social social social"
      "disclaimer disclaimer disclaimer"
      "license license license";
  }
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1 .container {
    grid-template-columns: auto auto 1fr;
  }
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1 .container {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1 .container {
    justify-items: start;
  }
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1 .container {
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu social"
      "license disclaimer language";
  }
}
@media (min-width: 1200px) {
  .wlc-sections__footer--theme-1 .container {
    grid-template-columns: auto auto 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .wlc-sections__footer--theme-1 .container {
    grid-template-rows: auto auto 45px auto;
  }
}
@media (min-width: 1200px) {
  .wlc-sections__footer--theme-1 .container {
    grid-template-areas:
      "merchants merchants merchants merchants merchants"
      "payments payments payments payments payments"
      "logo menu license disclaimer language"
      "social menu license disclaimer language";
  }
}
@media (min-width: 1630px) {
  .wlc-sections__footer--theme-1 .container {
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
  grid-template-areas:
    "logo"
    "affiliate"
    "links"
    "menu"
    "menu"
    "payments"
    "disclaimer";
  grid-template-rows: repeat(auto-fill, auto);
}
.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);
}
@media (min-width: 768px) {
  .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";
  }
}
@media (min-width: 768px) {
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-rows: 40px repeat(3, auto);
  }
}
@media (min-width: 1024px) {
  .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";
  }
}
@media (min-width: 1200px) {
  .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-icon-safety-list,
.wlc-sections__footer--theme-1 .wlc-icon-merchants-list,
.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-icon-list--theme-payments {
  max-width: 100%;
  padding: 0;
  width: 100%;
  background-color: none;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1420px) {
  .wlc-icon-list--theme-payments {
    max-width: 1420px;
  }
}
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
  max-width: calc(100vw - 30px);
  margin: 0;
}
.wlc-icon-list__wrapper {
  min-height: 20px;
}
.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
  margin: 0;
  padding: 0 0 16px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
@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-sections__footer--theme-1
  .wlc-icon-list--theme-payments
  .wlc-icon-list__wrapper {
  background: transparent;
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
}
.wlc-icon-list--theme-payments .wlc-icon-list__item,
.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,
  .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,
  .wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 16px;
  }
}
.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 img,
.wlc-icon-list .wlc-icon svg,
.wlc-icon-list .wlc-icon img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.wlc-icon-list--theme-payments .wlc-icon-list__item img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-payments .wlc-icon-list-item img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
  max-width: 105px;
  max-height: 22px;
  fill: var(--mc-bg100);
  overflow: hidden;
}
@media (min-width: 900px) {
  .wlc-icon-list--theme-payments .wlc-icon-list__item img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
  .wlc-icon-list--theme-payments .wlc-icon-list-item img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wlc-icon-list--theme-payments .wlc-icon-list__item img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
  .wlc-icon-list--theme-payments .wlc-icon-list-item img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    max-height: 28px;
  }
}
.wlc-sections__footer--theme-1
  .wlc-icon-list--theme-payments
  .wlc-icon-list__item
  .wlc-icon
  svg {
  fill: var(--mc-baseMain);
}
.wlc-icon-list .wlc-icon svg path {
  fill: inherit;
}
.wlc-sections__footer--theme-1 .wlc-post-menu {
  grid-area: menu;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987] {
  position: relative;
  min-width: 0;
}
.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-footer-lang,
.wlc-sections__footer--theme-1 .container .wlc-license,
.wlc-sections__footer--theme-1 .container .wlc-logo {
  margin: 0;
}
.wlc-sections__footer--theme-1 .container .wlc-post-menu {
  padding: 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[_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-post-menu__items[_ngcontent-wlc-app-c3813699987],
.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;
  display: grid;
  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-post-menu__items[_ngcontent-wlc-app-c3813699987],
  .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-post-menu__items[_ngcontent-wlc-app-c3813699987],
  .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-post-menu__items[_ngcontent-wlc-app-c3813699987],
  .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-post-menu__items[_ngcontent-wlc-app-c3813699987],
  .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.wlc-post-menu--without-swiper[_nghost-wlc-app-c3813699987]
  .wlc-post-menu__items[_ngcontent-wlc-app-c3813699987],
.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;
  max-width: 440px;
  margin: 0;
  display: block;
  -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__items[_ngcontent-wlc-app-c3813699987],
  .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__items[_ngcontent-wlc-app-c3813699987],
  .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-post-menu__items[_ngcontent-wlc-app-c3813699987],
.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: 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__items[_ngcontent-wlc-app-c3813699987],
  .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 (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__items[_ngcontent-wlc-app-c3813699987],
  .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;
  }
}
@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__items[_ngcontent-wlc-app-c3813699987]
    .wlc-menu__item,
  .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;
  }
}
.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;
}
.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]
  .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--prev {
  --wlc-post-menu-svg-transform: rotate(90deg);
  visibility: hidden;
  justify-content: flex-start;
  margin: 0 auto 0 0;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987]
  .wlc-post-menu__control--next {
  --wlc-post-menu-svg-transform: rotate(-90deg);
  visibility: hidden;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
@media (min-width: 900px) {
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987]
    .wlc-post-menu__control--prev {
    visibility: visible;
  }
}
.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[_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
  .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: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--next:before {
  transform: scaleX(-1);
}
.wlc-sections__footer--theme-1 .wlc-logo {
  grid-area: logo;
}
.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c2680891784] {
  width: 184px;
}
.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.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-btn--aff {
  width: 100%;
  max-width: 360px;
  padding: 5px 15px;
}
.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;
}
.wlc-sections__footer--theme-1 .footer-bottom__links {
  display: flex;
  grid-area: links;
  align-items: flex-start;
}
.wlc-custom-license {
  display: flex;
  flex-direction: row-reverse;
  grid-template-columns: 1fr 1fr;
  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-sections__footer--theme-1 .wlc-social-icons {
  grid-area: social;
}
.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.wlc-sections__footer--theme-with-aff
  .container
  .wlc-social-icons.wlc-social-icons--theme-mod-compact {
  justify-self: center;
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container
    .wlc-social-icons.wlc-social-icons--theme-mod-compact,
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container
    .wlc-footer-lang {
    justify-self: right;
  }
}
@media (min-width: 1200px) {
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container
    .wlc-social-icons.wlc-social-icons--theme-mod-compact {
    justify-self: left;
  }
}
.wlc-sections__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-social-icons--theme-default[_nghost-wlc-app-c728125388]
  .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
  display: flex;
  justify-content: center;
  margin: 0 -8px;
  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.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388]
  .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
  display: flex;
  grid-gap: 0;
  margin: 16px 0 0;
}
@media (min-width: 1024px) {
  .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388]
    .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: grid;
  }
}
@media (min-width: 900px) {
  .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388]
    .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    grid-gap: 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-sections__footer--theme-1
  .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element]
  .wlc-social-icons__list[class] {
  margin: 0 0 8px;
}
@media (min-width: 900px) {
  .wlc-sections__footer--theme-1
    .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element]
    .wlc-social-icons__list[class] {
    margin: 0 0 16px;
  }
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1
    .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element]
    .wlc-social-icons__list[class] {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .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.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;
}
@media (min-width: 900px) {
  .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;
  }
}
.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-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 .wlc-social-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  background: transparent;
  border-radius: 100%;
}
.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);
}
.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-sections__footer--theme-1
  .footer-bottom__links
  .wlc-social-icons__link
  svg {
  width: 32px;
  height: 32px;
  transform: unset !important;
}
.wlc-sections__footer--theme-1 .wlc-footer-disclaimer {
  grid-area: disclaimer;
}
.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
  .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
  text-align: center;
  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: 900px) {
  .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
    .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    font-style: normal;
  }
}
.wlc-sections__footer--theme-1
  .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
  .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
  text-align: center;
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
    .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: start;
  }
}
.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__footer--theme-1 .wlc-copyright,
.wlc-sections__footer--theme-1 .wlc-recaptcha-policy {
  margin: 16px 0 0;
}
.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;
  text-align: center;
}
@media (min-width: 900px) {
  .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: start;
  }
}
@media (min-width: 900px) {
  .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    font-style: normal;
  }
}
.wlc-sections__footer--theme-1
  .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
  .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
  text-align: center;
}
@media (min-width: 1024px) {
  .wlc-sections__footer--theme-1
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: start;
  }
}
@media (pointer: fine) {
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3813699987]
    .wlc-menu__link:hover {
    color: var(--mc-main);
  }
}
@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-info-page__content[_ngcontent-wlc-app-c2148042276] {
  padding: 16px;
  background: var(--mc-bg700);
  border-radius: 10px;
}
@media (min-width: 900px) {
  .wlc-info-page__content[_ngcontent-wlc-app-c2148042276] {
    padding: 20px;
  }
}
.wlc-post--theme-default[_nghost-wlc-app-c2920098010] {
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
}

.wlc-info-page__content[_ngcontent-wlc-app-c2148042276] .wlc-post,
.wlc-info-page__content[_ngcontent-wlc-app-c2148042276] h3,
.wlc-info-page__content[_ngcontent-wlc-app-c2148042276] h4 {
  color: var(--mc-baseSecond, --mc-baseMain);
}
.wlc-post--theme-default[_nghost-wlc-app-c2920098010] .wlc-title[class] {
  text-align: center;
  margin: 0 0 16px;
}
@media (min-width: 900px) {
  .wlc-post--theme-default[_nghost-wlc-app-c2920098010] .wlc-title[class] {
    text-align: left;
  }
}

.wlc-info-page__content[_ngcontent-wlc-app-c2148042276]
  .wlc-title[class]
  .wlc-title__main {
  color: var(--mc-baseSecond, --mc-baseMain);
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
  text-align: start;
}
.wlc-sections__sticky-footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  display: none;
}
.wlc-sticky-footer--theme-wolf[_nghost-wlc-app-c1790858633] .wlc-menu {
  background: var(--mc-bgModal);
  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;
  min-height: 60px;
}
.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--theme-wolf[_nghost-wlc-app-c1790858633]
  .wlc-menu__link.active
  .wlc-icon {
  color: var(--mc-baseThird);
}
@media (max-width: 1024px) {
  body {
    padding-bottom: 60px;
  }
  .wlc-sections__sticky-footer {
    display: block;
  }
}
