@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";.form-wrapper{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.app-block-title.form{width:100%;text-align:center}.app-block-desc.form{width:100%;text-align:center;margin-top:-6px}.link{color:#2654ff;cursor:pointer}.form-selector-wrapper{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;background-color:#f3f5f8;padding:3px;box-sizing:border-box;border-radius:12px;gap:4px;height:45px}.form-selector-wrapper.wallet{background-color:#a9afb51f}.form-selector-wrapper.wallet>.form-selector-item-wrapper{color:var(--content-secondary)}.form-selector-wrapper.wallet>.form-selector-item-wrapper.active{background-color:#a9afb529;color:#fff}.form-selector-item-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:10px;font-size:14px;font-weight:500;padding:6px 0;cursor:pointer;color:#000}.form-selector-item-wrapper.active{background-color:#0075ff;color:#fff}.input-wrapper{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;background-color:#f0f2f5;border:1px solid #f0f2f5;border-radius:10px;height:45px;padding:6px;box-sizing:border-box;gap:3px}.input-wrapper:hover{border:1px solid #D6DAE2}.input-wrapper:focus-within{border:1px solid var(--primary-color)}.input{width:100%;background-color:transparent;border:none;outline:none;color:#000;font-family:Golos Text,sans-serif;font-size:14px}.input::placeholder{color:#a1adcd;font-family:Golos Text,sans-serif}.input-left-wrapper{display:flex;align-items:center;justify-content:center;padding:5px}.input-icon-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.input-icon{color:#a1adcd;width:14px;height:14px}.inputs-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px}.button.form.register{background-color:#00b24b;width:100%;box-sizing:border-box}.button.form.register.disabled{opacity:.6;cursor:default}.button.form.register.disabled:active{transform:scale(1)}.pass-desc{width:100%;display:flex;flex-direction:column;align-items:start}.pass-desc-item{width:100%;display:flex;align-items:center;flex-direction:row;gap:4px}.pass-icon{background-color:#53575f;width:6px;height:6px;margin:0 3px;border-radius:999px}.pass-text{font-size:12px;font-weight:400;color:#53575f}.wallet_search_checkbox_wrapper{display:flex;align-items:center;justify-content:right}.pass-link{color:#000;font-weight:500;text-decoration:none}.have-account-wrapper{color:#53575f;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;font-size:14px;margin-top:10px;-webkit-user-select:none;user-select:none}.account-link{color:#0075ff;font-weight:600;text-decoration:none;transition:all .1s;cursor:pointer}.account-link:hover{opacity:.8}.account-link:active{opacity:.6}.socials-register-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;cursor:pointer;margin-top:10px}.social-register-wrapper{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.social-register-icon{width:100%;height:100%}.login-divider{width:100%;height:1px;background-color:#b3b6bd29;margin-top:10px}.forget-password{width:100%;display:flex;align-items:center;justify-content:end;font-size:14px;margin-bottom:6px}@media screen and (max-width: 600px){.input-wrapper{height:45px}.input{font-size:14px}.app-block-desc.form{font-size:12px}.form-selector-item-wrapper{font-size:14px}}input[type=checkbox]:checked,input[type=checkbox]:not(:checked),input[type=radio]:checked,input[type=radio]:not(:checked){position:absolute;left:-9999px}input[type=checkbox]:checked+label,input[type=checkbox]:not(:checked)+label,input[type=radio]:checked+label,input[type=radio]:not(:checked)+label{display:inline-block;position:relative;padding-left:28px;line-height:20px;cursor:pointer}input[type=checkbox]:checked+label:before,input[type=checkbox]:not(:checked)+label:before,input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid rgba(179,182,189,.16);background-color:#a9acb41f;transition:all .3s}input[type=checkbox]:checked+label:before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #0075ff;background-color:#0075ff}input[type=checkbox]:checked+label:before,input[type=checkbox]:not(:checked)+label:before{border-radius:4px}input[type=radio]:checked+label:before,input[type=radio]:not(:checked)+label:before{border-radius:100%}input[type=checkbox]:checked+label:after,input[type=checkbox]:not(:checked)+label:after,input[type=radio]:checked+label:after,input[type=radio]:not(:checked)+label:after{content:"";position:absolute;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}input[type=checkbox]:checked+label:after,input[type=checkbox]:not(:checked)+label:after{left:4px;top:5px;width:10px;height:5px;border-radius:1px;border-left:2px solid white;border-bottom:2px solid white;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input[type=radio]:checked+label:after,input[type=radio]:not(:checked)+label:after{left:5px;top:5px;width:10px;height:10px;border-radius:100%;background-color:#e145a3}input[type=checkbox]:not(:checked)+label:after,input[type=radio]:not(:checked)+label:after{opacity:0}input[type=checkbox]:checked+label:after,input[type=radio]:checked+label:after{opacity:1}*{--bg-primary: rgb(11 12 13);--bg-secondary: rgb(26 27 30);--bg-warning: rgb(217 166 0/.12);--primary-color: rgb(0 51 255);--control-neutral: rgb(169 175 181 / .12);--control-hover-color: rgb(54 55 58);--content-secondary: rgb(159 165 172);--border-divider: rgb(169 175 181 / .12);--content-primary: rgb(244 245 246);--sidebar-width: 296px;--sidebar-width-icon: 76px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}body{margin:0;padding:0}.MuiModal-root{display:flex!important;align-items:center!important;justify-content:center!important}.MuiModal-backdrop{background-color:#000c!important;transition:all .2s!important}.modal-wrapper{width:100%;max-width:390px;background-color:#fff;border-radius:24px;box-sizing:border-box;outline:none;color:#000;position:absolute}.modal-wrapper.wallet{background-color:#141517;max-width:600px;height:100%;max-height:720px;color:#fff}.modal-sidebar-inner{width:100%;height:100%;display:flex;align-items:start;outline:none}.modal-sidebar-wrapper{width:300px;height:100%;color:#fff;box-sizing:border-box;outline:none;position:absolute}.modal-close-wrapper{padding:20px 20px 16px;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.modal-title{font-size:28px;font-weight:600;letter-spacing:-.59px;line-height:32px}.modal-content-wrapper{width:100%;height:100%;overflow-y:auto;box-sizing:border-box;padding:0 20px 20px}.modal-close-button{color:#6f7480;width:20px;height:20px;cursor:pointer;transition:all .1s}.modal-close-button:hover{opacity:.8}.modal-close-button:active{opacity:.6}.modal-back-button{display:flex;align-items:center;flex-direction:row;gap:6px;color:#969da4;font-size:14px;font-weight:600;cursor:pointer}.slide-up{animation:slide-up .15s ease-out forwards}.slide-down{animation:slide-down .15s ease-out forwards}.slide-in{animation:slide-in .15s ease-out forwards}.slide-out{animation:slide-out .15s ease-out forwards}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-out{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (max-width: 600px){.modal-wrapper{width:100%;max-width:100%;border-radius:24px 24px 0 0}.modal-close-wrapper{padding:24px 24px 16px}.modal-content-wrapper{padding:0 24px 30px}.MuiModal-root{display:flex!important;align-items:end!important;justify-content:center!important}.modal-wrapper.wallet{max-height:calc(100% - 40px)}}.header-wrapper{width:100%;height:74px;min-height:74px;box-sizing:border-box;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;flex-direction:row;top:0;z-index:10;background-color:var(--bg-primary)}.header-left{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:20px}.logo-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px}.logo-icon{width:30px;height:30px}.logo-title{font-size:18px;font-weight:600;color:#cacaca;white-space:nowrap}.logo-title.mobile{display:none}.bonuses.wrapper{border-radius:10px;flex-grow:1;height:40px;flex-basis:auto;flex-shrink:0;color:#9fa5ac;padding:2px;width:110px;background-color:var(--control-neutral);display:flex;align-items:center;justify-content:center}.bonuses.inner{padding-left:16px;padding-right:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;height:100%;width:100%;font-size:14px;font-weight:500;gap:6px;cursor:pointer;transition:all 0s}.bonuses.inner:hover{background-color:#25272a}.header-right{display:flex;align-self:center;justify-content:center;flex-direction:row;gap:12px;margin-left:12px}.button.wallet{background-color:#00b24b;white-space:nowrap}.button.wallet:hover{background-color:#06d15b}.button{height:44px;padding:0 20px;border-radius:10px;color:var(--content-primary);background-color:var(--control-neutral);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}.button.square{height:36px;width:36px;box-sizing:border-box;padding:0}.button:hover{background-color:#242628}.button:active{transform:scale(.95)}.button.register{background-color:var(--primary-color)}.mobile{display:none}.header-balance-wrapper{padding-left:12px;padding-right:12px;border-radius:10px;gap:12px;min-height:44px;border:1px solid rgb(169 175 181/.12);align-items:center;display:flex;cursor:pointer}.header-balance-currency-wrapper{background-color:#00b24b;border-radius:999px;width:23px;height:23px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-direction:column}.header-balance-title{font-size:14px;font-weight:500;margin-left:-6px}@media screen and (max-width: 600px){.logo-title.mobile{display:block}.logo-title.web{display:none}.header-right{gap:8px}.header-right>.button{height:35px;padding:0 14px}.mobile{display:flex}.button.mobile{height:35px;padding:0 14px}.header-left{gap:12px}.header-balance-wrapper{height:35px;min-height:35px;padding-left:6px;padding-right:8px;border-radius:10px;gap:8px}.header-balance-title{margin-left:0}}.banners{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:16px;width:100%;height:400px;-webkit-user-select:none;user-select:none}.banner{box-sizing:border-box;border-radius:24px;background-color:#000;display:flex;align-items:start;flex-direction:column;justify-content:space-between}.banner.small{padding:20px;width:100%;height:100%;overflow:hidden;position:relative;background-image:linear-gradient(141deg,var(--pink-purple-200, #EF64FF) .72%,var(--blue-blue-400, #005CFF) 100%)}.banner.large{width:1000px;min-width:1000px;height:400px;padding:35px;background:url(https://optimize.v3.bundlecdn.com/unsafe/banner_desktop_main_3x/plain/https://d1x0nzb6t1pnx3.cloudfront.net/banner-files/vhguXO02HfGkPaNOO2lxoVb7EqnK-HEIR7_fnXz7FSrzULmpYMTosuYWiTELz1lvKLSh4ereB9qwEYgCe35d21UFKZ5Ib3tX86Rv.jpg);background-size:cover}.banners-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;gap:16px}.banner-title{font-size:38px;font-weight:700;line-height:125%;color:#fff}.banner-title.small{margin-top:8px;font-size:16px;font-weight:400}.banner-title-slug{width:fit-content;padding:4px 8px;border-radius:999px;background-color:#fff3;color:#fff;font-size:12px;font-weight:600}.banner-image{position:absolute;width:auto;max-width:calc(100% + 20px);max-height:100%;min-width:232px;inset-block-end:unset;right:-30px;top:52%;transform:translateY(-50%)}.footer-wrapper{margin-top:40px;width:100%;padding-bottom:30px}.footer-divider{width:100%;height:1px;background-color:#a9afb51f;margin-bottom:20px}.footer-inner-logo{width:100%;display:flex;align-items:center;justify-content:space-between}.wallet-cat-wrapper{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:20px}.wallet-cat-title{font-size:16px;font-weight:600}.wallet-cat-items{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:4px}.wallet-cat-item-wrapper{width:100%;height:100px;background-color:#a9afb514;padding:12px;box-sizing:border-box;border-radius:12px;transition:all .2s;-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;background-size:contain;background-position:100%;background-repeat:no-repeat}.wallet-cat-item-wrapper:hover{background-color:#a9afb529}.wallet-cat-item-title{color:#f4f5f6;letter-spacing:-.12px;font-weight:600;font-size:.875rem;line-height:1.25rem;text-align:left;max-width:90px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.wallet-cat-bonus-wrapper{background-color:#fff;display:flex;align-items:center;justify-content:center;float:row;gap:2px;border-radius:999px;padding:4px;box-sizing:border-box;width:72px}.wallet-cat-bonus-icon{color:#0075ff;width:1rem;height:1rem}.wallet-cat-bonus-title{letter-spacing:-.04px;color:#000;font-weight:600;font-size:.75rem;line-height:1rem}.no-data-wrapper{width:100%;height:calc(100% - 45px);display:flex;align-items:center;justify-content:center;flex-direction:column}.no-data-button{position:absolute;bottom:20px;left:20px;right:20px;width:calc(100% - 40px);display:flex;align-items:center;justify-content:center}.no-data-title{width:100%;text-align:center;margin-top:14px;font-size:16px;font-weight:500}.no-data-desc{width:100%;text-align:center;margin-top:4px;max-width:300px;font-size:12px;font-weight:400;color:gray}.cryptocurrency-payment-wrapper{width:100%;height:100%;display:flex;flex-direction:column}.payment-data-wrapper{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:2px;margin-top:16px;margin-bottom:12px}.payment-data-block{width:100%;box-sizing:border-box;padding:12px 12px 12px 16px;background-color:#1a1b1e;border-radius:4px;display:flex;flex-direction:row;justify-content:space-between;overflow:hidden}.payment-data-block.first{border-top-left-radius:16px;border-top-right-radius:16px}.payment-data-block.third{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.payment-block-left{display:flex;align-items:center;flex-direction:row;gap:12px}.payment-block-desc{color:#9fa5ac;letter-spacing:-.04px;font-size:.75rem;line-height:1rem;margin-bottom:1px}.payment-block-title{color:#f4f5f6;letter-spacing:-.12px;font-size:.875rem;line-height:1.25rem;font-weight:600;overflow:hidden;word-break:break-word;white-space:normal;overflow-wrap:break-word}.payment-block-image-wrapper{display:flex;align-items:center;justify-content:center}.payment-block-icon{color:#9fa5ac;width:24px;height:24px}.payment-coin-image{width:24px;height:24px;border-radius:999px}.payment-block-title-wrapper{display:flex;flex-direction:column;overflow:hidden;overflow-wrap:break-word;flex-shrink:1}.payment-block-right{margin-left:10px}.payment-warnings-wrapper{width:100%;display:flex;align-items:center;flex-direction:row;gap:4px;margin-bottom:12px}.payment-warning-wrapper{background-color:var(--bg-warning);padding:12px;border-radius:12px;display:flex;flex-direction:column;align-items:start;height:100%;box-sizing:border-box}.payment-warning-image-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.warning-icon{color:#d9a600;width:1.5rem;height:1.5rem}.payment-warning-text{font-size:12px;font-weight:400}.spacer{height:100%;width:100%;box-sizing:border-box}.payment-buttons-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}@media screen and (max-width: 600px){.no-data-button{bottom:30px;left:24px;right:24px;width:calc(100% - 48px)}.wallet-cat-items{grid-template-columns:repeat(2,1fr)}}.page-wrapper{width:100%;height:100vh;display:flex;justify-content:center}.sidebar-wrapper{width:100%;max-width:var(--sidebar-width);height:100%;padding:8px;box-sizing:border-box}.app-wrapper{width:100%;padding:0 12px 0 8px;box-sizing:border-box;display:flex;justify-content:center;height:100vh;overflow-y:auto}.app-inner{width:100%;height:auto;display:flex;flex-direction:column;max-width:1544px;box-sizing:border-box}.sidebar-inner{width:100%;height:100%;overflow:auto;background-color:var(--bg-secondary);padding:16px 16px 0;box-sizing:border-box;border-radius:16px;display:flex;gap:16px;flex-direction:column;-webkit-user-select:none;user-select:none}.selector-wrapper{width:100%;height:auto;display:flex;align-items:center;justify-self:center;flex-direction:row;background-color:var(--control-neutral);padding:2px;box-sizing:border-box;border-radius:12px;min-height:44px;color:var(--content-secondary);gap:1px}.selector-item-wrapper{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;cursor:pointer;height:100%;border-radius:10px;box-sizing:border-box;gap:8px;transition:all .2s}.selector-item-wrapper:hover{background-color:var(--control-hover-color)}.selector-item-wrapper.active{background-color:var(--primary-color);box-sizing:border-box;color:#fff}.selector-item-title{font-size:14px;font-weight:600}.selector-item-icon-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.selector-item-icon{width:100%;height:100%}.button.search{width:100%;height:44px;min-height:44px;border-radius:12px;background-color:var(--control-neutral);color:var(--content-primary);display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .4s;box-sizing:border-box}.button.search:hover{background-color:var(--control-hover-color)}.button.search:active{transform:scale(.95)}.button.white{background-color:#fff;color:#000;height:50px;font-size:16px;font-weight:500;-webkit-user-select:none;user-select:none}.search-icon{width:20px;height:20px}.menu-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column}.menu-inner{width:100%;display:flex;align-items:center;flex-direction:column;gap:4px}.menu-bottom{width:100%;padding-bottom:16px}.menu-divider{background-color:var(--border-divider);width:100%;height:1px;margin-bottom:8px;margin-top:8px}.menu-item{width:100%;display:flex;align-items:center;flex-direction:row;gap:8px;color:var(--content-primary);font-size:14px;font-weight:500;padding:8px;box-sizing:border-box;border-radius:10px;cursor:pointer;transition:all .2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.menu-item:hover{background-color:#25272a}.menu-item-icon{width:24px;height:24px;color:#9fa5ac}.buttons-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:12px;margin-top:12px;gap:12px}.page-inner{width:100%;margin-top:4px;display:flex;flex-direction:column;gap:16px}.page-no-data-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.games-cats{width:100%;display:flex;flex-direction:column;gap:30px}.games-cat-title-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.games-cat-title{font-size:20px;font-weight:600}.games-cat-actions{display:flex;align-items:center;justify-content:space-between;gap:4px}.games-cat-button{transition:all .2s;background-color:var(--control-neutral);border-radius:8px;min-height:36px;display:flex;align-items:center;justify-content:center;padding-left:16px;padding-right:16px;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none;cursor:pointer}.games-cat-button:hover,.games-cat-small:hover{background-color:#242628}.games-cat-button:active,.games-cat-small:active{transform:scale(.95)}.games-cat-small.disabled:hover{background-color:var(--control-neutral)}.games-cat-small.disabled:active{transform:scale(1)}.games-cat-small.disabled{opacity:.5;cursor:default}.games-cat-small{transition:all .2s;background-color:var(--control-neutral);border-radius:8px;min-height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:pointer}.games-cat-games-wrapper{width:100%;height:auto;display:flex;align-items:center;flex-direction:row;gap:16px;margin-top:14px;overflow:hidden;position:relative;height:220px}.games-cat-game-wrapper{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;border:2px solid #242628;cursor:pointer;box-sizing:border-box;min-width:160px;max-width:160px}.games-cat-game-wrapper:hover>.games-cat-game-image{transform:scale(1.15)}.games-cat-game-image{width:100%;height:100%;transition:all .2s}.games-cat-games-gradient{position:absolute;width:5rem;height:100%;z-index:10}.games-cat-games-gradient.left{top:0;bottom:0;left:0;background-image:linear-gradient(to left,transparent,rgb(11 12 13))}.games-cat-games-gradient.right{top:0;bottom:0;right:0;background-image:linear-gradient(to right,transparent,rgb(11 12 13))}@media screen and (max-width: 600px){.sidebar-wrapper{display:none}.modal-sidebar-wrapper>.sidebar-wrapper{display:block}.app-wrapper{padding:0 15px}.web{display:none!important}.banners{flex-direction:column;height:auto;gap:10px}.banner.large{width:100%;min-width:auto;height:200px;padding:20px;border:1px solid #242628}.banner-title{font-size:16px}.games-cat-games-gradient{display:none}.banners-wrapper{flex-direction:row;box-sizing:border-box;max-height:114px;gap:10px}.banner.small{height:114px;padding:12px}.banner.small.wide{width:70%}.banner.small.sm{width:30%;display:flex;align-items:center;justify-content:start}.banner.small.sm>.banner-title-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column}.banner.small.sm>.banner-title-wrapper>.banner-title.small{display:none}.banner-title-slug{font-size:10px}.banner-title.small{font-size:13px}.banner.small.wide>.banner-image{width:140px;min-width:140px;right:0}.banner.small.sm>.banner-image{width:120px;min-width:120px;left:50%!important;transform:translate(-50%)!important}.button.mobile-adoptation{font-size:12px;font-weight:500;height:38px}.games-cat-button{border-radius:10px;font-size:12px}.games-cat-games-wrapper{overflow-x:auto}}
