:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup-content{margin:auto;background:#fff;width:50%;padding:5px;border:1px solid #d7d7d7}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:5px}.popup-overlay{background:rgba(0,0,0,.5)}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));color:#fff;stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px;left:0;right:0;top:0;bottom:0}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}body,html{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:700}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}caption,td,th{font-weight:400;vertical-align:top;text-align:left}q{quotes:none}q:after,q:before{content:"";content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg{overflow:hidden}.btn-upload>svg,.content-misc ul.list-faq>li>ul>li>button>svg,.forming .checking,.forming .checking>svg,.forming .notif,.forming .notif>svg,.forming ul.forming-multiple>li>label,.forming ul.forming-multiple>li>label.radiobutton>span:after,.forming ul.forming-multiple>li>label>span,.forming ul.forming-multiple>li>label>span>svg,.popup-overlay .popup-content ul.tabbing>li>button:after,.react-select .react-select-pop__control,.react-select .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select-pop__control .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control .react-select__indicators .react-select__indicator svg,.react-select .react-select__control,.react-select .react-select__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select__control .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select__control .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select__control .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select__control,.react-select-pop .react-select__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select__control .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control .react-select__indicators .react-select__indicator svg,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__option,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__option,.slider-top .slick-slide>div,a,button,header>div>section ul.auto>li>a span,input[type=file],input[type=password],input[type=text],textarea{transition:all .2s ease-in-out!important;-moz-transition:all .2s ease-in-out!important;-webkit-transition:all .2s ease-in-out!important}@font-face{font-family:BarlowBlack;src:url(/_next/static/media/Barlow-Black.58cebc70.woff2) format("woff2"),url(/_next/static/media/Barlow-Black.8a3c1e25.woff) format("woff"),url(/_next/static/media/Barlow-Black.9aef29fc.ttf) format("ttf"),url(/_next/static/media/Barlow-Black.3baec18c.eot) format("eot"),url(/_next/static/media/Barlow-Black.a719f9b1.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ArchivoBlack;src:url(/_next/static/media/ArchivoBlack-Regular.1c4bc70e.woff2) format("woff2"),url(/_next/static/media/ArchivoBlack-Regular.245b19d5.woff) format("woff"),url(/_next/static/media/ArchivoBlack-Regular.6eadb640.ttf) format("ttf"),url(/_next/static/media/ArchivoBlack-Regular.b8fbaacd.eot) format("eot"),url(/_next/static/media/ArchivoBlack-Regular.bbfb6327.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Archivo;src:url(/_next/static/media/Archivo-Regular.22f76764.woff2) format("woff2"),url(/_next/static/media/Archivo-Regular.999573e5.woff) format("woff"),url(/_next/static/media/Archivo-Regular.ffdfdfda.ttf) format("ttf"),url(/_next/static/media/Archivo-Regular.b192e867.eot) format("eot"),url(/_next/static/media/Archivo-Regular.003a9612.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Archivo;src:url(/_next/static/media/Archivo-Bold.f01752de.woff2) format("woff2"),url(/_next/static/media/Archivo-Bold.fae847be.woff) format("woff"),url(/_next/static/media/Archivo-Bold.d0007dc6.ttf) format("ttf"),url(/_next/static/media/Archivo-Bold.c35c0dec.eot) format("eot"),url(/_next/static/media/Archivo-Bold.44e4247a.svg) format("svg");font-weight:700;font-style:normal;font-display:swap}tml{-webkit-text-size-adjust:100%}body{background:#fff;color:#575656;font-size:12px;line-height:12px;font-family:Archivo,Helvetica,Arial,sans-serif;margin:0;font-smoothing:antialiased;-o-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased}svg{display:inline-block;vertical-align:middle}a{text-decoration:none;color:#592ef0}a:hover{color:#390ed0}a[disabled]{pointer-events:none;opacity:.5}button,input[type=file],input[type=password],input[type=text],textarea{display:block;color:#575656;font-size:12px;line-height:12px;width:100%;padding:0;margin:0;border:none;box-sizing:border-box;appearance:none;-moz-appearance:none;-webkit-appearance:none;font-family:Archivo,Helvetica,Arial,sans-serif;background:transparent}button:focus,input[type=file]:focus,input[type=password]:focus,input[type=text]:focus,textarea:focus{outline:none}button.on-right,input[type=file].on-right,input[type=password].on-right,input[type=text].on-right,textarea.on-right{text-align:right}button:disabled,button[disabled],input[type=file]:disabled,input[type=file][disabled],input[type=password]:disabled,input[type=password][disabled],input[type=text]:disabled,input[type=text][disabled],textarea:disabled,textarea[disabled]{pointer-events:none;opacity:.5}button::-webkit-contacts-auto-fill-button,button::-webkit-credentials-auto-fill-button,input[type=file]::-webkit-contacts-auto-fill-button,input[type=file]::-webkit-credentials-auto-fill-button,input[type=password]::-webkit-contacts-auto-fill-button,input[type=password]::-webkit-credentials-auto-fill-button,input[type=text]::-webkit-contacts-auto-fill-button,input[type=text]::-webkit-credentials-auto-fill-button,textarea::-webkit-contacts-auto-fill-button,textarea::-webkit-credentials-auto-fill-button{opacity:0;width:0;height:0;pointer-events:none}button{cursor:pointer}button *{pointer-events:none}.btn-upload{margin:0 auto;width:175px;height:175px;border-radius:175px;overflow:hidden;background:#eee;color:#592ef0;border:1px solid #eee;box-shadow:0 10px 10px -5px rgba(0,0,0,.1);box-sizing:border-box}.btn-upload>svg{width:30px;height:30px}.btn-upload:hover{box-shadow:0 0 10px #592ef0}.btn-upload:hover>svg{width:40px;height:40px}.btn-upload.on-profile{position:relative;width:314px;height:314px;border-radius:314px}#nprogress .bar{height:4px!important;background:#592ef0;box-shadow:0 0 5px rgba(89,46,240,.5)}#nprogress .peg{box-shadow:none!important}ul.floating{overflow:auto;margin:-10px}ul.floating.big{margin:-15px}ul.floating.big>li{padding:15px}ul.floating.lite{margin:-5px}ul.floating.lite>li{padding:5px}ul.floating>li{float:left;width:100%;padding:10px;box-sizing:border-box}ul.floating>li.lay-1{width:1%}ul.floating>li.lay-2{width:2%}ul.floating>li.lay-3{width:3%}ul.floating>li.lay-4{width:4%}ul.floating>li.lay-5{width:5%}ul.floating>li.lay-6{width:6%}ul.floating>li.lay-7{width:7%}ul.floating>li.lay-8{width:8%}ul.floating>li.lay-9{width:9%}ul.floating>li.lay-10{width:10%}ul.floating>li.lay-11{width:11%}ul.floating>li.lay-12{width:12%}ul.floating>li.lay-13{width:13%}ul.floating>li.lay-14{width:14%}ul.floating>li.lay-15{width:15%}ul.floating>li.lay-16{width:16%}ul.floating>li.lay-17{width:17%}ul.floating>li.lay-18{width:18%}ul.floating>li.lay-19{width:19%}ul.floating>li.lay-20{width:20%}ul.floating>li.lay-21{width:21%}ul.floating>li.lay-22{width:22%}ul.floating>li.lay-23{width:23%}ul.floating>li.lay-24{width:24%}ul.floating>li.lay-25{width:25%}ul.floating>li.lay-26{width:26%}ul.floating>li.lay-27{width:27%}ul.floating>li.lay-28{width:28%}ul.floating>li.lay-29{width:29%}ul.floating>li.lay-30{width:30%}ul.floating>li.lay-31{width:31%}ul.floating>li.lay-32{width:32%}ul.floating>li.lay-33{width:33%}ul.floating>li.lay-34{width:34%}ul.floating>li.lay-35{width:35%}ul.floating>li.lay-36{width:36%}ul.floating>li.lay-37{width:37%}ul.floating>li.lay-38{width:38%}ul.floating>li.lay-39{width:39%}ul.floating>li.lay-40{width:40%}ul.floating>li.lay-41{width:41%}ul.floating>li.lay-42{width:42%}ul.floating>li.lay-43{width:43%}ul.floating>li.lay-44{width:44%}ul.floating>li.lay-45{width:45%}ul.floating>li.lay-46{width:46%}ul.floating>li.lay-47{width:47%}ul.floating>li.lay-48{width:48%}ul.floating>li.lay-49{width:49%}ul.floating>li.lay-50{width:50%}ul.floating>li.lay-51{width:51%}ul.floating>li.lay-52{width:52%}ul.floating>li.lay-53{width:53%}ul.floating>li.lay-54{width:54%}ul.floating>li.lay-55{width:55%}ul.floating>li.lay-56{width:56%}ul.floating>li.lay-57{width:57%}ul.floating>li.lay-58{width:58%}ul.floating>li.lay-59{width:59%}ul.floating>li.lay-60{width:60%}ul.floating>li.lay-61{width:61%}ul.floating>li.lay-62{width:62%}ul.floating>li.lay-63{width:63%}ul.floating>li.lay-64{width:64%}ul.floating>li.lay-65{width:65%}ul.floating>li.lay-66{width:66%}ul.floating>li.lay-67{width:67%}ul.floating>li.lay-68{width:68%}ul.floating>li.lay-69{width:69%}ul.floating>li.lay-70{width:70%}ul.floating>li.lay-71{width:71%}ul.floating>li.lay-72{width:72%}ul.floating>li.lay-73{width:73%}ul.floating>li.lay-74{width:74%}ul.floating>li.lay-75{width:75%}ul.floating>li.lay-76{width:76%}ul.floating>li.lay-77{width:77%}ul.floating>li.lay-78{width:78%}ul.floating>li.lay-79{width:79%}ul.floating>li.lay-80{width:80%}ul.floating>li.lay-81{width:81%}ul.floating>li.lay-82{width:82%}ul.floating>li.lay-83{width:83%}ul.floating>li.lay-84{width:84%}ul.floating>li.lay-85{width:85%}ul.floating>li.lay-86{width:86%}ul.floating>li.lay-87{width:87%}ul.floating>li.lay-88{width:88%}ul.floating>li.lay-89{width:89%}ul.floating>li.lay-90{width:90%}ul.floating>li.lay-91{width:91%}ul.floating>li.lay-92{width:92%}ul.floating>li.lay-93{width:93%}ul.floating>li.lay-94{width:94%}ul.floating>li.lay-95{width:95%}ul.floating>li.lay-96{width:96%}ul.floating>li.lay-97{width:97%}ul.floating>li.lay-98{width:98%}ul.floating>li.lay-99{width:99%}ul.floating>li.lay-auto{width:auto}ul.floating>li.clear{clear:both}ul.floating>li.lay-middle{margin:0 auto;float:none}ul.floating>li.lay-333{width:33.33%}ul.floating>li.lay-666{width:66.66%}ul.floating>li.lay-166{width:16.66%}.divider{border-bottom:1px solid #eee}.profile-img{width:55%;margin:0 auto;background:rgba(89,46,240,.5);border:10px solid #eee;box-sizing:border-box;border-radius:100%;overflow:hidden}.profile-img>div{position:relative;height:0;padding:50% 0}.profile-img>div>div{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#fff}.profile-img>div>svg{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);width:50%;height:50%;margin:0 auto;color:#fff}.link-look{color:#592ef0;font-weight:700}.link-look:hover{color:#390ed0}.forming input[type=password],.forming input[type=text],.forming textarea{background:#eee;padding:0 20px;height:60px;font-size:16px;border-radius:10px}.forming input[type=password]:hover,.forming input[type=text]:hover,.forming textarea:hover{box-shadow:0 0 10px rgba(89,46,240,.5)}.forming input[type=password]:focus,.forming input[type=text]:focus,.forming textarea:focus{box-shadow:0 0 10px #592ef0}.forming input[type=password].lite,.forming input[type=text].lite,.forming textarea.lite{height:50px}.forming textarea{padding:20px;resize:none;height:100px;line-height:20px}.forming label.text{display:block;margin:0 0 10px;font-weight:700;color:#666;padding:0!important;background:transparent!important;font-size:12px!important;line-height:16px!important}.forming label.text>button{float:right;width:auto;text-align:right}.forming label.text>span{display:block;font-weight:400;color:#999;margin:5px 0 0}.forming label.text>span.red{color:#d10000}.forming .checking,.forming .notif{position:absolute;pointer-events:none;opacity:0;width:30px;height:30px;border-radius:30px;right:25px;bottom:25px;background:#592ef0;color:#fff;transform:scale(.5);z-index:1}.forming .checking>svg,.forming .notif>svg{position:absolute;top:50%;left:0;right:0;margin:0 auto;transform:translateY(-50%);opacity:0}.forming .checking{opacity:1;transform:scale(1);background:#575656;animation:sk-chase 1s linear infinite both}.forming .checking>svg{opacity:1}.forming .correct .notif:not(.error){opacity:1;transform:scale(1);background:#592ef0}.forming .correct .notif:not(.error)>svg{opacity:1}.forming .correct input[type=password],.forming .correct input[type=text]{padding:0 60px 0 20px}.forming .correct textarea{padding:20px 60px 20px 20px}.forming .correct.has-label input[type=password],.forming .correct.has-label input[type=text]{padding:0 60px 0 80px}.forming .incorrect .notif.error{opacity:1;transform:scale(1);background:#d10000}.forming .incorrect .notif.error>svg{opacity:1}.forming .incorrect input[type=password],.forming .incorrect input[type=text]{padding:0 60px 0 20px}.forming .incorrect textarea{padding:20px 60px 20px 20px}.forming .incorrect.has-label input[type=password],.forming .incorrect.has-label input[type=text]{padding:0 60px 0 80px}.forming .has-label{position:relative}.forming .has-label .the-label{position:absolute;left:10px;bottom:10px;width:60px;height:60px;line-height:60px;text-align:center;font-size:16px;border-right:1px solid #fff;box-sizing:border-box;z-index:1}.forming .has-label .the-label>svg{width:22px;height:22px}.forming .has-label input[type=password],.forming .has-label input[type=text]{padding:0 20px 0 80px}.forming ul.forming-multiple>li{padding:10px}.forming ul.forming-multiple>li>label{position:relative;display:block;cursor:pointer;font-size:16px;line-height:20px;padding:20px 20px 20px 55px;text-align:left;background:#eee;border-radius:10px}.forming ul.forming-multiple>li>label>input[type=checkbox],.forming ul.forming-multiple>li>label>input[type=radio]{top:50%;transform:translateY(-50%);position:absolute;left:20px}.forming ul.forming-multiple>li>label>input[type=checkbox]:checked~span,.forming ul.forming-multiple>li>label>input[type=radio]:checked~span{background:#592ef0;box-shadow:0 0 5px #592ef0}.forming ul.forming-multiple>li>label>input[type=checkbox]:checked~span>svg,.forming ul.forming-multiple>li>label>input[type=radio]:checked~span>svg{width:20px;height:20px;opacity:1}.forming ul.forming-multiple>li>label>input[type=checkbox]:checked~span:after,.forming ul.forming-multiple>li>label>input[type=radio]:checked~span:after{opacity:1;width:15px;height:15px;border-radius:15px;box-shadow:0 5px 5px rgba(0,0,0,.1)}.forming ul.forming-multiple>li>label>span{position:absolute;width:30px;height:30px;top:50%;transform:translateY(-50%);left:15px;background:#fff;border-radius:5px}.forming ul.forming-multiple>li>label>span>svg{width:0;height:0;position:absolute;color:#fff;top:50%;left:0;right:0;transform:translateY(-50%);margin:0 auto;opacity:0}.forming ul.forming-multiple>li>label.radiobutton>span{border-radius:30px}.forming ul.forming-multiple>li>label.radiobutton>span:after{content:"";opacity:0;position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);margin:0 auto;width:0;height:0;border-radius:0;background:#fff}.forming ul.forming-multiple>li>label:hover{box-shadow:0 0 10px rgba(89,46,240,.5)}.forming ul.forming-multiple>li>label:hover>span{box-shadow:0 0 5px rgba(89,46,240,.5)}.forming ul.forming-multiple>li>label:focus{box-shadow:0 0 10px #592ef0}.forming ul.forming-multiple>li>label.lite{padding:15px 20px 15px 55px;font-size:14px}.forming ul.forming-multiple>li>label.lite>span{width:28px;height:28px}.forming ul.forming-multiple.inline{margin:-10px;padding:5px}.forming ul.forming-multiple.inline>li{padding:5px;width:50%}.forming ul.forming-multiple.oneline{margin:-10px;padding:5px}.forming ul.forming-multiple.oneline>li{padding:5px;width:100%}.btn,a.btn{display:block;position:relative;width:100%;background:#592ef0;text-transform:uppercase;border-radius:2px;margin:0 auto;color:#fff;letter-spacing:1px;font-size:14px;line-height:14px;font-family:BarlowBlack,Helvetica,Arial,sans-serif;border-radius:10px;box-shadow:0 5px 5px -2.5px rgba(0,0,0,.2);padding:10px 15px;box-sizing:border-box;border:2px solid transparent}.btn>svg,a.btn>svg{width:18px;height:18px;margin:-11px 0 -9px}.btn:hover,a.btn:hover{background:#390ed0;transform:scale(1.025)}.btn:disabled,.btn[disabled],a.btn:disabled,a.btn[disabled]{background:#373636}.btn.btn-lite,a.btn.btn-lite{padding:5px 10px}.btn.btn-lite>svg,a.btn.btn-lite>svg{width:14px;height:14px}.btn.btn-big,a.btn.btn-big{height:auto;font-size:16px;line-height:16px;padding:15px 20px}.btn.btn-big>svg,a.btn.btn-big>svg{width:24px;height:24px;margin:-.5px 0 0}.btn.btn-netral,a.btn.btn-netral{color:#592ef0;background:#fff;border:2px solid #592ef0}.btn.btn-red,a.btn.btn-red{background:#d10000}a.btn{text-align:center;height:auto}a.btn>svg{margin:-5px 0 0}a.btn:hover{color:#fff}.pop-reg{padding:20px 0 10px;text-align:center;color:#666}.pop-reg>a,.pop-reg>button{display:block;font-size:16px;line-height:20px;margin:5px 0;color:#592ef0}.pop-reg>a:hover,.pop-reg>button:hover{color:#390ed0}.pop-reg>ul{padding:20px 0 0}.pop-reg>ul>li>div{position:relative;height:50px}.empty{text-align:center;font-size:12px;line-height:16px;color:#999;padding:100px 0}.empty.no-pad{padding:0}.empty svg{width:60px;height:60px;margin:0 5px}.empty span{display:block;font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:16px;line-height:20px;margin:0 0 5px}.empty a,.empty button{margin:20px auto 0;max-width:300px}.loading-text{text-align:center;font-size:12px;line-height:16px;color:rgba(87,86,86,.5);padding:20px}.loading-page{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);margin:0 auto;width:65px;height:65px}.loading-page span{display:block;margin:10px -100px 0;text-align:center;font-size:16px;line-height:16px;color:rgba(87,86,86,.5)}.loading-page svg{animation:iconAnim 3s ease-in-out infinite}.loading-page svg path,.loading-page svg polygon{opacity:0;animation:pathAnim 3s ease-in-out infinite}.loading-page svg path.icon-inenout_svg__poli-1,.loading-page svg path.icon-inenout_svg__poli-2,.loading-page svg polygon.icon-inenout_svg__poli-1,.loading-page svg polygon.icon-inenout_svg__poli-2{color:#592ef0}.loading-page svg path.icon-inenout_svg__char-1,.loading-page svg path.icon-inenout_svg__char-2,.loading-page svg polygon.icon-inenout_svg__char-1,.loading-page svg polygon.icon-inenout_svg__char-2{color:#fff}.loading-page svg path.icon-inenout_svg__poli-1,.loading-page svg polygon.icon-inenout_svg__poli-1{transform-origin:right bottom}.loading-page svg path.icon-inenout_svg__poli-2,.loading-page svg polygon.icon-inenout_svg__poli-2{transform-origin:left top}.loading-page svg path.icon-inenout_svg__char-1,.loading-page svg polygon.icon-inenout_svg__char-1{transform-origin:left bottom}.loading-page svg path.icon-inenout_svg__char-2,.loading-page svg polygon.icon-inenout_svg__char-2{transform-origin:right top}.loading-page.for-content{position:static;margin:100px auto;transform:translate(0)}@keyframes iconAnim{0%{transform:rotate(-1turn)}50%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pathAnim{0%{opacity:0;transform:scale(0)}45%{opacity:1;transform:scale(1)}55%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.popup-overlay{background:rgba(0,0,0,.2)!important;backdrop-filter:blur(5px);-moz-backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.popup-overlay .title{font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-align:center;text-transform:uppercase;font-size:20px;line-height:24px;margin:-20px -20px 20px;background:#eee;padding:20px}.popup-overlay .title>span{display:block;text-transform:none;margin:5px 0 0;font-size:12px;line-height:16px;color:#666;font-family:Archivo,Helvetica,Arial,sans-serif}.popup-overlay .popup-close{position:absolute;right:0;top:0;width:40px;height:40px;background:#592ef0;color:#fff;border-radius:0 20px 0 20px;font-size:20px;box-shadow:0 5px 5px -2.5px rgba(0,0,0,.2)}.popup-overlay .popup-close:hover{background:#390ed0}.popup-overlay .popup-content{background:#fff;padding:20px;border-radius:20px;box-shadow:0 20px 20px -10px rgba(0,0,0,.05);border:none;width:auto;overflow:hidden}.popup-overlay .popup-content ul.tabbing{border-bottom:1px solid #eee;margin:0 -20px 20px}.popup-overlay .popup-content ul.tabbing>li{width:50%;padding:0}.popup-overlay .popup-content ul.tabbing>li>button{position:relative;padding:20px 10px;font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:14px;color:#999}.popup-overlay .popup-content ul.tabbing>li>button:after{content:"";position:absolute;height:0;opacity:0;background:transparent;left:10%;right:10%;bottom:0}.popup-overlay .popup-content ul.tabbing>li>button:hover{color:#666}.popup-overlay .popup-content ul.tabbing>li>button:hover:after{height:5px;opacity:1;background:#666}.popup-overlay .popup-content ul.tabbing>li>button.active{color:#592ef0}.popup-overlay .popup-content ul.tabbing>li>button.active:after{height:5px;opacity:1;background:#592ef0}.popup-overlay .popup-content .popup-login{width:400px}.popup-overlay .popup-content .popup-login .form-login{padding:0 0 20px}.popup-overlay .popup-content .popup-login .form-login>li{position:relative}.popup-overlay .popup-content .popup-otp{width:400px}.popup-overlay .popup-content .popup-otp .form-otp>li{position:relative}.popup-overlay .popup-content .popup-otp .form-otp>li input{text-align:center;font-size:20px}.popup-overlay .popup-content .popup-form{width:750px}.popup-overlay .popup-content .popup-report{max-width:500px}.popup-overlay .popup-content .popup-report>form{margin:-20px}.popup-overlay .popup-content .popup-report>form>ul{padding:10px;margin:0;max-height:75vh;overflow:scroll}.popup-overlay .popup-content .popup-report>form>ul>li{position:relative}.popup-overlay .popup-content .popup-ads{max-width:75vw}.popup-overlay .popup-content .popup-ads a{display:block}.popup-overlay .popup-content .popup-ads a>img{border-radius:10px}main{min-height:100vh;padding-top:148px;padding-bottom:333px;box-sizing:border-box}section{max-width:1200px;margin:0 auto;padding:0 20px}section.normal{padding:20px}section h2.title{text-align:center;font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:24px;line-height:28px;margin:0 0 40px}section h2.title.nomar{margin:0 0 5px}section .subtitle{text-align:center}header{position:fixed;left:0;right:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(5px);-moz-backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:9}header>div{padding:10px 0;box-shadow:0 20px 20px -10px rgba(0,0,0,.05);z-index:1}header>div,header>div>section{position:relative}header>div>section>a{display:block;width:135px}header>div>section>a>svg{height:60px}header>div>section>.search-box{position:absolute;margin:0 230px 0 175px;left:0;right:0;top:50%;transform:translateY(-50%)}header>div>section>.search-box input[type=text]{background:#eee;height:50px;padding:0 100px 0 15px;border-radius:10px;font-size:16px;line-height:16px;border:none}header>div>section>.search-box button{position:absolute}header>div>section>.search-box button[type=submit]{height:50px;width:50px;top:0;border-left:1px solid #fff;right:0;color:#592ef0;font-size:24px;border-radius:0 10px 10px 0}header>div>section>.search-box button[type=submit]:hover{color:#fff;background:#592ef0}header>div>section>.search-box button[type=button]{top:50%;transform:translateY(-50%);height:20px;width:20px;border-radius:20px;right:65px;color:#fff;font-size:14px;background:rgba(87,86,86,.5)}header>div>section>.search-box button[type=button]:hover{background:#d10000}header>div>section>ul.floating{position:absolute;margin:0!important;right:10px;top:50%;transform:translateY(-50%)}header>div>section>ul.floating>li>a,header>div>section>ul.floating>li>button{display:block;text-transform:uppercase;color:#592ef0;font-family:BarlowBlack,Helvetica,Arial,sans-serif;font-size:16px}header>div>section>ul.floating>li>a>svg,header>div>section>ul.floating>li>button>svg{width:24px;height:24px;margin:-3px 0 0 2.5px}header>div>section>ul.floating>li>a>.profile-img,header>div>section>ul.floating>li>button>.profile-img{display:inline-block;vertical-align:middle;border:1px solid #fff;width:35px;margin:-4px 0 0 5px}header>div>section ul.auto{position:absolute;left:0;right:0;margin:-5px 280px 0 195px;border-radius:0 0 10px 10px;box-shadow:0 15px 10px -5px rgba(0,0,0,.05);overflow:hidden;background:#fff;max-height:400px;overflow-y:scroll}header>div>section ul.auto>li{border-bottom:1px solid #eee}header>div>section ul.auto>li:last-child{border-bottom:none}header>div>section ul.auto>li>a{display:block;background:#fff;padding:15px 20px;font-size:12px;line-height:16px;text-transform:capitalize;color:rgba(87,86,86,.5);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}header>div>section ul.auto>li>a>div{width:60px;border-radius:5px;overflow:hidden;float:left;vertical-align:middle;margin:0 10px 0 0}header>div>section ul.auto>li>a>div>div{position:relative}header>div>section ul.auto>li>a>div>div.prod{padding:50% 0}header>div>section ul.auto>li>a>div>div.blog{padding:28.125% 0}header>div>section ul.auto>li>a span{display:inline-block;width:100%;text-transform:uppercase;font-family:BarlowBlack,Helvetica,Arial,sans-serif;color:#592ef0;font-size:14px;line-height:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}header>div>section ul.auto>li>a:hover{color:#fff;background:rgba(89,46,240,.5)}header>div>section ul.auto>li>a:hover span{color:#fff}header>div>section ul.auto>li>.empty{padding:20px}header>ul{text-align:center;margin:0 -20px;background:rgba(0,0,0,.025);z-index:0}header>ul>li{display:inline-block;vertical-align:middle;padding:0 15px}header>ul>li>a{display:block;font-weight:700;font-size:14px;line-height:18px;color:#575656;padding:15px 0}header>ul>li>a:hover{color:#373636;box-shadow:inset 0 -3px 0 #592ef0}header>ul>li>a.active{color:#592ef0;box-shadow:inset 0 -3px 0 #592ef0}.pad-top{height:148px}footer{clear:both;position:relative;margin:-313px 0 0}footer>.foot-sub{background:rgba(0,0,0,.025);padding:20px 0}footer>.foot-sub>section>ul>li{position:relative;font-size:16px;line-height:22px}footer>.foot-sub>section>ul>li>form>input{height:45px!important;background:#eee!important;padding:0 120px 0 15px;border-radius:10px;font-size:16px;line-height:16px;border:none;z-index:0}footer>.foot-sub>section>ul>li>form>button{position:absolute;top:5px;right:5px;width:110px;height:45px;border-radius:0 10px 10px 0;border-left:1px solid #fff;font-size:14px;color:#592ef0;text-transform:uppercase;font-family:BarlowBlack,Helvetica,Arial,sans-serif;z-index:1}footer>.foot-con,footer>.foot-sub>section>ul>li>form>button:hover{background:#592ef0;color:#fff}footer>.foot-con{padding:60px 0;line-height:16px}footer>.foot-con>section a{font-weight:700;color:#fff}footer>.foot-con>section a:hover{color:#fff;margin:0 5px}footer>.foot-con>section>ul.floating>li:last-child>ul>li{width:auto}footer>.foot-con>section>ul.floating>li h2{font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-transform:uppercase;text-align:left;margin:0 0 10px;font-size:16px;line-height:20px}footer>.foot-con>section>ul.floating>li>ul{margin:-5px;overflow:hidden}footer>.foot-con>section>ul.floating>li>ul>li{padding:5px}footer>.foot-con>section>ul.floating>li>ul>li>ul.social>li{color:#fff}footer>.foot-con>section>ul.floating>li>ul>li>ul.social>li>a{position:relative;display:block;padding:7.5px;background:#fff;border-radius:100%}footer>.foot-con>section>ul.floating>li>ul>li>ul.social>li>a:hover{transform:scale(1.1);margin:0}footer>.foot-con>section>ul.floating>li>ul>li>ul.social>li>a>img{display:block;margin:0 auto}footer>.foot-con>section>ul.floating>li:last-child>h2{text-align:right}footer>.foot-con>section>ul.floating>li:last-child>ul>li{float:right}footer>.foot-con>section>ul.floating>li:last-child>ul>li>a>svg{margin:-1px 0;width:14px;height:14px}.react-select,.react-select-pop{clear:both}.react-select .react-select-pop__control,.react-select .react-select__control,.react-select-pop .react-select-pop__control,.react-select-pop .react-select__control{background:#eee;border-radius:10px;min-height:60px;border:none;cursor:pointer;box-shadow:none}.react-select .react-select-pop__control .react-select-pop__value-container,.react-select .react-select-pop__control .react-select__value-container,.react-select .react-select__control .react-select-pop__value-container,.react-select .react-select__control .react-select__value-container,.react-select-pop .react-select-pop__control .react-select-pop__value-container,.react-select-pop .react-select-pop__control .react-select__value-container,.react-select-pop .react-select__control .react-select-pop__value-container,.react-select-pop .react-select__control .react-select__value-container{padding:0 20px}.react-select .react-select-pop__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select .react-select-pop__control .react-select-pop__value-container .react-select__placeholder,.react-select .react-select-pop__control .react-select__value-container .react-select-pop__placeholder,.react-select .react-select-pop__control .react-select__value-container .react-select__placeholder,.react-select .react-select__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select .react-select__control .react-select-pop__value-container .react-select__placeholder,.react-select .react-select__control .react-select__value-container .react-select-pop__placeholder,.react-select .react-select__control .react-select__value-container .react-select__placeholder,.react-select-pop .react-select-pop__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select-pop .react-select-pop__control .react-select-pop__value-container .react-select__placeholder,.react-select-pop .react-select-pop__control .react-select__value-container .react-select-pop__placeholder,.react-select-pop .react-select-pop__control .react-select__value-container .react-select__placeholder,.react-select-pop .react-select__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select-pop .react-select__control .react-select-pop__value-container .react-select__placeholder,.react-select-pop .react-select__control .react-select__value-container .react-select-pop__placeholder,.react-select-pop .react-select__control .react-select__value-container .react-select__placeholder{font-size:16px;line-height:20px;color:rgba(87,86,86,.5)}.react-select .react-select-pop__control .react-select-pop__value-container .react-select-pop__single-value,.react-select .react-select-pop__control .react-select-pop__value-container .react-select__single-value,.react-select .react-select-pop__control .react-select__value-container .react-select-pop__single-value,.react-select .react-select-pop__control .react-select__value-container .react-select__single-value,.react-select .react-select__control .react-select-pop__value-container .react-select-pop__single-value,.react-select .react-select__control .react-select-pop__value-container .react-select__single-value,.react-select .react-select__control .react-select__value-container .react-select-pop__single-value,.react-select .react-select__control .react-select__value-container .react-select__single-value,.react-select-pop .react-select-pop__control .react-select-pop__value-container .react-select-pop__single-value,.react-select-pop .react-select-pop__control .react-select-pop__value-container .react-select__single-value,.react-select-pop .react-select-pop__control .react-select__value-container .react-select-pop__single-value,.react-select-pop .react-select-pop__control .react-select__value-container .react-select__single-value,.react-select-pop .react-select__control .react-select-pop__value-container .react-select-pop__single-value,.react-select-pop .react-select__control .react-select-pop__value-container .react-select__single-value,.react-select-pop .react-select__control .react-select__value-container .react-select-pop__single-value,.react-select-pop .react-select__control .react-select__value-container .react-select__single-value{margin:0;color:#575656;font-size:16px;line-height:20px}.react-select .react-select-pop__control .react-select-pop__value-container input,.react-select .react-select-pop__control .react-select__value-container input,.react-select .react-select__control .react-select-pop__value-container input,.react-select .react-select__control .react-select__value-container input,.react-select-pop .react-select-pop__control .react-select-pop__value-container input,.react-select-pop .react-select-pop__control .react-select__value-container input,.react-select-pop .react-select__control .react-select-pop__value-container input,.react-select-pop .react-select__control .react-select__value-container input{height:26px;font-size:16px!important;box-shadow:none}.react-select .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select-pop__control .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control .react-select__indicators .react-select__indicator-separator,.react-select .react-select__control .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select__control .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select__control .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select__control .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select__control .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select__control .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control .react-select__indicators .react-select__indicator-separator{display:none}.react-select .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator,.react-select .react-select-pop__control .react-select-pop__indicators .react-select__indicator,.react-select .react-select-pop__control .react-select__indicators .react-select-pop__indicator,.react-select .react-select-pop__control .react-select__indicators .react-select__indicator,.react-select .react-select__control .react-select-pop__indicators .react-select-pop__indicator,.react-select .react-select__control .react-select-pop__indicators .react-select__indicator,.react-select .react-select__control .react-select__indicators .react-select-pop__indicator,.react-select .react-select__control .react-select__indicators .react-select__indicator,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select__indicator,.react-select-pop .react-select-pop__control .react-select__indicators .react-select-pop__indicator,.react-select-pop .react-select-pop__control .react-select__indicators .react-select__indicator,.react-select-pop .react-select__control .react-select-pop__indicators .react-select-pop__indicator,.react-select-pop .react-select__control .react-select-pop__indicators .react-select__indicator,.react-select-pop .react-select__control .react-select__indicators .react-select-pop__indicator,.react-select-pop .react-select__control .react-select__indicators .react-select__indicator{padding:0 5px;width:60px;box-sizing:border-box;color:rgba(87,86,86,.5)}.react-select .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select-pop__control .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control .react-select__indicators .react-select__indicator svg,.react-select .react-select__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select__control .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select__control .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select__control .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select__control .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select__control .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control .react-select__indicators .react-select__indicator svg{margin:0 auto}.react-select .react-select-pop__control.react-select-pop__control--menu-is-open,.react-select .react-select-pop__control.react-select__control--menu-is-open,.react-select .react-select__control.react-select-pop__control--menu-is-open,.react-select .react-select__control.react-select__control--menu-is-open,.react-select-pop .react-select-pop__control.react-select-pop__control--menu-is-open,.react-select-pop .react-select-pop__control.react-select__control--menu-is-open,.react-select-pop .react-select__control.react-select-pop__control--menu-is-open,.react-select-pop .react-select__control.react-select__control--menu-is-open{border-radius:10px 10px 0 0;box-shadow:0 0 10px rgba(89,46,240,.5)}.react-select .react-select-pop__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select-pop__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select__indicator svg,.react-select .react-select-pop__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select-pop__control.react-select__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select-pop__control.react-select__control--menu-is-open .react-select__indicators .react-select__indicator svg,.react-select .react-select__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select__indicator svg,.react-select .react-select__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select .react-select__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select .react-select__control.react-select__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select .react-select__control.react-select__control--menu-is-open .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select-pop__control.react-select__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select-pop__control.react-select__control--menu-is-open .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control.react-select-pop__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control.react-select-pop__control--menu-is-open .react-select__indicators .react-select__indicator svg,.react-select-pop .react-select__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control.react-select__control--menu-is-open .react-select-pop__indicators .react-select__indicator svg,.react-select-pop .react-select__control.react-select__control--menu-is-open .react-select__indicators .react-select-pop__indicator svg,.react-select-pop .react-select__control.react-select__control--menu-is-open .react-select__indicators .react-select__indicator svg{transform:rotate(180deg)}.react-select .react-select-pop__control:hover,.react-select .react-select__control:hover,.react-select-pop .react-select-pop__control:hover,.react-select-pop .react-select__control:hover{border:none!important;box-shadow:0 0 10px rgba(89,46,240,.5)}.react-select .react-select-pop__control:hover .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control:hover .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select-pop__control:hover .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control:hover .react-select__indicators .react-select__indicator-separator,.react-select .react-select__control:hover .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select__control:hover .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select__control:hover .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select__control:hover .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control:hover .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control:hover .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control:hover .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control:hover .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select__control:hover .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control:hover .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select__control:hover .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control:hover .react-select__indicators .react-select__indicator-separator{background-color:rgba(89,46,240,.5)}.react-select .react-select-pop__control:hover .react-select-pop__indicator,.react-select .react-select-pop__control:hover .react-select__indicator,.react-select .react-select__control:hover .react-select-pop__indicator,.react-select .react-select__control:hover .react-select__indicator,.react-select-pop .react-select-pop__control:hover .react-select-pop__indicator,.react-select-pop .react-select-pop__control:hover .react-select__indicator,.react-select-pop .react-select__control:hover .react-select-pop__indicator,.react-select-pop .react-select__control:hover .react-select__indicator{color:rgba(89,46,240,.5)}.react-select .react-select-pop__control.react-select-pop__control--is-focused,.react-select .react-select-pop__control.react-select__control--is-focused,.react-select .react-select-pop__control:focus,.react-select .react-select__control.react-select-pop__control--is-focused,.react-select .react-select__control.react-select__control--is-focused,.react-select .react-select__control:focus,.react-select-pop .react-select-pop__control.react-select-pop__control--is-focused,.react-select-pop .react-select-pop__control.react-select__control--is-focused,.react-select-pop .react-select-pop__control:focus,.react-select-pop .react-select__control.react-select-pop__control--is-focused,.react-select-pop .react-select__control.react-select__control--is-focused,.react-select-pop .react-select__control:focus{border:none!important}.react-select .react-select-pop__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select-pop__control.react-select-pop__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control.react-select-pop__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select .react-select-pop__control.react-select__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control.react-select__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select-pop__control.react-select__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control.react-select__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select .react-select-pop__control:focus .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control:focus .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select-pop__control:focus .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select-pop__control:focus .react-select__indicators .react-select__indicator-separator,.react-select .react-select__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select__control.react-select-pop__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select__control.react-select-pop__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select .react-select__control.react-select__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select__control.react-select__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select__control.react-select__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select .react-select__control:focus .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select .react-select__control:focus .react-select-pop__indicators .react-select__indicator-separator,.react-select .react-select__control:focus .react-select__indicators .react-select-pop__indicator-separator,.react-select .react-select__control:focus .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control.react-select-pop__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control.react-select-pop__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control.react-select__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control.react-select__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control.react-select__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control.react-select__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control:focus .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control:focus .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select-pop__control:focus .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select-pop__control:focus .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control.react-select-pop__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select__control.react-select-pop__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control.react-select-pop__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select__control.react-select__control--is-focused .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control.react-select__control--is-focused .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select__control.react-select__control--is-focused .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control.react-select__control--is-focused .react-select__indicators .react-select__indicator-separator,.react-select-pop .react-select__control:focus .react-select-pop__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control:focus .react-select-pop__indicators .react-select__indicator-separator,.react-select-pop .react-select__control:focus .react-select__indicators .react-select-pop__indicator-separator,.react-select-pop .react-select__control:focus .react-select__indicators .react-select__indicator-separator{background-color:#592ef0}.react-select .react-select-pop__control.react-select-pop__control--is-focused .react-select-pop__indicator,.react-select .react-select-pop__control.react-select-pop__control--is-focused .react-select__indicator,.react-select .react-select-pop__control.react-select__control--is-focused .react-select-pop__indicator,.react-select .react-select-pop__control.react-select__control--is-focused .react-select__indicator,.react-select .react-select-pop__control:focus .react-select-pop__indicator,.react-select .react-select-pop__control:focus .react-select__indicator,.react-select .react-select__control.react-select-pop__control--is-focused .react-select-pop__indicator,.react-select .react-select__control.react-select-pop__control--is-focused .react-select__indicator,.react-select .react-select__control.react-select__control--is-focused .react-select-pop__indicator,.react-select .react-select__control.react-select__control--is-focused .react-select__indicator,.react-select .react-select__control:focus .react-select-pop__indicator,.react-select .react-select__control:focus .react-select__indicator,.react-select-pop .react-select-pop__control.react-select-pop__control--is-focused .react-select-pop__indicator,.react-select-pop .react-select-pop__control.react-select-pop__control--is-focused .react-select__indicator,.react-select-pop .react-select-pop__control.react-select__control--is-focused .react-select-pop__indicator,.react-select-pop .react-select-pop__control.react-select__control--is-focused .react-select__indicator,.react-select-pop .react-select-pop__control:focus .react-select-pop__indicator,.react-select-pop .react-select-pop__control:focus .react-select__indicator,.react-select-pop .react-select__control.react-select-pop__control--is-focused .react-select-pop__indicator,.react-select-pop .react-select__control.react-select-pop__control--is-focused .react-select__indicator,.react-select-pop .react-select__control.react-select__control--is-focused .react-select-pop__indicator,.react-select-pop .react-select__control.react-select__control--is-focused .react-select__indicator,.react-select-pop .react-select__control:focus .react-select-pop__indicator,.react-select-pop .react-select__control:focus .react-select__indicator{color:#592ef0}.react-select-pop.lite .react-select-pop__control,.react-select-pop.lite .react-select__control,.react-select.lite .react-select-pop__control,.react-select.lite .react-select__control{min-height:50px}.react-select-pop.lite .react-select-pop__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select-pop.lite .react-select-pop__control .react-select-pop__value-container .react-select-pop__single-value,.react-select-pop.lite .react-select-pop__control .react-select-pop__value-container .react-select__placeholder,.react-select-pop.lite .react-select-pop__control .react-select-pop__value-container .react-select__single-value,.react-select-pop.lite .react-select-pop__control .react-select__value-container .react-select-pop__placeholder,.react-select-pop.lite .react-select-pop__control .react-select__value-container .react-select-pop__single-value,.react-select-pop.lite .react-select-pop__control .react-select__value-container .react-select__placeholder,.react-select-pop.lite .react-select-pop__control .react-select__value-container .react-select__single-value,.react-select-pop.lite .react-select__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select-pop.lite .react-select__control .react-select-pop__value-container .react-select-pop__single-value,.react-select-pop.lite .react-select__control .react-select-pop__value-container .react-select__placeholder,.react-select-pop.lite .react-select__control .react-select-pop__value-container .react-select__single-value,.react-select-pop.lite .react-select__control .react-select__value-container .react-select-pop__placeholder,.react-select-pop.lite .react-select__control .react-select__value-container .react-select-pop__single-value,.react-select-pop.lite .react-select__control .react-select__value-container .react-select__placeholder,.react-select-pop.lite .react-select__control .react-select__value-container .react-select__single-value,.react-select.lite .react-select-pop__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select.lite .react-select-pop__control .react-select-pop__value-container .react-select-pop__single-value,.react-select.lite .react-select-pop__control .react-select-pop__value-container .react-select__placeholder,.react-select.lite .react-select-pop__control .react-select-pop__value-container .react-select__single-value,.react-select.lite .react-select-pop__control .react-select__value-container .react-select-pop__placeholder,.react-select.lite .react-select-pop__control .react-select__value-container .react-select-pop__single-value,.react-select.lite .react-select-pop__control .react-select__value-container .react-select__placeholder,.react-select.lite .react-select-pop__control .react-select__value-container .react-select__single-value,.react-select.lite .react-select__control .react-select-pop__value-container .react-select-pop__placeholder,.react-select.lite .react-select__control .react-select-pop__value-container .react-select-pop__single-value,.react-select.lite .react-select__control .react-select-pop__value-container .react-select__placeholder,.react-select.lite .react-select__control .react-select-pop__value-container .react-select__single-value,.react-select.lite .react-select__control .react-select__value-container .react-select-pop__placeholder,.react-select.lite .react-select__control .react-select__value-container .react-select-pop__single-value,.react-select.lite .react-select__control .react-select__value-container .react-select__placeholder,.react-select.lite .react-select__control .react-select__value-container .react-select__single-value{font-size:14px;line-height:18px}.react-select-pop.lite .react-select-pop__control .react-select-pop__value-container input,.react-select-pop.lite .react-select-pop__control .react-select__value-container input,.react-select-pop.lite .react-select__control .react-select-pop__value-container input,.react-select-pop.lite .react-select__control .react-select__value-container input,.react-select.lite .react-select-pop__control .react-select-pop__value-container input,.react-select.lite .react-select-pop__control .react-select__value-container input,.react-select.lite .react-select__control .react-select-pop__value-container input,.react-select.lite .react-select__control .react-select__value-container input{height:26px;font-size:14px!important}.react-select-pop.lite .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator,.react-select-pop.lite .react-select-pop__control .react-select-pop__indicators .react-select__indicator,.react-select-pop.lite .react-select-pop__control .react-select__indicators .react-select-pop__indicator,.react-select-pop.lite .react-select-pop__control .react-select__indicators .react-select__indicator,.react-select-pop.lite .react-select__control .react-select-pop__indicators .react-select-pop__indicator,.react-select-pop.lite .react-select__control .react-select-pop__indicators .react-select__indicator,.react-select-pop.lite .react-select__control .react-select__indicators .react-select-pop__indicator,.react-select-pop.lite .react-select__control .react-select__indicators .react-select__indicator,.react-select.lite .react-select-pop__control .react-select-pop__indicators .react-select-pop__indicator,.react-select.lite .react-select-pop__control .react-select-pop__indicators .react-select__indicator,.react-select.lite .react-select-pop__control .react-select__indicators .react-select-pop__indicator,.react-select.lite .react-select-pop__control .react-select__indicators .react-select__indicator,.react-select.lite .react-select__control .react-select-pop__indicators .react-select-pop__indicator,.react-select.lite .react-select__control .react-select-pop__indicators .react-select__indicator,.react-select.lite .react-select__control .react-select__indicators .react-select-pop__indicator,.react-select.lite .react-select__control .react-select__indicators .react-select__indicator{width:50px}.react-select-pop__menu-portal .react-select-pop__menu,.react-select-pop__menu-portal .react-select__menu,.react-select__menu-portal .react-select-pop__menu,.react-select__menu-portal .react-select__menu{border-radius:0 0 10px 10px;margin:0;overflow:hidden;box-shadow:0 15px 10px -5px rgba(0,0,0,.05);border-top:none}.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list,.react-select__menu-portal .react-select__menu .react-select__menu-list{padding:0;background:#eee}.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__option,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__option{cursor:pointer;font-size:14px;padding:15px 20px;color:#333;border-top:1px solid #fff}.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-selected,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select__option--is-selected,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-selected,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-selected,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-selected,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected{background:#592ef0;color:#fff}.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-focused,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__option.react-select__option--is-focused,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__option.react-select__option--is-focused,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__option.react-select__option--is-focused,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select-pop__option--is-focused,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-focused{background:rgba(89,46,240,.5);color:#fff}.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__group,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__group,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__group,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__group,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__group,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__group,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__group,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__group,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__group,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__group,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__group,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__group,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__group,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__group,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__group,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__group{padding:0}.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__group .react-select__group-heading,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__group .react-select__group-heading,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__group .react-select__group-heading,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__group .react-select__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__group .react-select__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__group .react-select__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__group .react-select__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__group .react-select-pop__group-heading,.react-select-pop__menu-portal .react-select__menu .react-select__menu-list .react-select__group .react-select__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select-pop__group .react-select__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__group .react-select-pop__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select-pop__menu-list .react-select__group .react-select__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select-pop__group .react-select__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__group .react-select-pop__group-heading,.react-select__menu-portal .react-select-pop__menu .react-select__menu-list .react-select__group .react-select__group-heading,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select-pop__group .react-select__group-heading,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__group .react-select-pop__group-heading,.react-select__menu-portal .react-select__menu .react-select-pop__menu-list .react-select__group .react-select__group-heading,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__group .react-select-pop__group-heading,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select-pop__group .react-select__group-heading,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__group .react-select-pop__group-heading,.react-select__menu-portal .react-select__menu .react-select__menu-list .react-select__group .react-select__group-heading{margin:0;background:rgba(87,86,86,.5);color:#fff;padding:5px 20px;text-transform:none;font-size:10px;line-height:14px;font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:3px;font-weight:400}.react-select-pop__menu-portal{z-index:9999!important}.Toastify__toast-container{top:20px;right:20px;padding:0;pointer-events:none}.Toastify__toast-container .Toastify__toast{pointer-events:auto;padding:10px;margin-bottom:10px;border-radius:5px;box-shadow:0 15px 15px -5px rgba(0,0,0,.05);box-sizing:border-box}.Toastify__toast-container .Toastify__toast .Toastify__toast-body{font-size:12px;line-height:16px;font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-transform:uppercase}.Toastify__toast-container .Toastify__toast .Toastify__toast-body span{display:block;margin:2.5px 0 0;font-family:Archivo,Helvetica,Arial,sans-serif;text-transform:none}.Toastify__toast-container .Toastify__toast .Toastify__close-button{width:auto}.Toastify__toast-container .Toastify__toast .Toastify__progress-bar{background:#592ef0}.please-verify{padding:0 20px 20px;margin:0 0 20px;border-bottom:1px solid rgba(89,46,240,.5)}.please-verify>div{position:relative;clear:both;margin:0 auto;background:rgba(89,46,240,.1);padding:20px;border-radius:20px;overflow:auto;max-width:800px}.please-verify>div span{float:left;line-height:36px}.please-verify>div span svg{width:24px;height:24px;color:#592ef0;margin:-2px 0 0}.please-verify>div a,.please-verify>div button{width:300px;float:right}.title-misc{background:linear-gradient(45deg,#390ed0,#592ef0);padding:50px 0;margin:-20px 0 20px;font-family:BarlowBlack,Helvetica,Arial,sans-serif;text-transform:uppercase;color:#fff}.title-misc>section>h1,.title-misc>section>h2{font-size:32px;line-height:36px;text-align:left;margin:0}.title-misc>section>span{display:block;font-size:14px;line-height:18px;max-width:75%;margin:8px 0 0;font-family:Archivo,Helvetica,Arial,sans-serif;text-transform:none}.title-misc ul{padding:10px 0 0}.title-misc ul>li{width:auto;font-size:12px;line-height:16px}.title-misc ul>li>a{display:block;color:#fff}.title-misc ul>li>a:hover{margin:0 5px}.title-misc ul>li>span{opacity:.75}.embed-yt{padding:10px 0}.embed-yt div{position:relative;width:100%;height:0;padding:28.125% 0}.embed-yt div iframe{position:absolute;width:100%;height:100%;top:0;border-radius:20px;overflow:hidden}.parse-html{font-size:16px;line-height:22px}.parse-html .embed-ig{padding:10px 0;width:75%;margin:0 auto}.parse-html .embed-ig blockquote{margin:0 auto!important}.parse-html .embed-ig iframe{padding:10px!important;border-radius:20px!important;margin:0 auto!important}.parse-html .embed-yt{width:75%;margin:0 auto}.parse-html h2{text-align:left;font-size:24px;line-height:30px;padding:15px 0 7.5px}.parse-html h2:first-child{padding:0 0 7.5px}.parse-html h2:first-child:last-child{padding:0}.parse-html h2:last-child{padding:15px 0 0}.parse-html h3{font-size:20px;line-height:26px;padding:15px 0 7.5px}.parse-html h3:first-child{padding:0 0 7.5px}.parse-html h3:first-child:last-child{padding:0}.parse-html h3:last-child{padding:15px 0 0}.parse-html h5{font-size:12px;line-height:18px;color:rgba(87,86,86,.5)}.parse-html h5,.parse-html h5:first-child{padding:0 0 7.5px}.parse-html h5:first-child:last-child,.parse-html h5:last-child{padding:0}.parse-html p{padding:7.5px 0}.parse-html p>img{display:block;width:75%;border-radius:20px;margin:0 auto}.parse-html p:first-child{padding:0 0 7.5px}.parse-html p:first-child:last-child{padding:0}.parse-html p:last-child{padding:7.5px 0 0}.parse-html ol,.parse-html ul{padding-left:20px;list-style:disc}.parse-html ol li,.parse-html ul li{padding:7.5px 0}.parse-html ol:first-child li:first-child,.parse-html ul:first-child li:first-child{padding:0 0 7.5px}.parse-html ol:first-child li:first-child:last-child,.parse-html ul:first-child li:first-child:last-child{padding:0}.parse-html ol:last-child li:last-child,.parse-html ul:last-child li:last-child{padding:7.5px 0 0}.parse-html ul{list-style:disc}.parse-html ol{list-style:decimal}.content-misc{padding:10px 20px}.content-misc ul.list-faq{margin:-10px 0}.content-misc ul.list-faq>li{padding:10px 0;border-bottom:1px solid #eee}.content-misc ul.list-faq>li:last-child{border-bottom:none}.content-misc ul.list-faq>li>ul>li{overflow:hidden}.content-misc ul.list-faq>li>ul>li>button{position:relative;margin:10px 0;padding:0 32px 0 0;font-size:16px;line-height:22px;font-weight:700;text-align:left;color:#592ef0}.content-misc ul.list-faq>li>ul>li>button:hover{color:#390ed0}.content-misc ul.list-faq>li>ul>li>button>svg{position:absolute;top:-5px;right:0;width:32px;height:32px}.content-misc ul.list-faq>li>ul>li:last-child{height:0}.content-misc ul.list-faq>li>ul>li .update-on{padding:10px 0}.content-misc ul.list-faq>li>ul.open-faq>li>button>svg{transform:rotate(-180deg)}.content-misc ul.list-faq>li>ul.open-faq>li:last-child{height:auto}.content-misc .update-on{padding:20px 0 10px;color:#666}.ads-homepage.ads-middle,.ads-homepage.ads-top{margin-top:-20px;margin-bottom:20px}.ads-homepage.ads-bottom{margin-top:20px;margin-bottom:-20px}.ads-homepage.ads-infinite{padding:10px 0}.ads-homepage.ads-infinite>li a>img{border-radius:0 20px 20px 0}.ads-homepage.ads-feat{margin:-20px 0 20px}.ads-homepage.ads-feat>li{position:relative;padding:0}.ads-homepage.ads-feat>li>a>div{color:#fff;position:absolute;bottom:40px;left:40px;font-family:BarlowBlack,Helvetica,Arial,sans-serif;font-size:26px;line-height:32px;text-shadow:0 2.5px 10px rgba(0,0,0,.25)}.ads-homepage>li>a{display:block}.slider-top{margin:-20px 0 20px}.slider-top .slick-slide>div{opacity:.5}.slider-top .slick-slide>div>a,.slider-top .slick-slide>div>div{display:block!important;position:relative;height:0;padding:28.125% 0}.slider-top .slick-slide>div>a>div,.slider-top .slick-slide>div>div>div{position:absolute;top:50%;transform:translateY(-50%);left:10%;right:10%;margin:0 auto;text-align:center;z-index:1;color:#fff;font-family:BarlowBlack,Helvetica,Arial,sans-serif;font-size:34px;line-height:40px;text-shadow:0 2.5px 10px rgba(0,0,0,.25)}.slider-top .slick-slide.slick-active>div{opacity:1}.slider-top .slick-arrow{background:rgba(89,46,240,.5);z-index:3;width:45px;height:45px;border-radius:15px;backdrop-filter:blur(5px);-moz-backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 10px 10px -5px rgba(0,0,0,.05)}.slider-top .slick-arrow.slick-prev{left:15%;margin:0 0 0 -22.5px}.slider-top .slick-arrow.slick-next{right:15%;margin:0 -22.5px 0 0}.slider-top .slick-arrow:before{display:block;opacity:1;margin:1px 0 0}.slider-top .slick-arrow:hover{background:#592ef0;box-shadow:0 10px 10px -5px rgba(0,0,0,.1)}.slider-top ul.slick-dots{bottom:40px;margin:-5px}.slider-top ul.slick-dots>li{margin:0;padding:5px;width:auto;height:auto}.slider-top ul.slick-dots>li>button{background:#575656;width:10px;height:10px;border-radius:10px;opacity:.5}.slider-top ul.slick-dots>li>button:before{display:none}.slider-top ul.slick-dots>li>button:hover{opacity:1}.slider-top ul.slick-dots>li.slick-active>button{background:#592ef0;opacity:1}.thumb-adjust>img{position:absolute;height:100%!important;object-fit:cover!important}.infi-load{max-width:40%;margin:0 auto;padding:10px 20px}.infi-load>button{padding:15px}.tit-other{font-family:BarlowBlack,Helvetica,Arial,sans-serif;font-size:20px;line-height:24px;margin:0 0 15px}.lay-list{padding:10px 0;margin:0!important}.lay-list>li{padding:0!important}.list-article{padding:0 10px}.list-article.no-pad{padding:0}.list-article.use-mar{margin:-10px -10px 0}.list-article.single-article,.list-article.single-article>div>div>div{padding:0}.list-article.single-article .the-article>ul{position:relative;padding:15px}.list-article>div>div>div{padding:10px}.list-article .the-article{display:block;position:relative;font-size:14px;line-height:18px;color:#fff;text-shadow:0 2.5px 5px rgba(0,0,0,.1);border-radius:20px;overflow:hidden;border:1px solid #eee;box-sizing:border-box}.list-article .the-article>ul{position:absolute;padding:60px 15px 15px;margin:0!important;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.75))}.list-article .the-article>ul>li:first-child{font-size:18px;line-height:22px;font-family:BarlowBlack,Helvetica,Arial,sans-serif}.list-article .the-article>ul>li.like{font-size:12px;line-height:14px;opacity:.8}.list-article .the-article>ul>li>ul>li{font-weight:700}.list-article .the-article>ul>li>ul>li>svg{margin:-3px 2.5px 0 0}@media screen and (min-width:768px)and (max-width:1024px)and (orientation:portrait){footer>.foot-con>section>ul.floating>li{width:100%!important}footer>.foot-con>section>ul.floating>li:last-child>h2{text-align:center}footer>.foot-con>section>ul.floating>li:last-child>ul>li{width:100%!important;text-align:center}.lay-list>li:first-child{width:30%!important}.lay-list>li:last-child{width:70%!important}.lay-list>li:last-child:first-child{width:100%!important}.lay-list>li .ads-homepage.ads-infinite{padding:10px 20px 10px 0}}@media screen and (max-width:767px)and (orientation:landscape){footer>.foot-con>section>ul.floating>li{width:100%!important}footer>.foot-con>section>ul.floating>li:last-child>h2{text-align:center}footer>.foot-con>section>ul.floating>li:last-child>ul>li{width:100%!important;text-align:center}.lay-list>li:first-child{width:30%!important}.lay-list>li:last-child{width:70%!important}.lay-list>li:last-child:first-child{width:100%!important}.lay-list>li .ads-homepage.ads-infinite{padding:10px 20px 10px 0}}@media screen and (max-width:767px)and (orientation:portrait){.Toastify__toast-container{right:0;left:0;padding:0 20px}main{padding-top:177px}header>div>section>a{width:112px}header>div>section>a>svg{height:50px}header>div>section>.search-box{background:#fff;display:block;margin:0;top:85px}header>div>section>.search-box>button[type=submit],header>div>section>.search-box>input[type=text]{border-radius:0!important}header>div>section ul.auto{top:50px;margin:60px 0 0}header>div>section ul.auto>li>a span{width:80%}header>ul{overflow:scroll;white-space:nowrap;margin:50px 0 0}header>ul,header>ul>li{padding:0 10px}header>ul>li>a{padding:10px 0;font-size:13px;line-height:17px}footer>.foot-sub>section>ul>li{text-align:center;width:100%!important}footer>.foot-sub>section>ul>li>br{display:none}footer>.foot-con{padding:40px 0}footer>.foot-con>section>ul.floating>li{width:100%!important}footer>.foot-con>section>ul.floating>li:first-child>ul>li{width:50%!important}footer>.foot-con>section>ul.floating>li:first-child>ul>li:last-child{width:100%!important}footer>.foot-con>section>ul.floating>li:first-child>ul>li:last-child h2{text-align:center;margin-top:20px}footer>.foot-con>section>ul.floating>li:first-child>ul>li:last-child>ul{text-align:center}footer>.foot-con>section>ul.floating>li:first-child>ul>li:last-child>ul>li{float:none;display:inline-block}footer>.foot-con>section>ul.floating>li:last-child>h2{text-align:center}footer>.foot-con>section>ul.floating>li:last-child>ul>li{width:100%!important;text-align:center}.slider-top .slick-slide>div>a>div,.slider-top .slick-slide>div>div>div{font-size:20px;line-height:26px;left:25px;right:25px}.slider-top ul.slick-dots{bottom:10px}.lay-list{padding:0;margin:-10px 0!important}.lay-list>li{width:100%!important}.lay-list>li .ads-homepage.ads-infinite{padding:10px 20px 10px 0}.infi-load{max-width:none}.popup-overlay .popup-content .popup-login{width:auto}}