@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap);.modal-open{overflow:hidden}.rw-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0;background-color:rgb(0 0 0 / .5)}.modal-open .rw-modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.rw-modal.fade .modal-dialog{transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out,-webkit-transform 0.3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.rw-modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.rw-modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgb(0 0 0 / .2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem 1rem 0;border-bottom:0 solid #e9ecef;border-top-right-radius:.3rem;z-index:99999}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:30px;min-height:calc(100vh - 110px)}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:900px;margin:1.75rem auto;width:80%}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}div#redirectModal{display:none}#redirect-page{font-style:normal;padding:10px 0}.modal-header{background-color:#eee;height:50px;overflow:hidden}.modal-title{float:right;font-size:20px;margin:0;font-weight:700}.modalCloseBtn{float:left;background-color:#005C97!important;width:50px;height:50px;text-align:center;cursor:pointer;padding:0;line-height:unset;border-radius:unset}.modalCloseBtn:hover{background-color:#9e44c9!important}.modalCloseBtn:before{content:"\f00d";font-family:FontAwesome;font-size:20px;color:#fff;transition:0.3s ease-in-out}.modalCloseBtn:hover:before{font-size:25px}.cLink.disabled{background:#DDD;color:#999!important;pointer-events:none}.cButton{text-align:center;margin:5px}.cLink{text-decoration:none;line-height:1.5em;background:var(--wprw-main);color:#ffffff!important;font-weight:700;border-radius:5px;display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:10px 30px;font-size:22px;transition:.3s ease-in-out}.cLink:hover{background:var(--wprw-seconed);webkit-box-shadow:0 8px 5px -5px rgb(0 0 0 / 30%);box-shadow:0 8px 5px -5px rgb(0 0 0 / 30%);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.base-timer{position:relative;width:200px;height:200px;margin:0 auto}.base-timer__svg{transform:scaleX(-1)}.base-timer__circle{fill:none;stroke:none}.base-timer__path-elapsed{stroke-width:7px;stroke:#f5f4f4}.base-timer__path-remaining{stroke-width:7px;stroke-linecap:round;transform:rotate(90deg);transform-origin:center;transition:1s linear all;fill-rule:nonzero;stroke:currentColor}.base-timer__path-remaining.green{color:var(--wprw-main)}.base-timer__path-remaining.orange{color:var(--wprw-main)}.base-timer__path-remaining.red{color:var(--wprw-main)}.base-timer__label{position:absolute;width:200px;height:200px;top:0;display:flex;align-items:center;justify-content:center;font-size:60px;font-weight:900;color:var(--wprw-seconed);animation:fadeIn 01s infinite;transform:scale(0);user-select:none;font-family:var(--wprw-font)}@keyframes fadeIn{0%{transform:scale(0)}100%{transform:scale(1)}}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:5px;stroke-miterlimit:10;stroke:#f5f4f4;fill:#7ac142;animation:stroke 0.6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{position:absolute;width:200px;height:200px;top:0;display:flex;align-items:center;justify-content:center;font-size:48px;border-radius:50%;box-shadow:inset 0 0 0 #7ac142;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke-width:5;animation:stroke 0.3s cubic-bezier(.65,0,.45,1) 0.8s forwards;stroke:#fff}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes scale{0%,100%{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{100%{box-shadow:inset 0 0 0 100px #7ac142}}.showCheck{display:block}.hiedCheck{display:none}a#cLink:hover{color:#fff;cursor:pointer}.ad-code{text-align:-webkit-center}@media (max-width:767px){.ad-code{width:100%;height:auto}}.waiting-text{margin:10px 0;color:var(--wprw-waiting)}.text-modal{font-size:16px;margin:10px 0!important;line-height:initial}.rw-adb{display:none;position:fixed;width:100%;height:100%;left:0;top:0;bottom:0;background:rgb(51 51 51 / .9);z-index:10000;text-align:center;color:#111}.rw-adbs{margin:0 auto;width:80%;max-width:400px;position:fixed;z-index:99999;left:50%;top:50%;transform:translate(-50%,-50%);padding:20px 30px 30px;background:rgb(255 255 255 / .9);-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.rw-adbs>h3{font-size:22px!important;font-family:inherit!important;font-weight:600!important;margin-bottom:20px!important;line-height:1.2em!important;border:0!important}.rw-adbs>p{font-size:17px!important;font-family:inherit!important;line-height:2.2em!important;margin:0!important;text-align:center!important}