:root{--black-primary:#1b1b22;--light-blue:#bbc6e9;--white-primary:#fff;--green-primary:#83ed41;--secondary-black-primary:#2C2C35}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{color:var(--light-blue)!important;font-family:Roboto-Medium!important;font-size:.8333rem;letter-spacing:.0089rem}html:not(:lang(fa)):not(:lang(ar)) .btn{background:#ffb80c;height:2.7778rem;width:11.1111rem;font-size:.8889rem;-webkit-box-shadow:0 .1667rem 20px rgba(12,201,255,.5);box-shadow:0 .1667rem 20px rgba(12,201,255,.5)}html:not(:lang(fa)):not(:lang(ar)) header{line-height:6.1111rem;background-color:var(--black-primary);width:100%}html:not(:lang(fa)):not(:lang(ar)) header .middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html:not(:lang(fa)):not(:lang(ar)) header .middle .logo img{height:2.7778rem}html:not(:lang(fa)):not(:lang(ar)) header .middle ul.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:2.0556rem}html:not(:lang(fa)):not(:lang(ar)) header .middle ul.nav li+li{margin-left:1.3889rem}html:not(:lang(fa)):not(:lang(ar)) header .middle ul.nav li a{display:block;-webkit-transition:.3s ease;transition:.3s ease}html:not(:lang(fa)):not(:lang(ar)) header .middle ul.nav li a:hover{color:var(--white-primary)}html:not(:lang(fa)):not(:lang(ar)) main{min-height:288.6667rem;background-image:url(/assets/images/affiliate/bg.png);background-size:cover}html:not(:lang(fa)):not(:lang(ar)) main section+section{margin-top:10.2222rem}html:not(:lang(fa)):not(:lang(ar)) main section .title-wrapper{margin-bottom:3.1111rem;padding-right:8.8889rem;font-family:Roboto-Regular;overflow:hidden}html:not(:lang(fa)):not(:lang(ar)) main section .title-wrapper p.title{font-size:3.6111rem;color:var(--light-blue)}html:not(:lang(fa)):not(:lang(ar)) main section .title-wrapper span.sub-title{color:var(--white-primary);font-size:1.0556rem;line-height:1.3889rem;display:block;margin-top:2.2778rem;margin-bottom:3.1111rem}html:not(:lang(fa)):not(:lang(ar)) main section .middle{overflow:unset}html:not(:lang(fa)):not(:lang(ar)) main section.home{min-height:36.7778rem;overflow:hidden}html:not(:lang(fa)):not(:lang(ar)) main section.home .text-wrapper{margin-top:10rem;width:31.3333rem}html:not(:lang(fa)):not(:lang(ar)) main section.home .text-wrapper h2{margin-bottom:3.0556rem;font-family:Roboto-Black;font-size:2.5rem;line-height:3.3333rem;color:#fff}html:not(:lang(fa)):not(:lang(ar)) main section.home .text-wrapper .btn{font-size:.9444rem;-webkit-box-shadow:0 .5556rem 1.6667rem rgba(198,135,36,.5);box-shadow:0 .5556rem 1.6667rem rgba(198,135,36,.5);height:4.7778rem;width:15.1111rem;font-size:1.3rem;background-color:#202029;border-radius:8px}html:not(:lang(fa)):not(:lang(ar)) main section.commission-plans .middle p.title{color:#ffb80c}html:not(:lang(fa)):not(:lang(ar)) main section.commission-plans .middle ul.plans{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html:not(:lang(fa)):not(:lang(ar)) main section.commission-plans .middle ul.plans li{color:var(--white-primary);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html:not(:lang(fa)):not(:lang(ar)) main section.commission-plans .middle ul.plans li .icon{height:4.8222rem;width:4.8222rem}html:not(:lang(fa)):not(:lang(ar)) main section.commission-plans .middle ul.plans li .icon img{max-height:3.3889rem}html:not(:lang(fa)):not(:lang(ar)) main section.commission-plans .middle ul.plans li:hover{color:#ffb80c}html:not(:lang(fa)):not(:lang(ar)) main section.commission-plans .middle ul.plans li span{font-size:1.6667rem;font-family:Roboto-Bold}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle p.title{color:var(--white-primary)}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.1111rem;margin-top:5rem}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li{position:relative;height:16.6667rem;background:-webkit-gradient(linear,left top,right top,from(#202029),to(#3a4155));background:linear-gradient(to right,#202029,#3a4155);border-radius:1.1111rem;padding:2.2222rem 3.3333rem;-webkit-transition:.2s ease;transition:.2s ease;z-index:1}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li.minigames img{right:-7.2444rem;top:-7.7444rem}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li.esports img{right:-6.2444rem;top:-8.0444rem}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li:after{content:"";position:absolute;left:0;top:0;background:-webkit-gradient(linear,left top,right top,from(#f28308),color-stop(#cc670e),to(#3a4155));background:linear-gradient(to right,#f28308,#cc670e,#3a4155);height:100%;width:100%;border-radius:1.1111rem;opacity:0;-webkit-transition:.5s ease;transition:.5s ease;pointer-events:none;z-index:-1}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li:hover{-webkit-transform:translateY(-.4445rem);transform:translateY(-.4445rem)}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li:hover:after{opacity:1}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li:hover span{color:var(--white-primary)}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li p{font-size:1.9444rem;font-family:Roboto-Bold;color:var(--white-primary);width:10.3111rem;height:5.1111rem;margin-bottom:2.2222rem}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li span{color:var(--light-blue);font-size:1.1111rem;font-family:Roboto-Regular;line-height:1.6667rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}html:not(:lang(fa)):not(:lang(ar)) main section.our-products .middle ul.products li img{position:absolute;right:-5.2444rem;top:-6.7444rem;width:110%;pointer-events:none}html:not(:lang(fa)):not(:lang(ar)) main section.explanation{margin-top:13.2222rem}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle p.title{color:#ffb80c}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle ul.info{display:grid;grid-gap:1.6667rem;grid-template-columns:repeat(4,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:11.5556rem;margin-top:7rem}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle ul.info li{position:relative;height:9.1111rem;width:100%;border-radius:5.5556rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.7778rem;z-index:1}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle ul.info li:after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.2s ease;transition:.2s ease;width:85%;height:100%;-webkit-filter:blur(42px);filter:blur(42px);border-radius:50%;z-index:-1;background:#4d2629}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle ul.info li p{font-size:1.6667rem;-webkit-transition:.2s ease;transition:.2s ease;font-family:Roboto-Bold;color:#eef2ff}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle ul.info li img{margin-right:1.1111rem}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle ul.info li:hover:after{height:130%}html:not(:lang(fa)):not(:lang(ar)) main section.explanation .middle ul.info li:hover P{color:#ffb80c}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials{display:none;margin-top:18.2222rem}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials .title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials .title-wrapper .swiper-navigation{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials .title-wrapper .swiper-navigation div{width:4.4444rem;height:4.4444rem;background:rgba(255,184,12,.4);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#eef2ff;font-size:1.8889rem;cursor:pointer;margin-left:.8333rem}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials .title-wrapper .swiper-navigation div.swiper-button-disabled{background:rgba(151,161,194,.2)}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:7rem;width:100%}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li{position:relative;height:22.2222rem;width:calc(100% / 3);-ms-flex-negative:0;flex-shrink:0;background:-webkit-gradient(linear,left top,right top,from(var(--secondary-black-primary)),to(#3a4155));background:linear-gradient(to right,var(--secondary-black-primary),#3a4155);-webkit-transition:.2s ease;transition:.2s ease;padding:3.8889rem 4.4444rem;z-index:1}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-size:100%!important;background-position:center right!important;z-index:-1;pointer-events:none}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li:nth-child(3n-2):before{background:url(/assets/images/affiliate/testimonials/1.png),-webkit-gradient(linear,left top,right top,from(var(--secondary-black-primary)),to(#3a4155));background:url(/assets/images/affiliate/testimonials/1.png),linear-gradient(to right,var(--secondary-black-primary),#3a4155)}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li:nth-child(3n-1):before{background:url(/assets/images/affiliate/testimonials/2.png),-webkit-gradient(linear,left top,right top,from(var(--secondary-black-primary)),to(#3a4155));background:url(/assets/images/affiliate/testimonials/2.png),linear-gradient(to right,var(--secondary-black-primary),#3a4155)}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li:nth-child(3n):before{background:url(/assets/images/affiliate/testimonials/3.png),-webkit-gradient(linear,left top,right top,from(var(--secondary-black-primary)),to(#3a4155));background:url(/assets/images/affiliate/testimonials/3.png),linear-gradient(to right,var(--secondary-black-primary),#3a4155)}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li .author{font-size:2rem;font-family:Roboto-Bold}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li .site{color:#00aaeb;line-height:2.7778rem;margin-bottom:.5556rem;font-size:1.2222rem;font-family:Roboto-Black}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li img{position:absolute;right:3.3334rem;top:3.9222rem;max-width:12rem;height:auto;border-radius:.8333rem;max-height:4.8889rem;margin-right:0}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li>* p,html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li>* span{font-size:1.0556rem;line-height:1.3889rem;font-family:Roboto-Regular!important;color:var(--white-primary)}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li div{border-bottom:none!important}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li .testimonial-text{font-size:1.0556rem;font-family:Roboto-Regular!important}html:not(:lang(fa)):not(:lang(ar)) main section.testimonials ul.testimonials-wrapper li img{margin-right:1.1111rem}html:not(:lang(fa)):not(:lang(ar)) main section.news{overflow:hidden;margin-top:15rem}html:not(:lang(fa)):not(:lang(ar)) main section.news .title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html:not(:lang(fa)):not(:lang(ar)) main section.news .title-wrapper .swiper-navigation{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}html:not(:lang(fa)):not(:lang(ar)) main section.news .title-wrapper .swiper-navigation div{width:4.4444rem;height:4.4444rem;background:rgba(155,0,254,.4);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#eef2ff;font-size:1.8889rem;cursor:pointer;margin-left:.8333rem}html:not(:lang(fa)):not(:lang(ar)) main section.news .title-wrapper .swiper-navigation div.swiper-button-disabled{background:rgba(151,161,194,.2)}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper{width:100%;margin-bottom:18rem;height:7.7778rem}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li{width:calc(100% / 4 - .20835rem);float:left;position:relative;background:-webkit-gradient(linear,left top,right top,from(var(--secondary-black-primary)),to(#3a4155));background:linear-gradient(to right,var(--secondary-black-primary),#3a4155)}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li+li{margin-left:.2778rem}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li a{height:100%;width:100%;position:absolute;left:0;top:0}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li p{position:relative;padding:0 2.7778rem;text-align:center;height:4.4444rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.3889rem;font-family:Roboto-Bold;z-index:1;-webkit-transition:.4s ease;transition:.4s ease;background:-webkit-gradient(linear,left top,right top,from(var(--secondary-black-primary)),to(#3a4155));background:linear-gradient(to right,var(--secondary-black-primary),#3a4155)}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li p:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:block;background:url(/assets/images/affiliate/news/hover-bg.png);background-repeat:no-repeat;background-size:100%;background-position:center;z-index:-1;opacity:0;-webkit-transition:.2s ease;transition:.2s ease}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li img{width:100%;height:11.3rem;-o-object-fit:cover;object-fit:cover}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li:hover p{height:7.7778rem}html:not(:lang(fa)):not(:lang(ar)) main section.news .news-wrapper li:hover p:after{opacity:1}html:not(:lang(fa)):not(:lang(ar)) main section.customer-support{margin-top:-2rem}html:not(:lang(fa)):not(:lang(ar)) main section.customer-support .sub-title{margin-bottom:0!important}html:not(:lang(fa)):not(:lang(ar)) main section.customer-support ul li{width:100%;margin-top:.8333rem}html:not(:lang(fa)):not(:lang(ar)) main section.customer-support ul li .question{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 4.1667rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:3.2222rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,right top,from(#2c2c35),to(#3a4155));background:linear-gradient(to right,#2c2c35,#3a4155);border-radius:.3333rem;cursor:pointer;z-index:99;-webkit-transition:.2s ease;transition:.2s ease;z-index:3}html:not(:lang(fa)):not(:lang(ar)) main section.customer-support ul li .question.active:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(#ffb80c),color-stop(#3b2429),to(#3a4155));background:linear-gradient(to right,#ffb80c,#3b2429,#3a4155);z-index:-1}html:not(:lang(fa)):not(:lang(ar)) main section.customer-support ul li .question h1{color:var(--white-primary);font-size:1.1111rem;font-family:Roboto-Bold}html:not(:lang(fa)):not(:lang(ar)) main section.customer-support ul li .answer{position:relative;padding:1.6667rem 4.1667rem;padding-bottom:5rem;color:var(--white-primary);font-size:1.0556rem;font-family:Roboto-Regular;display:none;z-index:1}html:not(:lang(fa)):not(:lang(ar)) main section.contact{margin-top:13.0556rem;padding-bottom:10rem}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:9.375rem}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li{display:grid;grid-template-columns:3.3333rem auto;grid-gap:0 1.6667rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-auto-rows:1.6667rem}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li.live-chat{cursor:pointer}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li p{color:var(--light-blue);font-size:1.0556rem}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li a{color:var(--white-primary);font-family:Roboto-Bold;letter-spacing:.0278rem}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li img{grid-row:span 2}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li .copy-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li .copy-wrapper .copy{height:1.6667rem;background:rgba(151,161,194,.4);border:1px solid #97a1c2;border-radius:.2778rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .6rem;cursor:pointer;margin-left:.8333rem}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li .copy-wrapper .copy img{margin-right:.2778rem}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li .copy-wrapper .copy span{top:-.0556rem;position:relative}html:not(:lang(fa)):not(:lang(ar)) main section.contact .contact-info li .copy-wrapper .copy.copied{background:rgba(255,187,0,.4);border:1px solid #fb0}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container{position:relative;background:var(--white-primary);width:55.625rem;height:55rem;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:.1111rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container span.bold{font-weight:700}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container.success .content-wrapper{-webkit-transform:translateX(-100%);transform:translateX(-100%)}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container.success .content-wrapper .success-wrapper{display:block}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-transition:.5s ease;transition:.5s ease}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .title{color:#fb0;text-align:center;font-size:1.25rem;font-family:Roboto-Bold;margin-bottom:2.625rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .close{position:absolute;right:1.1111rem;top:1.1111rem;font-size:1.9445rem;color:#07070a;cursor:pointer;-webkit-transition:.2s ease;transition:.2s ease;opacity:.8;z-index:9}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .close:hover{opacity:1}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form{padding:2.5625rem 3.8125rem;text-align:center;-ms-flex-negative:0;flex-shrink:0;width:100%}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2.9375rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li{position:relative}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li+li{margin-top:1.5rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li p{font-size:.75rem;font-family:Roboto-Bold;padding-left:1.0125rem;margin-bottom:.5rem;color:#07070a}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li.required p::after{content:" *";color:#e63e4c}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select{background:var(--white-primary);border:.3px solid #97a1c257;height:2.5rem;width:22rem;padding-left:1.0125rem;font-family:Roboto-Medium;color:#07070a;-webkit-transition:.2s ease;transition:.2s ease}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input.invalid,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select.invalid{border:1px solid #e63e4c!important}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input.invalid+span,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select.invalid+span{opacity:1}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input:focus,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select:focus{border:.3px solid #97a1c2}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input::-webkit-input-placeholder,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select::-webkit-input-placeholder{color:#abb3ce}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input::-moz-placeholder,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select::-moz-placeholder{color:#abb3ce}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input::-ms-input-placeholder,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select::-ms-input-placeholder{color:#abb3ce}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li input::placeholder,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li select::placeholder{color:#abb3ce}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .fields-wrapper ul.fields li span{color:#e63e4c;font-family:Roboto-Medium;font-size:.6667rem;position:absolute;right:0;top:0;opacity:0;-webkit-transition:.1s ease;transition:.1s ease}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form button{width:22rem;height:4rem;margin:auto;background:#fb0;color:#000;-webkit-box-shadow:0 .75rem 1.5625rem rgba(230,43,58,.32);box-shadow:0 .75rem 1.5625rem rgba(230,43,58,.32);font-size:1rem;font-family:Roboto-Bold;cursor:pointer}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .loader-wrapper{display:none;height:4rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .loader-wrapper .loader{color:#07070a}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .loader-wrapper .loader,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .loader-wrapper .loader:after,html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .loader-wrapper .loader:before{background:#07070a}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container form .err-text{margin-top:1.2rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .success-wrapper{height:100%;width:100%;background:var(--white-primary);padding:2.5625rem 3.8125rem;-ms-flex-negative:0;flex-shrink:0;display:none}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .success-wrapper .logo{display:block;border-bottom:1px solid #cdcdcd;text-align:center;padding-bottom:1.1111rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .success-wrapper .logo img{width:200px}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .text-wrapper{text-align:center;padding-top:3.2222rem;width:31rem;margin:auto}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .text-wrapper P{font-size:2.1111rem;text-align:center;color:var(--black-primary);font-family:Roboto-Light;margin:auto;line-height:2.8222rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .text-wrapper P b{font-family:Roboto-Bold}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4rem}html:not(:lang(fa)):not(:lang(ar)) .overlay .popup-container .btn-wrapper .btn{height:3.3333rem;width:13.3333rem;font-size:.9444rem}html:not(:lang(fa)):not(:lang(ar)) footer{display:none;margin-top:0}html:lang(ru) section.home{min-height:41.7778rem!important}html:lang(ru) section.home .btn{line-height:normal}html:lang(ru) section.commission-plans{margin-top:5.2222rem!important}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBhZ2VzL3N0YXRpYy9hZmZpbGlhdGVzLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUNFLGdCQUFpQixRQUNqQixhQUFjLFFBQ2QsZ0JBQWlCLEtBQ2pCLGdCQUFpQixRQUNqQiwwQkFBMkIsUUFFN0IsRUFDRSxtQkFBb0IsV0FDcEIsV0FBWSxXQUVkLEtBQ0UsTUFBTyw0QkFDUCxZQUFhLHdCQUNiLFVBQVcsU0FDWCxlQUFnQixTQUVsQix3Q0FDRSxXQUFZLFFBQ1osT0FBUSxVQUNSLE1BQU8sV0FDUCxVQUFXLFNBQ1gsbUJBQW9CLEVBQUUsU0FBVSxLQUFLLG9CQUNyQyxXQUFZLEVBQUUsU0FBVSxLQUFLLG9CQUUvQiwwQ0FDRSxZQUFhLFVBQ2IsaUJBQWtCLHFCQUNsQixNQUFPLEtBQ1Asa0RBQ0UsUUFBUyxZQUNULFFBQVMsWUFDVCxRQUFTLEtBQ1Qsa0JBQW1CLE9BQ25CLGVBQWdCLE9BQ2hCLFlBQWEsT0FDYiw0REFDRSxPQUFRLFVBQ1YseURBQ0UsUUFBUyxZQUNULFFBQVMsWUFDVCxRQUFTLEtBQ1Qsa0JBQW1CLE9BQ25CLGVBQWdCLE9BQ2hCLFlBQWEsT0FDYixZQUFhLEtBQ2IsYUFBYyxVQUNkLCtEQUNFLFlBQWEsVUFDZiw4REFDRSxRQUFTLE1BQ1QsbUJBQW9CLElBQUssS0FDekIsV0FBWSxJQUFLLEtBQ2pCLG9FQUNFLE1BQU8scUJBRWpCLHdDQUNFLFdBQVksWUFDWixpQkFBa0IscUNBQ2xCLGdCQUFpQixNQUNqQix3REFDRSxXQUFZLFdBQ2QsK0RBQ0UsY0FBZSxVQUNmLGNBQWUsVUFDZixZQUFhLGVBQ2IsU0FBVSxPQUNWLHVFQUNFLFVBQVcsVUFDWCxNQUFPLGtCQUNULDhFQUNFLE1BQU8scUJBQ1AsVUFBVyxVQUNYLFlBQWEsVUFDYixRQUFTLE1BQ1QsV0FBWSxVQUNaLGNBQWUsVUFDbkIsd0RBQ0UsU0FBVSxNQUNaLHFEQUNFLFdBQVksV0FDWixTQUFVLE9BQ1YsbUVBQ0UsV0FBWSxNQUNaLE1BQU8sV0FDUCxz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LGtGQUNFLFFBQVMsS0FDVCxPQUFRLEtBQ1IsMEZBQ0UsTUFBTyxRQUNQLDBGQUE2TCxnR0FBbEcsaUdBQ3pGLFdBQVksUUFDbEIsNEVBQ0UsV0FBWSxPQUNoQiw4RUFDRSxPQUFRLEtBQ1IsTUFBTyxLQUNQLFdBQVkscUJBQ1osUUFBUyxVQUFVLFVBQ25CLGtCQUFtQixFQUNuQixZQUFhLEVBQ2IsUUFBUyxLQUNULG9GQUNFLFFBQVMsTUFDVCxjQUFlLElBQUksTUFBTSxRQUN6QixXQUFZLE9BQ1osZUFBZ0IsVUFDaEIsd0ZBQ0UsTUFBTyxNQUNiLDJFQUNFLFdBQVksT0FDWixZQUFhLFVBQ2IsTUFBTyxNQUNQLE9BQVEsS0FDUiw2RUFDRSxVQUFXLFVBQ1gsV0FBWSxPQUNaLE1BQU8scUJBQ1AsWUFBYSxhQUNiLE9BQVEsS0FDUixZQUFhLFVBQ2IsK0VBQ0UsWUFBYSxZQUNuQiwwRUFDRSxRQUFTLFlBQ1QsUUFBUyxZQUNULFFBQVMsS0FDVCxpQkFBa0IsT0FDbEIsY0FBZSxPQUNmLGdCQUFpQixPQUNqQixXQUFZLEtBQ1osK0VBQ0UsT0FBUSxVQUNSLE1BQU8sV0FDUCxVQUFXLFNBRWpCLDBDQUNFLFFBQVMsS0FDVCxXQUFZLEVBRWQsMkJBQ0UsV0FBWSxxQkFDWixnQ0FDRSxZQUFhLE9BRWpCLHVDQUNFLFdBQVkiLCJmaWxlIjoicGFnZXMvc3RhdGljL2FmZmlsaWF0ZXMuY3NzIiwic291cmNlc0NvbnRlbnQiOltudWxsXX0= */
