@font-face{font-family:"Raleway";src:url("../fonts/Raleway-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Raleway";src:url("../fonts/Raleway-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Raleway";src:url("../fonts/Raleway-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box}body{font-family:"Raleway",sans-serif;font-size:17px;line-height:1.5;color:#2f4d8e;background:#fff;margin:0}body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none;transition:all .2s ease-out}label{display:block}img{max-width:100%}ul{list-style:none;margin:0;padding:0}li{margin:0}button{cursor:pointer}h1,h2{font-size:20px;line-height:1.5;margin-top:0;margin-bottom:10px;font-weight:600}p{margin-bottom:20px}.container{max-width:980px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;max-width:980px;z-index:999;height:48px;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.1607843137);border-radius:0 0 25px 25px;transition:all .2s ease-out}.header .container{display:flex;align-items:center;justify-content:space-between}.header__logo{margin-left:20px}.header__logo img{max-width:100px;display:block}.header__nav{display:flex;align-items:center}.header__nav nav{position:fixed;inset:0;padding:90px 0 0;display:none;overflow-y:auto;background-color:#fff;z-index:10;transform:translateY(-110%);transition:transform .3s ease-in-out,opacity .4s ease-in-out}.header__nav nav ul{display:block;width:100%;text-align:center}.header__nav nav ul li{padding:20px 0}.header__nav nav ul li a{font-size:25px;line-height:1.5;letter-spacing:.21px;color:#2f4d8e}.header__nav nav ul li.is-active a{color:#01672c}.header.is-active .header__nav nav{display:block;transform:translateY(0)}.header__toggle{position:absolute;right:30px;height:48px;width:32px;top:0;display:flex;align-items:center;justify-content:center;padding:5px 0;background:rgba(0,0,0,0);border:none;z-index:99}.header__toggle:focus{outline:none}.header__toggle-lines{position:relative;display:block;width:100%;height:3px;margin:0 auto;background-color:#2f4d8e}.header__toggle-lines::before,.header__toggle-lines::after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:100%;height:3px;background-color:#2f4d8e;transition:all .2s}.header__toggle-lines::before{bottom:12px}.header__toggle-lines::after{top:12px}.header.is-active .header__toggle-lines{height:0}.header.is-active .header__toggle-lines::before,.header.is-active .header__toggle-lines::after{top:50%;height:4px}.header.is-active .header__toggle-lines::before{transform:translate(-50%, -50%) rotate(-45deg)}.header.is-active .header__toggle-lines::after{transform:translate(-50%, -50%) rotate(45deg)}.footer__wrapper{padding:40px 0 40px;background-color:#2f4d8e}.footer__bottom{padding:20px 40px}.grid{display:grid;gap:10px}.grid-cols-1{grid-template-columns:repeat(1, 1fr)}@media(min-width: 768px){.grid-cols-md-1{grid-template-columns:repeat(1, 1fr)}}@media(min-width: 1024px){.grid-cols-lg-1{grid-template-columns:repeat(1, 1fr)}}@media(min-width: 1280px){.grid-cols-xl-1{grid-template-columns:repeat(1, 1fr)}}.grid-cols-2{grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){.grid-cols-md-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid-cols-lg-2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1280px){.grid-cols-xl-2{grid-template-columns:repeat(2, 1fr)}}.grid-cols-3{grid-template-columns:repeat(3, 1fr)}@media(min-width: 768px){.grid-cols-md-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.grid-cols-lg-3{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1280px){.grid-cols-xl-3{grid-template-columns:repeat(3, 1fr)}}.grid-cols-4{grid-template-columns:repeat(4, 1fr)}@media(min-width: 768px){.grid-cols-md-4{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1024px){.grid-cols-lg-4{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1280px){.grid-cols-xl-4{grid-template-columns:repeat(4, 1fr)}}.page{max-width:980px;margin:0 auto;position:relative}.alert-wrapper{position:fixed;top:120px;left:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:9999;pointer-events:none}.alert-wrapper .alert{pointer-events:auto;max-width:480px;width:calc(100% - 40px);padding:30px;border-radius:25px;border:1px solid rgba(0,0,0,0);font-size:20px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.1);animation:alert-in .3s ease}.alert-wrapper .alert--error{background:#f8d7da;border-color:#f5c2c7;color:#dc3545}.alert-wrapper .alert--success{background:#d1e7dd;border-color:#badbcc;color:#28a745}@keyframes alert-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}button[type=submit],.btn{display:block;padding:20px;border-radius:25px;border:2px solid #ffb733;background:#ffb733;color:#fff;font-size:20px;font-weight:900;text-align:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .05s ease}button[type=submit]:hover,.btn:hover{background:rgb(255,168.6,10.2);border-color:rgb(255,168.6,10.2)}button[type=submit]:active,.btn:active{transform:translateY(1px);box-shadow:0 2px 4px rgba(0,0,0,.15) inset}button[type=submit]:focus-visible,.btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,183,51,.3)}button[type=submit]:disabled,.btn:disabled{background:#f5f5f5;border-color:#f5f5f5;cursor:not-allowed;opacity:.7}.form-wrapper .form-group{margin-bottom:20px}.form-wrapper .form-group label{padding-left:20px;margin-bottom:4px}.form-wrapper .form-group input[type=text],.form-wrapper .form-group input[type=tel]{margin-bottom:4px;width:100%}.form-wrapper button[type=submit]{width:100%}.form-wrapper .is-invalid{margin-top:4px;color:#dc3545;font-size:12px}input[type=text],input[type=tel]{padding:20px;border-radius:25px;border:2px solid #2f4d8e;font-size:17px;color:#003996;background-color:#fff;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}input[type=text]::placeholder,input[type=tel]::placeholder{color:#b4b4b4;opacity:1}input[type=text]:hover,input[type=tel]:hover{border-color:rgb(42.3,69.3,127.8)}input[type=text]:focus,input[type=tel]:focus{outline:none;border-color:#003996;box-shadow:0 0 0 3px rgba(47,77,142,.2)}input[type=text]:disabled,input[type=tel]:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}input[type=text].is-error,input[type=tel].is-error{border-color:#dc3545}input[type=text].is-error:focus,input[type=tel].is-error:focus{box-shadow:0 0 0 3px rgba(220,53,69,.2)}input[type=text].is-success,input[type=tel].is-success{border-color:#28a745}input[type=checkbox]{appearance:none;width:12px;height:12px;border-radius:3px;border:1px solid #2f4d8e;cursor:pointer;transition:all .15s ease}input[type=checkbox]:checked{background:#2f4d8e;border-color:#2f4d8e}input[type=checkbox]:hover{transform:scale(1.05)}input[type=checkbox]:focus-visible{outline:2px solid rgba(47,77,142,.4);outline-offset:2px}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}input[type=hidden]{display:none}.d-none{display:none !important}@media(min-width: 768px){.d-md-none{display:none !important}}@media(min-width: 1024px){.d-lg-none{display:none !important}}@media(min-width: 1280px){.d-xl-none{display:none !important}}.d-block{display:block !important}@media(min-width: 768px){.d-md-block{display:block !important}}@media(min-width: 1024px){.d-lg-block{display:block !important}}@media(min-width: 1280px){.d-xl-block{display:block !important}}.d-flex{display:flex !important}@media(min-width: 768px){.d-md-flex{display:flex !important}}@media(min-width: 1024px){.d-lg-flex{display:flex !important}}@media(min-width: 1280px){.d-xl-flex{display:flex !important}}p.no-mt{margin-top:0}p.no-mb{margin-bottom:0}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-right{text-align:right !important}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-center{text-align:center !important}.text-md-right{text-align:right !important}}@media(min-width: 1024px){.text-lg-left{text-align:left !important}.text-lg-center{text-align:center !important}.text-lg-right{text-align:right !important}}@media(min-width: 1280px){.text-xl-left{text-align:left !important}.text-xl-center{text-align:center !important}.text-xl-right{text-align:right !important}}.text-sm{font-size:12px !important}@media(min-width: 768px){.text-md-sm{font-size:12px !important}}@media(min-width: 1024px){.text-lg-sm{font-size:12px !important}}@media(min-width: 1280px){.text-xl-sm{font-size:12px !important}}.text-md{font-size:20px !important}@media(min-width: 768px){.text-md-md{font-size:20px !important}}@media(min-width: 1024px){.text-lg-md{font-size:20px !important}}@media(min-width: 1280px){.text-xl-md{font-size:20px !important}}.text-lg{font-size:25px !important}@media(min-width: 768px){.text-md-lg{font-size:25px !important}}@media(min-width: 1024px){.text-lg-lg{font-size:25px !important}}@media(min-width: 1280px){.text-xl-lg{font-size:25px !important}}.text-xl{font-size:27px !important}@media(min-width: 768px){.text-md-xl{font-size:27px !important}}@media(min-width: 1024px){.text-lg-xl{font-size:27px !important}}@media(min-width: 1280px){.text-xl-xl{font-size:27px !important}}.text-xxl{font-size:60px !important}@media(min-width: 768px){.text-md-xxl{font-size:60px !important}}@media(min-width: 1024px){.text-lg-xxl{font-size:60px !important}}@media(min-width: 1280px){.text-xl-xxl{font-size:60px !important}}.text-color-primary{color:#2f4d8e !important}.text-color-secondary{color:#003996 !important}.text-color-decor{color:#01672c !important}.text-color-muted{color:#707070 !important}.text-color-accent{color:#ea0729 !important}.text-color-inverse{color:#fff !important}.fw-400{font-weight:400 !important}.fw-700{font-weight:700 !important}.fw-900{font-weight:900 !important}.hero{background:linear-gradient(60deg, #f97316, #fb923c, #fbbf24, #f59e0b);position:relative;padding-bottom:220px}@media(min-width: 768px){.hero{padding-bottom:250px}}.hero .wrapper{padding:30px auto 0}.hero .wrapper .box{position:relative;background:hsla(0,0%,100%,.8);border-radius:6px;padding:10px;margin-top:40px;max-width:180px}.hero .wrapper .box .amount{font-family:"Montserrat",sans-serif;font-weight:900}.hero .wrapper .box.box-l .amount{font-size:60px;line-height:60px}.hero .wrapper .box.box-r .title{margin-bottom:4px}.hero .wrapper .box.box-r .amount{font-size:35px;line-height:35px}.hero .wrapper .box.box-r .amount span{font-size:49px;line-height:49px}@media(min-width: 768px){.hero .wrapper{max-width:768px;margin:0 auto}.hero .wrapper .box{margin:40px auto 0;width:240px}.hero .wrapper .box.box-l{margin-left:40%}.hero .wrapper .box.box-r{margin-right:40%}}.hero .wrapper .products{position:absolute;z-index:9;bottom:-50px;left:0;width:100%}.hero .wrapper .products--wrapper{position:relative;width:100%}.hero .wrapper .products--wrapper .product-4{position:absolute;left:0;bottom:10px;z-index:1;max-width:240px}.hero .wrapper .products--wrapper .product-1{position:absolute;right:0;bottom:0;z-index:5;max-width:210px}@media(min-width: 768px){.hero .wrapper .products{bottom:-60px}.hero .wrapper .products--wrapper{max-width:768px;margin:0 auto}.hero .wrapper .products--wrapper .product-4{position:absolute;left:17%;bottom:10px;z-index:1;max-width:240px}.hero .wrapper .products--wrapper .product-1{position:absolute;right:17%;bottom:0;z-index:5;max-width:210px}}.section-form{background-image:url("/public/images/bg_form.png");background-repeat:no-repeat;background-position:left top;width:100%;padding:30px 20px 40px}.section-form .form-wrapper{width:100%}.section-form .form-wrapper .agreements{margin-bottom:30px}.section-form .form-wrapper .agreements .item{display:flex;align-items:flex-start;margin-bottom:10px}.section-form .form-wrapper .agreements .item input{margin:2px 10px 0 0;flex-shrink:0}.section-form .form-wrapper .agreements .item label{color:#fff;font-size:12px}@media(min-width: 768px){.section-form .form-wrapper{max-width:768px;margin:0 auto}}.section-top{background-color:#2f4d8e;padding-top:40px}.section-top .top{text-align:center;padding:20px 0}.section-top .top img{width:100%}@media(min-width: 768px){.section-top .top img{max-width:430px}}.section-rules{padding:40px 0 0}.section-rules h2 img{max-width:62px;display:inline-block;vertical-align:-8px}.section-rules ul{padding-top:20px}.section-rules ul li{margin-bottom:4px}.section-play-win{padding:40px 0 0;position:relative}.section-play-win .zaps{position:absolute;z-index:1;right:0;top:-45px;max-width:90px}.section-play-win .zaps_2{position:absolute;z-index:1;left:0;bottom:-45px;max-width:60px}.game-iframe{width:100%;height:785px;margin:0 auto;padding-top:48px}@media(min-width: 768px){.game-iframe{max-width:488px;height:100vh}}.game-iframe iframe{width:100%;height:100%;border:0;display:block}.section-reward{background-position:left bottom}.section-reward h1{padding:10px 0 0}.section-reward .desc{font-weight:600;padding:10px 0 10px}@media(min-width: 768px){.section-reward h1{padding:20px 0 0}.section-reward .desc{padding:20px 0 0}}.section-success{padding:30px 20px 40px}.section-success h1{padding:10px 0 0}.section-success .desc{font-weight:600;padding:10px 0 10px}@media(min-width: 768px){.section-success h1{padding:20px 0 0}.section-success .desc{padding:20px 0 0}}/*# sourceMappingURL=app.css.map */
