@keyframes fadeup {0% {transform: translatey(-200%); opacity: 0 } to {transform: translatey(0); opacity: 1 } } @keyframes fadedown {0% {transform: translatey(200%); opacity: 0 } to {transform: translatey(0); opacity: 1 } } @keyframes faderight {0% {transform: translate(200%); opacity: 0 } to {transform: translate(0); opacity: 1 } } @keyframes fadeleft {0% {transform: translate(-200%); opacity: 0 } to {transform: translate(0); opacity: 1 } } .swiper-slide-active .animation--fade-down {animation: fadedown 1s } .swiper-slide-active .animation--fade-up {animation: fadeup 1s } .swiper-slide-active .animation--fade-right {animation: faderight 1s } .swiper-slide-active .animation--fade-left {animation: fadeleft 1s } .swiper-slide-active .animation {animation-fill-mode: both } @keyframes spin {to {transform: rotate(360deg) } } :root {--mc-main: #2f2fde; --mc-main-l5: #3939e0; --mc-main-d5: #2323dc; --mc-main-l10: #4444e1; --mc-main-d10: #2121d1; --mc-main-l20: #5959e5; --mc-main-d20: #1d1dba; --mc-main-o0: rgba(47, 47, 222, 0); --mc-main-o1: rgba(47, 47, 222, .1); --mc-main-o2: rgba(47, 47, 222, .2); --mc-main-o4: rgba(47, 47, 222, .4); --mc-main-o6: rgba(47, 47, 222, .6); --mc-main-o8: rgba(47, 47, 222, .8); --mc-secondary: #ffc400; --mc-secondary-l5: #ffc70d; --mc-secondary-d5: #f2ba00; --mc-secondary-l10: #ffca1a; --mc-secondary-d10: #e6b000; --mc-secondary-l20: #ffd033; --mc-secondary-d20: #cc9d00; --mc-secondary-o0: rgba(255, 196, 0, 0); --mc-secondary-o1: rgba(255, 196, 0, .1); --mc-secondary-o2: rgba(255, 196, 0, .2); --mc-secondary-o4: rgba(255, 196, 0, .4); --mc-secondary-o6: rgba(255, 196, 0, .6); --mc-secondary-o8: rgba(255, 196, 0, .8); --mc-basemain: #000000; --mc-basemain-l5: #0d0d0d; --mc-basemain-d5: black; --mc-basemain-l10: #1a1a1a; --mc-basemain-d10: black; --mc-basemain-l20: #333333; --mc-basemain-d20: black; --mc-basemain-o0: rgba(0, 0, 0, 0); --mc-basemain-o1: rgba(0, 0, 0, .1); --mc-basemain-o2: rgba(0, 0, 0, .2); --mc-basemain-o4: rgba(0, 0, 0, .4); --mc-basemain-o6: rgba(0, 0, 0, .6); --mc-basemain-o8: rgba(0, 0, 0, .8); --mc-basecontrast: #fff; --mc-basecontrast-l5: white; --mc-basecontrast-d5: #f2f2f2; --mc-basecontrast-l10: white; --mc-basecontrast-d10: #e6e6e6; --mc-basecontrast-l20: white; --mc-basecontrast-d20: #cccccc; --mc-basecontrast-o0: rgba(255, 255, 255, 0); --mc-basecontrast-o1: rgba(255, 255, 255, .1); --mc-basecontrast-o2: rgba(255, 255, 255, .2); --mc-basecontrast-o4: rgba(255, 255, 255, .4); --mc-basecontrast-o6: rgba(255, 255, 255, .6); --mc-basecontrast-o8: rgba(255, 255, 255, .8); --mc-buttoncolor: #c700cb; --mc-buttoncolor-l5: #d600da; --mc-buttoncolor-d5: #bd00c1; --mc-buttoncolor-l10: #e500ea; --mc-buttoncolor-d10: #b300b7; --mc-buttoncolor-l20: #fa09ff; --mc-buttoncolor-d20: #9f00a2; --mc-buttoncolor-o0: rgba(199, 0, 203, 0); --mc-buttoncolor-o1: rgba(199, 0, 203, .1); --mc-buttoncolor-o2: rgba(199, 0, 203, .2); --mc-buttoncolor-o4: rgba(199, 0, 203, .4); --mc-buttoncolor-o6: rgba(199, 0, 203, .6); --mc-buttoncolor-o8: rgba(199, 0, 203, .8); --mc-baseopacity: rgba(0, 0, 0, .7); --mc-baseopacity-l5: rgba(13, 13, 13, .7); --mc-baseopacity-d5: rgba(0, 0, 0, .7); --mc-baseopacity-l10: rgba(26, 26, 26, .7); --mc-baseopacity-d10: rgba(0, 0, 0, .7); --mc-baseopacity-l20: rgba(51, 51, 51, .7); --mc-baseopacity-d20: rgba(0, 0, 0, .7); --mc-baseopacity-o0: rgba(0, 0, 0, 0); --mc-baseopacity-o1: rgba(0, 0, 0, 0); --mc-baseopacity-o2: rgba(0, 0, 0, 0); --mc-baseopacity-o4: rgba(0, 0, 0, .1); --mc-baseopacity-o6: rgba(0, 0, 0, .3); --mc-baseopacity-o8: rgba(0, 0, 0, .5); --mc-bg100: #8093a5; --mc-bg100-l5: #8698aa; --mc-bg100-d5: #778c9f; --mc-bg100-l10: #8d9eae; --mc-bg100-d10: #6f8499; --mc-bg100-l20: #99a9b7; --mc-bg100-d20: #617689; --mc-bg100-o0: rgba(128, 147, 165, 0); --mc-bg100-o1: rgba(128, 147, 165, .1); --mc-bg100-o2: rgba(128, 147, 165, .2); --mc-bg100-o4: rgba(128, 147, 165, .4); --mc-bg100-o6: rgba(128, 147, 165, .6); --mc-bg100-o8: rgba(128, 147, 165, .8); --mc-bg300: #ffffff; --mc-bg300-l5: white; --mc-bg300-d5: #f2f2f2; --mc-bg300-l10: white; --mc-bg300-d10: #e6e6e6; --mc-bg300-l20: white; --mc-bg300-d20: #cccccc; --mc-bg300-o0: rgba(255, 255, 255, 0); --mc-bg300-o1: rgba(255, 255, 255, .1); --mc-bg300-o2: rgba(255, 255, 255, .2); --mc-bg300-o4: rgba(255, 255, 255, .4); --mc-bg300-o6: rgba(255, 255, 255, .6); --mc-bg300-o8: rgba(255, 255, 255, .8); --mc-bg500: #bfc8dc; --mc-bg500-l5: #c2cbde; --mc-bg500-d5: #b2bdd5; --mc-bg500-l10: #c5cee0; --mc-bg500-d10: #a4b1cd; --mc-bg500-l20: #ccd3e3; --mc-bg500-d20: #8a9abf; --mc-bg500-o0: rgba(191, 200, 220, 0); --mc-bg500-o1: rgba(191, 200, 220, .1); --mc-bg500-o2: rgba(191, 200, 220, .2); --mc-bg500-o4: rgba(191, 200, 220, .4); --mc-bg500-o6: rgba(191, 200, 220, .6); --mc-bg500-o8: rgba(191, 200, 220, .8); --mc-bg700: #f3f5fc; --mc-bg700-l5: #f4f6fc; --mc-bg700-d5: #dfe5f7; --mc-bg700-l10: #f4f6fc; --mc-bg700-d10: #cbd4f2; --mc-bg700-l20: #f5f7fd; --mc-bg700-d20: #a4b3e8; --mc-bg700-o0: rgba(243, 245, 252, 0); --mc-bg700-o1: rgba(243, 245, 252, .1); --mc-bg700-o2: rgba(243, 245, 252, .2); --mc-bg700-o4: rgba(243, 245, 252, .4); --mc-bg700-o6: rgba(243, 245, 252, .6); --mc-bg700-o8: rgba(243, 245, 252, .8); --mc-bg: #ffffff; --mc-bg-l5: white; --mc-bg-d5: #f2f2f2; --mc-bg-l10: white; --mc-bg-d10: #e6e6e6; --mc-bg-l20: white; --mc-bg-d20: #cccccc; --mc-bg-o0: rgba(255, 255, 255, 0); --mc-bg-o1: rgba(255, 255, 255, .1); --mc-bg-o2: rgba(255, 255, 255, .2); --mc-bg-o4: rgba(255, 255, 255, .4); --mc-bg-o6: rgba(255, 255, 255, .6); --mc-bg-o8: rgba(255, 255, 255, .8); --mc-bgmodal: #ffffff; --mc-bgmodal-l5: white; --mc-bgmodal-d5: #f2f2f2; --mc-bgmodal-l10: white; --mc-bgmodal-d10: #e6e6e6; --mc-bgmodal-l20: white; --mc-bgmodal-d20: #cccccc; --mc-bgmodal-o0: rgba(255, 255, 255, 0); --mc-bgmodal-o1: rgba(255, 255, 255, .1); --mc-bgmodal-o2: rgba(255, 255, 255, .2); --mc-bgmodal-o4: rgba(255, 255, 255, .4); --mc-bgmodal-o6: rgba(255, 255, 255, .6); --mc-bgmodal-o8: rgba(255, 255, 255, .8); --mc-elementscolor: #c4c4c4; --mc-elementscolor-l5: #c7c7c7; --mc-elementscolor-d5: #bababa; --mc-elementscolor-l10: #cacaca; --mc-elementscolor-d10: #b0b0b0; --mc-elementscolor-l20: #d0d0d0; --mc-elementscolor-d20: #9d9d9d; --mc-elementscolor-o0: rgba(196, 196, 196, 0); --mc-elementscolor-o1: rgba(196, 196, 196, .1); --mc-elementscolor-o2: rgba(196, 196, 196, .2); --mc-elementscolor-o4: rgba(196, 196, 196, .4); --mc-elementscolor-o6: rgba(196, 196, 196, .6); --mc-elementscolor-o8: rgba(196, 196, 196, .8); --mc-error: #f88c8c; --mc-error-l5: #f89292; --mc-error-d5: #f77a7a; --mc-error-l10: #f99898; --mc-error-d10: #f66767; --mc-error-l20: #f9a3a3; --mc-error-d20: #f44343; --mc-error-o0: rgba(248, 140, 140, 0); --mc-error-o1: rgba(248, 140, 140, .1); --mc-error-o2: rgba(248, 140, 140, .2); --mc-error-o4: rgba(248, 140, 140, .4); --mc-error-o6: rgba(248, 140, 140, .6); --mc-error-o8: rgba(248, 140, 140, .8); --mc-success: #9cde47; --mc-success-l5: #a1e050; --mc-success-d5: #95dc3b; --mc-success-l10: #a6e159; --mc-success-d10: #8fda2e; --mc-success-l20: #b0e56c; --mc-success-d20: #7fc724; --mc-success-o0: rgba(156, 222, 71, 0); --mc-success-o1: rgba(156, 222, 71, .1); --mc-success-o2: rgba(156, 222, 71, .2); --mc-success-o4: rgba(156, 222, 71, .4); --mc-success-o6: rgba(156, 222, 71, .6); --mc-success-o8: rgba(156, 222, 71, .8); --mc-warning: #fdce70; --mc-warning-l5: #fdd077; --mc-warning-d5: #fdc85e; --mc-warning-l10: #fdd37e; --mc-warning-d10: #fcc24c; --mc-warning-l20: #fdd88d; --mc-warning-d20: #fcb528; --mc-warning-o0: rgba(253, 206, 112, 0); --mc-warning-o1: rgba(253, 206, 112, .1); --mc-warning-o2: rgba(253, 206, 112, .2); --mc-warning-o4: rgba(253, 206, 112, .4); --mc-warning-o6: rgba(253, 206, 112, .6); --mc-warning-o8: rgba(253, 206, 112, .8); --mc-disabled: #bfc8dc; --mc-disabled-l5: #c2cbde; --mc-disabled-d5: #b2bdd5; --mc-disabled-l10: #c5cee0; --mc-disabled-d10: #a4b1cd; --mc-disabled-l20: #ccd3e3; --mc-disabled-d20: #8a9abf; --mc-disabled-o0: rgba(191, 200, 220, 0); --mc-disabled-o1: rgba(191, 200, 220, .1); --mc-disabled-o2: rgba(191, 200, 220, .2); --mc-disabled-o4: rgba(191, 200, 220, .4); --mc-disabled-o6: rgba(191, 200, 220, .6); --mc-disabled-o8: rgba(191, 200, 220, .8); --mc-black: #000; --mc-black-l5: #0d0d0d; --mc-black-d5: black; --mc-black-l10: #1a1a1a; --mc-black-d10: black; --mc-black-l20: #333333; --mc-black-d20: black; --mc-black-o0: rgba(0, 0, 0, 0); --mc-black-o1: rgba(0, 0, 0, .1); --mc-black-o2: rgba(0, 0, 0, .2); --mc-black-o4: rgba(0, 0, 0, .4); --mc-black-o6: rgba(0, 0, 0, .6); --mc-black-o8: rgba(0, 0, 0, .8); --mc-secondaryhover: #ffa300; --mc-secondaryhover-l5: #ffa80d; --mc-secondaryhover-d5: #f29b00; --mc-secondaryhover-l10: #ffac1a; --mc-secondaryhover-d10: #e69300; --mc-secondaryhover-l20: #ffb533; --mc-secondaryhover-d20: #cc8200; --mc-secondaryhover-o0: rgba(255, 163, 0, 0); --mc-secondaryhover-o1: rgba(255, 163, 0, .1); --mc-secondaryhover-o2: rgba(255, 163, 0, .2); --mc-secondaryhover-o4: rgba(255, 163, 0, .4); --mc-secondaryhover-o6: rgba(255, 163, 0, .6); --mc-secondaryhover-o8: rgba(255, 163, 0, .8); --mc-mainopacity: rgba(48, 48, 223, .7); --mc-mainopacity-l5: rgba(58, 58, 225, .7); --mc-mainopacity-d5: rgba(36, 36, 221, .7); --mc-mainopacity-l10: rgba(69, 69, 226, .7); --mc-mainopacity-d10: rgba(33, 33, 211, .7); --mc-mainopacity-l20: rgba(89, 89, 229, .7); --mc-mainopacity-d20: rgba(29, 29, 188, .7); --mc-mainopacity-o0: rgba(48, 48, 223, 0); --mc-mainopacity-o1: rgba(48, 48, 223, 0); --mc-mainopacity-o2: rgba(48, 48, 223, 0); --mc-mainopacity-o4: rgba(48, 48, 223, .1); --mc-mainopacity-o6: rgba(48, 48, 223, .3); --mc-mainopacity-o8: rgba(48, 48, 223, .5) } :root {--fc-labelcolor: #66718d; --fc-labelcolor-l5: #6c7795; --fc-labelcolor-d5: #616b86; --fc-labelcolor-l10: #747e9a; --fc-labelcolor-d10: #5c667f; --fc-labelcolor-l20: #838da5; --fc-labelcolor-d20: #525a71; --fc-labelcolor-o0: rgba(102, 113, 141, 0); --fc-labelcolor-o1: rgba(102, 113, 141, .1); --fc-labelcolor-o2: rgba(102, 113, 141, .2); --fc-labelcolor-o4: rgba(102, 113, 141, .4); --fc-labelcolor-o6: rgba(102, 113, 141, .6); --fc-labelcolor-o8: rgba(102, 113, 141, .8); --fc-inputbg: #ffffff; --fc-inputbg-l5: white; --fc-inputbg-d5: #f2f2f2; --fc-inputbg-l10: white; --fc-inputbg-d10: #e6e6e6; --fc-inputbg-l20: white; --fc-inputbg-d20: #cccccc; --fc-inputbg-o0: rgba(255, 255, 255, 0); --fc-inputbg-o1: rgba(255, 255, 255, .1); --fc-inputbg-o2: rgba(255, 255, 255, .2); --fc-inputbg-o4: rgba(255, 255, 255, .4); --fc-inputbg-o6: rgba(255, 255, 255, .6); --fc-inputbg-o8: rgba(255, 255, 255, .8); --fc-bordercolor: rgba(0, 0, 0, .4); --fc-bordercolor-l5: rgba(13, 13, 13, .4); --fc-bordercolor-d5: rgba(0, 0, 0, .4); --fc-bordercolor-l10: rgba(26, 26, 26, .4); --fc-bordercolor-d10: rgba(0, 0, 0, .4); --fc-bordercolor-l20: rgba(51, 51, 51, .4); --fc-bordercolor-d20: rgba(0, 0, 0, .4); --fc-bordercolor-o0: rgba(0, 0, 0, 0); --fc-bordercolor-o1: rgba(0, 0, 0, 0); --fc-bordercolor-o2: rgba(0, 0, 0, 0); --fc-bordercolor-o4: rgba(0, 0, 0, 0); --fc-bordercolor-o6: rgba(0, 0, 0, 0); --fc-bordercolor-o8: rgba(0, 0, 0, .2); --fc-textcolor: #000000; --fc-textcolor-l5: #0d0d0d; --fc-textcolor-d5: black; --fc-textcolor-l10: #1a1a1a; --fc-textcolor-d10: black; --fc-textcolor-l20: #333333; --fc-textcolor-d20: black; --fc-textcolor-o0: rgba(0, 0, 0, 0); --fc-textcolor-o1: rgba(0, 0, 0, .1); --fc-textcolor-o2: rgba(0, 0, 0, .2); --fc-textcolor-o4: rgba(0, 0, 0, .4); --fc-textcolor-o6: rgba(0, 0, 0, .6); --fc-textcolor-o8: rgba(0, 0, 0, .8); --fc-placeholdercolor: #79839d; --fc-placeholdercolor-l5: #8089a2; --fc-placeholdercolor-d5: #717c97; --fc-placeholdercolor-l10: #868fa7; --fc-placeholdercolor-d10: #6a7491; --fc-placeholdercolor-l20: #949cb1; --fc-placeholdercolor-d20: #5e6880; --fc-placeholdercolor-o0: rgba(121, 131, 157, 0); --fc-placeholdercolor-o1: rgba(121, 131, 157, .1); --fc-placeholdercolor-o2: rgba(121, 131, 157, .2); --fc-placeholdercolor-o4: rgba(121, 131, 157, .4); --fc-placeholdercolor-o6: rgba(121, 131, 157, .6); --fc-placeholdercolor-o8: rgba(121, 131, 157, .8); --fc-disabledplaceholdercolor: #79839d; --fc-disabledplaceholdercolor-l5: #8089a2; --fc-disabledplaceholdercolor-d5: #717c97; --fc-disabledplaceholdercolor-l10: #868fa7; --fc-disabledplaceholdercolor-d10: #6a7491; --fc-disabledplaceholdercolor-l20: #949cb1; --fc-disabledplaceholdercolor-d20: #5e6880; --fc-disabledplaceholdercolor-o0: rgba(121, 131, 157, 0); --fc-disabledplaceholdercolor-o1: rgba(121, 131, 157, .1); --fc-disabledplaceholdercolor-o2: rgba(121, 131, 157, .2); --fc-disabledplaceholdercolor-o4: rgba(121, 131, 157, .4); --fc-disabledplaceholdercolor-o6: rgba(121, 131, 157, .6); --fc-disabledplaceholdercolor-o8: rgba(121, 131, 157, .8); --fc-arrowcolor: #a9bcf0; --fc-arrowcolor-l5: #adbff1; --fc-arrowcolor-d5: #98aeed; --fc-arrowcolor-l10: #b2c3f2; --fc-arrowcolor-d10: #86a1ea; --fc-arrowcolor-l20: #bac9f3; --fc-arrowcolor-d20: #6386e4; --fc-arrowcolor-o0: rgba(169, 188, 240, 0); --fc-arrowcolor-o1: rgba(169, 188, 240, .1); --fc-arrowcolor-o2: rgba(169, 188, 240, .2); --fc-arrowcolor-o4: rgba(169, 188, 240, .4); --fc-arrowcolor-o6: rgba(169, 188, 240, .6); --fc-arrowcolor-o8: rgba(169, 188, 240, .8); --fc-iconcolor: #a9bcf0; --fc-iconcolor-l5: #adbff1; --fc-iconcolor-d5: #98aeed; --fc-iconcolor-l10: #b2c3f2; --fc-iconcolor-d10: #86a1ea; --fc-iconcolor-l20: #bac9f3; --fc-iconcolor-d20: #6386e4; --fc-iconcolor-o0: rgba(169, 188, 240, 0); --fc-iconcolor-o1: rgba(169, 188, 240, .1); --fc-iconcolor-o2: rgba(169, 188, 240, .2); --fc-iconcolor-o4: rgba(169, 188, 240, .4); --fc-iconcolor-o6: rgba(169, 188, 240, .6); --fc-iconcolor-o8: rgba(169, 188, 240, .8); --fc-disablebg: #d3d8e9; --fc-disablebg-l5: #d5daea; --fc-disablebg-d5: #c4cbe2; --fc-disablebg-l10: #d7dceb; --fc-disablebg-d10: #b5beda; --fc-disablebg-l20: #dce0ed; --fc-disablebg-d20: #98a4cb; --fc-disablebg-o0: rgba(211, 216, 233, 0); --fc-disablebg-o1: rgba(211, 216, 233, .1); --fc-disablebg-o2: rgba(211, 216, 233, .2); --fc-disablebg-o4: rgba(211, 216, 233, .4); --fc-disablebg-o6: rgba(211, 216, 233, .6); --fc-disablebg-o8: rgba(211, 216, 233, .8); --fc-disableborder: rgba(0, 0, 0, .45); --fc-disableborder-l5: rgba(13, 13, 13, .45); --fc-disableborder-d5: rgba(0, 0, 0, .45); --fc-disableborder-l10: rgba(26, 26, 26, .45); --fc-disableborder-d10: rgba(0, 0, 0, .45); --fc-disableborder-l20: rgba(51, 51, 51, .45); --fc-disableborder-d20: rgba(0, 0, 0, .45); --fc-disableborder-o0: rgba(0, 0, 0, 0); --fc-disableborder-o1: rgba(0, 0, 0, 0); --fc-disableborder-o2: rgba(0, 0, 0, 0); --fc-disableborder-o4: rgba(0, 0, 0, 0); --fc-disableborder-o6: rgba(0, 0, 0, .05); --fc-disableborder-o8: rgba(0, 0, 0, .25); --fc-errorbackground: #ffebf2; --fc-errorbackground-l5: #ffecf3; --fc-errorbackground-d5: #ffd3e2; --fc-errorbackground-l10: #ffedf3; --fc-errorbackground-d10: #ffbad2; --fc-errorbackground-l20: #ffeff5; --fc-errorbackground-d20: #ff89b2; --fc-errorbackground-o0: rgba(255, 235, 242, 0); --fc-errorbackground-o1: rgba(255, 235, 242, .1); --fc-errorbackground-o2: rgba(255, 235, 242, .2); --fc-errorbackground-o4: rgba(255, 235, 242, .4); --fc-errorbackground-o6: rgba(255, 235, 242, .6); --fc-errorbackground-o8: rgba(255, 235, 242, .8); --fc-errorborder: #ffb8d1; --fc-errorborder-l5: #ffbcd3; --fc-errorborder-d5: #ffa2c3; --fc-errorborder-l10: #ffbfd6; --fc-errorborder-d10: #ff8cb5; --fc-errorborder-l20: #ffc6da; --fc-errorborder-d20: #ff6098; --fc-errorborder-o0: rgba(255, 184, 209, 0); --fc-errorborder-o1: rgba(255, 184, 209, .1); --fc-errorborder-o2: rgba(255, 184, 209, .2); --fc-errorborder-o4: rgba(255, 184, 209, .4); --fc-errorborder-o6: rgba(255, 184, 209, .6); --fc-errorborder-o8: rgba(255, 184, 209, .8); --fc-errorarrow: #ffbcd5; --fc-errorarrow-l5: #ffbfd7; --fc-errorarrow-d5: #ffa6c7; --fc-errorarrow-l10: #ffc3d9; --fc-errorarrow-d10: #ff90b9; --fc-errorarrow-l20: #ffc9dd; --fc-errorarrow-d20: #ff639d; --fc-errorarrow-o0: rgba(255, 188, 213, 0); --fc-errorarrow-o1: rgba(255, 188, 213, .1); --fc-errorarrow-o2: rgba(255, 188, 213, .2); --fc-errorarrow-o4: rgba(255, 188, 213, .4); --fc-errorarrow-o6: rgba(255, 188, 213, .6); --fc-errorarrow-o8: rgba(255, 188, 213, .8); --fc-successelement: #45c195; --fc-successelement-l5: #4ec49a; --fc-successelement-d5: #3ebb8f; --fc-successelement-l10: #58c7a0; --fc-successelement-d10: #3bb187; --fc-successelement-l20: #6acdaa; --fc-successelement-d20: #349d78; --fc-successelement-o0: rgba(69, 193, 149, 0); --fc-successelement-o1: rgba(69, 193, 149, .1); --fc-successelement-o2: rgba(69, 193, 149, .2); --fc-successelement-o4: rgba(69, 193, 149, .4); --fc-successelement-o6: rgba(69, 193, 149, .6); --fc-successelement-o8: rgba(69, 193, 149, .8); --fc-successborder: #acf6d3; --fc-successborder-l5: #b0f6d5; --fc-successborder-d5: #99f4c9; --fc-successborder-l10: #b4f7d7; --fc-successborder-d10: #86f2bf; --fc-successborder-l20: #bdf8dc; --fc-successborder-d20: #61eeab; --fc-successborder-o0: rgba(172, 246, 211, 0); --fc-successborder-o1: rgba(172, 246, 211, .1); --fc-successborder-o2: rgba(172, 246, 211, .2); --fc-successborder-o4: rgba(172, 246, 211, .4); --fc-successborder-o6: rgba(172, 246, 211, .6); --fc-successborder-o8: rgba(172, 246, 211, .8) } body.wlc-body--theme-alt {--mc-main: #2f2fde; --mc-main-l5: #3939e0; --mc-main-d5: #2323dc; --mc-main-l10: #4444e1; --mc-main-d10: #2121d1; --mc-main-l20: #5959e5; --mc-main-d20: #1d1dba; --mc-main-o0: rgba(47, 47, 222, 0); --mc-main-o1: rgba(47, 47, 222, .1); --mc-main-o2: rgba(47, 47, 222, .2); --mc-main-o4: rgba(47, 47, 222, .4); --mc-main-o6: rgba(47, 47, 222, .6); --mc-main-o8: rgba(47, 47, 222, .8); --mc-secondary: #ffc400; --mc-secondary-l5: #ffc70d; --mc-secondary-d5: #f2ba00; --mc-secondary-l10: #ffca1a; --mc-secondary-d10: #e6b000; --mc-secondary-l20: #ffd033; --mc-secondary-d20: #cc9d00; --mc-secondary-o0: rgba(255, 196, 0, 0); --mc-secondary-o1: rgba(255, 196, 0, .1); --mc-secondary-o2: rgba(255, 196, 0, .2); --mc-secondary-o4: rgba(255, 196, 0, .4); --mc-secondary-o6: rgba(255, 196, 0, .6); --mc-secondary-o8: rgba(255, 196, 0, .8); --mc-basemain: #fff; --mc-basemain-l5: white; --mc-basemain-d5: #f2f2f2; --mc-basemain-l10: white; --mc-basemain-d10: #e6e6e6; --mc-basemain-l20: white; --mc-basemain-d20: #cccccc; --mc-basemain-o0: rgba(255, 255, 255, 0); --mc-basemain-o1: rgba(255, 255, 255, .1); --mc-basemain-o2: rgba(255, 255, 255, .2); --mc-basemain-o4: rgba(255, 255, 255, .4); --mc-basemain-o6: rgba(255, 255, 255, .6); --mc-basemain-o8: rgba(255, 255, 255, .8); --mc-basecontrast: #000; --mc-basecontrast-l5: #0d0d0d; --mc-basecontrast-d5: black; --mc-basecontrast-l10: #1a1a1a; --mc-basecontrast-d10: black; --mc-basecontrast-l20: #333333; --mc-basecontrast-d20: black; --mc-basecontrast-o0: rgba(0, 0, 0, 0); --mc-basecontrast-o1: rgba(0, 0, 0, .1); --mc-basecontrast-o2: rgba(0, 0, 0, .2); --mc-basecontrast-o4: rgba(0, 0, 0, .4); --mc-basecontrast-o6: rgba(0, 0, 0, .6); --mc-basecontrast-o8: rgba(0, 0, 0, .8); --mc-buttoncolor: #ffc400; --mc-buttoncolor-l5: #ffc70d; --mc-buttoncolor-d5: #f2ba00; --mc-buttoncolor-l10: #ffca1a; --mc-buttoncolor-d10: #e6b000; --mc-buttoncolor-l20: #ffd033; --mc-buttoncolor-d20: #cc9d00; --mc-buttoncolor-o0: rgba(255, 196, 0, 0); --mc-buttoncolor-o1: rgba(255, 196, 0, .1); --mc-buttoncolor-o2: rgba(255, 196, 0, .2); --mc-buttoncolor-o4: rgba(255, 196, 0, .4); --mc-buttoncolor-o6: rgba(255, 196, 0, .6); --mc-buttoncolor-o8: rgba(255, 196, 0, .8); --mc-baseopacity: rgba(255, 255, 255, .7); --mc-baseopacity-l5: rgba(255, 255, 255, .7); --mc-baseopacity-d5: rgba(242, 242, 242, .7); --mc-baseopacity-l10: rgba(255, 255, 255, .7); --mc-baseopacity-d10: rgba(230, 230, 230, .7); --mc-baseopacity-l20: rgba(255, 255, 255, .7); --mc-baseopacity-d20: rgba(204, 204, 204, .7); --mc-baseopacity-o0: rgba(255, 255, 255, 0); --mc-baseopacity-o1: rgba(255, 255, 255, 0); --mc-baseopacity-o2: rgba(255, 255, 255, 0); --mc-baseopacity-o4: rgba(255, 255, 255, .1); --mc-baseopacity-o6: rgba(255, 255, 255, .3); --mc-baseopacity-o8: rgba(255, 255, 255, .5); --mc-bg100: #383955; --mc-bg100-l5: #3f4060; --mc-bg100-d5: #353651; --mc-bg100-l10: #47486b; --mc-bg100-d10: #32334d; --mc-bg100-l20: #555781; --mc-bg100-d20: #2d2e44; --mc-bg100-o0: rgba(56, 57, 85, 0); --mc-bg100-o1: rgba(56, 57, 85, .1); --mc-bg100-o2: rgba(56, 57, 85, .2); --mc-bg100-o4: rgba(56, 57, 85, .4); --mc-bg100-o6: rgba(56, 57, 85, .6); --mc-bg100-o8: rgba(56, 57, 85, .8); --mc-bg300: #171824; --mc-bg300-l5: #202132; --mc-bg300-d5: #161722; --mc-bg300-l10: #292a40; --mc-bg300-d10: #151620; --mc-bg300-l20: #3a3d5b; --mc-bg300-d20: #12131d; --mc-bg300-o0: rgba(23, 24, 36, 0); --mc-bg300-o1: rgba(23, 24, 36, .1); --mc-bg300-o2: rgba(23, 24, 36, .2); --mc-bg300-o4: rgba(23, 24, 36, .4); --mc-bg300-o6: rgba(23, 24, 36, .6); --mc-bg300-o8: rgba(23, 24, 36, .8); --mc-bg500: #313249; --mc-bg500-l5: #393a55; --mc-bg500-d5: #2f3045; --mc-bg500-l10: #414260; --mc-bg500-d10: #2c2d42; --mc-bg500-l20: #505277; --mc-bg500-d20: #27283a; --mc-bg500-o0: rgba(49, 50, 73, 0); --mc-bg500-o1: rgba(49, 50, 73, .1); --mc-bg500-o2: rgba(49, 50, 73, .2); --mc-bg500-o4: rgba(49, 50, 73, .4); --mc-bg500-o6: rgba(49, 50, 73, .6); --mc-bg500-o8: rgba(49, 50, 73, .8); --mc-bg700: #222335; --mc-bg700-l5: #2a2c42; --mc-bg700-d5: #202132; --mc-bg700-l10: #33344f; --mc-bg700-d10: #1f2030; --mc-bg700-l20: #434569; --mc-bg700-d20: #1b1c2a; --mc-bg700-o0: rgba(34, 35, 53, 0); --mc-bg700-o1: rgba(34, 35, 53, .1); --mc-bg700-o2: rgba(34, 35, 53, .2); --mc-bg700-o4: rgba(34, 35, 53, .4); --mc-bg700-o6: rgba(34, 35, 53, .6); --mc-bg700-o8: rgba(34, 35, 53, .8); --mc-bg: #171824; --mc-bg-l5: #202132; --mc-bg-d5: #161722; --mc-bg-l10: #292a40; --mc-bg-d10: #151620; --mc-bg-l20: #3a3d5b; --mc-bg-d20: #12131d; --mc-bg-o0: rgba(23, 24, 36, 0); --mc-bg-o1: rgba(23, 24, 36, .1); --mc-bg-o2: rgba(23, 24, 36, .2); --mc-bg-o4: rgba(23, 24, 36, .4); --mc-bg-o6: rgba(23, 24, 36, .6); --mc-bg-o8: rgba(23, 24, 36, .8); --mc-bgmodal: #bbbcd1; --mc-bgmodal-l5: #bebfd3; --mc-bgmodal-d5: #afb0c9; --mc-bgmodal-l10: #c2c3d6; --mc-bgmodal-d10: #a3a5c1; --mc-bgmodal-l20: #c9c9da; --mc-bgmodal-d20: #8c8db1; --mc-bgmodal-o0: rgba(187, 188, 209, 0); --mc-bgmodal-o1: rgba(187, 188, 209, .1); --mc-bgmodal-o2: rgba(187, 188, 209, .2); --mc-bgmodal-o4: rgba(187, 188, 209, .4); --mc-bgmodal-o6: rgba(187, 188, 209, .6); --mc-bgmodal-o8: rgba(187, 188, 209, .8); --mc-error: #ff5454; --mc-error-l5: #ff5d5d; --mc-error-d5: #ff4343; --mc-error-l10: #ff6565; --mc-error-d10: #ff3232; --mc-error-l20: #ff7676; --mc-error-d20: #ff1010; --mc-error-o0: rgba(255, 84, 84, 0); --mc-error-o1: rgba(255, 84, 84, .1); --mc-error-o2: rgba(255, 84, 84, .2); --mc-error-o4: rgba(255, 84, 84, .4); --mc-error-o6: rgba(255, 84, 84, .6); --mc-error-o8: rgba(255, 84, 84, .8); --mc-success: #beff6b; --mc-success-l5: #c1ff72; --mc-success-d5: #b6ff59; --mc-success-l10: #c5ff7a; --mc-success-d10: #aeff47; --mc-success-l20: #cbff89; --mc-success-d20: #9eff23; --mc-success-o0: rgba(190, 255, 107, 0); --mc-success-o1: rgba(190, 255, 107, .1); --mc-success-o2: rgba(190, 255, 107, .2); --mc-success-o4: rgba(190, 255, 107, .4); --mc-success-o6: rgba(190, 255, 107, .6); --mc-success-o8: rgba(190, 255, 107, .8); --mc-warning: #ffa756; --mc-warning-l5: #ffab5e; --mc-warning-d5: #ff9e45; --mc-warning-l10: #ffb067; --mc-warning-d10: #ff9534; --mc-warning-l20: #ffb978; --mc-warning-d20: #ff8312; --mc-warning-o0: rgba(255, 167, 86, 0); --mc-warning-o1: rgba(255, 167, 86, .1); --mc-warning-o2: rgba(255, 167, 86, .2); --mc-warning-o4: rgba(255, 167, 86, .4); --mc-warning-o6: rgba(255, 167, 86, .6); --mc-warning-o8: rgba(255, 167, 86, .8); --mc-disabled: #c4c4c4; --mc-disabled-l5: #c7c7c7; --mc-disabled-d5: #bababa; --mc-disabled-l10: #cacaca; --mc-disabled-d10: #b0b0b0; --mc-disabled-l20: #d0d0d0; --mc-disabled-d20: #9d9d9d; --mc-disabled-o0: rgba(196, 196, 196, 0); --mc-disabled-o1: rgba(196, 196, 196, .1); --mc-disabled-o2: rgba(196, 196, 196, .2); --mc-disabled-o4: rgba(196, 196, 196, .4); --mc-disabled-o6: rgba(196, 196, 196, .6); --mc-disabled-o8: rgba(196, 196, 196, .8); --mc-mainpink: #ff00ff; --mc-mainpink-l5: #ff0dff; --mc-mainpink-d5: #f200f2; --mc-mainpink-l10: #ff1aff; --mc-mainpink-d10: #e600e6; --mc-mainpink-l20: #ff33ff; --mc-mainpink-d20: #cc00cc; --mc-mainpink-o0: rgba(255, 0, 255, 0); --mc-mainpink-o1: rgba(255, 0, 255, .1); --mc-mainpink-o2: rgba(255, 0, 255, .2); --mc-mainpink-o4: rgba(255, 0, 255, .4); --mc-mainpink-o6: rgba(255, 0, 255, .6); --mc-mainpink-o8: rgba(255, 0, 255, .8); --mc-secondaryhover: #ffa300; --mc-secondaryhover-l5: #ffa80d; --mc-secondaryhover-d5: #f29b00; --mc-secondaryhover-l10: #ffac1a; --mc-secondaryhover-d10: #e69300; --mc-secondaryhover-l20: #ffb533; --mc-secondaryhover-d20: #cc8200; --mc-secondaryhover-o0: rgba(255, 163, 0, 0); --mc-secondaryhover-o1: rgba(255, 163, 0, .1); --mc-secondaryhover-o2: rgba(255, 163, 0, .2); --mc-secondaryhover-o4: rgba(255, 163, 0, .4); --mc-secondaryhover-o6: rgba(255, 163, 0, .6); --mc-secondaryhover-o8: rgba(255, 163, 0, .8) } body.wlc-body--theme-alt {--fc-labelcolor: #66718d; --fc-labelcolor-l5: #6c7795; --fc-labelcolor-d5: #616b86; --fc-labelcolor-l10: #747e9a; --fc-labelcolor-d10: #5c667f; --fc-labelcolor-l20: #838da5; --fc-labelcolor-d20: #525a71; --fc-labelcolor-o0: rgba(102, 113, 141, 0); --fc-labelcolor-o1: rgba(102, 113, 141, .1); --fc-labelcolor-o2: rgba(102, 113, 141, .2); --fc-labelcolor-o4: rgba(102, 113, 141, .4); --fc-labelcolor-o6: rgba(102, 113, 141, .6); --fc-labelcolor-o8: rgba(102, 113, 141, .8); --fc-inputbg: #ffffff; --fc-inputbg-l5: white; --fc-inputbg-d5: #f2f2f2; --fc-inputbg-l10: white; --fc-inputbg-d10: #e6e6e6; --fc-inputbg-l20: white; --fc-inputbg-d20: #cccccc; --fc-inputbg-o0: rgba(255, 255, 255, 0); --fc-inputbg-o1: rgba(255, 255, 255, .1); --fc-inputbg-o2: rgba(255, 255, 255, .2); --fc-inputbg-o4: rgba(255, 255, 255, .4); --fc-inputbg-o6: rgba(255, 255, 255, .6); --fc-inputbg-o8: rgba(255, 255, 255, .8); --fc-bordercolor: rgba(0, 0, 0, .4); --fc-bordercolor-l5: rgba(13, 13, 13, .4); --fc-bordercolor-d5: rgba(0, 0, 0, .4); --fc-bordercolor-l10: rgba(26, 26, 26, .4); --fc-bordercolor-d10: rgba(0, 0, 0, .4); --fc-bordercolor-l20: rgba(51, 51, 51, .4); --fc-bordercolor-d20: rgba(0, 0, 0, .4); --fc-bordercolor-o0: rgba(0, 0, 0, 0); --fc-bordercolor-o1: rgba(0, 0, 0, 0); --fc-bordercolor-o2: rgba(0, 0, 0, 0); --fc-bordercolor-o4: rgba(0, 0, 0, 0); --fc-bordercolor-o6: rgba(0, 0, 0, 0); --fc-bordercolor-o8: rgba(0, 0, 0, .2); --fc-textcolor: #000000; --fc-textcolor-l5: #0d0d0d; --fc-textcolor-d5: black; --fc-textcolor-l10: #1a1a1a; --fc-textcolor-d10: black; --fc-textcolor-l20: #333333; --fc-textcolor-d20: black; --fc-textcolor-o0: rgba(0, 0, 0, 0); --fc-textcolor-o1: rgba(0, 0, 0, .1); --fc-textcolor-o2: rgba(0, 0, 0, .2); --fc-textcolor-o4: rgba(0, 0, 0, .4); --fc-textcolor-o6: rgba(0, 0, 0, .6); --fc-textcolor-o8: rgba(0, 0, 0, .8); --fc-placeholdercolor: #79839d; --fc-placeholdercolor-l5: #8089a2; --fc-placeholdercolor-d5: #717c97; --fc-placeholdercolor-l10: #868fa7; --fc-placeholdercolor-d10: #6a7491; --fc-placeholdercolor-l20: #949cb1; --fc-placeholdercolor-d20: #5e6880; --fc-placeholdercolor-o0: rgba(121, 131, 157, 0); --fc-placeholdercolor-o1: rgba(121, 131, 157, .1); --fc-placeholdercolor-o2: rgba(121, 131, 157, .2); --fc-placeholdercolor-o4: rgba(121, 131, 157, .4); --fc-placeholdercolor-o6: rgba(121, 131, 157, .6); --fc-placeholdercolor-o8: rgba(121, 131, 157, .8); --fc-arrowcolor: #999; --fc-arrowcolor-l5: #9e9e9e; --fc-arrowcolor-d5: #919191; --fc-arrowcolor-l10: #a3a3a3; --fc-arrowcolor-d10: #8a8a8a; --fc-arrowcolor-l20: #adadad; --fc-arrowcolor-d20: #7a7a7a; --fc-arrowcolor-o0: rgba(153, 153, 153, 0); --fc-arrowcolor-o1: rgba(153, 153, 153, .1); --fc-arrowcolor-o2: rgba(153, 153, 153, .2); --fc-arrowcolor-o4: rgba(153, 153, 153, .4); --fc-arrowcolor-o6: rgba(153, 153, 153, .6); --fc-arrowcolor-o8: rgba(153, 153, 153, .8); --fc-iconcolor: #999; --fc-iconcolor-l5: #9e9e9e; --fc-iconcolor-d5: #919191; --fc-iconcolor-l10: #a3a3a3; --fc-iconcolor-d10: #8a8a8a; --fc-iconcolor-l20: #adadad; --fc-iconcolor-d20: #7a7a7a; --fc-iconcolor-o0: rgba(153, 153, 153, 0); --fc-iconcolor-o1: rgba(153, 153, 153, .1); --fc-iconcolor-o2: rgba(153, 153, 153, .2); --fc-iconcolor-o4: rgba(153, 153, 153, .4); --fc-iconcolor-o6: rgba(153, 153, 153, .6); --fc-iconcolor-o8: rgba(153, 153, 153, .8); --fc-disablebg: #d3d8e9; --fc-disablebg-l5: #d5daea; --fc-disablebg-d5: #c4cbe2; --fc-disablebg-l10: #d7dceb; --fc-disablebg-d10: #b5beda; --fc-disablebg-l20: #dce0ed; --fc-disablebg-d20: #98a4cb; --fc-disablebg-o0: rgba(211, 216, 233, 0); --fc-disablebg-o1: rgba(211, 216, 233, .1); --fc-disablebg-o2: rgba(211, 216, 233, .2); --fc-disablebg-o4: rgba(211, 216, 233, .4); --fc-disablebg-o6: rgba(211, 216, 233, .6); --fc-disablebg-o8: rgba(211, 216, 233, .8); --fc-disableborder: rgba(0, 0, 0, .45); --fc-disableborder-l5: rgba(13, 13, 13, .45); --fc-disableborder-d5: rgba(0, 0, 0, .45); --fc-disableborder-l10: rgba(26, 26, 26, .45); --fc-disableborder-d10: rgba(0, 0, 0, .45); --fc-disableborder-l20: rgba(51, 51, 51, .45); --fc-disableborder-d20: rgba(0, 0, 0, .45); --fc-disableborder-o0: rgba(0, 0, 0, 0); --fc-disableborder-o1: rgba(0, 0, 0, 0); --fc-disableborder-o2: rgba(0, 0, 0, 0); --fc-disableborder-o4: rgba(0, 0, 0, 0); --fc-disableborder-o6: rgba(0, 0, 0, .05); --fc-disableborder-o8: rgba(0, 0, 0, .25); --fc-errorbackground: #ffebf2; --fc-errorbackground-l5: #ffecf3; --fc-errorbackground-d5: #ffd3e2; --fc-errorbackground-l10: #ffedf3; --fc-errorbackground-d10: #ffbad2; --fc-errorbackground-l20: #ffeff5; --fc-errorbackground-d20: #ff89b2; --fc-errorbackground-o0: rgba(255, 235, 242, 0); --fc-errorbackground-o1: rgba(255, 235, 242, .1); --fc-errorbackground-o2: rgba(255, 235, 242, .2); --fc-errorbackground-o4: rgba(255, 235, 242, .4); --fc-errorbackground-o6: rgba(255, 235, 242, .6); --fc-errorbackground-o8: rgba(255, 235, 242, .8); --fc-errorborder: #f5e2e8; --fc-errorborder-l5: #f6e3e9; --fc-errorborder-d5: #efd0da; --fc-errorborder-l10: #f6e5ea; --fc-errorborder-d10: #e9bfcc; --fc-errorborder-l20: #f7e8ed; --fc-errorborder-d20: #dd9cb0; --fc-errorborder-o0: rgba(245, 226, 232, 0); --fc-errorborder-o1: rgba(245, 226, 232, .1); --fc-errorborder-o2: rgba(245, 226, 232, .2); --fc-errorborder-o4: rgba(245, 226, 232, .4); --fc-errorborder-o6: rgba(245, 226, 232, .6); --fc-errorborder-o8: rgba(245, 226, 232, .8); --fc-errorarrow: #ffbcd5; --fc-errorarrow-l5: #ffbfd7; --fc-errorarrow-d5: #ffa6c7; --fc-errorarrow-l10: #ffc3d9; --fc-errorarrow-d10: #ff90b9; --fc-errorarrow-l20: #ffc9dd; --fc-errorarrow-d20: #ff639d; --fc-errorarrow-o0: rgba(255, 188, 213, 0); --fc-errorarrow-o1: rgba(255, 188, 213, .1); --fc-errorarrow-o2: rgba(255, 188, 213, .2); --fc-errorarrow-o4: rgba(255, 188, 213, .4); --fc-errorarrow-o6: rgba(255, 188, 213, .6); --fc-errorarrow-o8: rgba(255, 188, 213, .8); --fc-successelement: #acf7d3; --fc-successelement-l5: #b0f7d5; --fc-successelement-d5: #99f5c9; --fc-successelement-l10: #b4f8d7; --fc-successelement-d10: #86f3bf; --fc-successelement-l20: #bdf9dc; --fc-successelement-d20: #60f0aa; --fc-successelement-o0: rgba(172, 247, 211, 0); --fc-successelement-o1: rgba(172, 247, 211, .1); --fc-successelement-o2: rgba(172, 247, 211, .2); --fc-successelement-o4: rgba(172, 247, 211, .4); --fc-successelement-o6: rgba(172, 247, 211, .6); --fc-successelement-o8: rgba(172, 247, 211, .8); --fc-successborder: #acf6d3; --fc-successborder-l5: #b0f6d5; --fc-successborder-d5: #99f4c9; --fc-successborder-l10: #b4f7d7; --fc-successborder-d10: #86f2bf; --fc-successborder-l20: #bdf8dc; --fc-successborder-d20: #61eeab; --fc-successborder-o0: rgba(172, 246, 211, 0); --fc-successborder-o1: rgba(172, 246, 211, .1); --fc-successborder-o2: rgba(172, 246, 211, .2); --fc-successborder-o4: rgba(172, 246, 211, .4); --fc-successborder-o6: rgba(172, 246, 211, .6); --fc-successborder-o8: rgba(172, 246, 211, .8) } @font-face {font-weight: 400; font-family: cryptocurrencysymbols; font-style: normal; src: url("") format("woff2"), url("") format("woff"); font-display: block } .hl-substr {color: #000; color: var(--fc-textcolor); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45 } *, *:before, *:after {box-sizing: border-box } :root {font-size: 10px } body {margin: 0; color: #000; color: var(--mc-basemain); font-weight: 400; font-size: 1.8rem; font-family: firs, sans-serif; line-height: 1.5; background-color: #fff; background-color: var(--mc-bg); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent } hr {margin: 1rem 0; color: inherit; background-color: currentcolor; border: 0; opacity: .25 } hr:not([size]) {height: 1px } 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 } abbr[title], abbr[data-bs-original-title] {-webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none } address {margin-bottom: 1rem; font-style: normal; line-height: inherit } ol, ul {padding-left: 2rem } ol, ul, dl {margin-top: 0; margin-bottom: 1rem } ol ol, ul ul, ol ul, ul ol {margin-bottom: 0 } dt {font-weight: 700 } dd {margin-bottom: .5rem; margin-left: 0 } blockquote {margin: 0 0 1rem } b, strong {font-weight: 700 } small {font-size: .875em } mark {padding: .2em; background-color: #fcf8e3 } sub, sup {position: relative; font-size: .75em; line-height: 0; vertical-align: baseline } sub {bottom: -.25em } sup {top: -.5em } a {color: #2f2fde; color: var(--mc-main); text-decoration: underline } a:hover {color: #000; color: var(--mc-basemain); text-decoration: underline } a:not([href]):not([class]), a:not([href]):not([class]):hover {color: inherit; text-decoration: none } pre, code, kbd, samp {font-size: 1em; font-family: sfmono-regular, menlo, monaco, consolas, liberation mono, courier new, monospace; direction: ltr; unicode-bidi: bidi-override } pre {display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: .875em } pre code {color: inherit; font-size: inherit; word-break: normal } code {color: #d63384; font-size: .875em; word-wrap: break-word } a>code {color: inherit } kbd {padding: .2rem .4rem; color: #fff; font-size: .875em; background-color: gray; border-radius: .2rem } kbd kbd {padding: 0; font-weight: 700; font-size: 1em } figure {margin: 0 0 1rem } img, svg {vertical-align: middle } table {caption-side: bottom; border-collapse: collapse } caption {padding-top: .5rem; padding-bottom: .5rem; color: #c4c4c4; color: var(--mc-elementscolor); text-align: left } th {text-align: inherit; text-align: -webkit-match-parent } thead, tbody, tfoot, tr, td, th {border-color: inherit; border-style: solid; border-width: 0 } label {display: inline-block } button {border-radius: 0 } button:focus:not(:focus-visible) {outline: 0 } input, button, select, optgroup, textarea {margin: 0; font-size: inherit; font-family: inherit; line-height: inherit } button, select {text-transform: none } [role=button] {cursor: pointer } select {word-wrap: normal } select:disabled {opacity: 1 } [list]::-webkit-calendar-picker-indicator {display: none } button, [type=button], [type=reset], [type=submit] {-webkit-appearance: button } button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {cursor: pointer } ::-moz-focus-inner {padding: 0; border-style: none } textarea {resize: vertical } fieldset {min-width: 0; margin: 0; padding: 0; border: 0 } legend {float: left; width: 100%; margin-bottom: .5rem; padding: 0; font-size: 1.5rem; line-height: inherit } legend+* {clear: left } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {padding: 0 } ::-webkit-inner-spin-button {height: auto } [type=search] {outline-offset: -2px; -webkit-appearance: textfield } ::-webkit-search-decoration {-webkit-appearance: none } ::-webkit-color-swatch-wrapper {padding: 0 } ::file-selector-button {font: inherit } ::-webkit-file-upload-button {font: inherit; -webkit-appearance: button } output {display: inline-block } iframe {border: 0 } summary {display: list-item; cursor: pointer } progress {vertical-align: baseline } [hidden] {display: none !important } .container, .container-fluid {width: 100%; margin-right: auto; margin-left: auto; padding: 0 } .container {max-width: 290px } .wp-video {width: 100% !important } .wp-video video {width: 100%; height: auto } .tooltip {position: absolute; z-index: 1080; display: block; margin: 0; font-size: 1.575rem; word-wrap: break-word; opacity: 0 } .tooltip.show, .tooltip.in {opacity: 1 } .tooltip .tooltip-arrow {position: absolute; display: block; width: .8rem; height: .8rem } .tooltip .tooltip-arrow:before {content: ""; position: absolute; border-color: transparent; border-style: solid } .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {padding: .8rem 0 } .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {bottom: 0 } .bs-tooltip-top .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {top: -1px; border-width: .8rem .4rem 0; border-top-color: #8093a5; border-top-color: var(--mc-bg100) } .bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {padding: 0 .8rem } .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {left: 0; width: .8rem; height: .8rem } .bs-tooltip-end .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {right: -1px; border-width: .4rem .8rem .4rem 0; border-right-color: #8093a5; border-right-color: var(--mc-bg100) } .bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {padding: .8rem 0 } .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {top: 0 } .bs-tooltip-bottom .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {bottom: -1px; border-width: 0 .4rem .8rem; border-bottom-color: #8093a5; border-bottom-color: var(--mc-bg100) } .bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {padding: 0 .8rem } .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {right: 0; width: .8rem; height: .8rem } .bs-tooltip-start .tooltip-arrow:before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {left: -1px; border-width: .4rem 0 .4rem .8rem; border-left-color: #8093a5; border-left-color: var(--mc-bg100) } .tooltip-inner {max-width: 200px; padding: 10px 15px; color: #000; text-align: center; background-color: #8093a5; background-color: var(--mc-bg100); border-radius: 10px } .wlc-sections__categories--theme-1[class] {margin: 0 0 20px } .wlc-sections__categories--theme-1>.container {padding: 0; border-radius: 0; background: 0 0 } .wlc-sections__categories--theme-1 .games-categories {min-height: auto; grid-gap: 20px; grid-template-columns: minmax(0, 1fr); display: grid; align-items: center } .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {height: 40px; width: 100%; min-width: 150px; background: #f3f5fc; background: var(--mc-bg700); padding: 0 10px; border-radius: 10px; color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45; transition: all .3s linear; flex-shrink: 0; align-items: center; justify-content: space-between; margin-left: auto } .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn>span, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn>span {display: flex; align-items: center; justify-content: space-between; width: 100%; white-space: nowrap } .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {transition: color .3s linear; display: block; margin-left: 10px; color: #2f2fde; color: var(--mc-main); line-height: 1 } .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon svg, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon svg {width: 20px; height: 20px; fill: currentcolor } .wlc-sections__categories--theme-1 .wlc-btn-merch[wlc-button] path {stroke: currentcolor } .wlc-sections__categories.wlc-sections__categories--without-back .container {padding: 0; background: 0 0 } .wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-search, .wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-merch {border: 2px solid rgba(0, 0, 0, .7); border: 2px solid var(--mc-baseopacity); background: 0 0 } .wlc-sections__categories--theme-2 .games-categories {grid-template-columns: minmax(0, 1fr); grid-template-rows: 1fr; display: grid; align-items: start } .wlc-sections__categories--theme-2 .games-categories--dropdown-search, .wlc-sections__categories--theme-2 .games-categories--dropdown-search .games-categories__wrapper {grid-template-columns: minmax(0, 1fr) } .wlc-sections__categories--theme-2 .games-categories__wrapper {grid-gap: 6px; gap: 6px; padding: 0; display: grid } .wlc-sections__categories--theme-2 .wlc-category-menu {overflow: hidden } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search, .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch {border-radius: 10px; padding: 0 20px; width: 100%; height: 40px } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-btn-search__text, .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-btn-merch__text, .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-btn-search__text, .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-btn-merch__text {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.6rem; line-height: 1.45; display: flex; align-items: center; justify-content: space-between } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon, .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon {transition: color .3s linear; display: block; line-height: 1 } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon svg, .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon svg {width: 20px; height: 20px } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search {align-self: end; background: #bfc8dc; background: var(--mc-bg500) } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon {color: #2f2fde; color: var(--mc-main) } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon svg {fill: currentcolor } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch {align-self: start; background: #bfc8dc; background: var(--mc-bg500) } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon {color: #2f2fde; color: var(--mc-main) } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon svg {fill: currentcolor } .wlc-sections__categories-with-side-menu .container {grid-gap: 20px; gap: 20px; margin: 0 auto 40px; display: grid } .wlc-sections__categories-with-side-menu .container .wlc-side-menu {grid-gap: 20px; gap: 20px; display: grid; grid-auto-rows: min-content } .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search, .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch {height: 40px; color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45; transition: background .3s linear; width: 100%; padding: 10px; background: #f3f5fc; background: var(--mc-bg700); border-radius: 10px; cursor: pointer } .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search>span, .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch>span {display: flex; align-items: center; justify-content: space-between; width: 100%; white-space: nowrap } .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search .wlc-icon, .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch .wlc-icon {transition: color .3s linear; margin-left: 10px; color: #2f2fde; color: var(--mc-main) } .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search .wlc-icon svg, .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch .wlc-icon svg {fill: currentcolor } .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-title--categories-title[class] div.wlc-title__main {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 800; font-size: 1.4rem; line-height: 1.45; margin: 10px 20px } .wlc-sections__categories-with-side-menu .container .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[class] .wlc-menu .wlc-menu__submenu .wlc-menu__link {justify-content: flex-start } .wlc-sections__categories-with-side-menu .container .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[class] .wlc-menu .wlc-menu__submenu .wlc-menu__link.active {background: #8093a5; background: var(--mc-bg100) } .wlc-sections__categories-with-side-menu .container .wlc-games-catalog {grid-gap: 30px; gap: 30px; display: grid } .wlc-sections__categories-with-side-menu .container .wlc-games-catalog .wlc-games-grid--theme-default[class] .wlc-games-grid__header[class] {height: 40px; margin: 0 0 10px } .wlc-sections__categories-with-side-menu .container .wlc-games-catalog .wlc-games-grid--theme-default[class] .wlc-btn--theme-default {padding: 5px } .wlc-sections__footer--theme-1 {padding-top: 15px; padding-bottom: 15px; margin-top: 15px; background: #fff; background: var(--mc-bg) } .wlc-sections__footer--theme-1 .wlc-logo {grid-area: logo } .wlc-sections__footer--theme-1 .wlc-social-icons {grid-area: social } .wlc-sections__footer--theme-1 .wlc-license {grid-template-columns: repeat(2, auto); grid-area: license; align-self: self-start } .wlc-sections__footer--theme-1 .wlc-post-menu {grid-area: menu } .wlc-sections__footer--theme-1 .wlc-footer-disclaimer {grid-area: disclaimer } .wlc-sections__footer--theme-1 .wlc-footer-lang {display: grid; grid-area: language; grid-gap: 10px; gap: 10px; align-self: baseline } .wlc-sections__footer--theme-1 .container {display: grid; grid-row-gap: 0; row-gap: 0; justify-items: center; grid-template-areas: "merchants""payments""info""about-us""logo-aff-link""disclaimer"} .wlc-sections__footer--theme-1 .container .wlc-icon-list, .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: 20px 0 } .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {grid-template-areas: "merchants""payments""menu""affiliate""language""social""disclaimer""license"} .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {margin: 20px 0; grid-area: affiliate } .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list {margin: 20px 0 0 } .wlc-sections__footer--theme-1 .wlc-icon-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-merchants-list {grid-area: merchants } .wlc-sections__footer--theme-1 .wlc-icon-payments-list {grid-area: payments } .wlc-sections__footer--theme-1 .wlc-icon-safety-list {grid-area: safety } .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) } .wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {background: 0 0; border-radius: 0 } .wlc-sections__footer--theme-1 .wlc-icon-list--theme-safety {max-width: calc(100vw - 30px) } .wlc-sections__footer--theme-1 .wlc-icon-list--theme-safety .wlc-icon-list__wrapper {background: 0 0; border-radius: 0 } .wlc-sections__footer--theme-1 .wlc-copyright, .wlc-sections__footer--theme-1 .wlc-recaptcha-policy {margin: 20px 0 0 } .wlc-sections__footer--theme-2 {padding-bottom: 15px; background: #fff; background: var(--mc-bg) } .wlc-sections__footer--theme-2 .container {display: flex; flex-direction: column } .wlc-sections__footer--theme-2 .footer-menu {flex-direction: column; justify-content: center; align-items: center; padding: 15px; margin: 20px auto; display: flex; width: 100%; background: #f3f5fc; background: var(--mc-bg700); border-radius: 10px } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {flex-direction: column; justify-content: center; align-items: center; width: 100%; position: relative; display: flex } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__title {color: #2f2fde; color: var(--mc-main); text-align: center; text-transform: none; text-transform: initial } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {grid-template-columns: 1fr; gap: 10px } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu .wlc-menu__link {color: #000; color: var(--mc-basemain) } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu].wlc-post-menu--without-swiper .wlc-menu__item {text-align: center } .wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] {position: relative; top: 0; left: 0; width: 50px; height: 50px } .wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] .wlc-loader__element {width: 50px; height: 50px } .wlc-sections__footer--theme-2 .footer-bottom {display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 20px 0 40px; max-width: 100% } .wlc-sections__footer--theme-2 .footer-bottom .wlc-license[wlc-license] {margin: 20px 0 0 } .wlc-sections__footer--theme-2 .footer-bottom .wlc-disclaimer[wlc-disclaimer] {grid-area: disclaimer } .wlc-sections__footer--theme-2 .footer-bottom .wlc-disclaimer[wlc-disclaimer]>.wlc-disclaimer__text {text-align: center } .wlc-sections__footer--theme-2 .footer-bottom .wlc-recaptcha-policy[wlc-recaptcha-policy] {margin: 20px auto; grid-area: recaptcha } .wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright] {margin: 20px auto; grid-area: copyright } .wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright]>.wlc-copyright__text {text-align: center } .wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright]>.wlc-copyright__text>span {display: block } .wlc-sections__footer--theme-2 .footer-language-selector {margin: 20px auto } .wlc-sections__footer--theme-2 .footer-theme-toggler {margin: 0 0 0 15px } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-merchants {margin: 20px auto } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments, .wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {margin: 20px 0 } .wlc-sections__footer--theme-2 .wlc-icon-payments-list--theme-default {order: -1 } .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left {margin: 0 0 20px } .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-language-selector {margin: 0 auto } .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom .wlc-btn--aff {margin: 0 auto 40px; grid-area: affiliate } .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-language-selector {margin: 40px auto } .wlc-sections__header--theme-1 {transition: all .3s linear; background: 0 0 } .wlc-sections__header--theme-1 .container {min-height: 70px; grid-template-columns: auto minmax(0, 1fr) auto; grid-gap: 10px; gap: 10px; transition: all .3s linear; padding: 0; display: grid; align-items: center } .wlc-sections__header--theme-1 .wlc-logo {width: 144px; margin: 0 auto } .wlc-sections__header--theme-1 .wlc-logo__image {display: flex; align-items: center; justify-content: center } .wlc-sections__header--theme-1 .wlc-logo img, .wlc-sections__header--theme-1 .wlc-logo svg {width: auto; height: 100%; max-height: 37px; margin: 0 auto; -o-object-fit: contain; object-fit: contain; -o-object-position: center; object-position: center } .wlc-sections__header--theme-1 .wlc-login-signup {justify-content: flex-end } .wlc-sections__header--theme-1 .wlc-btn-burger {width: 30px; margin: 0 auto 0 0 } .wlc-sections__header--theme-1 .wlc-btn-search {transition: transform .3s linear; display: flex; align-items: center; justify-content: center; margin: 0 } .wlc-sections__header--theme-1 .wlc-btn-search__text, .wlc-sections__header--theme-1 .wlc-btn-search .wlc-icon, .wlc-sections__header--theme-1 .wlc-btn-search .wlc-icon-content {display: flex; align-items: center; justify-content: center } .wlc-sections__header--theme-1 .wlc-btn-burger svg, .wlc-sections__header--theme-1 .wlc-btn-burger rect, .wlc-sections__header--theme-1 .wlc-btn-search svg, .wlc-sections__header--theme-1 .wlc-btn-search rect {transition: fill .3s linear; fill: #000000b3; fill: var(--mc-baseopacity) } .wlc-sections__header--theme-1 .wlc-btn-login, .wlc-sections__header--theme-1 .wlc-btn-signup, .wlc-sections__header--theme-1 .wlc-btn-user {display: flex; margin-left: auto } .wlc-sections__header--theme-1 .wlc-btn-login .wlc-icon, .wlc-sections__header--theme-1 .wlc-btn-signup .wlc-icon, .wlc-sections__header--theme-1 .wlc-btn-user .wlc-icon {width: 40px; height: 40px } .wlc-sections__header--theme-1 .wlc-btn-login .wlc-icon svg, .wlc-sections__header--theme-1 .wlc-btn-signup .wlc-icon svg, .wlc-sections__header--theme-1 .wlc-btn-user .wlc-icon svg {width: 40px; height: 40px } .wlc-sections__header--theme-1 .wlc-btn-login .wlc-icon svg path, .wlc-sections__header--theme-1 .wlc-btn-login .wlc-icon svg rect, .wlc-sections__header--theme-1 .wlc-btn-signup .wlc-icon svg path, .wlc-sections__header--theme-1 .wlc-btn-signup .wlc-icon svg rect {fill: #000000b3; fill: var(--mc-baseopacity) } .wlc-sections__header--theme-1 .wlc-btn--deposit {margin: 0 10px 0 0; border-radius: 50% } .wlc-sections__header--theme-1 .wlc-btn--deposit svg {fill: #ffc400; fill: var(--mc-secondary) } .wlc-sections__header--theme-1 .wlc-btn--user {border-radius: 50% } .wlc-sections__header--theme-1 .wlc-btn--user svg {fill: #2f2fde; fill: var(--mc-main) } .wlc-sections__header--theme-1 .wlc-btn--user svg path, .wlc-sections__header--theme-1 .wlc-btn--user svg rect {fill: #fff } .wlc-sections__header--theme-1 .wlc-user-info__content {justify-content: flex-end } .wlc-sections__header--theme-1.wlc-sections__header--theme-toggler .container {grid-template-columns: .5fr 1fr .5fr } .wlc-body--sticky-header .wlc-sections__header--theme-1 {position: sticky; top: 0; width: 100%; background: #fff; background: var(--mc-bg); transform: translatey(0) } .wlc-body--sticky-header .wlc-sections__header--theme-1 .container {min-height: 60px } .wlc-body--os-ios.wlc-body--sticky-header .wlc-sections__header--theme-1 {top: -1px } .wlc-body--sticky-header-scrolling .wlc-sections__header--theme-1 .container {min-height: 60px } .wlc-body--sticky-header-down .wlc-sections__header--theme-1 {transform: translatey(-100%) } .wlc-sections__header--theme-1.wlc-sections__header--kiosk .wlc-btn--login {margin-left: auto } .wlc-sections__header--theme-2 {transition: all .3s linear; background: 0 0 } .wlc-sections__header--theme-2 .container {min-height: 70px; grid-template-columns: auto minmax(0, 1fr) auto; grid-gap: 10px; gap: 10px; transition: all .3s linear; padding: 0; display: grid; align-items: center } .wlc-sections__header--theme-2 .wlc-logo {width: 144px; margin: 0 auto } .wlc-sections__header--theme-2 .wlc-logo__image {display: flex; align-items: center; justify-content: center } .wlc-sections__header--theme-2 .wlc-logo img, .wlc-sections__header--theme-2 .wlc-logo svg {width: auto; height: 100%; max-height: 100%; margin: 0 auto; -o-object-fit: contain; object-fit: contain; -o-object-position: center; object-position: center } .wlc-sections__header--theme-2 .wlc-login-signup {justify-content: flex-end } .wlc-sections__header--theme-2 .wlc-btn-burger {width: 30px; margin: 0 auto 0 0 } .wlc-sections__header--theme-2 .wlc-btn-search {transition: transform .3s linear; display: flex; align-items: center; justify-content: center; margin: 0 } .wlc-sections__header--theme-2 .wlc-btn-search__text, .wlc-sections__header--theme-2 .wlc-btn-search .wlc-icon, .wlc-sections__header--theme-2 .wlc-btn-search .wlc-icon-content {display: flex; align-items: center; justify-content: center } .wlc-sections__header--theme-2 .wlc-btn-burger svg, .wlc-sections__header--theme-2 .wlc-btn-burger rect, .wlc-sections__header--theme-2 .wlc-btn-search svg, .wlc-sections__header--theme-2 .wlc-btn-search rect {transition: fill .3s linear; fill: #000000b3; fill: var(--mc-baseopacity) } .wlc-sections__header--theme-2 .wlc-btn-login, .wlc-sections__header--theme-2 .wlc-btn-signup, .wlc-sections__header--theme-2 .wlc-btn-user {display: flex; margin-left: auto } .wlc-sections__header--theme-2 .wlc-btn-login .wlc-icon, .wlc-sections__header--theme-2 .wlc-btn-signup .wlc-icon, .wlc-sections__header--theme-2 .wlc-btn-user .wlc-icon {width: 40px; height: 40px } .wlc-sections__header--theme-2 .wlc-btn-login .wlc-icon svg, .wlc-sections__header--theme-2 .wlc-btn-signup .wlc-icon svg, .wlc-sections__header--theme-2 .wlc-btn-user .wlc-icon svg {width: 40px; height: 40px } .wlc-sections__header--theme-2 .wlc-btn-login .wlc-icon svg path, .wlc-sections__header--theme-2 .wlc-btn-login .wlc-icon svg rect, .wlc-sections__header--theme-2 .wlc-btn-signup .wlc-icon svg path, .wlc-sections__header--theme-2 .wlc-btn-signup .wlc-icon svg rect {fill: #000000b3; fill: var(--mc-baseopacity) } .wlc-sections__header--theme-2 .wlc-btn--mobile-login[class] {justify-self: flex-end; padding: 5px 10px; white-space: nowrap } .wlc-sections__header--theme-2 .wlc-btn--deposit {margin: 0 10px 0 0; border-radius: 50% } .wlc-sections__header--theme-2 .wlc-btn--deposit svg {fill: #2f2fde; fill: var(--mc-main) } .wlc-sections__header--theme-2 .wlc-btn--deposit svg path, .wlc-sections__header--theme-2 .wlc-btn--deposit svg rect {fill: #000 } .wlc-sections__header--theme-2 .wlc-btn--user {border-radius: 50% } .wlc-sections__header--theme-2 .wlc-btn--user svg {fill: #ffc400; fill: var(--mc-secondary) } .wlc-sections__header--theme-2 .wlc-btn--user svg path, .wlc-sections__header--theme-2 .wlc-btn--user svg rect {fill: #000 } .wlc-sections__header--theme-2 .wlc-user-info__content {justify-content: flex-end } .wlc-sections__header--theme-2.wlc-sections__header--theme-toggler .container {grid-template-columns: .5fr minmax(0, 2fr) .5fr } .wlc-body--sticky-header .wlc-sections__header--theme-2 {position: sticky; top: 0; width: 100%; background: #fff; background: var(--mc-bg); transform: translatey(0) } .wlc-body--sticky-header .wlc-sections__header--theme-2 .container {min-height: 60px } .wlc-body--os-ios.wlc-body--sticky-header .wlc-sections__header--theme-2 {top: -1px } .wlc-body--sticky-header-scrolling .wlc-sections__header--theme-2 .container {min-height: 60px } .wlc-body--sticky-header-down .wlc-sections__header--theme-2 {transform: translatey(-100%) } .wlc-sections__header--theme-2.wlc-sections__header--without-burger .container, .wlc-sections__header--theme-2.wlc-sections__header--without-burger.wlc-sections__header--theme-toggler .container {grid-template-columns: .5fr 1fr .5fr } .wlc-sections__header--theme-2.wlc-sections__header--with-login-btn .container {justify-content: space-between } .wlc-sections__header {position: relative; z-index: 100 } .wlc-sections__banner-section {margin: 0 0 10px } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one {grid-template-columns: minmax(250px, 1fr); grid-gap: 20px; gap: 20px; display: grid } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-slider--theme-default-banner {border-radius: 10px; overflow: hidden } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-slider--theme-default-banner .swiper-button-container {bottom: 40px; padding: 0 40px } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-banner .banner {padding: 0 40px } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__slider {margin: 65px 35px 35px } .wlc-sections__game-widgets>.container {grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(240px, 260px) minmax(240px, 1fr) minmax(320px, 360px); grid-gap: 10px; gap: 10px; display: grid } .wlc-sections__game-widgets>.container .wlc-betradar-popular-events {grid-column: unset } .wlc-sections__home-promo .wlc-home-promo {grid-template-columns: minmax(250px, 1fr); grid-gap: 20px; gap: 20px; display: grid } .wlc-sections__home-promo .wlc-home-promo .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {max-width: 100% } .wlc-sections__home-promo .wlc-home-promo .wlc-tournament-list.wlc-tournament-list--theme-banner .swiper-button-container {display: flex } .wlc-sections__home-promo .wlc-home-promo .wlc-tournament-banner {height: 385px; min-height: auto } .wlc-sections__content-wins--theme-default .wlc-home-wins {grid-template-columns: 1fr; grid-gap: 20px; gap: 20px; display: grid } .wlc-sections__content-wins--theme-default .wlc-home-wins .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {max-width: 100% } .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {grid-template-columns: minmax(250px, 1fr); grid-gap: 20px; gap: 20px; display: grid } .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {max-width: 100% } .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-tournament-list.wlc-tournament-list--theme-banner .swiper-button-container {display: flex } .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-tournament-banner {height: 385px; min-height: auto } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {grid-template-columns: 1fr; grid-gap: 20px; gap: 20px; display: grid; grid-template-areas: "recent-wins""bonus""biggest-wins"} .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {max-width: 100% } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider--type-latest {grid-area: recent-wins } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider--type-biggest {grid-area: biggest-wins } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider .wlc-winners-slider__wrapper {min-height: 305px; max-width: 100% } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-bonuses-list {grid-area: bonus } .wlc-sections__content-wins-transparent .wlc-home-wins {grid-template-columns: 1fr; grid-gap: 20px; gap: 20px; display: grid; max-width: 1170px; margin: 0 auto } .wlc-sections__home-about {margin: 0 0 30px } .wlc-sections__home-about .wlc-title {margin: 0 auto 20px } .wlc-sections__home-about .wlc-title__main {text-align: center } .wlc-sections__home-about .home-about-list {grid-gap: 10px; gap: 10px; grid-template-columns: 1fr; display: grid } .wlc-sections__promo-bonuses>.container {grid-template-columns: minmax(0, 1fr); grid-gap: 10px; gap: 10px; display: grid } .wlc-sections__promo-categories[class] .container {grid-template-columns: repeat(2, 1fr); grid-gap: 10px; gap: 10px; display: grid } .wlc-sections__promo-categories[class] .wlc-winners-slider__wrapper {height: 100% } .wlc-sections__promo-categories[class] .wlc-winners-slider[class] {grid-column: 1/-1 } .wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-winners-slider__wrapper[class] {max-width: 100%; padding: 0 20px } .wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-winners-slider__title[class], .wlc-sections__promo-categories[class] .wlc-winners-slider[class] .no-winners .wlc-winners-slider__title[class] {margin: 0 0 20px } .wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-slider {margin: 60px 15px 10px } .wlc-sections__promo-categories[class] .wlc-category-preview[class] {grid-column: 2/-1 } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(2) {display: none } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {display: none } .wlc-sections__promo-categories-games[class] .container {grid-template-columns: 1fr; grid-gap: 10px; gap: 10px; display: grid } .wlc-sections__banner-section {margin: 0 0 10px } .wlc-sections__total-jackpot .jackpot-container {padding: 20px; min-height: 400px; background: no-repeat center url("assets/img/total-jackpot-bg-mobile.html"); position: relative; display: flex; flex-direction: column; align-items: center; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 10px; overflow: hidden } .wlc-sections__total-jackpot .jackpot-container:before {height: 0; content: ""; position: absolute; right: 0; bottom: 0; left: 0; background: 0 0; background-repeat: no-repeat; background-position: center; background-size: auto 100% } .wlc-sections__total-jackpot .wlc-total-jackpot[class] {margin: 30px 0; width: 100% } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {height: 4rem; display: flex; width: 100% } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {font-size: 4rem; text-shadow: 3px -3px #683c14, -3px -3px #683c14, -3px 3px #683c14, -3px -3px #683c14, 3px -2px #683c14, -3px -2px #683c14, -2px 3px #683c14, -2px -3px #683c14, 3px -1px #683c14, -3px -1px #683c14, -1px 3px #683c14, -1px -3px #683c14, 3px 0 #683c14, -3px 0 #683c14, 0 3px #683c14, 0 -3px #683c14, 3px 1px #683c14, -3px 1px #683c14, 1px 3px #683c14, 1px -3px #683c14, 3px 2px #683c14, -3px 2px #683c14, 2px 3px #683c14, 2px -3px #683c14, 3px 3px #683c14, -3px 3px #683c14, 3px 3px #683c14, 3px -3px #683c14; transform: scale(.95); transform-origin: center; fill: url("#jackpot-linear-gradient") #ffdb1f } .wlc-body--browser-safari .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {text-shadow: none } .wlc-body--os-ios:not(.wlc-body--browser-safari) .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {fill: #f8d23a } .wlc-sections__total-jackpot .wlc-btn {position: relative; z-index: 1 } .wlc-sections__total-jackpot .wlc-title[class] .wlc-title__main[class] {color: #fff; font-style: normal; font-weight: 800; font-size: 1.6rem; line-height: 1.45 } .wlc-sections__winners-section .wlc-title--theme-default {margin: 0 0 20px } .wlc-sections__winners-section .wlc-title--theme-default .wlc-title__main {text-align: center } .wlc-sections__winners-section .winners-wrapper {flex-wrap: wrap; display: flex; align-items: stretch; justify-content: center } .wlc-sections__winners-section .winners-wrapper>div {margin: 0 10px 25px } .wlc-sections__winners-section--theme-stripe {background: #f3f5fc; background: var(--mc-bg700) } .wlc-sections__winners-section--theme-stripe.wlc-sections__winners-section--in-container {background: 0 0 } .wlc-sections__winners-section--theme-stripe.wlc-sections__winners-section--in-container .container {border-radius: 10px; background: #f3f5fc; background: var(--mc-bg700); overflow: hidden } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default {min-height: 120px } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {padding: 15px 15px 30px; background: #f3f5fc; background: var(--mc-bg700); border-radius: 10px; position: relative } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top {margin: 0 0 15px; display: flex } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top--buttons {align-items: center; justify-content: space-between } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top .wlc-title {display: inline-block } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top .wlc-title+.wlc-counter {display: inline-block } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {grid-template-columns: 1fr; grid-gap: 40px; display: grid } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-title.wlc-title--profile[wlc-title] .wlc-title__main {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 800; font-size: 1.6rem; line-height: 1.45 } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .profile-history-filter {display: flex; align-items: center; justify-content: space-between; width: 100% } .wlc-sections__profile-content--theme-first>.container {background: #f3f5fc; background: var(--mc-bg700); border-radius: 10px; padding: 20px 20px 40px; display: grid } .wlc-sections__profile-content--theme-first .wlc-profile-content {padding: 20px 0 0; width: 100%; min-width: 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content.header-inside {margin-top: -20px } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header {margin: 0 0 20px } .wlc-sections__profile-content--theme-first .wlc-profile-content__body, .wlc-sections__profile-content--theme-first .wlc-profile-content__header, .wlc-sections__profile-content--theme-first .wlc-profile-menu {min-width: 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content__header {padding: 0; min-height: 35px; display: flex; align-items: start; justify-content: space-between; min-width: 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content__header div.wlc-title--theme-default div.wlc-title__main {line-height: 1 } .app-profile-verification-state .wlc-sections__profile-content--theme-first .wlc-profile-content__header div.wlc-title--theme-default div.wlc-title__second {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45 } .wlc-sections__profile-content--theme-first .wlc-profile-content__header.underlined {margin: 0 0 20px } .wlc-sections__profile-content--theme-first .wlc-profile-content__header.underlined .wlc-history-range {padding: 10px 0 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content__header .wlc-title[class] .wlc-title__main {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 800; font-size: 1.6rem; line-height: 1.45 } .wlc-sections__profile-content--theme-first .wlc-profile-content__body .wlc-history-range {margin: 0 0 20px } .app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-default .wlc-counter {color: inherit; font-style: normal; font-weight: 800; font-size: 1.6rem; line-height: 1.45; margin: 0 0 0 5px } .app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class], .app-profile-loyalty-bonuses-all-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class] {margin-bottom: 20px } .wlc-profile-content__header--second, .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper {margin: 0 0 20px } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper__grid, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper__grid {display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; gap: 10px } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default {display: flex; align-items: flex-start; justify-content: flex-start; margin: 15px 0 20px; border-bottom: 2px solid rgba(0, 0, 0, .7); border-bottom: 2px solid var(--mc-baseopacity) } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item {margin-right: 30px; margin-bottom: -2px } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item:last-child, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item:last-child {margin-right: 0 } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45; position: relative; display: block; padding: 0 0 10px; text-align: center; text-transform: none; text-decoration: none } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link:before, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link:before {transition: width .3s linear; content: ""; position: absolute; bottom: 0; z-index: 2; width: 0; height: 2px; background: #2f2fde; background: var(--mc-main) } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active {color: #000; color: var(--mc-basemain); font-weight: 700 } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active:before, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active:before {width: 100% } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper {margin: 0 0 20px } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper__grid, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper__grid {display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 10px; gap: 10px } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash .wlc-cash__title[class], .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash .wlc-cash__title[class] {display: none } .app-profile-cash-transactions-state .wlc-sections__profile-content--theme-first[class] .wlc-table__cell--type {min-width: 100px } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; grid-template-areas: "loyalty""exchange""bonuses-title""bonuses""promocode""see-all-bonuses"; grid-gap: 10px; position: relative; display: grid } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid.without-store {grid-template-areas: "loyalty""user-stats""bonuses-title""bonuses""promocode""see-all-bonuses"} .app-profile-dashboard-state .wlc-profile-content__top {display: flex; justify-content: space-between } .app-profile-dashboard-state .wlc-profile-content__top .wlc-logout svg {margin: 0 0 0 5px } .app-profile-dashboard-state .wlc-title--profile-bonuses {grid-area: bonuses-title } .app-profile-dashboard-state .wlc-loyalty-block {grid-area: loyalty } .app-profile-dashboard-state .wlc-exchange {grid-area: exchange } .app-profile-dashboard-state .wlc-enter-promocode {grid-area: promocode } .app-profile-dashboard-state .wlc-link-block {grid-area: see-all-bonuses } .app-profile-dashboard-state .wlc-bonuses-list {grid-area: bonuses; max-width: 100% } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper {padding: 0 20px } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper[class], .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper.wlc-bonuses-list--theme-mod-with-ears .wlc-bonuses-list__list-wrapper, .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper.single-bonus-swiper .wlc-bonuses-list__list-wrapper {padding: 0 } .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-first .wlc-profile-content__body .wlc-loyalty-progress {width: 100%; margin: 0 0 20px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default>.container {display: grid; grid-template-columns: 1fr } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form {position: relative; display: grid } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form .wlc-loader {position: absolute; top: 50%; left: 50%; margin: 0 auto; transform: translate(-50%, -50%) } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form {display: grid; grid-auto-columns: 1fr; grid-row-gap: 20px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button] {justify-self: center } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field {grid-template-columns: repeat(3, minmax(90px, 1fr)) } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class] {grid-template-columns: minmax(0, 1fr) } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field {grid-template-columns: 100px minmax(0, 1fr) } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] .wlc-tooltip {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] {grid-template-columns: minmax(0, 1fr); display: flex; flex-wrap: wrap; align-items: center } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-tooltip {margin: 0 0 0 5px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-input__label {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip {display: flex; margin: 0 0 0 5px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-verified .wlc-input[class] .wlc-input__label {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified {grid-template-areas: "code phone""button button"; grid-template-columns: 100px minmax(0, 1fr) } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {width: -moz-max-content; width: max-content; grid-area: button; justify-self: flex-start; margin: 0 auto } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {grid-area: code } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] {grid-area: phone } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-input__label, .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block {margin: 0 -10px; padding: 20px 0 10px; position: relative; border-bottom: 2px solid transparent; display: flex; flex-wrap: wrap; align-items: center } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block:after {content: ""; position: absolute; right: 0; bottom: -2px; left: 0; width: calc(100% - 20px); height: 2px; margin: 0 auto; background: rgba(0, 0, 0, .7); background: var(--mc-baseopacity) } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block:first-child {padding-top: 0 } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block:nth-last-child(-n+2):after {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--submit {padding: 20px 0 0; display: flex; justify-content: center } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--password .wlc-profile-form__block {width: 100%; margin: 0; padding: 0 } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--password .wlc-btn {margin: 0 auto -10px } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block .wlc-title {padding: 0 10px; margin: 0 0 10px; flex: 1 1 100% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block .wlc-title .wlc-title__main {font-size: 1.6rem; font-weight: 700; line-height: 1.1 } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-select, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input {margin: 0 0 10px; padding: 0 10px; flex: 0 1 100% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-confirm, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-new, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--first-name, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--last-name, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--email, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--login, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field {flex-basis: 100% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input.wlc-input--password {flex-basis: 100% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-input[class] {display: flex; flex-wrap: wrap } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-input[class] .wlc-input__container {width: 100% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-input[class] .wlc-tooltip, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-select[class] .wlc-tooltip {display: none; margin: 0 0 0 5px } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified {grid-template-areas: "code phone""button button"; grid-template-columns: 1fr 2fr } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {width: -moz-max-content; width: max-content; grid-area: button; margin: 0 auto } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {grid-area: code } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] {grid-area: phone } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-input__label {display: flex } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip {display: flex; align-items: center } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default>.container, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default>.container {grid-template-columns: minmax(0, 1fr); grid-template-areas: "title stats""submenu submenu""progress progress""store store"; position: relative; display: grid; grid-template-rows: auto } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress {position: static; top: 15px; right: 15px; max-width: 100%; margin: 0 0 15px; grid-area: progress; width: 100% } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-user-stats, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-user-stats {top: 15px; right: 15px; z-index: 5; position: absolute } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-title, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-title {grid-area: title } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-loyalty-table, .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-store-list, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-table, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-store-list {grid-area: store } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-profile-menu, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-profile-menu {grid-area: submenu } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-first[class] .wlc-user-stats[class] .wlc-user-stats-balance {padding-right: 0 } .wlc-submenu-history {position: relative } .wlc-submenu-history .wlc-history-range {margin-bottom: 15px } .app-profile-loyalty-tournaments-active-state .wlc-tournament-detail__header-info--back-link {display: none } .app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--promotions[wlc-title], .app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--profile[wlc-title] {margin: 0 0 30px; text-align: center } .app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--promotions[wlc-title] div.wlc-title__main, .app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--profile[wlc-title] div.wlc-title__main {font-size: 2.4rem } .app-promotions-state .wlc-sections__content--theme-default .wlc-bonuses-list {margin: 0 0 30px } .app-promotions-state .wlc-sections__content--theme-default .wlc-btn--theme-mod-promotions {margin: 0 auto 40px } .app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-title.wlc-title--tournaments[wlc-title] {margin: 0 0 30px; text-align: center } .app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-title.wlc-title--tournaments[wlc-title] div.wlc-title__main {font-size: 2.4rem } .wlc-sections__sign-in-page {background: #fff; background: var(--mc-bgmodal); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; padding: 30px 0 } .wlc-sections__sign-in-page .wlc-sign-in-page__wrapper {display: flex; flex-direction: column; justify-content: center; max-width: 500px } .wlc-sections__sign-in-page .wlc-sign-in-page__form-wrapper {padding: 20px; border-radius: 15px; background: #fff; background: var(--mc-bgmodal) } .wlc-sections__sign-in-page .wlc-logo {margin: 0 0 10px } .wlc-sections__sign-in-page .wlc-logo .wlc-logo__image .wlc-icon-content {display: flex; justify-content: center } .wlc-sections__sign-in-page .wlc-logo .wlc-logo__image svg {width: 200px } .four-elements {grid-template-columns: repeat(2, 1fr); grid-gap: 10px; gap: 10px; display: grid } .four-elements__body {padding: 10px; min-height: 100px; align-items: start; justify-items: center; border-radius: 10px } .wlc-sections__sticky-footer {position: fixed; bottom: 0; z-index: 100; width: 100% } .wlc-body--sticky-footer {padding-bottom: 60px } .wlc-sections__banner-section, .wlc-sections__banner-section-mobile, .wlc-sections__categories, .wlc-sections__content-games-top, .wlc-sections__content-games-bottom, .wlc-sections__content-games, .wlc-sections__content-wins, .wlc-sections__content-games-center, .wlc-sections__banner-section-2, .wlc-sections__banner-section-3, .wlc-sections__total-jackpot, .wlc-sections__promo-categories, .wlc-sections__promo-bonuses, .wlc-sections__winners-section, .wlc-sections__content-games-vertical, .app-contacts-state .wlc-sections__info-page, [class*=app-profile-] .wlc-sections__profile-content {margin-bottom: 20px } [class*=wlc-sections__]:empty {display: none } .wlc-sections__anchors-menu {background: #8093a5; background: var(--mc-bg100); padding: 10px 0 } .wlc-sections__benefits-section {padding: 40px 0 } .wlc-sections__commission-section {padding: 0 0 40px } .wlc-sections__description-section {background: #fff; background: var(--mc-bg300); padding: 40px 0 } .wlc-sections__faq-section {padding: 40px 0 } .wlc-sections__faq-section .container {max-width: 1050px; padding: 0 15px } .wlc-sections__testimonials-section {padding: 40px 0 } .wlc-sections__testimonials-section .container {max-width: 1050px; padding: 0 15px } .wlc-aff-content {width: 100%; margin: 40px auto; text-align: center } .wlc-aff-content:first-child {margin-top: 0 } .wlc-aff-content:last-child {margin-bottom: 0 } .wlc-aff-content .wlc-btn {height: 40px; display: grid; grid-column-gap: 5px; grid-template-columns: auto 1fr auto; align-items: center; justify-content: center; min-width: 110px; padding: 5px 20px; background: #c700cb; background: var(--mc-buttoncolor); box-shadow: none; border: 2px solid transparent; border-radius: 10px; display: inline-grid; min-width: 180px; text-decoration: none } .wlc-aff-content .wlc-btn .wlc-btn__text {color: #fff; color: var(--mc-bg); font-style: normal; font-weight: 800; font-size: 1.4rem; line-height: 1.45; grid-column: 2; text-transform: none; text-transform: initial } .wlc-aff-content .wlc-btn--theme-rounding {border-radius: 10px } .wlc-aff-content p .wlc-btn {display: inline-grid } .wlc-benefits--theme-default {grid-template-columns: repeat(3, 1fr); grid-gap: 20px; display: grid } .wlc-benefits--theme-default .wlc-benefits__item {grid-template-rows: 54px auto; padding: 0; position: relative; display: grid; grid-gap: 10px; grid-template-columns: 1fr; text-align: center } .wlc-benefits--theme-default .wlc-benefits__item:after {opacity: 0; content: ""; position: absolute; top: 50%; right: 0; display: block; width: 2px; height: 50%; background: rgba(0, 0, 0, .7); background: var(--mc-baseopacity); transform: translate(50%, -50%) } .wlc-benefits--theme-default .wlc-benefits__item:last-child:after {display: none } .wlc-benefits--theme-default .wlc-benefits__item-icon {height: 54px; display: flex; align-items: center; justify-content: center } .wlc-benefits--theme-default .wlc-benefits__item-icon img {max-height: 100% } .wlc-benefits--theme-default .wlc-benefits__item-content {align-self: baseline } .wlc-benefits--theme-default .wlc-benefits__item-caption {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1rem; line-height: 1.45; display: inline-block; max-width: 21ch } .wlc-digits {grid-template-columns: repeat(2, 1fr); grid-gap: 20px; display: grid; justify-content: center } .wlc-digits__item {grid-gap: 10px; padding: 10px; display: grid; text-align: center; background: #fff; background: var(--mc-bg300); border-radius: 10px } .wlc-digits__main {font-size: 3.6rem; font-weight: 700; line-height: 1 } .wlc-digits__separator {width: 100%; height: 2px; border-radius: 100px; background: rgba(0, 0, 0, .7); background: var(--mc-baseopacity) } .wlc-digits__description {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45 } .wlc-digits__description a {color: inherit; text-decoration: none; pointer-events: none } .wlc-steps--theme-mod-with-promo .wlc-steps__main .wlc-link-block {position: static !important; position: initial !important } .wlc-steps--theme-mod-with-promo .wlc-steps__main h3.wlc-text-block__subtitle {display: none } .wlc-steps--theme-mod-with-promo .wlc-banner {width: 430px } .banner {display: flex; align-items: center; justify-content: flex-start; width: 100%; min-height: 400px; border-radius: 0; overflow: hidden; background-size: cover; background-repeat: no-repeat } .wlc-sections__register .banner {min-height: auto; justify-content: center } .wlc-sections__register .banner img {max-width: 100% } .banner-content {display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff } .banner-content__title {position: relative; margin-bottom: 25px; color: #fff; font-size: 48px; text-align: left } .banner-content__description {margin-bottom: 28px; color: #fff; font-size: 24px; font-weight: 400 } .banner .wlc-btn.wlc-btn--theme-mod-default {font-weight: 700; filter: drop-shadow(0 0 20px rgba(255, 239, 95, .36)) } .banner .wlc-btn.wlc-btn--theme-mod-default>span.wlc-btn__text {text-transform: capitalize } .banner .banner__link {position: absolute; inset: 0; z-index: 100 } .wlc-sections__banner-section-mobile .wlc-slider {box-shadow: 0 4px 12px #00000040 } .banner-cat-1 .banner_bg:before {display: none } .banner-cat-1 .banner_bg img {-o-object-position: -610px !important; object-position: -610px !important } .banner-cat-1 .banner__decor--center {display: none } .banner-cat-1 .banner__decor--right {top: -90px; right: -70px; width: 200px } .banner-cat-2 .banner_bg:before {display: none } .banner-cat-2 .banner__decor--center {top: 13%; left: 50% } .banner-cat-2 .banner__decor--right {top: 12%; left: 75% } .banner-cat-3 .banner_bg:before {display: none } .banner-cat-3 .banner__decor--center {bottom: -2%; left: 50% } .banner-cat-3 .banner__decor--right {top: 12%; right: 0 } .banner-cat-3 .banner__decor--left {top: 12%; left: -10px } .banner-mobile-cat-1 .banner_bg:before {display: none } .banner-mobile-cat-1 .banner__decor--top {top: 0; left: 0 } .banner-mobile-cat-1 .banner__decor--bottom {right: 0; bottom: 0 } .banner-mobile-cat-2 .banner_bg:before {display: none } .banner-mobile-cat-2 .banner__decor--left {bottom: 20px; left: 20px } .banner-mobile-cat-2 .banner__decor--right {right: 2px; bottom: 20px } .wlc-sections__footer--theme-1 .container .wlc-logo {width: 100% } .wlc-sections__footer--theme-1 .container .wlc-footer-menu {grid-area: about-us } .wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer .wlc-license {display: flex; flex-direction: row-reverse; margin: 20px auto 0 } .wlc-sections__footer--theme-1 .wlc-footer-logo-aff {grid-area: logo-aff-link } .wlc-sections__footer--theme-1 .wlc-footer-logo-aff .wlc-logo-wrp svg {height: 60px } .wlc-sections__footer--theme-1 .wlc-footer-logo-aff .wlc-aff-link {margin: 20px 0 0 } .app-error-state .wlc-sections__content {background-color: #fff; background-color: var(--mc-bg) } .app-tournaments-state .wlc-sections__tournaments {padding: 40px 0; background-color: #f3f5fc; background-color: var(--mc-bg700) } .app-contacts-state .wlc-sections__info-page, .app-promotions-state .wlc-sections__content--theme-default {padding: 40px 0 0; background-color: #f3f5fc; background-color: var(--mc-bg700) } .wlc-sections__profile-content--theme-first {background-color: #fff; background-color: var(--mc-bg) } .wlc-sections__profile-content--theme-first .wlc-profile-menu--type-full {z-index: 5 } .wlc-sections__profile-content--theme-first .wlc-profile-content {background: #f3f5fc; background: var(--mc-bg700); border-radius: 0 10px 10px 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content .second-header {display: flex; align-items: flex-end; margin: 20px 0 15px } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner {width: 842px; height: 45px; display: flex; justify-content: center; align-items: center; border-radius: 10px; background: #f3f5fc; background: var(--mc-bg700); font-size: 20px; font-weight: 700; text-align: left } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner .info-icon {margin-right: 15px; width: 23px; height: 23px } .app-profile-verification-state .wlc-profile-content .wlc-verification__doc-select {padding-top: 20px } .wlc-sections__categories .games-categories-mobile {margin-top: 20px; padding: 10px; background: #f3f5fc; background: var(--mc-bg700) } .wlc-sections__categories .games-categories-mobile .wlc-category-menu--theme-default .wlc-slider--on-start, .wlc-sections__categories .games-categories-mobile .wlc-category-menu--theme-default .wlc-slider--on-end, .wlc-sections__categories .games-categories-mobile .wlc-category-menu--theme-default .wlc-slider--on-progress {box-shadow: none } .wlc-sections__categories .games-categories-mobile .wlc-menu__link {text-align: center } .wlc-sections__categories .games-categories-mobile .wlc-menu__link span {display: -webkit-box; line-clamp: 1; box-orient: vertical; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-word } .wlc-body--theme-alt .wlc-sections__categories--theme-1 {--mc-main: var(--mc-secondary); --mc-main-l20: var(--mc-secondary-l20); --mc-main-d20: var(--mc-secondary-d20) } .wlc-sections__total-jackpot .jackpot-container {justify-content: center; background-repeat: no-repeat; background-position: center; background-size: cover; padding-left: unset } .wlc-sections__total-jackpot .jackpot-container .wlc-title .wlc-title__main {font-weight: 800 !important } .wlc-sections__total-jackpot .jackpot-container .wlc-btn--theme-default .wlc-btn__text {text-transform: uppercase !important } .wlc-profile-content>.wlc-title ::ng-deep__main {text-transform: uppercase } .wlc-sections__content-wins {box-shadow: 10px 0 20px #3232321f } .wlc-sections__register .wlc-text-block__title, .wlc-sections__login .wlc-text-block__title {margin: 20px 0 10px !important } .wlc-sections__register .wlc-text-block__head, .wlc-sections__login .wlc-text-block__head {margin: 0 !important } .wlc-sections__register .wlc-link-block__text, .wlc-sections__login .wlc-link-block__text {margin-bottom: 20px; text-transform: uppercase } .wlc-sections__register .wlc-restore-link, .wlc-sections__login .wlc-restore-link {text-align: left !important } .wlc-sections__register .wlc-btn--theme-default, .wlc-sections__login .wlc-btn--theme-default {background: #ffc400 !important; background: var(--mc-secondary) !important } .wlc-sections__register .wlc-btn--theme-default .wlc-btn__text, .wlc-sections__login .wlc-btn--theme-default .wlc-btn__text {color: #000 !important; text-transform: uppercase } .app-profile-main-info-state .wlc-profile-form .wlc-profile-form__block--password {display: grid; grid-template-areas: "title""current""new""confirm"} .app-profile-main-info-state .wlc-profile-form .wlc-profile-form__block--password .wlc-title {grid-area: title } .app-profile-main-info-state .wlc-profile-form .wlc-profile-form__block--password .wlc-input--password-new {grid-area: new } .app-profile-main-info-state .wlc-profile-form .wlc-profile-form__block--password .wlc-input--password-confirm {grid-area: confirm } .app-profile-main-info-state .wlc-profile-form .wlc-profile-form__block--password .wlc-input--password {grid-area: current } .wlc-sections__login, .wlc-sections__register {background-color: #f3f5fc } .wlc-body--theme-alt .wlc-sections__login, .wlc-body--theme-alt .wlc-sections__register {background-color: #f3f5fc; background-color: var(--mc-bg700) } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper, .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper {display: none } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper__grid .wlc-user-stats:nth-child(2), .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper__grid .wlc-user-stats:nth-child(2) {display: none } @font-face {font-weight: 300; font-family: firs; font-style: normal; src: url("assets/fonts/ttfirs-300.html") format("woff2"), url("assets/fonts/ttfirs-301.html") format("woff"); font-display: swap } @font-face {font-weight: 400; font-family: firs; font-style: normal; src: url("assets/fonts/ttfirs-regular.html") format("woff2"), url("assets/fonts/ttfirs-regular-2.html") format("woff"); font-display: swap } @font-face {font-weight: 500; font-family: firs; font-style: normal; src: url("assets/fonts/ttfirs-500.html") format("woff2"), url("assets/fonts/ttfirs-501.html") format("woff"); font-display: swap } @font-face {font-weight: 700; font-family: firs; font-style: normal; src: url("assets/fonts/ttfirs-700.html") format("woff2"), url("assets/fonts/ttfirs-701.html") format("woff"); font-display: swap } @font-face {font-weight: 800; font-family: firs; font-style: normal; src: url("assets/fonts/ttfirs-800.html") format("woff2"), url("assets/fonts/ttfirs-801.html") format("woff"); font-display: swap } @font-face {font-weight: 900; font-family: firs; font-style: normal; src: url("assets/fonts/ttfirs-900.html") format("woff2"), url("assets/fonts/ttfirs-901.html") format("woff"); font-display: swap } @font-face {font-weight: 300; font-family: firs; font-style: italic; src: url("assets/fonts/ttfirs-300-italic.html") format("woff2"), url("assets/fonts/ttfirs-300-italic-2.html") format("woff"); font-display: swap } @font-face {font-weight: 400; font-family: firs; font-style: italic; src: url("assets/fonts/ttfirs-italic.html") format("woff2"), url("assets/fonts/ttfirs-italic-2.html") format("woff"); font-display: swap } @font-face {font-weight: 500; font-family: firs; font-style: italic; src: url("assets/fonts/ttfirs-500-italic.html") format("woff2"), url("assets/fonts/ttfirs-500-italic-2.html") format("woff"); font-display: swap } @font-face {font-weight: 700; font-family: firs; font-style: italic; src: url("assets/fonts/ttfirs-700-italic.html") format("woff2"), url("assets/fonts/ttfirs-700-italic-2.html") format("woff"); font-display: swap } @font-face {font-weight: 800; font-family: firs; font-style: italic; src: url("assets/fonts/ttfirs-800-italic.html") format("woff2"), url("assets/fonts/ttfirs-800-italic-2.html") format("woff"); font-display: swap } @font-face {font-weight: 900; font-family: firs; font-style: italic; src: url("assets/fonts/ttfirs-900-italic.html") format("woff2"), url("assets/fonts/ttfirs-900-italic-2.html") format("woff"); font-display: swap } @font-face {font-weight: 100; font-family: roboto; font-style: normal; src: url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff2") format("woff2"), url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff") format("woff"); font-display: swap } @font-face {font-weight: 300; font-family: roboto; font-style: normal; src: url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff") format("woff"); font-display: swap } @font-face {font-weight: 400; font-family: roboto; font-style: normal; src: url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff") format("woff"); font-display: swap } @font-face {font-weight: 500; font-family: roboto; font-style: normal; src: url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff") format("woff"); font-display: swap } @font-face {font-weight: 700; font-family: roboto; font-style: normal; src: url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff") format("woff"); font-display: swap } @font-face {font-weight: 900; font-family: roboto; font-style: normal; src: url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.woff2") format("woff2"), url("assets/fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.woff") format("woff"); font-display: swap } @font-face {font-weight: 100; font-family: roboto; font-style: italic; src: url("") format("woff2"), url("") format("woff"); font-display: swap } @font-face {font-weight: 300; font-family: roboto; font-style: italic; src: url("") format("woff2"), url("") format("woff"); font-display: swap } @font-face {font-weight: 400; font-family: roboto; font-style: italic; src: url("roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic.html") format("woff2"), url("roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-italic-2.html") format("woff"); font-display: swap } @font-face {font-weight: 500; font-family: roboto; font-style: italic; src: url("") format("woff2"), url("") format("woff"); font-display: swap } @font-face {font-weight: 700; font-family: roboto; font-style: italic; src: url("") format("woff2"), url("") format("woff"); font-display: swap } @font-face {font-weight: 900; font-family: roboto; font-style: italic; src: url("") format("woff2"), url("") format("woff"); font-display: swap } .wlc-body--browser-safari {font-family: roboto, sans-serif } .wlc-body--theme-alt .wlc-app {--mc-buttoncolor: var(--mc-secondary); --mc-buttoncolor-l10: var(--mc-secondaryhover); --mc-buttoncolor-l20: var(--mc-secondaryhover) } .wlc-body--os-ios:not(.wlc-body--browser-safari) {font-family: system-ui } .modal-open {overflow: hidden } ol li:first-child {margin-left: -2px } ol li {padding-left: 7px } ol {margin-left: -4px } .wlc-body--os-ios ol li:first-child, .wlc-body--os-macos ol li:first-child {margin-left: 0 } .wlc-body--os-ios ol li, .wlc-body--os-macos ol li {padding-left: 0 } .wlc-body--os-ios ol, .wlc-body--os-macos ol {margin-left: 0 } @media(min-width:375px) {.container {max-width: 345px } .wlc-sections__footer--theme-1 .container .wlc-footer-menu .wlc-license {margin: 20px 0 0 } } @media(min-width:480px) {.container {max-width: 450px } .wlc-sections__header--theme-1 .container, .wlc-sections__header--theme-2 .container {gap: 20px } .wlc-sections__game-widgets>.container {grid-template-rows: minmax(240px, 320px) minmax(240px, 1fr) minmax(320px, 360px) } .wlc-sections__home-promo .wlc-home-promo .wlc-tournament-banner, .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-tournament-banner {height: 325px } .banner-content__title {font-size: 15px } .banner-cat-1 .banner__decor--center {top: 35%; left: 0%; display: block; width: 100px } } @media(min-width:560px) {.container {max-width: 530px } .wlc-sections__footer--theme-1 {padding-top: 20px } .wlc-sections__footer--theme-1 {padding-bottom: 20px } .wlc-sections__footer--theme-1 {margin-top: 20px } .wlc-sections__footer--theme-1 .container {grid-template-areas: "merchants merchants merchants""payments payments payments""info about-us logo-aff-link""disclaimer disclaimer disclaimer"} .wlc-sections__game-widgets>.container {grid-template-rows: minmax(240px, 360px) minmax(240px, 1fr) minmax(320px, 360px) } .wlc-sections__promo-categories[class] .container {grid-template-columns: repeat(3, 1fr) } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(2) {display: block } .wlc-sections__profile-content--theme-first .wlc-profile-content__header {min-height: 50px } .app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class], .app-profile-loyalty-bonuses-all-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class] {margin-bottom: 0 } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified {grid-template-areas: "code phone button"} .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified {grid-template-areas: "code phone button"} .banner-cat-1 .banner_bg img {-o-object-position: right !important; object-position: right !important } .banner-cat-1 .banner__decor--center {top: 25%; left: 0%; width: 120px } .wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer .wlc-license {display: none } .wlc-sections__footer--theme-1 .wlc-license {flex-direction: column } .wlc-sections__footer--theme-1 .wlc-license__age-restrictions {margin: 0 } } @media(min-width:640px) {.container {max-width: 610px } .wlc-sections__footer--theme-1 .container {grid-template-areas: "merchants merchants merchants merchants""payments payments payments payments""logo-aff-link info about-us empty""disclaimer disclaimer disclaimer disclaimer"} .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {grid-template-columns: 1fr 1fr } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments {margin: 0 auto 20px } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {margin: 0 auto } .wlc-sections__game-widgets>.container {grid-template-rows: minmax(240px, 440px) minmax(240px, 1fr) minmax(320px, 360px) } .wlc-sections__promo-bonuses>.container {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {height: 6rem } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {font-size: 6rem } .app-profile-dashboard-state .wlc-profile-content__top {display: block } .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-first .wlc-profile-content__header .wlc-loyalty-progress {width: 300px } .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-first .wlc-profile-content__header .wlc-loyalty-progress {max-width: 300px } .wlc-sections__footer--theme-1 .wlc-footer-logo-aff .wlc-aff-link {margin: 0 0 20px } .wlc-sections__footer--theme-1 .wlc-footer-logo-aff .wlc-aff-link {margin: 20px 0 } } @media(min-width:720px) {.container {max-width: 690px } .wlc-sections__game-widgets>.container {grid-template-columns: minmax(0, 1fr) minmax(0, .7fr) } .wlc-sections__game-widgets>.container {grid-template-rows: minmax(290px, 1fr) minmax(320px, 440px) } .wlc-sections__game-widgets>.container .wlc-betradar-popular-events {grid-column: span 2 } .wlc-sections__content-wins--theme-default .wlc-home-wins, .wlc-sections__content-wins-transparent .wlc-home-wins {grid-template-columns: repeat(2, 1fr) } .wlc-sections__home-about .home-about-list {grid-template-columns: repeat(3, 1fr) } .wlc-sections__promo-categories[class] .container {grid-template-columns: repeat(4, 1fr) } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {display: block } .wlc-sections__total-jackpot .jackpot-container {background: no-repeat center url("total-jackpot-bg.html") } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper-button-prev[class] {left: 0 } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper-button-next[class] {right: 0 } .wlc-sections__total-jackpot .jackpot-container {padding-left: 40% } } @media(min-width:768px) {.container {max-width: 738px } .wlc-sections__categories--theme-1>.container {padding: 0 10px } .wlc-sections__categories--theme-1>.container {border-radius: 10px } .wlc-sections__categories--theme-1>.container {background: #f3f5fc; background: var(--mc-bg700) } .wlc-sections__categories--theme-1 .games-categories {min-height: 60px } .wlc-sections__categories--theme-1 .games-categories {grid-template-columns: minmax(0, 1fr) auto } .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {width: auto } .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {background: #fff; background: var(--mc-bg) } .wlc-sections__categories--theme-2 .games-categories {grid-template-rows: 1fr auto } .wlc-sections__categories--theme-2 .games-categories {gap: 20px } .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {grid-template-areas: "merchants merchants merchants""payments payments payments""logo menu language""social social social""affiliate affiliate affiliate""disclaimer disclaimer disclaimer""license license license"} .wlc-sections__home-promo .wlc-home-promo .wlc-tournament-banner, .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-tournament-banner {height: 370px } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {grid-template-columns: repeat(2, 1fr) } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {grid-template-areas: "recent-wins biggest-wins""bonus bonus"} .wlc-sections__banner-section {margin: 0 0 20px } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {text-shadow: 4px -4px #683c14, -4px -4px #683c14, -4px 4px #683c14, -4px -4px #683c14, 4px -3px #683c14, -4px -3px #683c14, -3px 4px #683c14, -3px -4px #683c14, 4px -2px #683c14, -4px -2px #683c14, -2px 4px #683c14, -2px -4px #683c14, 4px -1px #683c14, -4px -1px #683c14, -1px 4px #683c14, -1px -4px #683c14, 4px 0 #683c14, -4px 0 #683c14, 0 4px #683c14, 0 -4px #683c14, 4px 1px #683c14, -4px 1px #683c14, 1px 4px #683c14, 1px -4px #683c14, 4px 2px #683c14, -4px 2px #683c14, 2px 4px #683c14, 2px -4px #683c14, 4px 3px #683c14, -4px 3px #683c14, 3px 4px #683c14, 3px -4px #683c14, 4px 4px #683c14, -4px 4px #683c14, 4px 4px #683c14, 4px -4px #683c14 } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {background: #fff; background: var(--mc-bg) } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-template-columns: 1fr 1fr } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-template-areas: "loyalty loyalty""exchange exchange""bonuses-title bonuses-title""bonuses bonuses""promocode see-all-bonuses"} .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid.without-store {grid-template-areas: "loyalty loyalty""user-stats user-stats""bonuses-title bonuses-title""bonuses bonuses""promocode see-all-bonuses"} .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button] {justify-self: end } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button] {margin-top: 20px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form {grid-gap: 10px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field {grid-template-columns: 1fr 145px 145px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child {grid-template-columns: 1fr 140px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field {grid-template-columns: minmax(0, 1fr) 300px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] {grid-gap: 0 } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] {grid-template-columns: minmax(0, 1fr) 140px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-tooltip {display: none } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified {grid-template-columns: minmax(0, 1fr) 160px 150px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {width: 100% } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {grid-template-columns: minmax(0, 1fr) 120px } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class] .wlc-input__label, .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class] .wlc-select__label, .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class] .wlc-input__label, .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class] .wlc-select__label {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45; margin: 0 } .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class], .app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class] {grid-template-columns: 1fr 450px; align-items: center } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {width: 100% } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default>.container, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default>.container {grid-template-columns: repeat(2, 1fr) } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default>.container, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default>.container {grid-template-areas: "title stats""submenu submenu""store store"} .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress {position: absolute } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress {max-width: 300px } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress {margin: 0 0 0 auto } .wlc-sections__sign-in-page {background: linear-gradient(100deg, #50566c 10%, #1f1f26 90%) } .wlc-sections__sign-in-page .wlc-sign-in-page__form-wrapper {width: 500px } .wlc-sections__sign-in-page .wlc-logo {margin: 0 0 20px } .four-elements {gap: 20px } .four-elements__body {min-height: 80px } .four-elements__body {align-items: center } .four-elements__body {justify-items: start } .wlc-benefits--theme-default .wlc-benefits__item-caption {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 400; font-size: 1.2rem; line-height: 1.45 } .wlc-digits {grid-template-columns: repeat(4, 1fr) } .wlc-digits__item {padding: 20px } .banner-cat-1 .banner__decor--center {top: 25%; left: 30%; width: 180px } .banner-cat-1 .banner__decor--right {top: -180px; right: -180px; width: 442px } .app-error-state .wlc-sections__content {background-color: #f3f5fc; background-color: var(--mc-bg700) } .wlc-sections__profile-content--theme-first .wlc-profile-content, .wlc-sections__profile-content--theme-first .container {background: #fff; background: var(--mc-bg) } .wlc-sections__profile-content--theme-first {padding: 40px } .wlc-sections__profile-content--theme-first {background: #f3f5fc; background: var(--mc-bg700) } .app-profile-main-info-state .wlc-profile-form .wlc-profile-form__block--password {grid-template-areas: "title title""current empty""new confirm"} } @media(min-width:900px) {.container {max-width: 870px } .wlc-sections__categories--theme-1 .games-categories {grid-template-columns: minmax(0, 1fr) auto auto } .wlc-sections__categories--theme-2 .games-categories {grid-template-columns: minmax(0, 1fr) 250px } .wlc-sections__categories--theme-2 .games-categories {grid-template-rows: 1fr } .wlc-sections__categories--theme-2 .games-categories__wrapper {padding: 15px 0 0 } .wlc-sections__categories-with-side-menu .container {grid-template-columns: 1fr 3fr } .wlc-sections__categories-with-side-menu .container {margin: 20px auto 40px } .wlc-sections__categories-with-side-menu .container .wlc-side-menu {gap: 10px } .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list {margin: 0 } .wlc-sections__footer--theme-2 {padding-bottom: 0 } .wlc-sections__footer--theme-2 .footer-menu {flex-direction: row } .wlc-sections__footer--theme-2 .footer-menu {padding: 15px 25px } .wlc-sections__footer--theme-2 .footer-menu {margin: 0 } .wlc-sections__footer--theme-2 .footer-menu {order: -1 } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {width: auto } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {margin: 0 15px 0 0 } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__title {display: none } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {grid-template-columns: 1fr } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {grid-auto-flow: column } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {gap: 15px } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu].wlc-post-menu--without-swiper .wlc-menu__item {white-space: nowrap } .wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] {position: absolute } .wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] {top: -25px } .wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] {left: -50px } .wlc-sections__footer--theme-2 .footer-bottom {display: grid } .wlc-sections__footer--theme-2 .footer-bottom {grid-template-columns: auto auto } .wlc-sections__footer--theme-2 .footer-bottom {grid-gap: 20px } .wlc-sections__footer--theme-2 .footer-bottom {align-items: flex-start } .wlc-sections__footer--theme-2 .footer-bottom {margin: 20px 0 } .wlc-sections__footer--theme-2 .footer-bottom {order: 2 } .wlc-sections__footer--theme-2 .footer-bottom .wlc-license[wlc-license] {margin: 0 } .wlc-sections__footer--theme-2 .footer-bottom .wlc-disclaimer[wlc-disclaimer]>.wlc-disclaimer__text {text-align: left } .wlc-sections__footer--theme-2 .footer-bottom .wlc-recaptcha-policy[wlc-recaptcha-policy], .wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright] {margin: 20px auto 0 } .wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright]>.wlc-copyright__text {text-align: left } .wlc-sections__footer--theme-2 .footer-bottom .wlc-copyright[wlc-copyright]>.wlc-copyright__text>span {display: inline-block } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments, .wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {margin: 20px auto } .wlc-sections__footer--theme-2 .wlc-icon-merchants-list--theme-default {order: 1 } .wlc-sections__footer--theme-2 .wlc-icon-payments-list--theme-default {order: 0 } .wlc-sections__footer--theme-2 .wlc-icon-safety-list--theme-default {order: 2 } .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left {margin: 0 } .wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom .wlc-btn--aff, .wlc-sections__banner-section {margin: 0 0 20px } .wlc-sections__game-widgets>.container {grid-template-columns: minmax(460px, 1fr) minmax(0, 1fr) } .wlc-sections__home-about {margin: 0 0 20px } .wlc-sections__promo-categories[class] .container {grid-template-columns: repeat(3, 1fr) } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {display: none } .wlc-sections__promo-categories-games[class] .container {grid-template-columns: 1fr 1fr } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {height: 8rem } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {font-size: 8rem } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-select, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input {flex: 0 1 25% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-confirm, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-new, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--first-name, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--last-name, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--email, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--login, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field {flex-basis: 50% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input.wlc-input--password {flex-basis: 50% } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified {grid-template-columns: 90px 2fr minmax(110px, max-content) } .app-promotions-state .wlc-sections__content--theme-default .wlc-bonuses-list, .app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-title.wlc-title--tournaments[wlc-title] {margin: 0 0 20px } .wlc-sections__banner-section, .wlc-sections__banner-section-mobile, .wlc-sections__categories, .wlc-sections__content-games-top, .wlc-sections__content-games-bottom, .wlc-sections__content-games, .wlc-sections__content-wins, .wlc-sections__content-games-center, .wlc-sections__banner-section-2, .wlc-sections__banner-section-3, .wlc-sections__total-jackpot, .wlc-sections__promo-categories, .wlc-sections__promo-bonuses, .wlc-sections__winners-section, .wlc-sections__content-games-vertical, .app-contacts-state .wlc-sections__info-page, [class*=app-profile-] .wlc-sections__profile-content {margin-bottom: 20px } .banner-content__title {font-size: 20px } } @media(min-width:1024px) {.container {max-width: 994px } .wlc-sections__categories--theme-1 .wlc-category-menu {margin-right: auto } .wlc-sections__footer--theme-1 {padding-top: 40px } .wlc-sections__footer--theme-1 {padding-bottom: 40px } .wlc-sections__footer--theme-1 {margin-top: auto } .wlc-sections__footer--theme-1 .container {-moz-column-gap: 30px; column-gap: 30px } .wlc-sections__footer--theme-1 .container {row-gap: 30px } .wlc-sections__footer--theme-1 .container {justify-items: start } .wlc-sections__footer--theme-1 .container .wlc-icon-list, .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.wlc-sections__footer--theme-with-aff .container {grid-template-areas: "merchants merchants merchants""payments payments payments""logo menu affiliate""logo menu social""license disclaimer language"} .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {margin: 0 } .wlc-sections__header--theme-1 .wlc-btn-burger {text-align: center } .wlc-body--sticky-header .wlc-sections__header--theme-1 .container, .wlc-body--sticky-header-scrolling .wlc-sections__header--theme-1 .container {min-height: 70px } .wlc-sections__header--theme-2 .wlc-btn-burger {text-align: center } .wlc-body--sticky-header .wlc-sections__header--theme-2 .container, .wlc-body--sticky-header-scrolling .wlc-sections__header--theme-2 .container {min-height: 70px } .wlc-sections__game-widgets>.container {grid-template-columns: minmax(530px, 1fr) minmax(0, 1fr) } .wlc-sections__home-promo .wlc-home-promo .wlc-tournament-banner, .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-tournament-banner {height: 100% } .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-tournament-banner {min-height: 380px } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider .wlc-winners-slider__wrapper {min-height: 350px } .wlc-sections__home-about .home-about-list {gap: 20px } .wlc-sections__promo-categories[class] .container {grid-template-columns: repeat(4, 1fr) } .wlc-sections__promo-categories[class] .container {gap: 15px } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {display: block } .wlc-sections__winners-section .winners-wrapper {flex-wrap: nowrap } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default {min-height: 580px } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {padding: 20px 40px 30px } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {border-radius: 10px } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {grid-template-columns: minmax(0, 1fr) 30% } .wlc-sections__profile-content--theme-first .wlc-profile-content.header-inside {margin-top: 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content__header.underlined {border-bottom: 2px solid rgba(0, 0, 0, .7); border-bottom: 2px solid var(--mc-baseopacity) } .app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash .wlc-cash__title[class], .app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash .wlc-cash__title[class] {display: block } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-template-columns: repeat(6, 1fr) } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-template-areas: "loyalty loyalty exchange exchange exchange exchange""promocode promocode see-all-bonuses see-all-bonuses see-all-bonuses see-all-bonuses""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses bonuses bonuses bonuses bonuses"} .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid.without-store {grid-template-areas: "loyalty loyalty loyalty loyalty user-stats user-stats""promocode promocode see-all-bonuses see-all-bonuses see-all-bonuses see-all-bonuses""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses bonuses bonuses bonuses bonuses"} .app-profile-dashboard-state .wlc-title--profile-bonuses {margin: 0 0 -5px } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper {padding: 0 } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper-button-prev[class] {left: -20px } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper-button-next[class] {right: -20px } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper.single-bonus-swiper {grid-area: unset; grid-row: 4/6; grid-column: 1/3; margin: 0 } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper.single-bonus-swiper~.wlc-enter-promocode {grid-area: unset; grid-row: 4/5; grid-column: 3/5 } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper.single-bonus-swiper~.wlc-link-block {grid-area: unset; grid-row: 5/6; grid-column: 3/5 } .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-first .wlc-profile-content__header {display: flex } .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-first .wlc-profile-content__header {justify-content: space-between } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress {right: 40px } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-user-stats, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-user-stats {top: 30px } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-user-stats, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-user-stats {right: 40px } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-profile-menu, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-profile-menu {margin: 0 } .wlc-submenu-history .wlc-history-range {position: absolute; right: 0; bottom: 0 } .wlc-sections__sign-in-page .wlc-logo {margin: 0 0 30px } .wlc-sections__sign-in-page .wlc-logo .wlc-logo__image svg {width: 240px } .wlc-benefits--theme-default {grid-template-columns: repeat(6, 1fr) } .wlc-benefits--theme-default {grid-gap: 0 } .wlc-benefits--theme-default .wlc-benefits__item {padding: 0 10px } .wlc-benefits--theme-default .wlc-benefits__item:after {opacity: 1 } } @media(min-width:1200px) {.container {max-width: 1170px } .wlc-sections__categories--theme-1>.container {padding: 0 20px } .wlc-sections__categories--theme-1 .games-categories {min-height: 80px } .wlc-sections__categories--theme-1 .games-categories--dropdown-search .wlc-btn-merch.wlc-btn {min-width: 210px } .wlc-sections__categories--theme-2 .games-categories--dropdown-search {grid-template-columns: minmax(0, 1fr) 290px } .wlc-sections__categories--theme-2 .games-categories--dropdown-search .games-categories__wrapper {grid-template-columns: 290px } .wlc-sections__categories--theme-2 .games-categories--dropdown-search .games-categories__wrapper {gap: 10px } .wlc-sections__categories-with-side-menu .container {grid-template-columns: 1fr 4fr } .wlc-sections__footer--theme-1 .wlc-license {grid-template-columns: 1fr } .wlc-sections__footer--theme-1 .container {grid-template-columns: 180px 200px 120px 1fr 130px } .wlc-sections__footer--theme-1 .container {row-gap: 40px } .wlc-sections__footer--theme-1 .container {grid-template-areas: "merchants merchants merchants merchants merchants""payments payments payments payments payments""logo-aff-link info about-us disclaimer disclaimer"} .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {grid-template-areas: "merchants merchants merchants merchants merchants""payments payments payments payments payments""logo menu license disclaimer language""social menu license disclaimer language""affiliate menu license disclaimer language"} .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {margin: -35px 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 {margin: -30px 0 0 } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {margin: 0 35px 0 0 } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {gap: 30px } .wlc-sections__footer--theme-2 .footer-bottom {margin: 40px auto } .wlc-sections__footer--theme-2 .footer-theme-toggler {margin: 0 0 0 30px } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-merchants {margin: 0 auto } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments {margin: 40px auto } .wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {margin: 40px auto 20px } .wlc-sections__header--theme-1 .container {width: 100% } .wlc-sections__header--theme-1 .container {max-width: 1920px } .wlc-sections__header--theme-1 .container {grid-template-columns: auto auto minmax(0, 1fr) auto auto } .wlc-sections__header--theme-1 .container {margin: 0 auto } .wlc-sections__header--theme-1 .container {padding: 20px 40px } .wlc-sections__header--theme-1 .wlc-login-signup .wlc-btn {padding: 5px 10px } .wlc-sections__header--theme-1.wlc-sections__header--theme-toggler .container {grid-template-columns: auto auto minmax(0, 1fr) auto auto auto } .wlc-sections__header--theme-2 .container {width: 100% } .wlc-sections__header--theme-2 .container {max-width: 1920px } .wlc-sections__header--theme-2 .container {grid-template-columns: auto auto minmax(0, 1fr) auto auto auto } .wlc-sections__header--theme-2 .container {margin: 0 auto } .wlc-sections__header--theme-2 .container {padding: 0 20px } .wlc-sections__header--theme-2 .wlc-login-signup .wlc-btn {padding: 5px 10px } .wlc-sections__header--theme-2.wlc-sections__header--theme-toggler .container {grid-template-columns: auto auto minmax(0, 1fr) auto auto auto auto } .wlc-sections__header--theme-2.wlc-sections__header--without-burger .container {grid-template-columns: auto auto minmax(0, 1fr) auto auto } .wlc-sections__header--theme-2.wlc-sections__header--without-burger.wlc-sections__header--theme-toggler .container {grid-template-columns: auto auto minmax(0, 1fr) auto auto auto } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one {grid-template-columns: minmax(250px, 1fr) calc((100% - 80px)*.4 + 20px) } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-banner .banner {min-height: 380px } .wlc-sections__game-widgets>.container {gap: 20px } .wlc-sections__home-promo .wlc-home-promo, .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {grid-template-columns: calc((100% - 80px)*.4 + 20px) minmax(250px, 1fr) } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider .wlc-winners-slider__wrapper {min-height: 385px } .wlc-sections__promo-bonuses>.container {gap: 20px } .wlc-sections__promo-categories[class] .container {grid-template-columns: repeat(5, 1fr) } .wlc-sections__promo-categories[class] .wlc-winners-slider[class] {grid-column: 4/6 } .wlc-sections__promo-categories[class] .wlc-category-preview[class] {grid-column: 2/4 } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {display: none } .wlc-sections__promo-categories-games[class] .container {grid-template-columns: 250px 1fr } .wlc-sections__promo-categories-games[class] .container {gap: 20px } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {height: 9rem } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {font-size: 9rem } .wlc-sections__winners-section .winners-wrapper>div:first-child, .wlc-sections__winners-section .winners-wrapper>div:last-child {transform: translatey(25px) } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top {margin: 0 0 20px } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {grid-template-columns: minmax(675px, max-content) 330px } .wlc-sections__profile-content--theme-first>.container {padding: 0 } .wlc-sections__profile-content--theme-first>.container {grid-template-columns: 285px auto } .wlc-sections__profile-content--theme-first .wlc-profile-content {padding: 15px 30px 20px } .wlc-sections__profile-content--theme-first .wlc-profile-content__header {min-height: 60px } .wlc-sections__profile-content--theme-first .wlc-profile-content__header .wlc-title[class] .wlc-title__main {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 800; font-size: 2.4rem; line-height: 1.45 } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-gap: 15px } .four-elements {grid-template-columns: repeat(3, 1fr) 300px } .four-elements__body {min-height: 90px } .wlc-benefits--theme-default .wlc-benefits__item-caption {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 700; font-size: 1.4rem; line-height: 1.45 } .wlc-digits__item {grid-gap: 15px } .wlc-digits__item {padding: 20px 30px } .wlc-digits__main {font-size: 4.8rem } .wlc-digits__description {color: #000; color: var(--mc-basemain); font-style: normal; font-weight: 800; font-size: 2.4rem; line-height: 1.45 } .banner-cat-1 .banner__decor--center {top: 25%; left: 40%; width: 220px } .banner-cat-3 .banner__decor--center img {max-height: 300px } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .wlc-banner .wlc-profile-content__header {margin: 0; border-bottom: none } .wlc-sections__total-jackpot .jackpot-container {padding-left: 30% } } @media(min-width:1366px) {.wlc-sections__header--theme-1 .wlc-login-signup .wlc-btn, .wlc-sections__header--theme-2 .wlc-login-signup .wlc-btn {padding: 5px 20px } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {grid-template-columns: repeat(3, 1fr) } .wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {grid-template-areas: "recent-wins bonus biggest-wins"} .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {grid-gap: 80px } .wlc-sections__profile-content--theme-default>.container, .wlc-sections__profile-menu--theme-default>.container {max-width: 1275px } .wlc-sections__profile-content--theme-first>.container {max-width: 1200px } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-template-areas: "loyalty loyalty loyalty exchange exchange exchange""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses bonuses bonuses promocode promocode""bonuses bonuses bonuses bonuses see-all-bonuses see-all-bonuses"} .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid.without-store {grid-template-areas: "loyalty loyalty loyalty loyalty user-stats user-stats""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses bonuses bonuses promocode promocode""bonuses bonuses bonuses bonuses see-all-bonuses see-all-bonuses"} .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper {padding: 0 20px 0 0 } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper-button-next[class] {right: 0 } .wlc-sections__sign-in-page .wlc-logo {margin: 0 0 40px } .wlc-sections__sign-in-page .wlc-logo .wlc-logo__image svg {width: 286px } } @media(min-width:1420px) {.wlc-sections__footer--theme-2 .footer-bottom {max-width: 1420px } .wlc-digits__item {padding: 30px } .banner-content__title {font-size: 48px; font-weight: 700 } } @media(min-width:1630px) {.container {max-width: 1600px } .wlc-sections__categories--theme-1[class] {margin: 0 0 40px } .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {padding: 0 15px } .wlc-sections__categories-with-side-menu .container {grid-template-columns: 1fr 5fr } .wlc-sections__categories-with-side-menu .container .wlc-games-catalog {gap: 40px } .wlc-sections__footer--theme-1 .container {-moz-column-gap: 40px; column-gap: 40px } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {margin: 0 50px 0 0 } .wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {gap: 60px } .wlc-sections__footer--theme-2 .footer-theme-toggler {margin: 0 0 0 40px } .wlc-sections__header--theme-1 .container, .wlc-body--sticky-header .wlc-sections__header--theme-1 .container {min-height: 100px } .wlc-body--sticky-header-scrolling .wlc-sections__header--theme-1 .container {min-height: 70px } .wlc-sections__header--theme-2 .container {min-height: 100px } .wlc-sections__header--theme-2 .container {padding: 0 40px } .wlc-body--sticky-header .wlc-sections__header--theme-2 .container {min-height: 100px } .wlc-body--sticky-header-scrolling .wlc-sections__header--theme-2 .container {min-height: 70px } .wlc-sections__banner-section {margin: 0 0 40px } .wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one {grid-template-columns: minmax(250px, 1fr) calc((100% - 20px * 5)/6 * 2 + 20px) } .wlc-sections__game-widgets>.container {grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) } .wlc-sections__game-widgets>.container {grid-template-rows: minmax(370px, 1fr) } .wlc-sections__game-widgets>.container .wlc-betradar-popular-events {grid-column: unset } .wlc-sections__home-promo .wlc-home-promo {grid-template-columns: calc((100% - 100px)/6 * 2 + 20px) minmax(250px, 1fr) } .wlc-sections__home-promo .wlc-home-promo .wlc-tournament-banner {min-height: 380px } .wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {grid-template-columns: calc((100% - 20px * 5)/6 * 2 + 20px) minmax(250px, 1fr) } .wlc-sections__promo-bonuses>.container {grid-template-columns: 520px minmax(0, 1fr) } .wlc-sections__promo-categories[class] .container {grid-template-columns: repeat(6, 1fr) } .wlc-sections__promo-categories[class] .container {gap: 20px } .wlc-sections__promo-categories[class] .wlc-winners-slider[class] {grid-column: 5/7 } .wlc-sections__promo-categories[class] .wlc-category-preview[class] {grid-column: 2/5 } .wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {display: block } .wlc-sections__banner-section {margin: 0 0 40px } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {height: 12rem } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {font-size: 12rem } .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {text-shadow: 6px -6px #683c14, -6px -6px #683c14, -6px 6px #683c14, -6px -6px #683c14, 6px -5px #683c14, -6px -5px #683c14, -5px 6px #683c14, -5px -6px #683c14, 6px -4px #683c14, -6px -4px #683c14, -4px 6px #683c14, -4px -6px #683c14, 6px -3px #683c14, -6px -3px #683c14, -3px 6px #683c14, -3px -6px #683c14, 6px -2px #683c14, -6px -2px #683c14, -2px 6px #683c14, -2px -6px #683c14, 6px -1px #683c14, -6px -1px #683c14, -1px 6px #683c14, -1px -6px #683c14, 6px 0 #683c14, -6px 0 #683c14, 0 6px #683c14, 0 -6px #683c14, 6px 1px #683c14, -6px 1px #683c14, 1px 6px #683c14, 1px -6px #683c14, 6px 2px #683c14, -6px 2px #683c14, 2px 6px #683c14, 2px -6px #683c14, 6px 3px #683c14, -6px 3px #683c14, 3px 6px #683c14, 3px -6px #683c14, 6px 4px #683c14, -6px 4px #683c14, 4px 6px #683c14, 4px -6px #683c14, 6px 5px #683c14, -6px 5px #683c14, 5px 6px #683c14, 5px -6px #683c14, 6px 6px #683c14, -6px 6px #683c14, 6px 6px #683c14, 6px -6px #683c14 } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default {min-height: 680px } .wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {padding: 30px 40px } .wlc-sections__profile-content--theme-first>.container {max-width: 1370px } .wlc-sections__profile-content--theme-first .wlc-profile-content {padding: 20px 40px 30px } .app-profile-dashboard-state .wlc-sections__profile-content .wlc-dashboard-grid {grid-gap: 40px } .app-profile-dashboard-state .wlc-title--profile-bonuses {margin: 0 0 -20px } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper {padding: 0 } .app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper-button-next[class] {right: -20px } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block {padding: 20px 0 0 } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--submit {padding: 0 } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--password .wlc-btn {margin: 0 auto 20px } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block .wlc-title {margin: 0 0 20px } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-select, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input {margin: 0 0 20px } .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field, .app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field {gap: 20px } .app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress, .app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-progress {top: 20px } .app-promotions-state .wlc-sections__content--theme-default .wlc-bonuses-list, .app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-title.wlc-title--tournaments[wlc-title] {margin: 0 0 40px } .four-elements {grid-template-columns: repeat(3, 1fr) 445px } .four-elements__body {min-height: 100px } .wlc-sections__banner-section, .wlc-sections__banner-section-mobile, .wlc-sections__categories, .wlc-sections__content-games-top, .wlc-sections__content-games-bottom, .wlc-sections__content-games, .wlc-sections__content-wins, .wlc-sections__content-games-center, .wlc-sections__banner-section-2, .wlc-sections__banner-section-3, .wlc-sections__total-jackpot, .wlc-sections__promo-categories, .wlc-sections__promo-bonuses, .wlc-sections__winners-section, .wlc-sections__content-games-vertical, .app-contacts-state .wlc-sections__info-page, [class*=app-profile-] .wlc-sections__profile-content {margin-bottom: 20px } .wlc-benefits--theme-default .wlc-benefits__item {grid-template-rows: 64px auto } .wlc-benefits--theme-default .wlc-benefits__item {padding: 0 20px } .wlc-benefits--theme-default .wlc-benefits__item-icon {height: 64px } .wlc-digits {grid-template-columns: repeat(4, 315px) } .wlc-digits__main {font-size: 7.2rem } .banner-cat-1 .banner__decor--center {top: 11%; left: 43%; width: 268px } .banner-cat-3 .banner__decor--center img {max-height: unset } } @media(max-width:1629px) {.wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner {width: 700px } } @media(max-width:1365px) {.wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-user-stats-wrapper {margin: 20px 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner {width: 650px } } @media(max-width:1199px) {.wlc-sections__footer--theme-1 .container .wlc-footer-menu .wlc-license {display: flex; flex-direction: column } .wlc-sections__footer--theme-1 .container .wlc-footer-menu {margin: 0 40px 0 20px } .wlc-sections__footer--theme-1 .container {display: flex; flex-wrap: wrap; justify-content: center } .wlc-sections__profile-content--theme-first .wlc-profile-content.for-banner {padding: 0 0 20px } .wlc-sections__profile-content--theme-first .wlc-profile-content.for-banner .wlc-title .wlc-title__main {text-transform: none !important; font-size: 1.6rem } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header.underlined {border-bottom: 2px solid rgba(0, 0, 0, .7); border-bottom: 2px solid var(--mc-baseopacity); justify-content: center; align-items: center } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner {background: 0 0 } } @media(max-width:1023px) {.app-profile-gamblings-bets-state .wlc-sections__profile-content--theme-first[class] .wlc-title--profile[class], .app-profile-loyalty-bonuses-history-state .wlc-sections__profile-content--theme-first[class] .wlc-title--profile[class], .app-profile-loyalty-tournaments-history-state .wlc-sections__profile-content--theme-first[class] .wlc-title--profile[class], .app-profile-cash-transactions-state .wlc-sections__profile-content--theme-first[class] .wlc-title--profile[class] {margin-bottom: 0 } .app-profile-gamblings-bets-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter, .app-profile-loyalty-bonuses-history-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter, .app-profile-loyalty-tournaments-history-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter, .app-profile-cash-transactions-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter {position: relative; display: flex; align-items: center; justify-content: space-between } .app-profile-gamblings-bets-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter .wlc-history-filter, .app-profile-loyalty-bonuses-history-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter .wlc-history-filter, .app-profile-loyalty-tournaments-history-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter .wlc-history-filter, .app-profile-cash-transactions-state .wlc-sections__profile-content--theme-first[class] .profile-history-filter .wlc-history-filter {position: static } } @media(max-width:899px) {.wlc-sections__footer--theme-1 .container .wlc-icon-list--theme-cat-payments {margin-top: 0 } } @media(max-width:767px) {.banner-cat-3 .banner__decor--right, .banner-cat-3 .banner__decor--left {width: 100px } } @media(max-width:719px) {.app-contacts-state .wlc-sections__info-page {padding: 0 } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner {width: 100%; height: 100%; font-size: 16px } .wlc-sections__total-jackpot .jackpot-container {justify-content: space-between; padding: 20px 30px 80px } } @media(max-width:639px) {.wlc-sections__footer--theme-1 .container .wlc-logo {display: none } } @media(max-width:559px) {.banner-cat-3 .banner__decor--center {left: 0 } .wlc-sections__footer--theme-1 .container .wlc-footer-menu .wlc-license {display: none } .wlc-sections__footer--theme-1 .container .wlc-footer-menu {width: 100%; margin: 0 } .wlc-sections__footer--theme-1 .container .wlc-footer-menu .wlc-post-menu--theme-default {border-radius: 0 0 10px 10px !important } .wlc-sections__footer--theme-1 .container .wlc-footer-menu .wlc-post-menu--theme-default .wlc-post-menu__wrp {padding-top: 0 !important } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner {margin-bottom: 20px } .wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header .info-banner .info-icon {width: 40px } .wlc-sections__total-jackpot .jackpot-container .wlc-title {width: 100%; text-align: center } } @media(prefers-reduced-motion:no-preference) {:root {scroll-behavior: smooth } :root {scroll-behavior: auto } } @media(pointer:fine) {.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover, .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover {background: #bfc8dc; background: var(--mc-bg500); color: #000; color: var(--mc-basemain) } .wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-search:hover, .wlc-sections__categories.wlc-sections__categories--without-back .wlc-btn.wlc-btn-merch:hover {border: 2px solid #2f2fde; border: 2px solid var(--mc-main); background: #2f2fde; background: var(--mc-main) } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search:hover {background: #fff; background: var(--mc-bg300) } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search:hover .wlc-icon {color: currentcolor } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch:hover {background: #fff; background: var(--mc-bg300) } .wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch:hover .wlc-icon {color: currentcolor } .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search:hover, .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch:hover {background: #8093a5; background: var(--mc-bg100) } .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search:hover .wlc-icon, .wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch:hover .wlc-icon {color: #000; color: var(--mc-basemain) } .wlc-sections__categories-with-side-menu .container .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[class] .wlc-menu .wlc-menu__link:hover {background: #8093a5; background: var(--mc-bg100) } .wlc-sections__header--theme-1 .wlc-btn-search:hover {transform: rotate(30deg) } .wlc-sections__header--theme-1 .wlc-btn-burger:hover svg, .wlc-sections__header--theme-1 .wlc-btn-burger:hover rect, .wlc-sections__header--theme-1 .wlc-btn-search:hover svg, .wlc-sections__header--theme-1 .wlc-btn-search:hover rect {fill: #000; fill: var(--mc-basemain) } .wlc-body--sticky-header-down .wlc-sections__header--theme-1 {transform: unset } .wlc-sections__header--theme-2 .wlc-btn-search:hover {transform: rotate(30deg) } .wlc-sections__header--theme-2 .wlc-btn-burger:hover svg, .wlc-sections__header--theme-2 .wlc-btn-burger:hover rect, .wlc-sections__header--theme-2 .wlc-btn-search:hover svg, .wlc-sections__header--theme-2 .wlc-btn-search:hover rect {fill: #000000b3; fill: var(--mc-baseopacity-d20) } .wlc-body--sticky-header-down .wlc-sections__header--theme-2 {transform: unset } .wlc-aff-content .wlc-btn:hover {background: #fa09ff; background: var(--mc-buttoncolor-l20); box-shadow: none; border: 2px solid #fa09ff; border: 2px solid var(--mc-buttoncolor-l20) } } .table-responsive {text-align: center; display: inline-block; background-color: #fff; padding: 2rem 2rem; color: #000; } @media screen and (max-width: 600px) {.table-responsive {overflow-y: scroll; width: 100%; } }