@-webkit-keyframes appear{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:none;transform:none}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:initial}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:initial;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}#survey-container{position:relative}#survey-container:before{-webkit-animation:spin 2s cubic-bezier(.65,.05,.36,1) infinite;animation:spin 2s cubic-bezier(.65,.05,.36,1) infinite;border:3px solid #3498db;border-bottom-color:#fff;border-radius:50%;content:"";display:inline-block;height:0;left:0;margin:20px auto;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s;width:50px}#survey-container.survey-loading .survey__content{height:0;opacity:0}#survey-container.survey-loading:before{height:50px;opacity:1;position:relative}#survey-container #recaptcha-container{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%}#survey-container #recaptcha-container>div{left:50%;position:relative;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#survey-container form.leadgenform label{margin-bottom:15px}#survey-container .react-form{margin:20px auto;max-width:300px;text-align:left}#survey-container .react-form .leadgenform__phone-label{font-size:12px}#survey-container .react-form .leadgenform__button{font-size:16px;line-height:1.2}#survey-container .react-form #recaptcha-container{display:none}.survey__content{color:#222;font-size:2rem;min-height:200px;opacity:1;padding:2rem;transition:.4s}.survey__heading{color:#67a130;font-weight:700;margin-bottom:20px}.survey__question-text{font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.survey__options-wrapper{align-content:center;align-items:center;display:flex;flex-flow:row wrap;justify-content:center;margin-bottom:1rem}.survey__options-wrapper.thank_you .survey__button{align-items:center;display:flex;justify-content:center;min-height:60px!important;min-width:294px!important}.survey__button{background:#f7f7f7;border-radius:.5rem;box-shadow:inset 0 0 0 .1rem #67a130;cursor:pointer;flex:0 0 40%;margin:1rem;padding:1rem;text-align:center;transition:.4s}.survey__button:hover{box-shadow:inset 0 0 0 .3rem #67a130}.survey__button:active,.survey__button:only-child{background-color:#67a130;color:#fff}.survey__button:only-child:active,.survey__button:only-child:hover{-webkit-filter:saturate(2);filter:saturate(2)}.survey__back-button{border-radius:.5rem;box-shadow:inset 0 0 0 .1rem gray;color:#222;cursor:pointer;display:inline-block;font-weight:500;padding:1rem 3rem}.survey__back-button:hover{box-shadow:inset 0 0 0 .3rem gray}.survey__email-form{margin-top:20px;position:relative}.survey__email-form.loading .email-form__button,.survey__email-form.loading .email-form__input{opacity:.5}.survey__email-form.loading:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.survey__email-form.loading:after{-webkit-animation:spin 2s cubic-bezier(.65,.05,.36,1) infinite;animation:spin 2s cubic-bezier(.65,.05,.36,1) infinite;border:3px solid #3498db;border-bottom-color:transparent;border-radius:50%;content:"";display:block;height:30px;left:50%;position:absolute;top:calc(50% - 15px);width:30px;z-index:3}.survey__email-form .email-form__input{border:1px solid #d8d9db;border-radius:4px;color:#1a2730;display:block;margin:0 auto 20px;max-width:300px;padding:10px;width:100%}.survey__email-form .email-form__button{background:rgba(0,232,113,.1);border:.2rem solid #00e871;border-radius:4px;color:#00e871;cursor:pointer;display:block;font-size:2.5rem;font-weight:700;margin:0 auto 20px;max-width:300px;padding:2rem 1rem;text-align:center;text-transform:uppercase;transition-delay:0s;transition-duration:.3s;transition-property:all;transition-timing-function:ease;width:100%}.survey__email-form .email-form__button:hover{background:#00e871;color:#444}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:500px){.survey__options-wrapper{flex-direction:column}.survey__button{margin:.5rem 0;width:100%}}.survey__content{position:relative}.survey__loading-screen{align-items:center;background:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:10}.survey__loading-screen.alternate{background:none;position:relative}.loading-screen__body{width:100%}.loading-screen__title-wrapper{height:30px;position:relative;width:100%}.loading-screen__title{font-weight:700;margin-bottom:20px}.loading-screen__content,.loading-screen__text_dynamic{margin-bottom:20px}.loading-screen__progressbar{display:block;height:4px;margin:20px auto;overflow:hidden;width:100%}.loading-screen__progressbar:before{-webkit-animation:survey-progress 2s ease forwards;animation:survey-progress 2s ease forwards;background:#29b765;content:"";display:block;height:100%;width:100%}.loading-screen__progressbar .loading-screen__progressbar-line,.loading-screen__progressbar.alternate:before{display:none}.loading-screen__progressbar.alternate .loading-screen__progressbar-line{background:#29b765;display:block;height:100%;transition-delay:0s;transition-duration:.3s;transition-property:all;transition-timing-function:ease;width:100%}@-webkit-keyframes survey-progress{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes survey-progress{0%{-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translate(0);transform:translate(0)}}.opacity-switch-enter,.opacity-switch-exit{transition:.4s}.opacity-switch-enter,.opacity-switch-exit-active{left:0;opacity:0;position:absolute;top:0}.opacity-switch-enter-active,.opacity-switch-exit{opacity:1;position:relative}.fade-enter,.fade-exit{transition:.4s}.fade-enter,.fade-exit-active{opacity:0}.fade-enter-active,.fade-exit{opacity:1}.custom-alert{align-items:center;background-color:rgba(0,0,0,.7);display:flex;height:100%;justify-content:center;position:fixed;top:0;width:100%;z-index:10}.custom-alert__body{-webkit-animation:appear .3s normal forwards;animation:appear .3s normal forwards;background:#6a8092;border-radius:4px;color:#fff;font-size:1.5rem;max-width:1000px;opacity:0;padding:1em 2em;position:relative;transition:.3s ease;white-space:normal;width:100%;word-break:break-word;z-index:11}.custom-alert.info .custom-alert__body{background:#3498db}.custom-alert.danger .custom-alert__body{background:#e74c3c}.custom-alert.success .custom-alert__body{background:#29b765}.custom-alert.warning .custom-alert__body{background:#ffc82c;color:#1a2730}.custom-alert__title p{line-height:1.3em;text-align:left}.custom-alert__button{background:#ed7119;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:2rem;line-height:1.5em;padding:1rem 2rem}.custom-alert__close{cursor:pointer;font-size:25px;line-height:15px;position:absolute;right:1rem;top:1rem}.sweep-alert{background:#fff;box-shadow:0 0 37px -3px rgba(0,0,0,.54);color:#222}#form-wrapper .leadgenform__loader,.leadgenform-twostep.react-form .leadgenform__loader,.leadgenform.react-form .leadgenform__loader{background-color:hsla(0,0%,100%,.5);bottom:0;display:block;height:auto;left:0;overflow:hidden;position:absolute;right:0;top:0;width:auto;z-index:11}#form-wrapper .leadgenform__loader .loader__spinner,.leadgenform-twostep.react-form .leadgenform__loader .loader__spinner,.leadgenform.react-form .leadgenform__loader .loader__spinner{-webkit-animation:rolling 1s linear infinite;animation:rolling 1s linear infinite;border:4px solid #000;border-radius:50%;border-top-color:transparent;height:64px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:64px}#form-wrapper .leadgenform__loader .loader__timer,.leadgenform-twostep.react-form .leadgenform__loader .loader__timer,.leadgenform.react-form .leadgenform__loader .loader__timer{font-size:30px;font-weight:700;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@-webkit-keyframes rolling{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rolling{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.rain{-webkit-animation:snow 13s linear infinite;animation:snow 13s linear infinite;background-image:url(/img/rain/dollars-1.png),url(/img/rain/dollars-2.png),url(/img/rain/dollars-3.png);height:100%;left:0;position:fixed;top:0;transition:opacity .4s ease;width:100%;z-index:1}@-webkit-keyframes snow{0%{background-position:0 0,0 0,0 0}50%{background-position:500px 500px,100px 400px,-200px 300px}to{background-position:500px 1000px,200px 800px,-200px 600px}}@keyframes snow{0%{background-position:0 0,0 0,0 0}50%{background-position:500px 500px,100px 400px,-200px 300px}to{background-position:500px 1000px,200px 800px,-200px 600px}}@keyframes appear{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:none;transform:none}}body.rtl{direction:rtl}.text--info{color:#3498db}.text--success{color:#29b765}.text--warning{color:#ffc82c}.text--danger{color:#e74c3c}.text--steel{color:#33424d}.text--black{color:#1a2730}.text--silver{color:#6a8092}.text--slate{color:#26343e}.blink{-webkit-animation:blink 1.5s ease-in-out infinite;animation:blink 1.5s ease-in-out infinite}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.m-1{margin:10px!important}.mt-1{margin-top:10px!important}.mb-1{margin-bottom:10px!important}.ml-1{margin-left:10px!important}.mr-1{margin-right:10px!important}.m-2{margin:20px!important}.mt-2{margin-top:20px!important}.mb-2{margin-bottom:20px!important}.ml-2{margin-left:20px!important}.mr-2{margin-right:20px!important}.m-3{margin:30px!important}.mt-3{margin-top:30px!important}.mb-3{margin-bottom:30px!important}.ml-3{margin-left:30px!important}.mr-3{margin-right:30px!important}.m-4{margin:60px!important}.mt-4{margin-top:60px!important}.mb-4{margin-bottom:60px!important}.ml-4{margin-left:60px!important}.mr-4{margin-right:60px!important}.m-5{margin:90px!important}.mt-5{margin-top:90px!important}.mb-5{margin-bottom:90px!important}.ml-5{margin-left:90px!important}.mr-5{margin-right:90px!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.p-1{padding:10px!important}.pt-1{padding-top:10px!important}.pb-1{padding-bottom:10px!important}.pl-1{padding-left:10px!important}.pr-1{padding-right:10px!important}.p-2{padding:20px!important}.pt-2{padding-top:20px!important}.pb-2{padding-bottom:20px!important}.pl-2{padding-left:20px!important}.pr-2{padding-right:20px!important}.p-3{padding:30px!important}.pt-3{padding-top:30px!important}.pb-3{padding-bottom:30px!important}.pl-3{padding-left:30px!important}.pr-3{padding-right:30px!important}.p-4{padding:60px!important}.pt-4{padding-top:60px!important}.pb-4{padding-bottom:60px!important}.pl-4{padding-left:60px!important}.pr-4{padding-right:60px!important}.p-5{padding:90px!important}.pt-5{padding-top:90px!important}.pb-5{padding-bottom:90px!important}.pl-5{padding-left:90px!important}.pr-5{padding-right:90px!important}.d-block{display:block}.d-flex{display:flex;flex-wrap:wrap}.d-flex>aside,.d-flex>div,.d-flex>em,.d-flex>footer,.d-flex>header,.d-flex>main,.d-flex>nav,.d-flex>ol,.d-flex>p,.d-flex>section,.d-flex>span,.d-flex>strong,.d-flex>table,.d-flex>ul{flex:0 0 auto}.d-inline-block{display:inline-block}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.w-1-1{width:100%}.w-1-2{width:50%}.w-1-3{width:33.33%}.w-1-4{width:25%}@media(max-width:500px){.w-1-1-mob{width:100%}.w-1-2-mob{width:50%}.w-1-3-mob{width:33.33%}.w-1-4-mob{width:25%}}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:.05}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:.05}to{opacity:1}}.cookie-consent{background-color:#333;border-radius:.5rem;bottom:-3000px;box-sizing:border-box;display:flex;flex-direction:column;max-width:25%;padding:1.5rem;position:fixed;right:1rem;transition:all 1s ease-in-out;width:100%;z-index:9999}.cookie-consent--show{bottom:1rem}@media screen and (max-width:750px){.cookie-consent--show{border-radius:0;bottom:0;flex-direction:row;max-width:100%;right:0}}.cookie-consent__text{color:#777}.cookie-consent__text p{font-size:1.5rem;margin:0;text-align:justify}.cookie-consent__text a{text-decoration:underline;transition:.2s;white-space:nowrap}.cookie-consent__text a:hover{border-bottom:0;text-decoration:none}.cookie-consent__btn{align-self:center;max-width:100px;padding-top:1.5rem;width:90%}@media screen and (max-width:750px){.cookie-consent__btn{padding-left:1.5rem;padding-top:0}}.cookie-consent__btn div{background-color:#444;border-radius:.5rem;color:#8da9ca;cursor:pointer;font-size:1.7rem;padding:1rem;text-align:center;text-decoration:underline;transition:.4s;white-space:nowrap;width:100%}@media screen and (max-width:750px){.cookie-consent__btn div{padding:1rem 0}}.offerwall__itm{border-radius:.5rem;cursor:pointer;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:2rem;padding:1rem;transition:.4s;width:100%}.offerwall__img{width:10%}.offerwall__img img{width:100%}.offerwall__desc{text-align:left;width:60%}.offerwall__desc h4{font-size:3rem;line-height:1;margin:0 0 .5rem;padding:0 1rem}@media screen and (max-width:750px){.offerwall__desc h4{font-size:2.2rem}}.offerwall__desc p{font-size:2rem;line-height:1.3em;padding:0 1rem}@media screen and (max-width:750px){.offerwall__desc p{font-size:1.5rem}}.offerwall__btn{align-self:center;border-radius:.5rem;cursor:pointer;margin-left:1rem;max-width:220px;padding:2.5rem .5rem;transition:.4s;width:30%}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:initial}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:initial;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;appearance:textfield;box-sizing:initial}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,html{background:rgba(66,136,238,.72);font-family:Arial,sans-serif;height:100%;margin:0;padding:0;width:100%}a{color:#fff}.wrapper{background:url(./bg.png) 50% no-repeat;background-size:contain;height:100%;position:relative;width:100%}.wrapper .container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.wrapper .widjet{display:none}.wrapper .captcha{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.wrapper .title h1{color:#fff;font-size:2rem;margin:0 0 1rem}.wrapper .main{align-items:center;background-color:#f9f9f9;border:1px solid #d4d4d4;box-shadow:7px 7px 5px 0 rgba(50,50,50,.75);display:flex;flex-direction:row;height:83px;justify-content:space-around;max-width:320px;width:100%}.wrapper .main .survey{flex-grow:2;padding:0;width:60%}.wrapper .main .survey #survey-container:before{display:none}.wrapper .main .survey .survey__content{min-height:auto;padding:0}.wrapper .main .survey .survey__content .survey__options-wrapper,.wrapper .main .survey .survey__content .survey__question-text{margin-bottom:0}.wrapper .main .survey .survey__content .survey__options-wrapper .survey__option.survey__button{background-color:transparent;border:none!important;box-shadow:none!important;color:#666;flex:0 0 100%;font-size:27px;font-weight:400;margin:0;padding:0;position:relative}.wrapper .main .survey .survey__content .survey__options-wrapper .survey__option.survey__button:before{border:2px solid #b9b9b9;bottom:0;box-sizing:border-box;content:" ";display:block;height:24px;left:30px;margin:auto;position:absolute;top:0;width:24px}.wrapper .main .protected{border-left:2px solid rgba(0,0,0,.1);flex-grow:1;font-size:12px;height:90%;line-height:1em;padding:0;text-align:center}.wrapper .main .protected .logo{display:block;height:70%;vertical-align:initial}.wrapper .main .protected .logo svg{fill:#fff;height:100%}.wrapper .main .protected span{color:#666}.wrapper .main .protected a{color:#2a6de8;text-decoration:none}.footer{bottom:0;color:#fff;font-size:14px;left:0;position:absolute;right:0;text-align:center}.taboola{height:auto;min-height:100vh}.taboola .container{padding-top:200px}.taboola .widjet{background-color:hsla(0,0%,100%,.859);display:block;margin-top:50px;padding-bottom:74px}.taboola .footer{color:#000;width:100%}.taboola .footer .text--links{color:#000}.cookie-consent__btn div,.cookie-consent__text p{font-size:14px}
