:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.image-gallery-icon{appearance:none;background-color:#0000;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5));outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-bottom-nav,.image-gallery-top-nav{left:50%;padding:10px;transform:translateX(-50%)}.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-bottom-nav .image-gallery-svg,.image-gallery-top-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-bottom-nav[disabled],.image-gallery-top-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;touch-action:none;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{bottom:auto;left:20px;right:auto;top:50%;transform:translateY(-50%);width:auto}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:#0000;border:4px solid #0000;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid #0000;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}.page-scale-boost{transform:scale(1.05);transform-origin:center center;transition:transform .2s ease;will-change:transform}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media screen and (max-width:520px){.hamburger-icon{height:12px!important;margin-left:-20px;width:12px!important}.logo-beta{max-width:75px!important;min-width:75px!important}.header-container{padding:0!important}.profile-user-data-btns{align-items:center!important;flex-direction:column!important}.client-seed-button-box{align-items:center;display:flex;flex-direction:column;justify-content:center}.how-to-use-flex,.promo-code-box,.use-gift-card-box{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}.promo-code-box,.use-gift-card-box{padding:20px!important}.top-drops-container{flex-direction:column!important}.user-info-container{width:100%!important}}.gap-item{position:relative}.progress-bar>div{animation:progress-load 1s ease-out;background:#ffe03f}@keyframes progress-load{0%{width:0}}.progress-bar-vertical{animation:progress-load-vertical 1s ease-out;background:#ffe03f}@keyframes progress-load-vertical{0%{height:0}to{height:50%}}.level2{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) 0 0 no-repeat}.level0,.level2{height:200px;width:440px}.level0{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -440px 0 no-repeat}.level1{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -880px 0 no-repeat}.level1,.level3{height:200px;width:440px}.level3{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -1320px 0 no-repeat}.level4{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -1760px 0 no-repeat}.level4,.level6{height:200px;width:440px}.level6{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -2200px 0 no-repeat}.level7{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -2640px 0 no-repeat}.level5,.level7{height:200px;width:440px}.level5{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -3080px 0 no-repeat}.level9{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -3520px 0 no-repeat}.level10,.level9{height:200px;width:440px}.level10{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -3960px 0 no-repeat}.level8{background:url(https://storage.googleapis.com/superskin-assets/Other/level.png) -4400px 0 no-repeat;height:200px;width:440px}.default-cases-section{position:relative;transition:padding .3s;width:100%}.skin-box-card .pbox-card_treasure{transition:all .3s}.skin-box-card:hover .pbox-card_treasure{animation:floatAndScaleAnimate 2s linear .3s infinite alternate;transform:scale(1.1);transition:all .3s}@keyframes floatAndScaleAnimate{0%{transform:scale(1.1) translateZ(0)}to{transform:scale(1.1) translate3d(0,-5px,0)}}.pbox-card .pbox-card_border{opacity:0;transform:scale(1.1);transition:all .3s}.pbox-card:hover .pbox-card_border{opacity:1;transform:scale(1);transition:all .3s}.pbox-card:hover .pbox-card_border_bg{opacity:1}@media screen and (max-width:472px){.pbox-card:hover .pbox-card_border,.pbox-card:hover .pbox-card_border_bg{opacity:0}}.pbox-card .pbox-card_treasure_scale{transform:scale(1);transition:all .3s}.pbox-card:hover .pbox-card_treasure_scale{transform:scale(1.1);transition:all .3s}.pbox-card .pbox-card_light{animation:linearAnimateUp 1s linear infinite alternate}.pbox-card .pbox-card_treasure{animation:linearAnimateDown 1s linear infinite alternate}.pbox-card:hover .pbox-card_treasure{animation:floatAndScaleAnimateV2 1s linear infinite alternate}@keyframes linearAnimateDown{0%{transform:translateZ(0)}to{transform:translate3d(0,6px,0)}}@keyframes linearAnimateUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-6px,0)}}@keyframes floatAndScaleAnimateV2{0%{transform:scale(1.1) translateZ(0)}to{transform:scale(1.1) translate3d(0,6px,0)}}.skin-case-wrap,.skin-case-wrap.justify-center{justify-content:center}.skin-case-wrap.justify-around{justify-content:space-around}.my-skins:hover .my-skins_action>div{display:flex;gap:10px;justify-content:flex-start;padding:0 10px;transition:all .3s}.my-skins .my-skins_action .my-skins_action_txt{display:none;opacity:0;transform:width 1s ease;width:0}.my-skins:hover .my-skins_action>button{gap:11px;justify-content:flex-start;padding-left:11px;padding-right:11px}.my-skins:hover .my-skins_action .my-skins_action_txt{display:block;opacity:1;transform:width 1s;width:auto}.multiple-switcher:first-child:before,.multiple-switcher:last-child:before{background-image:linear-gradient(357.91deg,#18172e 1.14%,#131228 98.23%);content:"";height:100%;position:absolute;top:0;width:20px}.multiple-switcher:first-child:before{clip-path:polygon(100% 0,0 50%,100% 100%);left:-19px}.multiple-switcher:last-child:before{clip-path:polygon(100% 50%,0 0,0 100%);right:-19px}.multiple-switcher.active,.multiple-switcher.active:first-child:before,.multiple-switcher.active:last-child:before,.multiple-switcher:hover,.multiple-switcher:hover:first-child:before,.multiple-switcher:hover:last-child:before{background-image:linear-gradient(357.1deg,#211b44 2.04%,#251f4b 2.05%,#201c43 97.96%);color:#8380ff}.roulette-wrapper{align-items:center;display:flex;justify-content:flex-start;margin:0 auto;overflow:hidden;position:relative;width:100%}.roulette-wrapper.vertical{align-items:flex-start}.roulette-wrapper .selector{background:#ffe926;height:180px;left:50%;position:absolute;transform:translate(-50%);width:2px;z-index:2}.roulette-wrapper .wheel,.roulette-wrapper .wheel .row,.roulette-wrapper .wheel .vertical{display:flex}.roulette-wrapper .wheel .card{color:#fff;display:flex;flex-direction:column;font-size:1.5em;justify-content:space-around;position:relative}.roulette-wrapper .wheel .card .card-chance,.roulette-wrapper .wheel .card .win-bg,.roulette-wrapper .wheel .card.hide-drop .card-desp{opacity:0}.roulette-wrapper .wheel .row .card.hide-drop .card-desp{opacity:1}.roulette-wrapper.vertical .wheels{align-items:flex-start;display:flex;gap:10px;justify-content:space-around;width:100%}.roulette-wrapper.vertical .wheels .wheel{flex-direction:column}.roulette-wrapper.vertical .wheels .wheel .vertical{align-items:center;display:flex;flex-direction:column;width:100%}.roulette-wrapper.vertical .selector{background:#ffe926;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%;z-index:2}.roulette-wrapper .card-desp{margin-top:10px}.roulette-wrapper.vertical .card-desp{opacity:0}.roulette-wrapper .wheel.lottery-success .card.win-drop .normal-bg{animation:fadeAnimate .3s ease-out forwards}.roulette-wrapper .wheel.lottery-success .card.win-drop .win-bg{animation:showAnimate .8s ease-out forwards}.roulette-wrapper.vertical .wheel.lottery-success .card.win-drop .card-desp{animation:cardDespAnimate .8s ease-out forwards;z-index:5}.roulette-wrapper .wheel.lottery-success .card.win-drop .card-chance{animation:showAnimate .8s ease-out .1s forwards}.roulette-wrapper .wheel.lottery-success .card.win-drop .card-skin{animation:cardSkinAnimate 2s ease-out .8s infinite alternate}@keyframes fadeAnimate{0%{opacity:1}to{opacity:0}}@keyframes showAnimate{0%{opacity:0;transform:translateZ(0)}30%{transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cardDespAnimate{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes cardSkinAnimate{0%{transform:translate(0,0,0)}to{transform:translate3d(0,-10px,0)}}.roll-prize-swiper .swiper-wrapper{height:inherit;justify-content:center}.roll-prize-swiper-default .swiper-wrapper{height:inherit}*{scrollbar-color:#4d4b63 #1a1924;scrollbar-width:thin}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:#1a1924}::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#4d4b63;border:2px solid #0000;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a1924}.input-container{background:#090811!important;background-color:inherit;border:1px solid #232230!important;font-size:14px;font-weight:700;min-height:50px;padding:0 10px;width:100%}.create-event-container .react-datepicker-wrapper,.create-event-container .react-datepicker__input-container{height:50px;width:auto}.date-picker-container{background:none;font-size:14px;font-weight:700;height:100%;width:100%}.date-picker-container:focus{border:none;box-shadow:none;outline:none}.create-event-container .react-datepicker{background-color:#2c2c2c;border:1px solid #444;color:#f0f0f0}.create-event-container .react-datepicker__input-container input::placeholder{color:#fff}.react-datepicker-popper{transform:translateY(90px)!important}.create-event-container .react-datepicker__header{background-color:#1e1e1e;border-bottom:1px solid #444;color:#f0f0f0}.create-event-container .react-datepicker-time__header,.create-event-container .react-datepicker__time,.create-event-container .react-datepicker__time-container{background-color:#1e1e1e!important;color:#f0f0f0}.create-event-container .react-datepicker__time-list-item--selected,.create-event-container .react-datepicker__time-list-item:hover{background-color:#ffe03f!important;color:#090811!important}.create-event-container .react-datepicker__current-month,.create-event-container .react-datepicker__day,.create-event-container .react-datepicker__day-name{color:#f0f0f0}.create-event-container .react-datepicker__day--keyboard-selected,.create-event-container .react-datepicker__day--selected{background-color:#ffe03f;color:#090811}.create-event-container .react-datepicker__day:hover:not(.react-datepicker__day--disabled){background-color:#ffe03f!important;color:#090811}.create-event-container .react-datepicker__day--today{border:1px solid #aaa}.create-event-container .react-datepicker__triangle{display:none}.create-event-container .react-datepicker__close-icon:after{background:#232230}@media screen and (max-width:520px){.react-datepicker{display:flex!important;height:280px}}.custom-pagination-slider{--slider-thumb-size:30px!important;--slider-track-size:2px!important}.custom-pagination-slider .chakra-slider__thumb{border-radius:0!important;height:6px!important;width:30px!important}.custom-pagination-slider .chakra-slider__filled-track,.custom-pagination-slider .chakra-slider__track{height:2px!important}.pbox-card .new-pbox2-treasure{animation:new-pbox2-treasure-animate 4s linear infinite}.pbox-card .new-pbox2-hover,.pbox-card .new-pbox2-hover2{opacity:0}.pbox-card:hover .new-pbox2-hover{animation:new-pbox2-hover-animate 1.2s linear infinite}.pbox-card:hover .new-pbox2-hover2{animation:new-pbox2-hover-animate 1.2s linear .2s infinite}.shelf-container,.shelf-container-rushb{display:grid;@media screen and (min-width:1729px){gap:2vw;grid-template-columns:repeat(6,1fr)}@media screen and (max-width:1728px){gap:1vw;grid-template-columns:repeat(5,1fr)}@media screen and (max-width:1500px){gap:10px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1400px){gap:10px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:520px){gap:10px;grid-template-columns:repeat(2,1fr)}}@keyframes new-pbox2-treasure-animate{0%,10%,20%{opacity:0}15%,5%{opacity:1}40%,80%{opacity:1}60%,to{opacity:0}}@keyframes new-pbox2-hover-animate{0%,33.3%,66.6%,to{opacity:0}16.67%,50%{opacity:1}}.box-detail-background{will-change:transform}.home-banner-carousel{padding-bottom:16px;width:100%;.image-gallery-bullets{bottom:-16px}.image-gallery-slide{opacity:0;transform:translateZ(0)!important;transition:opacity .5s ease-in-out!important}.image-gallery-center{opacity:1}.image-gallery-left,.image-gallery-right{opacity:0}.image-gallery-bullets .image-gallery-bullets-container{align-items:center;display:flex;gap:6px;justify-content:center}.image-gallery-bullets .image-gallery-bullet{background:#363546;border:none;border-radius:0;box-shadow:none;height:6px;margin:0;padding:0;width:6px}.image-gallery-bullets .image-gallery-bullet.active,.image-gallery-bullets .image-gallery-bullet:hover{background:#ffe03f;margin:0 6px;width:30px}}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-cyrillic-ext-400-normal.3cd6b59c1de44642d396.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-400-normal.46f990ed647f26b60e5d.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-cyrillic-400-normal.4f719603dd8d529b6e1f.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-400-normal.dd4b9a71dcaf39292dd9.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-greek-400-normal.3fe81b6970d9919c60b7.woff2) format("woff2"),url(/static/media/sofia-sans-greek-400-normal.e3c2306ded92279417ec.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-latin-ext-400-normal.7b433322f9463618f050.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-400-normal.23e7ecd86182f7c2b6d2.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:400;src:url(/static/media/sofia-sans-latin-400-normal.d28425b0402679e58a99.woff2) format("woff2"),url(/static/media/sofia-sans-latin-400-normal.968ec98cbf8682cf1faa.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-cyrillic-ext-500-normal.7b787162ee18192be411.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-500-normal.01bf4c8f431a6ec28803.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-cyrillic-500-normal.c04c88c62745c454bec5.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-500-normal.3fbda3392e5facbc022a.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-greek-500-normal.2dafe52dcc327f09de77.woff2) format("woff2"),url(/static/media/sofia-sans-greek-500-normal.4a7e80e042036e109e21.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-latin-ext-500-normal.272bab194efa0a35ccfc.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-500-normal.66412dbe6947192c2738.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:500;src:url(/static/media/sofia-sans-latin-500-normal.83a9f1226737047dfb20.woff2) format("woff2"),url(/static/media/sofia-sans-latin-500-normal.72a63a12f94ddcfaabe9.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-cyrillic-ext-700-normal.ae4aa3c2721c701b77cb.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-700-normal.b04c941d46bd8895a5f9.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-cyrillic-700-normal.7c8a99fa5259c0f9ca0d.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-700-normal.d42269f750df43779c2c.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-greek-700-normal.2c7b19f4f2ddccad4557.woff2) format("woff2"),url(/static/media/sofia-sans-greek-700-normal.be3eddc6108724542535.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-latin-ext-700-normal.719676a359752a6912d2.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-700-normal.037a9491a54aca3c159e.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:700;src:url(/static/media/sofia-sans-latin-700-normal.d237f25f17f6e91f287e.woff2) format("woff2"),url(/static/media/sofia-sans-latin-700-normal.aca6b3c77b8f18eebb16.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-cyrillic-ext-800-normal.eda198a4dc20cc62f3e2.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-ext-800-normal.10448cce470a036b5981.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-cyrillic-800-normal.ca3891689e900edb423f.woff2) format("woff2"),url(/static/media/sofia-sans-cyrillic-800-normal.e6cb1289e8f37d2b5976.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-greek-800-normal.a0d586d4f26c553da308.woff2) format("woff2"),url(/static/media/sofia-sans-greek-800-normal.1dc7b9eda90126010645.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-latin-ext-800-normal.385dc3ab04081ecb9e14.woff2) format("woff2"),url(/static/media/sofia-sans-latin-ext-800-normal.6e220f0f11e6680724de.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Sofia Sans;font-style:normal;font-weight:800;src:url(/static/media/sofia-sans-latin-800-normal.96bfdd069517642a65ae.woff2) format("woff2"),url(/static/media/sofia-sans-latin-800-normal.3109dbbe1e901c397256.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Zen Dots;font-style:normal;font-weight:400;src:url(/static/media/zen-dots-latin-ext-400-normal.0ece56afdf9ec7ae62c7.woff2) format("woff2"),url(/static/media/zen-dots-latin-ext-400-normal.c0c335c534d0d7874e21.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Zen Dots;font-style:normal;font-weight:400;src:url(/static/media/zen-dots-latin-400-normal.b4ed4091abebae78f05b.woff2) format("woff2"),url(/static/media/zen-dots-latin-400-normal.f828e3afc9b10fff7052.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}