: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:-webkit-fit-content;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:0px;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)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.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{-webkit-margin-end:10px;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)}}.styles_buttonEnter__iZOYx{animation:styles_animateText__SD9I- 5s ease infinite alternate-reverse;background:linear-gradient(270deg,#48d4f4,#ff27e7);background-size:400% 400%;border-radius:10px;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:600;margin-left:auto;margin-right:auto;padding:10px;text-align:center;transition:.8s ease;width:280px}.styles_buttonEnter__iZOYx:hover{background:#fc0}@keyframes styles_animateText__SD9I-{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.header_header__KQgYJ{font-size:1rem;font-weight:400;min-height:60px;padding:5px 35px}.header_container__zCyf-{display:flex;height:50px;padding:5px 40px 5px 33px}.header_button__7IWm-{margin:5px 10px}.header_button__7IWm- button{height:37px;width:140px}.header_button__7IWm- img{height:35px;margin-right:5px;width:35px}.header_bellContainer__y3-AV{min-width:50px}.header_bellContainer__y3-AV,.header_bell__Ldj0s{align-items:center;display:flex;justify-content:center}.header_bell__Ldj0s{color:#fff;cursor:pointer;position:relative;transition:.2s ease-in}.header_bell__Ldj0s i{font-size:1.6rem}.header_bell__Ldj0s span{border-radius:25px;min-width:20px;position:absolute;right:-10px;top:-10px}.header_avatar__dIe0p{position:relative}.header_avatar__dIe0p img{background-color:#fff;border-radius:50%;height:35px;margin-left:10px;width:35px}.header_avatar__dIe0p span{border-radius:25px;min-width:20px;position:absolute;right:0;top:4px}.header_navLink__JZI7m:hover{color:gold!important}.header_notifications__voRpy span{margin-left:5px}.header_rating__58RUx{align-items:center;align-self:center;border-radius:50px;color:gold;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:0 5px;transition:color .2s ease}.header_rating__58RUx:hover{color:#efb43f}.header_rating__58RUx img{height:30px;margin-right:5px;width:30px}.header_coins__Y3cTI{align-items:center;align-self:center;border-radius:50px;color:gold;cursor:pointer;display:flex;font-weight:600;justify-content:center;margin-right:10px;padding:0 5px;transition:color .2s ease}.header_coins__Y3cTI:hover{color:#efb43f}.header_coins__Y3cTI img{height:30px;margin-right:5px;width:30px}.header_isActive__4juXb{color:gold!important}.header_brandContainer__Gir5V{align-items:center;display:flex;margin-right:15px}.header_brandContainer__Gir5V img{margin-top:-2px}.header_brandTitle__2SXJG{font-size:1rem;margin-bottom:0;margin-left:10px}.header_mobileHeaderContainer__qxUyc{top:0;z-index:9999!important}.header_navItemMobile__rik6x{font-size:2.7rem;justify-content:flex-start!important;margin-left:10px;padding-bottom:.5rem}.header_mobileHeader__lPNq2{align-items:center;display:flex;height:60px;justify-content:space-between;width:100%}.header_mobileToggler__B7239{font-size:2rem}.header_mobileHeaderAuth__otKug{flex-direction:row;font-size:1.3rem}.header_mobileHeaderRight__44U4V{align-items:center;display:flex;gap:1rem;padding-right:1rem}.header_mobileHeaderRight__44U4V li{margin-right:10px!important}.header_mobileHeaderRight__44U4V li:last-child{margin-right:0!important}.header_mobileHeaderRight__44U4V div{margin-bottom:0}.header_exitButton__swKr2{font-size:1rem}.header_exitButton__swKr2 p{color:#fff!important}@media screen and (max-width:768px){.header_bell__Ldj0s{margin-right:0}.header_coins__Y3cTI,.header_rating__58RUx{margin-bottom:15px;margin-right:0}.header_avatar__dIe0p img{margin-left:0}.header_exitButton__swKr2{font-size:2.7rem;justify-content:flex-start!important;margin-left:10px;padding-bottom:.5rem}.header_exitButton__swKr2 p{color:#fff!important}}.style-mobile_avatar__AkoMr,.style-mobile_coins__xATHY,.style-mobile_rating__04yLS{font-size:1.7rem}.style-mobile_avatar__AkoMr img,.style-mobile_coins__xATHY img,.style-mobile_rating__04yLS img{height:50px;width:50px}.style-mobile_bell__fEVpd i{font-size:2.6rem}.style-mobile_bell__fEVpd span{border-radius:50%;min-width:32px;position:absolute;right:-17px;top:-8px}.style-mobile_avatar__AkoMr span{border-radius:50%;min-width:32px;position:absolute;top:5px}.style-mobile_badge__nzZzZ{font-size:1.4rem}.CookieWarning_cookiesMessage__2fqUS{align-items:center;background-color:#8db9e6;display:flex;justify-content:center;min-height:25px;text-align:center;width:100%}.CookieWarning_cookiesMessage__2fqUS p{margin:0}.CookieWarning_cookiesMessage__2fqUS i{margin-left:10px;margin-top:1px}.CookieWarning_cookieCloseButton__iE8Pl{cursor:pointer}.styles_content__cLBag{background-image:linear-gradient(315deg,#2a2a72,#009ffd 74%);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100vw}.styles_header__GGzXh{height:60px}.styles_titleWrapper__GGGc4{justify-content:center;margin-bottom:3vh;margin-top:3vh}.styles_promo__WFdPI,.styles_titleWrapper__GGGc4{align-items:center;display:flex;flex-direction:column}.styles_promo__WFdPI{flex:1 1;position:relative;width:100%}.styles_promoTitle__Z7BHs{height:auto;max-width:500px;top:5%}.styles_promoContainer__QhjaQ,.styles_promoTitle__Z7BHs{align-items:center;display:flex;justify-content:center;width:100%}.styles_promoContainer__QhjaQ{flex-direction:column;padding:0 40px;position:relative}.styles_promoImage__MDNrQ{height:auto;max-width:1000px;width:100%}.styles_footerWrapper__rIn8x{background-color:#8db9e6;display:flex;justify-content:center;margin-top:40px;min-height:40px;width:100%}.styles_footer__Z7EhK{align-items:center;column-gap:1.4rem;display:flex;flex-wrap:wrap;justify-content:center;max-width:1008px;width:100%}.styles_footer__Z7EhK p{cursor:pointer;margin:0;transition:.2s ease}.styles_footer__Z7EhK .styles_footerLink__VRiwv{color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;text-decoration:none}.styles_footer__Z7EhK .styles_footerLink__VRiwv:hover{color:#1e477a}.styles_socials__WLcIX{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:400}.styles_socials__WLcIX img{cursor:pointer;filter:brightness(0) invert(1);height:22px;margin-right:8px;padding-bottom:3px;transition:.2s ease;width:25x}.styles_socials__WLcIX img:last-child{margin-right:0}.styles_socials__WLcIX img:hover{filter:none}.styles_projects__8A7zH{align-items:center;display:flex;margin-right:20px}.styles_projects__8A7zH img{cursor:pointer;filter:brightness(0) invert(1);height:40px;margin-left:10px;width:40px}.styles_projects__8A7zH:hover{color:#f5c30c!important}.styles_projects__8A7zH:hover img{filter:none}.styles_about__g9dia{display:flex}.styles_about__g9dia:hover{color:#add8e6}.styles_description__znM3m{align-items:center;color:#fff;display:flex;font-size:1.2rem;font-weight:600;justify-content:center;line-height:1.3;margin-bottom:0;margin-top:10px;text-align:center;width:400px}.styles_promoEnter__WPvSQ{left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:10%}.styles_mobileNav__l2fCx{color:#fff;font-size:2rem;margin-top:20px;max-width:400px;text-align:center;width:100%}.styles_mobileNav__l2fCx hr{border-top-color:#fff}@media screen and (max-width:760px){.styles_description__znM3m{font-size:2rem;padding:0 10px;width:100%}.styles_promoImage__MDNrQ{height:auto;padding:0 10px}.styles_footer__Z7EhK{align-items:center;flex-direction:column;height:140px;justify-content:center;row-gap:.4rem}.styles_footer__Z7EhK .styles_footerLink__VRiwv{font-size:1.5rem}.styles_button__8tNMV,.styles_promo__WFdPI{justify-content:center}.styles_button__8tNMV{align-items:center;display:flex;font-size:2rem!important;height:5vh;margin-bottom:3vh;margin-top:3vh;max-width:400px;min-height:70px;width:100%}.styles_cookiesMessage__7gXbW{margin-top:15px}}.styles_notifications__WWrJB{align-items:center;animation:styles_fadeIn__-DR16 .5s ease-in;background-color:#000000bf;bottom:0;color:#fff;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.styles_lightBackground__Ccu2k{background-color:#0006}.styles_content__ZHhse{align-items:center;display:flex;justify-content:center;position:relative}.styles_times__SQFs0{color:#45b7d6;position:absolute;right:25px;top:25px}@keyframes styles_fadeIn__-DR16{0%{opacity:0}to{opacity:1}}.styles_loading__EQguG img{height:auto;width:250px}.styles_loading__text__YxHvB{font-size:1.5rem;font-weight:300;margin-top:20%;text-align:center}.styles_ravenWrapper__b1NR5{align-items:center;display:flex;height:400px;justify-content:center;position:relative;width:400px}.styles_loadingHelper__851nD{font-size:1.2rem;max-width:400px;text-align:center}.styles_lines__\+DfQ\+{bottom:80px;position:absolute;width:100px!important;z-index:1}.styles_stones__5lx0S{animation:styles_move__VapeA 3s linear infinite alternate-reverse;bottom:100px;filter:drop-shadow(0 0 10px white);position:absolute;z-index:3}.styles_core__8Uewx{bottom:0;position:absolute;z-index:1}.styles_raven__KVo8z{animation:styles_move__VapeA 2s linear infinite alternate-reverse;filter:drop-shadow(0 0 10px white);position:absolute;top:-20px;z-index:2}@keyframes styles_move__VapeA{0%{transform:translateY(0)}to{transform:translateY(20px)}}.styles_helperWrapper__ioHVU{align-items:center;background-color:#fffc;border-radius:18px;bottom:20px;display:flex;height:60px;left:20px;padding:10px;position:absolute;width:250px;z-index:10}.styles_logoWrapper__8rBmO{margin:0 10px;width:40px}.styles_messageWrapper__HoAgM{align-items:center;display:flex;font-size:1.2rem;font-weight:400}.styles_containerWrapper__PRmcU{align-items:center;background-color:#fff;border-radius:10px;color:#000;display:flex;flex-direction:column;margin:20px;max-width:800px;padding:20px}.styles_title__nF2HT{color:#45b7d6;font-weight:600;margin-bottom:20px;text-align:center}.styles_content__XUflF{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;font-size:1.2rem;width:100%}.styles_footer__Taw0-{display:flex;flex-wrap:wrap;justify-content:center;overflow-y:auto;padding:10px;width:100%}.styles_footer__Taw0- button{margin-right:15px!important}.styles_logo__vsXxC{height:100px;width:100px}.styles_logo2__ZXkdJ{height:200px;width:200px}.styles_subjects__IlaDT{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:100px;justify-content:center;line-height:1.2;text-align:center;transition:.2s ease;width:30%}.styles_subjects__IlaDT:hover img{transform:scale(1.1)}.styles_subjects__IlaDT p{font-weight:600;height:45px;margin-top:5px}.styles_subjects__IlaDT img{height:50px;width:50px}.styles_description__-O-Y4{text-align:center;width:100%}@media screen and (max-width:425px){.styles_subjects__IlaDT{width:50%}}.styles_containerWrapper__4BnW0{align-items:center;background-color:#fff;border-radius:10px;color:#000;display:flex;flex-direction:column;margin:20px;max-width:550px;padding:20px}.styles_title__t-y7d{color:#45b7d6;font-weight:600;margin-bottom:20px;text-align:center}.styles_content__0aHWH{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;font-size:1.2rem;width:100%}.styles_footer__hrDr8{display:flex;flex-wrap:wrap;justify-content:center;overflow-y:auto;padding:10px;width:100%}.styles_footer__hrDr8 button{margin-right:15px!important}.styles_logo__cHgUr{height:100px;width:100px}.styles_logo2__CVmCJ{height:200px;width:200px}.styles_description__aJL0S{text-align:center;width:100%}.styles_wrapper__WmI8f{align-items:center;background:url(/static/media/shop-background.da9c55b5dd5781fa6db9.svg) no-repeat;color:#fff;display:flex;flex-direction:column;height:100vh;max-height:600px;max-width:800px;padding:80px;width:100vw}.styles_buttons__CMrE9{display:flex;gap:15px;justify-content:center}.styles_buttons__CMrE9 button{font-size:1rem!important}.styles_content__3EXJ1{display:flex;flex-direction:column;height:100%;width:100%}.styles_titleWrapper__Jdx00{font-size:2rem;font-weight:600;margin-bottom:30px;padding:0 2rem;text-align:center}.styles_slide__gQD0p{display:flex;flex-grow:1}.styles_slideImage__\+Qgu5{width:40%}.styles_slideImage__\+Qgu5 img{height:auto;max-height:300px;padding:1rem;width:100%}.styles_slideDescription__FbGya{font-size:1.4rem;padding-left:15px;width:60%}.styles_description__1Swka{padding:1rem 2rem 2rem}.styles_wrapper__sPVJe{background:url(/static/media/mobile-modal.17b335e4147398102730.svg) no-repeat 50%;color:#fff;flex-direction:column;height:100vh;max-height:75vh;max-width:45vh;padding:60px;width:100vw}.styles_buttons__KFoZt{display:flex;gap:15px;justify-content:center}.styles_buttons__KFoZt button{font-size:1rem!important}.styles_content__mkGXa{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.styles_titleWrapper__3AyPK{font-size:2rem;font-weight:600;margin-bottom:20px;padding:0 2rem;text-align:center}.styles_slide__VG1lw{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.styles_slideImage__pYGrf{align-items:center;display:flex;justify-content:center}.styles_slideImage__pYGrf img{height:auto;max-width:400px;padding:1rem;width:40%}.styles_slideDescription__sSXA5{font-size:1.6rem;text-align:center}.styles_description__CCGOe{padding:1rem 2rem 2rem}.styles_achievementWrapper__ugBdU{align-items:center;animation:styles_fade__8Brnk 15s linear;background-origin:content-box;border-radius:20px;bottom:40px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;left:50%;margin-left:-200px;position:fixed;transition:.2s ease-in;z-index:9000}@keyframes styles_fade__8Brnk{0%,to{opacity:0}25%,75%{opacity:1}}@media screen and (max-width:768px){.styles_achievementWrapper__ugBdU{font-size:2rem;left:0;margin-left:0;right:0;width:100%}.styles_achievementWrapper__ugBdU img{height:100px;width:100px}}.edit-buttons_container__wgstS{display:flex;flex-direction:column;position:absolute;right:0;top:0;transition:.3s ease;z-index:100}.edit-buttons_container__wgstS span i:hover{color:#d00;transform:scale(1.1)}.edit-buttons_editItems__CFbZ\+{background-color:#ffffffbf;border:3px dashed #b7b7b7;color:#00a5d0;font-size:1.1em;line-height:25px;text-align:center;width:30px}.edit-buttons_editItems__CFbZ\+:first-child{border-top-right-radius:0}.edit-buttons_isSolidBorder__6JYZB{border:1px solid #d3d3d3}.edit-buttons_withoutTopBorder__wCSfH{border-top-color:#0000}.edit-buttons_withoutRightBorder__xHTli{border-right-color:#0000}.edit-buttons_withoutBottomBorder__z\+hyq{border-bottom:none}.achievement_achievement__Mg3kh{align-items:center;background-color:#fff;border:1px solid #d3d3d3;border-radius:5px;box-shadow:0 5px 5px 0 #0000001a;display:flex;margin:10px auto 0;max-height:150px;min-height:70px;padding:10px;position:relative;width:100%}.achievement_achievement__Mg3kh:hover .achievement_editButtons__lYq5\+{display:block}.achievement_achievement__Mg3kh img{align-self:flex-start;height:auto;margin:0 11px 0 2px;position:relative;width:60px}.achievement_select__ZhyKi{cursor:pointer}.achievement_achievement__Mg3kh:after{animation:achievement_slide__JHlLG 3s ease-in-out infinite;background:#fff;border-radius:15px;content:"";height:100%;left:0;position:absolute;top:0;transform:rotate(25deg);width:15px;z-index:1}.achievement_disabled__\+LHNL{background-color:#eaeaea;cursor:default}@keyframes achievement_slide__JHlLG{0%{left:0;opacity:0}76%{opacity:.5}to{left:90%;opacity:0}}.achievement_editButtons__lYq5\+{display:none}.achievement_rating__aOkf8{color:#00a2ff;margin-left:5px}.achievement_rating__aOkf8 i{margin-right:0}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/static/media/icomoon.bba8053746ae702e5dab.eot);src:url(/static/media/icomoon.bba8053746ae702e5dab.eot#iefix) format("embedded-opentype"),url(/static/media/icomoon.ba4c4b82534b926d315e.ttf) format("truetype"),url(/static/media/icomoon.d5442234c4d458d97975.woff) format("woff"),url(/static/media/icomoon.e4b9f6a310f76c07d733.svg#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-1:before{content:""}.icon-2:before{content:""}.icon-3:before{content:""}.icon-4:before{content:""}.icon-5:before{content:""}.icon-6:before{content:""}.icon-7:before{content:""}.icon-8:before{content:""}.icon-9:before{content:""}.icon-10:before{content:""}.icon-11:before{content:""}.icon-12:before{content:""}.icon-13:before{content:""}.icon-14:before{content:""}.icon-15:before{content:""}.icon-16:before{content:""}.icon-17:before{content:""}.icon-18:before{content:""}.icon-19:before{content:""}.icon-20:before{content:""}.icon-21:before{content:""}.icon-22:before{content:""}.icon-23:before{content:""}.icon-24:before{content:""}.icon-25:before{content:""}.icon-26:before{content:""}.icon-27:before{content:""}.icon-28:before{content:""}.icon-29:before{content:""}.icon-30:before{content:""}.icon-31:before{content:""}.icon-32:before{content:""}.icon-33:before{content:""}.icon-34:before{content:""}.icon-35:before{content:""}.icon-36:before{content:""}.icon-37:before{content:""}.icon-38:before{content:""}.icon-39:before{content:""}.icon-40:before{content:""}.icon-41:before{content:""}.icon-42:before{content:""}.icon-43:before{content:""}.icon-44:before{content:""}.icon-45:before{content:""}.icon-46:before{content:""}.icon-47:before{content:""}.icon-48:before{content:""}.icon-49:before{content:""}.icon-50:before{content:""}.icon-51:before{content:""}.icon-52:before{content:""}.icon-53:before{content:""}.icon-54:before{content:""}.icon-55:before{content:""}.icon-56:before{content:""}.icon-57:before{content:""}.icon-58:before{content:""}.icon-59:before{content:""}.icon-60:before{content:""}.icon-61:before{content:""}.icon-62:before{content:""}.icon-63:before{content:""}.icon-64:before{content:""}.icon-65:before{content:""}.icon-66:before{content:""}.icon-67:before{content:""}.icon-68:before{content:""}.icon-69:before{content:""}.icon-70:before{content:""}.icon-71:before{content:""}.icon-72:before{content:""}.icon-73:before{content:""}.icon-74:before{content:""}.icon-75:before{content:""}.icon-76:before{content:""}.icon-77:before{content:""}.icon-78:before{content:""}.icon-79:before{content:""}.icon-80:before{content:""}.icon-81:before{content:""}.icon-82:before{content:""}.icon-83:before{content:""}.icon-84:before{content:""}.icon-85:before{content:""}.icon-86:before{content:""}.icon-87:before{content:""}.icon-88:before{content:""}.icon-89:before{content:""}.icon-90:before{content:""}.icon-91:before{content:""}.icon-92:before{content:""}.icon-93:before{content:""}.icon-94:before{content:""}.icon-95:before{content:""}.icon-96:before{content:""}.icon-97:before{content:""}.icon-98:before{content:""}.icon-99:before{content:""}.icon-100:before{content:""}.icon-101:before{content:""}.icon-102:before{content:""}.icon-103:before{content:""}.icon-104:before{content:""}.icon-105:before{content:""}.icon-106:before{content:""}.icon-107:before{content:""}.icon-108:before{content:""}.icon-109:before{content:""}.icon-110:before{content:""}.icon-111:before{content:""}.icon-112:before{content:""}.icon-113:before{content:""}.icon-114:before{content:""}.icon-115:before{content:""}.icon-116:before{content:""}.icon-117:before{content:""}.icon-118:before{content:""}.icon-119:before{content:""}.icon-120:before{content:""}.icon-121:before{content:""}.icon-122:before{content:""}.icon-123:before{content:""}.icon-124:before{content:""}.icon-125:before{content:""}.icon-126:before{content:""}.icon-127:before{content:""}.icon-128:before{content:""}.icon-129:before{content:""}.icon-130:before{content:""}.icon-131:before{content:""}.icon-132:before{content:""}.icon-133:before{content:""}.icon-134:before{content:""}.icon-135:before{content:""}.icon-136:before{content:""}.icon-137:before{content:""}.icon-138:before{content:""}.icon-139:before{content:""}.icon-140:before{content:""}.icon-141:before{content:""}.icon-142:before{content:""}.icon-143:before{content:""}.icon-144:before{content:""}.icon-145:before{content:""}.icon-146:before{content:""}.icon-147:before{content:""}.icon-148:before{content:""}.icon-149:before{content:""}.icon-150:before{content:""}.icon-151:before{content:""}.icon-152:before{content:""}.icon-153:before{content:""}.icon-154:before{content:""}.icon-155:before{content:""}.icon-156:before{content:""}.icon-157:before{content:""}.icon-158:before{content:""}.icon-159:before{content:""}.icon-160:before{content:""}.icon-161:before{content:""}.icon-162:before{content:""}.icon-163:before{content:""}.icon-164:before{content:""}.icon-165:before{content:""}.icon-166:before{content:""}.icon-167:before{content:""}.icon-168:before{content:""}.icon-169:before{content:""}.icon-170:before{content:""}.icon-171:before{content:""}.icon-172:before{content:""}.icon-173:before{content:""}.icon-174:before{content:""}.icon-175:before{content:""}.icon-176:before{content:""}.icon-177:before{content:""}.icon-178:before{content:""}.link{color:#3b91d0;cursor:pointer;font-size:1rem;line-height:1.2}.link:hover{color:#d00}.skipBox{background-color:#7ae6ff;cursor:pointer;display:inline-block;height:20px;margin:0 2px;vertical-align:middle;width:20px}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}button{margin:0!important;overflow-wrap:normal!important}.btn-group>.btn{border-radius:5px;box-shadow:none;font-size:1rem!important;padding:10px 20px;text-transform:none}.btn-group>.btn.btn-info.active{box-shadow:-3px 0 12px -2px #0003,3px 0 10px -2px #0003}.btn-group>.btn.btn-info.active:first-child{box-shadow:3px 0 12px -2px #0003}.btn-group>.btn.btn-info.active:last-child{box-shadow:-3px 0 12px -2px #0003}.btn{border-radius:.2rem;box-shadow:0 5px 5px 0 #0000001a;font-size:.9rem!important;text-transform:none}.btn-success{background-color:#5fb33b!important}.btn-success:hover{background-color:#3bbf02!important}.btn-success.disabled{background-color:#8ab677!important;opacity:1!important}.btn-info{background-color:#45b7d6!important}.btn-info:hover{background-color:#00a6d2}.info{background-color:#45b7d6!important}.btn-default{background-color:#fff;color:#000}.close{padding:5px!important}.custom-range{max-width:75%}.fileContainer{box-shadow:none}.modal-header{background-color:#45b7d6;padding:10px 20px 10px 30px}.modal-header p{color:#fff;font-size:1.6rem;font-weight:500}.modal-header span{font-size:30px}.modal-body{padding:30px}.modal-body textarea{border:1px solid #d3d3d3;border-radius:5px;padding:10px;resize:none;width:100%}.modal-body textarea:focus{border:1px solid #3bbf02;box-shadow:0 5px 5px 0 #0000001a;outline:none!important}.modal-footer{display:flex;justify-content:flex-start;padding-left:30px;padding-right:30px}.progress-bar.bg-successful{background-color:#5fb33b}.form-control{color:grey;min-height:45px}.form-control:focus{border:1px solid #3bbf02;box-shadow:0 0 .2rem #3bbf02}input[type=radio]{border:none!important;box-shadow:none!important;height:15px;min-height:auto;width:auto}button:focus{outline:none}.modal-lg{max-width:900px!important}.title{font-size:1.1rem;font-weight:600}.subtitle{font-size:1rem;font-weight:600}::placeholder{color:#acacac}.sizeS{height:120px;width:120px}.sizeM{height:180px;width:180px}.sizeXL{height:200px;width:200px}.SIZE_S{height:75px;width:75px}.SIZE_M{height:95px;width:95px}.SIZE_L{height:120px;width:120px}.SIZE_XL{height:150px;width:150px}.row{margin-left:0;margin-right:0}.progress{height:5px}.gold{color:gold}.silver{color:silver}.bronze{color:#bc8f8f}.pagination{padding-bottom:25px}.nav-item{align-items:center;display:flex;justify-content:center}.modal-backdrop{height:100%;width:100%}.badge{padding:5px}.pagination.pg-blue .page-item.active .page-link{background-color:#45b7d6}.pagination.pg-blue .page-item.active .page-link:hover{background-color:#00a6d2}.swiper-pagination-bullet{background-color:#fff!important}.header{background-color:#424242;height:60px;width:100%}.header-container{background-color:#424242;margin:0 auto;max-width:1008px}.header-container>.navbar{box-shadow:none!important}.bg-primary{background-color:#45b7d6!important}.modal-fluid{width:90%!important}#vk_groups2{margin-top:20px}.infinite-scroll-component__outerdiv{width:100%}.mb-5rem{margin-bottom:5rem}.mb-7rem{margin-bottom:7rem}.mb-3-between-rows>.row:not(:last-child){margin-bottom:1.1rem}.site-width{max-width:1008px}.w-30{width:30%}.mw-70px{max-width:70px}.mw-100px{max-width:100px}.mh-90{max-height:90%}.mh-70px{max-height:70px}.App{color:#444;height:100vh;margin:0 auto;min-width:420px}html{font-size:15px;height:100%}i{cursor:pointer;margin-right:5px}.hidden{display:none}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.framed-icons>:not(:last-child){margin-right:.4rem}.d-flex-centered{justify-content:center}.d-flex-centered,.d-flex-centered-x{align-items:center;display:flex}.d-iflex-aic{align-items:center;display:inline-flex}.col-faic-3,.col-faic-4{align-items:center;display:flex}.col-faic-3{flex:0 0 25%;max-width:25%}.col-faic-4{flex:0 0 33.33%;max-width:33.33%}h1{font-size:2rem}h2{font-size:1.5rem;font-weight:600}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px #1a1a1a);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-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;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{-webkit-appearance:none;appearance:none;background-color:initial;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-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;background-attachment:fixed;font-family:Open Sans,sans-serif;margin:0}p{margin-bottom:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#ececec}::-webkit-scrollbar-thumb{background-color:#33b5e5}*{scrollbar-width:thin}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.shadow-0{box-shadow:none!important}.shadow-1{box-shadow:0 2px 10px 0 #0000000d!important}.shadow-2{box-shadow:0 5px 15px 0 #0000000d!important}.shadow-3{box-shadow:0 10px 20px 0 #0000000d!important}.shadow-4{box-shadow:0 15px 30px 0 #0000000d!important}.shadow-5{box-shadow:0 20px 40px 0 #0000000d!important}.image-gallery-slide .image-gallery-description{bottom:0}.image-gallery-description{background:none!important;color:#212529!important;font-weight:600;left:0;margin-left:auto;margin-right:auto;right:0;text-align:center;width:400px}.image-gallery-right-nav{opacity:0;right:-40px}.image-gallery-left-nav{left:-40px;opacity:0}.image-gallery-slide-wrapper{transition:visibility 2s ease-in}.image-gallery-slide-wrapper:hover .image-gallery-left-nav,.image-gallery-slide-wrapper:hover .image-gallery-right-nav{opacity:1}.image-gallery-image{margin-bottom:40px}@media screen and (max-width:780px){.image-gallery-right-nav{opacity:1;right:0}.image-gallery-left-nav{left:0;opacity:1}}
/*# sourceMappingURL=main.4a3778be.css.map*/