@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#fff;text-align:center}body,html{height:100%;overflow-x:hidden}.splash__screen{flex-direction:column;height:100vh;justify-content:center}.header__wrapper,.splash__screen{align-items:center;background-color:#fff;display:flex}.header__wrapper{height:100%;justify-content:space-between;width:100%}.header__menuItems{margin-top:20px}.header__wrapper>.header__logo{margin-left:40px;margin-top:18px}.header__logo>img{width:140px}.header__wrapper>.header__menuItems{margin-right:48px}.header__wrapper>.header__menuItems>a{-webkit-animation:colors 2s infinite;color:#3f4242;font-size:18px;font-weight:700;margin:15px;opacity:.9;padding:0 10px;position:relative;text-decoration:none}.header__menuItems>a:hover{color:#242422}.header__wrapper>.header__menuItems>a:hover{opacity:1}.header__wrapper>.header__menuItems>a:hover:before{width:100%}.header__wrapper>.nav-toggle{display:none}@media (max-width:820px){.header__wrapper>.header__menuItems>a{margin:15px}.header__wrapper>.header__menuItems{background:#fff;display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:60px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .45s;width:100%;z-index:1000000}.header__wrapper>.header__menuItems>a:before{background:transparent}.header__menuItems.open{-webkit-transform:translateX(0);transform:translateX(0)}.header__wrapper>.nav-toggle{align-items:center;cursor:pointer;display:flex;height:50px;justify-content:center;width:50px}.nav-toggle>.bar{background:#3f4242;height:2px;position:relative;transition:all .45s ease-in-out;width:32px}.nav-toggle>.bar:after,.nav-toggle>.bar:before{background:#3f4242;border-radius:2px;content:"";height:2px;position:absolute;transition:all .45s ease-in-out}.nav-toggle>.bar:before{right:0;-webkit-transform:translateY(-8px);transform:translateY(-8px);width:32px}.nav-toggle>.bar:after{left:0;-webkit-transform:translateY(8px);transform:translateY(8px);width:32px}.nav-toggle.open>.bar{background:transparent;-webkit-transform:translateX(-40px);transform:translateX(-40px)}.nav-toggle.open>.bar:before{-webkit-transform:rotate(45deg) translate(26px,-26px);transform:rotate(45deg) translate(26px,-26px);width:32px}.nav-toggle.open>.bar:after{-webkit-transform:rotate(-45deg) translate(26px,26px);transform:rotate(-45deg) translate(26px,26px)}}*{box-sizing:border-box}.home__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column;overflow-x:hidden;width:100%}.home__page__general{margin-right:50px;margin-top:100px}.home__page__general,.wrapper{display:flex;justify-content:center}.wrapper{max-width:95%;min-height:500px}.home__first__card,.wrapper{align-items:center;border-radius:20px;margin:-5px auto 0;width:100%}.home__first__card{background-color:#fff;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;justify-content:center;max-width:90%;min-height:700px}.home__first__card__details{display:flex;margin-bottom:50px;margin-top:100px}.home__first__card__details>img{color:#00acfe;margin-left:50px;max-width:30%;width:100%}.home__first__card__details__texts{flex:1 1;margin-left:50px;margin-top:150px;padding-right:30px;text-align:center}.home__first__card__details__texts>h1{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:30px;margin-bottom:30px}.home__first__card__details__texts>p{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px}.home__first__card__details__texts>a>button{background-color:#fff;border:none;border-radius:20px;color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:20px;margin-top:50px;padding:10px 28px;position:relative}.home__first__card__details__texts>a>button:hover{background:#00acfe;border:none;color:#fff}.home__second{background-color:#fff;border-radius:20px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);flex-wrap:wrap;margin:20px auto 50px;max-width:90%;min-height:700px;width:100%}.home__second__general__header{margin-left:85px;margin-top:50px;text-align:left}.home__second__general__header>h1{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:28px}.home__second__general__header>p{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;margin-top:15px}.home__second__cards{grid-gap:45px;align-items:start;display:grid;gap:45px;grid-template-columns:repeat(auto-fit,minmax(260px,320px));justify-content:center;margin:20px auto 0;max-width:90%;padding:0 20px;width:100%}.home__second__cards__details{background-color:#fff;border-radius:20px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);margin:0;max-width:320px;min-height:450px;overflow:hidden;position:relative;width:100%}.home__second__cards__details:before{content:"";height:100%;position:absolute;transition:.5s ease-in-out;width:100%}.home__second__cards__details__image{left:50%;margin-bottom:10px;position:absolute;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.5s;width:60%}.home__second__cards__details:hover .home__second__cards__details__image{margin-top:-170px;-webkit-transform:translate(-50%);transform:translate(-50%)}.home__second__cards__details__image>img{border-radius:100px;width:100%}.home__second__cards__title{bottom:0;height:100px;position:absolute;text-align:center;transition:1s;width:100%;z-index:10}.home__second__cards__details:hover .home__second__cards__title{height:230px}.home__second__cards__title>h1{font-size:28px;font-weight:600;margin:-10px 0 0}.home__second__cards__title>h1,.home__second__cards__title>p{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;position:relative}.home__second__cards__title>p{font-size:14px;font-weight:700;margin:0}.home__second__cards__details:hover .home__second__cards__button{opacity:1;transition-delay:.1s;visibility:visible}.home__second__cards__button{display:grid;margin-left:0;opacity:0;transition:.5s;visibility:hidden}.home__game__card__button__details{display:flex;margin-top:10px;position:relative}.card__button__image>a>img{border-radius:100px;width:50%}.home__second__cards__see__all{display:flex;justify-content:center;margin:10px 0 20px;width:100%}.home__second__cards__see__all>a>button{background-color:#fff;border:none;border-radius:200px;color:#3f4242;display:inline-block;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:20px;height:120px;text-decoration:none;width:120px}.home__second__cards__see__all>a>button:hover{background:#00acfe;color:#fff}.coming-soon-wrapper{position:relative}.coming-soon-link{cursor:not-allowed;display:inline-block;position:relative;text-decoration:none}.coming-soon-link img{transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.coming-soon-text{align-items:center;background:rgba(0,0,0,.45);border-radius:8px;color:#fff;display:flex;font-size:18px;font-weight:700;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.coming-soon-link:hover img{-webkit-filter:blur(3px);filter:blur(3px)}.coming-soon-link:hover .coming-soon-text{opacity:1}@-webkit-keyframes drive{0%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes drive{0%{-webkit-transform:translateX(-80%);transform:translateX(-80%)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@media screen and (min-width:1200px){.home__second__cards{grid-template-columns:repeat(3,minmax(260px,320px)) 140px;justify-content:center}.home__second__cards__see__all{align-self:center;justify-content:center;margin:0;width:140px}}@media screen and (max-width:1199px){.home__second__cards__see__all{display:flex;justify-content:center;margin:10px 0 20px;width:100%}}@media screen and (max-width:1400px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-80px;margin-left:-105px;margin-top:-100px;scale:.9;width:1800px}}@media screen and (max-width:1280px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-100px;margin-left:-105px;margin-top:-100px;scale:.9;width:1800px}}@media screen and (max-width:1190px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-100px;margin-left:-145px;margin-top:-100px;scale:.9;width:1800px}}@media screen and (max-width:1110px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-100px;margin-left:-175px;margin-top:-100px;scale:.9;width:1800px}}@media screen and (max-width:1075px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-100px;margin-left:-175px;margin-top:-100px;scale:.85;width:1800px}}@media screen and (max-width:1024px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-150px;margin-left:-180px;margin-top:-100px;scale:.8;width:1800px}}@media screen and (max-width:950px){.home__first__card,.home__second{margin-left:auto;margin-right:auto;max-width:90%}.home__second{align-items:center;flex-direction:column}.home__first__card__details{display:flex;flex-wrap:wrap}.home__first__card__details>img{align-items:center;margin-left:100px;margin-right:auto;margin-top:-100px}.home__first__card__details__texts{margin-left:20px;margin-right:70px;margin-top:50px}.wrapper{width:1800px}}@media screen and (max-width:912px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-180px;margin-left:-220px;margin-top:-150px;scale:.8;width:1800px}}@media screen and (max-width:853px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-205px;margin-top:-150px;scale:.7;width:1800px}}@media screen and (max-width:820px){.home__first__card__details{flex-direction:column}.home__first__card__details>img{margin-left:auto;margin-right:auto;margin-top:10px;max-width:30%;width:100%}.home__second__cards{align-items:center;display:flex;flex-direction:column}.home__second__cards__details{margin:20px 0}.home__second__cards__see__all{display:flex;justify-content:center;margin:30px 0 20px;width:100%}.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-180px;margin-left:-240px;margin-top:-120px;scale:.8;width:1800px}}@media screen and (max-width:815px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-205px;margin-top:-150px;scale:.67;width:1800px}}@media screen and (max-width:790px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-190px;margin-left:-215px;margin-top:-100px;scale:.7;width:1800px}}@media screen and (max-width:768px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-245px;margin-top:-150px;scale:.75;width:1800px}}@media screen and (max-width:750px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-245px;margin-top:-150px;scale:.72;width:1800px}}@media screen and (max-width:710px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-255px;margin-top:-150px;scale:.7;width:1800px}}@media screen and (max-width:665px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-255px;margin-top:-150px;scale:.67;width:1800px}}@media screen and (max-width:650px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-255px;margin-top:-150px;scale:.65;width:1800px}}@media screen and (max-width:600px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-275px;margin-top:-150px;scale:.65;width:1800px}}@media screen and (max-width:580px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-275px;margin-top:-150px;scale:.62;width:1800px}}@media screen and (max-width:565px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-285px;margin-top:-150px;scale:.6;width:1800px}}@media screen and (max-width:530px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-300px;margin-top:-150px;scale:.6;width:1800px}}@media screen and (max-width:500px){.home__first__card__details>img{max-width:50%}.home__second__general__header{margin-left:40px;width:70%}.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-315px;margin-top:-100px;scale:.6;width:1800px}}@media screen and (max-width:470px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-315px;margin-top:-150px;scale:.57;width:1800px}}@media screen and (max-width:450px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-200px;margin-left:-325px;margin-top:-150px;scale:.55;width:1800px}}@media screen and (max-width:430px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-335px;margin-top:-150px;scale:.55;width:1800px}}@media screen and (max-width:414px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-335px;margin-top:-150px;scale:.55;width:1800px}}@media screen and (max-width:412px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-230px;margin-left:-335px;margin-top:-150px;scale:.55;width:1800px}}@media screen and (max-width:390px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-230px;margin-left:-345px;margin-top:-150px;scale:.52;width:1800px}}@media screen and (max-width:375px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-345px;margin-top:-150px;scale:.52;width:1800px}}@media screen and (max-width:360px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-355px;margin-top:-150px;scale:.52;width:1800px}}@media screen and (max-width:344px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-355px;margin-top:-200px;scale:.5;width:1800px}}@media screen and (max-width:335px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-365px;margin-top:-200px;scale:.47;width:1800px}}@media screen and (max-width:320px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-365px;margin-top:-200px;scale:.45;width:1800px}}@media (min-width:250px) and (max-width:315px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-370px;margin-top:-200px;scale:.45;width:1800px}}@media (min-width:250px) and (max-width:300px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-380px;margin-top:-200px;scale:.45;width:1800px}}@media (min-width:200px) and (max-width:280px){.home__page__general{margin-left:auto;margin-right:auto}.wrapper{margin-bottom:-240px;margin-left:-395px;margin-top:-200px;scale:.4;width:1800px}}.footer{background-color:#fff;flex-direction:column;min-height:400px}.footer,.footer__texts{display:flex;flex-wrap:wrap}.footer__texts{align-items:flex-start;justify-content:space-between;margin:50px 15px 15px 60px;text-align:left}.footer__list__menu{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;margin:15px}.footer__list__menu__texts{flex-direction:row;font-size:20px;font-weight:400;justify-content:flex-start;margin:2rem auto;width:150px}.footer__list__menu__texts,a .footer__list__menu__text__home{color:#3f4242;margin-top:15px}.footer__list__menu__text__home:hover{color:#242422}.footer__list__menu__texts,a .footer__list__menu__text__games{color:#3f4242;margin-top:15px}.footer__list__menu__text__games:hover{color:#242422}.footer__list__menu__texts,a .footer__list__menu__text__about__us{color:#3f4242;margin-top:15px}.footer__list__menu__text__about__us:hover{color:#242422}.footer__list__menu__texts,a .footer__list__menu__text__contact{color:#3f4242;margin-top:15px}.footer__list__menu__text__contact:hover{color:#242422}.footer__list__menu__texts,a .footer__list__menu__text__blog{color:#3f4242;margin-top:15px}.footer__list__menu__text__blog:hover{color:#242422}.footer__list__company{color:#3f4242;display:flex;flex-direction:column;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;margin:15px}.footer__list__company__text{font-size:20px;font-weight:400;margin-bottom:10px;width:150px}.footer__list__company__texts,a .footer__list__company__text__about__us{color:#3f4242;margin-top:15px}.footer__list__company__text__about__us:hover{color:#242422}.footer__list__company__text,.footer__list__company__text__job{color:#3f4242;margin-left:0;margin-top:15px}.footer__list__company__text__job:hover{color:#242422}.footer__list__our__games{align-items:flex-start;color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;margin:15px 10px 15px 15px}.footer__list__our__games__text{font-size:20px;font-weight:400;margin-bottom:10px;margin-top:15px;width:150px}.footer__all__games{display:flex;margin-left:5px;max-width:90px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.footer__all__games:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.footer__all__games>a>img{border-radius:100px;width:30%}.footer__list__gssnar__com{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;margin:15px 50px 15px 15px;width:28%}.footer__list__gssnar__com__text{font-size:20px;font-weight:400px;margin-bottom:10px;margin-top:15px;width:150px}.footer__gssnar__text{color:#3f4242;font-size:16px;font-weight:400;line-height:22px;margin-top:15px}.footer__list__media{font-family:DM Sans,Helvetica,Arial,sans-serif;width:18%}.footer__list__media__icons a:hover{background-color:#18e1ec;border-radius:14px}.footer__list__media>h1{font-size:18px;margin-bottom:60px;margin-top:20px}.footer__list__media>h1,.footer__list__media>h2{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:400}.footer__list__media>h2{font-size:16px}.footer__bottom{margin-top:30px;max-width:90%;width:100%}.footer__list__privacy__policy{font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:400;margin:15px 15px 15px 700px;width:20%}.footer__list__privacy__policy,.footer__list__privacy__policy__text{color:#3f4242;font-size:18px;margin-right:10px;margin-top:25px}.footer__list__privacy__policy__text:hover{color:#242422}.footer__term__service{font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:400;margin:-35px 15px 15px 900px;width:20%}.footer__term__service,.footer__term__service__text{color:#3f4242;font-size:18px;margin-right:10px}.footer__term__service__text{color:#242422}.footer__copy__right>p{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;margin-top:-30px}@media screen and (max-width:1260px){.footer__copy__right{order:8}.footer__list__gssnar__com{width:50%}.footer__list__media{max-width:51%;width:100%}.footer__list__our__games{max-width:25%;width:100%}.footer__list__privacy__policy{margin-left:auto;margin-right:250px;width:20%}.footer__term__service{margin-left:auto;width:20%}}@media screen and (max-width:1000px){.footer__list__media{width:60%}.footer__copy__right{width:40%}.footer__bottom{display:flex;flex-direction:column}}@media (max-width:900px){.footer__list__privacy__policy,.footer__term__service{margin-left:10px;width:100%}.footer__term__service{margin-top:30px}.footer__copy__right{margin-left:10px;margin-right:auto;margin-top:80px;width:80%}}@media screen and (max-width:800px){.footer__texts a{line-height:20px}.footer__list__privacy__policy{white-space:nowrap}}.footer__list__media{color:#3f4242;display:flex;flex-direction:column;margin:15px}.footer__list__media__linkedln{color:#3f4242;margin-right:55px;margin-top:25px}@media screen and (max-width:600px){.footer__texts{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;margin:50px 15px 15px 60px;text-align:left}}@media screen and (min-width:400px){.gssnar__text{white-space:nowrap}}@media screen and (max-width:390px){.footer__all__games{max-width:60px}}.games__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column}*,:after,:before{box-sizing:inherit;margin:0;padding:0}body{box-sizing:border-box;font-family:Open Sans,sans-serif;position:relative}.games__page__general{color:#3f4242;margin-top:40px;position:relative;text-align:right}.games__page__general>img{margin-right:30px;max-width:20%;width:100%}.games__page__general__header{margin-left:50px;position:absolute;text-align:left;top:30%}.games__page__general__header>h1{font-size:45px}.games__page__general__header>p{font-size:18px;margin-top:30px}.games__page__general__cards{align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;flex-wrap:wrap;justify-content:baseline;margin:20px auto 0;max-width:90%;width:100%}.games__page__general__card{box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);max-width:30%;width:100%}.games__page__general__card__details{background-color:#fff;border-radius:20px;flex-basis:calc(33.33333% - 30px);margin:45px;max-width:320px;min-height:450px;overflow:hidden;position:relative;width:100%}.games__page__general__card__details:before{content:"";height:100%;position:absolute;transition:.5s ease-in-out;width:100%}.games__page__general__card__details__image{height:220px;margin-bottom:10px;position:absolute;top:40%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.5s;width:40%;z-index:10000}.games__page__general__card__details:hover .games__page__general__card__details__image{margin-top:-170px;-webkit-transform:translateY(0);transform:translateY(0)}.games__page__general__card__details__image>img{margin-left:30px;position:absolute;width:100%}.games__page__general__card__details__title{bottom:0;height:100px;position:absolute;text-align:center;transition:1s;width:100%;z-index:10}.games__page__general__card__details:hover .games__page__general__card__details__title{height:230px}.games__page__general__card__details__title>h2,.games__page__general__card__details__title>p{color:#3f4242;font-weight:600;margin:0;position:relative}.games__page__general__card__details__title>p{font-size:14px;font-weight:700}.games__page__general__card__details:hover .games__page__general__card__details__button{opacity:1;transition-delay:.1s;visibility:visible}.games__page__general__card__details__button{display:grid;margin-left:0;opacity:0;transition:.5s;visibility:hidden}.card__button__details{display:flex;margin-top:10px;position:relative}.card__button__image{border-radius:20px}.card__button__image>img{width:50%}.card__button__title{background-color:#3f4242;border-radius:5px;display:none;height:35px;margin-left:100px;margin-top:-40px;position:absolute;width:120px}.card__button__title>p{color:#fff;margin-top:8px;text-align:center}.card__button__details:hover .card__button__title{display:inline}.card__button__details:hover .card__button__image>img{background-color:#2291e1;border-radius:20px}@media screen and (max-width:1279px){.games__page__general__cards{align-items:center;flex-wrap:wrap;margin-left:auto;margin-right:auto;margin-top:20px;max-width:83%;width:100%}.games__page__general__card__details{margin-left:80px;margin-right:auto;width:80%}.games__page__general__card{flex-basis:45%;max-width:48%;width:48%}.games__page__general__card__details__image>img{margin-left:30px;width:100%}}@media only screen and (max-width:820px){.games__page__general__cards{margin-left:auto;margin-right:auto;margin-top:50px}.games__page__general{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.games__page__general>img{margin-left:auto;margin-right:auto;max-width:30%}.games__page__general__header{margin-right:100px;margin-top:60px;position:relative;top:30%}.games__page__general__header>h1{font-size:45px}.games__page__general__header>p{font-size:18px}}@media screen and (max-width:767px){.games__page__general__cards{align-items:center;display:block;flex-wrap:wrap;margin-left:auto;margin-right:auto;width:84%}.games__page__general__card,.games__page__general__card__details{margin-left:auto;margin-right:auto;max-width:100%}.games__page__general__card,.games__page__general__card__details__image>img{width:100%}}.privacy__policy__button__general{align-items:center;justify-content:center;margin:180px auto 0;padding:14px;text-decoration:none}#buttonsss{margin:10px}.dropdown__button>a{height:50px;margin-top:-20px;width:200px}.dropdown__button>a,.privacy__policy__button__general>a{background-color:#00acfe;border:none;border-radius:100px;color:#fff;text-decoration:none}.privacy__policy__button__general>a{height:55px;margin-left:auto;margin-right:auto;width:100%}.rtl{direction:rtl;text-align:right}.rtl ul li{margin-right:20px}.privacy__policy__card__texts.rtl,.terms__of__service__page__card__texts.rtl{direction:rtl;text-align:right}.dropdown__button>a:hover,.privacy__policy__button__general>a:hover{background-color:#18e1ec}.privacy__dropdown{position:absolute;width:70%}.dropbtn:hover,.dropdown-content:hover{cursor:pointer}.caret{margin-top:10px}.dropbtn>img,.privacy__policy__card__texts>ul>li,.terms__of__service__page__card__texts>ul>li{margin-left:20px}.dropbtn>img{margin-top:13px}.dropbtn{border-radius:100px;display:flex;margin-right:auto}.dropbtn,.dropdown-content{margin-left:75%;position:absolute}.dropdown-content{background-color:#fff;border-radius:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);margin-top:35px;min-width:220px;overflow:auto}.language-option{align-items:center;display:flex;margin-bottom:5px;width:15%}.language-logo{height:20px;margin:10px;width:30px}.title{margin:12px 12px 12px 10px}.language-option span{white-space:nowrap}.privacy__policy__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column}.privacy__policy__card{border:1px solid maroon;border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:20px auto 0;max-width:90%;min-height:760px;width:100%}.privacy__policy__card__texts{flex:1 1;margin-left:100px;margin-top:50px;text-align:left}.privacy__policy__card__texts>h1{font-size:28px}.privacy__policy__card__texts>h1,.privacy__policy__card__texts>h2{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:500}.privacy__policy__card__texts>h2{font-size:20px}.privacy__policy__card__texts>h3{font-size:22px}.privacy__policy__card__texts>h3,.privacy__policy__card__texts>h4{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:500}.privacy__policy__card__texts>h4{font-size:20px}.privacy__policy__card__texts>p{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px;margin-right:10px}.privacy__policy__card__texts>li{color:#3f4242}.privacy__policy__card__texts>li,.privacy__policy__card__texts>li>a{font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:550}.privacy__policy__card__texts>li>a{color:#be482b}.privacy__policy__card__texts>p>a{color:#be482b;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:550;text-decoration:none}.privacy__policy__image>img{width:60%}.privacy__policy__contact{flex:1 1;margin-bottom:30px;margin-left:100px;margin-top:50px;text-align:left}.privacy__policy__contact>h3{font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:400}.privacy__policy__contact>h3>a{color:#be482b}.privacy__policy__card__contact>h3>a:hover{color:#00acfe}@media screen and (max-width:800px){.dropdown-content{margin-bottom:-525px}.privacy__policy__card{margin-left:auto;margin-right:auto;max-width:90%;min-height:800px}}@media screen and (max-width:690px){.privacy__policy__card__texts{margin-left:60px}.privacy__policy__card__contact{margin-left:70px;margin-top:90px;min-height:200px}}.terms__of__service__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column}.terms__of__service__page__card{border:1px solid maroon;border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:20px auto 0;max-width:90%;min-height:500px;width:100%}.terms__of__service__page__card__texts{flex:1 1;margin-left:100px;margin-top:50px;text-align:left}.terms__of__service__page__card__texts>h1{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:28px;font-weight:500}.terms__of__service__page__card__texts>h2{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500}.terms__of__service__page__card__texts>h3{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:22px;font-weight:500}.terms__of__service__page__card__texts>h4{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500}.terms__of__service__page__card__texts>p{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px;margin-right:10px}.terms__of__service__page__card__texts>p>a{color:#be482b;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:550;line-height:26px;margin-right:10px;text-decoration:none}.terms__of__service__page__card__texts>li{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400}.terms__of__service__page__card__contact{flex:1 1;margin-bottom:30px;margin-left:100px;margin-top:50px;text-align:left}.terms__of__service__page__card__contact>h3{font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:400}.terms__of__service__page__card__contact>h3>a{color:#be482b}.terms__of__service__page__card__contact>h3>a:hover{color:#00acfe}@media screen and (max-width:800px){.terms__of__service__page__card{margin-left:auto;margin-right:auto;max-width:90%;min-height:800px}}@media screen and (max-width:690px){.terms__of__service__page__card__texts{margin-left:60px}.terms__of__service__page__card__contact{margin-left:70px;margin-top:90px;min-height:200px}}.lighting__text__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column}.lighting__text__page__card{border:1px solid maroon;border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:20px auto 0;max-width:90%;min-height:500px;width:100%}.lighting__text__page__card__texts{flex:1 1;margin-left:100px;margin-top:50px;text-align:left}.lighting__text__page__card__texts>h1{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:28px;font-weight:500}.lighting__text__page__card__texts>h2{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500}.lighting__text__page__card__texts>h3{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:22px;font-weight:500}.lighting__text__page__card__texts>h4{color:#000;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:20px;font-weight:500}.lighting__text__page__card__texts>p{color:#3f4242;line-height:26px;margin-right:10px}.lighting__text__page__card__texts>p,.lighting__text__page__card__texts>p>a{font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400}.lighting__text__page__card__texts>p>a{color:#be482b;text-decoration:none}.lighting__text__page__card__texts>li{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px}.lighting__text__page__card__contact{flex:1 1;margin-bottom:30px;margin-left:100px;margin-top:50px;text-align:left}.lighting__text__page__card__contact>h3{font-style:italic;font-weight:400;margin-top:100px}.lighting__text__page__card__contact>h3>a{color:#be482b}.lighting__text__page__card__contact>h3>a:hover{color:#00acfe}@media screen and (max-width:800px){.lighting__text__page__card{margin-left:auto;margin-right:auto;max-width:90%;min-height:800px}}@media screen and (max-width:690px){.lighting__text__page__card__texts{margin-left:20px;margin-right:20px}.lighting__text__page__card__contact{margin-left:20px;margin-top:60px;min-height:200px}}@media screen and (max-width:1024px){.privacy__policy__button__general{margin-top:80px}.dropdown__button{margin-right:30px}}@media screen and (max-width:920px){.dropdown__button{display:grid;margin-bottom:45px;margin-right:30px;max-width:100%;place-items:center;position:relative}.dropdown-content{margin-bottom:-540px}}@media screen and (max-width:820px){.dropdown__button{display:grid;margin-bottom:35px;margin-right:30px;max-width:100%;place-items:center;position:relative}}@media screen and (max-width:768px){.dropdown__button{display:grid;margin-bottom:40px;margin-right:30px;place-items:center;position:relative}}@media screen and (max-width:575px){.dropdown__button{margin-bottom:50px}.privacy__policy__card__texts h1,.privacy__policy__card__texts h2,.privacy__policy__card__texts h3{font-size:1px}.terms__of__service__page__card__texts h1,.terms__of__service__page__card__texts h2,.terms__of__service__page__card__texts h3{font-size:20px}}@media screen and (max-width:532px){.privacy__policy__button__general{display:grid;margin-top:10px;max-height:100%;place-items:center}.dropdown__button{margin-bottom:20px;margin-left:20px;margin-top:60px}.privacy__policy__button__general>a{width:70%}.privacy__policy__card__texts h1,.privacy__policy__card__texts h2,.privacy__policy__card__texts h3{font-size:25px}.terms__of__service__page__card__texts h1,.terms__of__service__page__card__texts h2,.terms__of__service__page__card__texts h3{font-size:20px}}@media screen and (max-width:460px){.privacy__policy__card{width:450px}.privacy__policy__card__texts h1,.privacy__policy__card__texts h2,.privacy__policy__card__texts h3,.terms__of__service__page__card__texts h1,.terms__of__service__page__card__texts h2,.terms__of__service__page__card__texts h3{font-size:17px}}@media screen and (max-width:431px){.privacy__policy__button__general{display:grid;margin-top:10px;place-items:center}.dropdown__button{margin-bottom:30px;margin-top:30px}.privacy__policy__card__texts h1,.privacy__policy__card__texts h2,.privacy__policy__card__texts h3,.terms__of__service__page__card__texts h1,.terms__of__service__page__card__texts h2,.terms__of__service__page__card__texts h3{font-size:15px}}@media screen and (max-width:414px){.privacy__policy__button__general{display:grid;margin-top:10px;place-items:center}.dropdown__button{margin-bottom:30px;margin-top:30px}.privacy__policy__card__texts h1,.privacy__policy__card__texts h2,.privacy__policy__card__texts h3{font-size:15px}.privacy__policy__card{width:400px}}@media screen and (max-width:375px){.privacy__policy__button__general{display:grid;margin-top:10px;place-items:center}.dropdown__button{margin-bottom:30px;margin-top:30px}}@media screen and (max-width:360px){.privacy__policy__button__general{display:grid;margin-top:10px;place-items:center}.dropdown__button{margin-bottom:30px;margin-top:30px}.privacy__policy__card__texts h1,.privacy__policy__card__texts h2,.privacy__policy__card__texts h3{font-size:16px}.privacy__policy__card{width:350px}}@media screen and (max-width:344px){.privacy__policy__button__general{display:grid;margin-top:10px;place-items:center}.dropdown__button{margin-bottom:20px;margin-left:20px}.terms__of__service__page__card__texts h1,.terms__of__service__page__card__texts h2,.terms__of__service__page__card__texts h3{font-size:10px}}@media screen and (max-width:330px){.privacy__policy__card__texts h1,.privacy__policy__card__texts h2,.privacy__policy__card__texts h3{font-size:15px}.privacy__policy__card{width:300px}}.contact__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column;width:100%}.contact__page__contact__box{height:200px;margin-left:850px;margin-top:-500px;max-width:500px;width:100%}.contact__page__contact__box>input{accent-color:#fff;font-size:16px;min-height:25px}.contact__page__contact__box>input,.contact__page__contact__box>textarea{border:2px solid #00acfe;border-radius:10px;font-family:DM Sans,Helvetica,Arial,sans-serif;outline:0}.contact__page__contact__box>textarea{font-size:14px;height:200px;max-width:500px;padding:12px;width:500px;width:100%}input{margin-bottom:16px;max-width:100%;padding:12px;width:100%}.contact__page__contact__box>button{align-items:center;background-color:#3f4242;border:none;border-radius:100px;color:#fff;display:flex;height:40px;margin-bottom:50px;margin-top:50px;max-width:140px;width:100%}.contact__page__contact__box>button:hover{background-color:#34a8a8;cursor:pointer}.contact__page__contact__box>button>h1{font-size:20px;margin-left:30px}.contact__page__contact__box>button>img{margin-left:5px;max-width:12%}.contact__page>img{margin-bottom:100px;margin-left:120px;margin-top:250px;width:35%}.contact__page__thank>img{margin-bottom:100px;margin-left:-520px;margin-top:100px;width:35%}.contact__page__contact__box__thanks{height:200px;margin-bottom:100px;margin-left:850px;margin-top:-350px;max-width:500px;width:100%}.contact__page__contact__box__thanks>p{color:#3f4242;margin-top:30px}.contact__page__contact__box__thanks>img{margin-top:-100px}.contact__page__thank>img{margin-left:-700px}@media screen and (min-width:1450px){.contact__page__contact__box{height:200px;margin-left:auto;margin-right:200px;min-width:30%}.contact__page__contact__box>textarea{max-width:100%}.contact__page__contact__box__thanks{margin-left:auto;margin-right:200px;max-width:30%}}@media screen and (max-width:1400px){.contact__page__contact__box,.contact__page__contact__box__thanks{margin-left:auto;margin-right:90px;max-width:35%}.contact__page>img{margin-left:90px}.contact__page>img,.contact__page__thank>img{margin-right:auto;margin-top:150px;max-width:40%;min-height:500px}.contact__page__thank>img{margin-left:-490px}.contact__button{margin-left:auto;margin-right:160px;max-width:28%}}@media screen and (max-width:950px){.contact__page__contact__box{align-items:center;justify-content:center;margin:-50px auto 350px 225px;max-width:50%}.contact__page__contact__box__thanks{align-items:center;justify-content:center;margin:20px auto 0;max-width:50%}.contact__page>img{margin-left:250px;margin-right:auto;margin-top:70px;min-height:500px;width:70%}.contact__page__thank>img{align-items:center;justify-content:center;margin:30px auto 0;min-height:500px;width:70%}.contact__button{margin-left:225px}}@media screen and (max-width:800px){.contact__page__contact__box{margin-left:150px;margin-top:-10px;max-width:65%}.contact__page__contact__box__thanks{margin-top:-10px;width:65%}.contact__page>img{margin-left:200px;margin-right:auto;margin-top:60px;max-width:50%;min-height:500px}.contact__button{margin-left:150px}}@media screen and (max-width:650px){.contact__page__contact__box{margin-left:70px;max-width:60%}.contact__page__contact__box__thanks{margin-left:90px;max-width:60%}.contact__page>img{margin-left:60px;margin-right:auto;margin-top:80px;max-width:65%;min-height:500px}.contact__button{margin-left:70px;max-width:140px}}@media screen and (max-width:400px){.contact__page__contact__box__thanks{margin-left:70px;margin-top:-80px}}.blog__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column;width:100%}.blog__page__general{margin-top:100px;text-align:center}.blog__page__general>img{margin-left:-3px;width:30%}.blog__page__card{align-items:center;background-color:#fff;border:1px solid maroon;border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:20px auto 0;min-height:340px;width:90%}.blog__page__card__details{margin-left:30px;margin-right:30px;margin-top:10px;text-align:left}.blog__page__card__details>img{float:left;margin-bottom:10px;margin-right:20px;width:20%}.blog__page__card__details>h1{font-size:28px}.blog__page__card__details>h1,.blog__page__card__details>h2{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-weight:400}.blog__page__card__details>h2{font-size:16px;margin-top:5px}.blog__page__card__details>p{color:#3f4242;font-weight:400;line-height:26px;margin-right:10px;margin-top:25px}.blog__page__card__details>h3>a,.blog__page__card__details>p{font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:17px}.blog__page__card__details>h3>a{color:#4c5a6b;float:right;text-decoration:none}.blog__page__card__details>h3>a:hover{color:#3f4242}@media screen and (max-width:820px){.blog__page__general>img{margin-left:-3px;width:40%}.blog__page__card{margin-left:auto;margin-right:auto;max-width:90%;min-height:500px}}@media screen and (max-width:690px){.blog__page__card__details{margin-left:60px}}@media screen and (max-width:550px){.blog__page__general>img{margin-left:-60px;width:60%}}.blog__details__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column;width:100%}.blog__details__page__card{align-items:center;background-color:#fff;border:1px solid maroon;border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:200px auto 0;min-height:340px;width:90%}.blog__details__page__card__details{margin-left:30px;margin-right:30px;margin-top:20px}.blog__details__page__card__details>h1{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:28px;font-weight:400}.blog__details__page__card__details>h2{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;margin-bottom:70px;margin-top:5px}.blog__details__page__card__details>img{margin-right:20px;width:40%}.blog__details__page__card__details>p{color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:26px;margin-bottom:20px;margin-right:10px;margin-top:10px;text-align:left}@media screen and (max-width:800px){.blog__details__page__card{margin-left:auto;margin-right:auto;max-width:90%;min-height:800px}}@media screen and (max-width:690px){.blog__details__page__card__details{margin-left:60px}}@media screen and (max-width:500px){.blog__details__page__card__details>img{width:70%}}.about__us__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column}.about__us__page__general{color:#3f4242;margin-top:40px;position:relative;text-align:right}.about__us__page__general>img{margin-right:50px;max-width:28%}.about__us__page__general__header{margin-left:50px;max-width:60%;position:absolute;text-align:left;top:30%}.about__us__page__general__header>h1{font-size:45px}.about__us__page__general__header>p{font-size:18px}.about__us__page__first__part{align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;justify-content:center;margin:50px auto 0;max-width:90%;width:100%}.about__us__page__first__cards{align-items:flex-start;display:flex;display:-ms-flexbox;flex-direction:wrap;margin:0 auto;min-width:90%;padding:50px 0;width:1142px}.first__card{background-color:#fff;border-radius:28px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:block;flex-basis:calc(33.33333% - 30px);margin:0 15px 30px;min-height:500px;padding:30px 20px}.first__card>img{height:200px;width:50%}.first__card__texts{color:#3f4242;margin-top:100px}.first__card__texts>h1{font-size:22px}.first__card__texts>p{font-size:16px;font-weight:400;margin-top:8px}.about__us__page__second__part{align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;flex-direction:column;justify-content:center;margin:20px auto 0;max-width:90%;min-width:90%;width:100%}.about__us__page__second__texts{align-items:center;color:#3f4242;justify-content:center;line-height:.8;margin-bottom:50px;margin-top:50px}.about__us__page__second__texts>h1{font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:35px;font-weight:400}.about__us__page__second__texts>p{font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;line-height:26px}.about__us__page__second__design{margin-bottom:30px}.about__us__page__second__design>img{margin-top:80px;width:70%}@media only screen and (max-width:1150px){.about__us__page__general{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.about__us__page__general>img{margin-left:auto;margin-right:auto;max-width:30%}.about__us__page__general__header{margin-right:100px;margin-top:60px;position:relative;top:30%}.about__us__page__general__header>h1{font-size:45px}.about__us__page__general__header>p{font-size:18px}.first__card{flex-basis:calc(50% - 30px)}.first__card__texts{font-size:24px}.first__card__texts>h1{font-size:22px}.first__card__texts>p{font-size:16px;font-weight:400;margin-top:8px}}@media screen and (max-width:820px){.games__page{margin-top:-10px}.about__us__page__first__part,.about__us__page__second__part{margin-left:auto;margin-right:auto;max-width:90%}.about__us__page__second__part{min-height:30pc}}@media only screen and (max-width:767px){.about__us__page__first__cards{display:flex;flex-wrap:wrap;width:96%}.first__card{flex-basis:100%}.first__card__texts{font-size:24px;line-height:1;min-height:72px}}@media screen and (max-width:660px){.about__us__page__second__part{min-height:300px}}.job__page{flex:0.65 1;flex-direction:column}.job__page,.job__page__general{background-color:#fff;display:flex}.job__page__general{align-items:center;border-radius:20px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);flex-wrap:wrap;justify-content:baseline;margin:50px auto 0;max-width:90%;padding:50px 0;width:100%}.job__page__header{font-family:DM Sans,Helvetica,Arial,sans-serif;margin-left:80px;margin-top:50px;text-align:left}.job__page__header>h1{color:#3f4242;font-size:25px}.job__page__header>h2{color:#3f4242;font-size:17px;font-weight:400;line-height:26px;margin-right:80px}.job__page__job__card{background-color:#00acfe;border-radius:28px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);flex-basis:calc(33.33333% - 30px);margin:0 15px 30px;overflow:hidden}.job__page__job__card>a{background-color:#121212;display:block;overflow:hidden;padding:10px 20px;position:relative;text-decoration:none}.job__page__job__card>a:hover,.job__page__job__card>a:hover .ag-courses-item_date{color:#fff;text-decoration:none}.job__page__job__card>a:hover .ag-courses-item_bg{-webkit-transform:scale(10);transform:scale(10)}.ag-courses-item_title{color:#94a0a0;font-size:30px;font-weight:700;margin-top:60px;min-height:87px;overflow:hidden;position:relative;z-index:2}.ag-courses-item_date-box{color:#fff;color:#00acfe;font-size:18px;font-weight:700;position:relative;transition:color .5s ease;z-index:2}.ag-courses-item_bg{background-color:#fff;border-radius:50%;height:128px;position:absolute;right:-75px;top:-75px;transition:all .5s ease;width:128px;z-index:1}@media only screen and (max-width:979px){.job__page__job__card{flex-basis:calc(50% - 30px)}.job__page__general{margin-left:auto;margin-right:auto;max-width:90%}.ag-courses-item_title{font-size:24px}}@media only screen and (max-width:767px){.job__page{margin-left:auto;margin-right:auto;max-width:100%}}@media only screen and (max-width:639px){.job__page__job__card{flex-basis:100%}.ag-courses-item_title{font-size:24px;min-height:72px}.job__page__job__card>a{padding:22px 40px}.ag-courses-item_date-box{font-size:16px}}.job__apply__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column;width:100%}.job__apply__page>img{margin-left:120px;margin-top:300px;width:32%}.job__apply__page__job__box{margin-left:850px;margin-top:-500px;max-width:500px}.job__page__job__box__thanks{margin-left:700px;margin-top:-300px}.job__page__job__box__thanks>p{color:#3f4242}.job__apply__page__job__box>h1{color:#3f4242;font-size:16px;margin-top:50px;text-align:left}.job__apply__page__job__box__choose__file{color:#00acfe}.job__apply__page__job__box>input{accent-color:#fff;border:2px solid #00acfe;border-radius:10px;font-size:14px;min-height:25px;outline:0}input[type=file]::-webkit-file-upload-button{border:2px solid #00acfe;border-radius:10px;color:#00acfe;font-size:15px;margin-right:20px;padding:10px 20px}input[type=file]::file-selector-button{border:2px solid #00acfe;border-radius:10px;color:#00acfe;font-size:15px;margin-right:20px;padding:10px 20px}input[type=file]::-webkit-file-upload-button:hover{background:#3a5c5e;color:#fff}input[type=file]::file-selector-button:hover{background:#3a5c5e;color:#fff}input[id=resume]{color:#fff;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:6px}.job__apply__page__job__box>h2{color:#3f4242;font-size:16px;text-align:left}.job__apply__page__job__box>button{align-items:center;background-color:#3f4242;border:none;border-radius:100px;color:#fff;cursor:pointer;display:flex;height:40px;margin-bottom:50px;margin-top:90px;margin-top:70px;max-width:10%;max-width:140px;width:100%}.job__apply__page__job__box>button:hover{background-color:#4886a2}.job__apply__page__job__box>button>h1{font-size:19px;margin-left:30px}.job__apply__page__job__box>button>img{margin-left:5px;max-width:12%}.job__apply__page__job__box>p{color:#fff}@media screen and (min-width:1450px){.job__apply__page__job__box{height:200px;margin-bottom:550px;margin-left:auto;margin-right:200px;max-width:30%}.job__page__job__box__thanks{margin-bottom:200px;margin-left:auto;margin-right:200px;max-width:30%}}@media screen and (max-width:1449.9px){.job__apply__page__job__box{margin-left:auto;margin-right:90px;margin-top:-400px;max-width:35%}.job__page__job__box__thanks{margin:-200px 120px 80px auto;max-width:35%}.job__apply__button{margin-left:auto;margin-right:160px;max-width:28%}}@media screen and (max-width:950px){.job__apply__page__job__box,.job__page__job__box__thanks{align-items:center;justify-content:center;margin:20px auto 0;max-width:50%}.job__apply__button{margin-left:160px}.job__apply__page>img{align-items:center;justify-content:center;margin:200px auto 0;min-height:500px;width:35%}}@media screen and (max-width:800px){.job__apply__page__job__box,.job__page__job__box__thanks{margin-top:-10px;max-width:60%}.job__apply__page>img{align-items:center;justify-content:center;margin:200px auto 0;max-width:60%;min-height:400px}.job__apply__button{margin-left:150px}}@media screen and (max-width:650px){.job__apply__page__job__box,.job__page__job__box__thanks{align-items:center;justify-content:center;margin:20px auto 0;max-width:60%}.job__apply__button{margin-left:90px;max-width:140px}.job__apply__page>img{align-items:center;justify-content:center;margin:200px auto 0;min-height:400px;width:40%}}@media screen and (max-width:550px){.job__apply__page>img{align-items:center;justify-content:center;margin:200px auto 0;width:60%}.job__page__job__box__thanks{margin-top:20px}}@media screen and (max-width:450px){.job__apply__page>img{align-items:center;justify-content:center;margin:200px auto 0;min-height:300px;width:60%}.job__apply__page__job__box{align-items:center;justify-content:center;margin:20px auto 0}.job__apply__button{margin-left:60px}.job__page__job__box__thanks{margin-top:20px}}.job__details__page{background-color:#fff;display:flex;flex:0.65 1;flex-direction:column}.job__details__page__general{color:#3f4242;position:relative;text-align:center}.job__details__page__general>img{align-items:center;background-color:#fff;justify-content:center;margin:40px auto 0;width:30%}.job__details__page__general__header{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.job__details__page__general__header>h1{font-size:45px}.job__details__page__details{align-items:center;background-color:#00acfe;border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:90%;width:100%}.job__details__page__details__texts{margin-left:50px;margin-top:10px;text-align:left}.job__details__page__details__texts>h1{color:#fff;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;margin-bottom:10px;margin-top:30px}.job__details__page__details__texts>li{color:#fff;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:17px;font-weight:400;line-height:26px;margin-right:10px;margin-top:5px}.job__details__page__details__texts>ul>li{color:#fff}.job__details__page__details__button>a>button{background:none;background-color:#fff;border:2px;border-radius:20px;color:#3f4242;font-family:DM Sans,Helvetica,Arial,sans-serif;font-size:20px;height:45px;margin-bottom:50px;margin-left:100px;margin-top:70px;position:relative;width:150px}.job__details__page__details__button>a>button:hover{background-color:#536b76;border:none;color:#fff}@media (min-width:950px){.about__us__page__cards{align-items:center;display:flex;justify-content:center}.job__details__page__general__header>h1{font-size:45px}}@media screen and (max-width:1300px){.job__details__page__general>img{width:45%}.job__details__page__general__header>h1{font-size:45px}}@media screen and (max-width:950px){.job__details__page__details{margin-left:auto;margin-right:auto;max-width:90%}.job__details__page__general__header>h1{font-size:35px}}@media screen and (max-width:850px){.job__details__page__general>img{width:40%}.job__details__page__general__header>h1{font-size:25px}}@media screen and (max-width:650px){.job__details__page__general>img{width:60%}.job__details__page__general__header>h1{font-size:25px}}@media screen and (max-width:470px){.job__details__page__general__header>h1{font-size:18px}}.cookie-banner{background-color:#f1f0f0;border-radius:10px;bottom:25px;box-shadow:0 4px 8px rgba(0,0,0,.1);font-size:14px;height:32%;max-width:350px;padding:8px;position:fixed;right:40px;text-align:center;transition:all .3s ease-in-out;width:90%;z-index:2000000000000000000}.cookie-banner.expand{height:80%;left:50%;max-width:700px;overflow:hidden;position:fixed;top:10%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90%}.cookie-banner .content{display:flex;flex-direction:column;min-height:100%;padding-bottom:50px}.cookie-banner p{color:#3f4242;font-size:12.5px;line-height:1.5;margin:0;padding:8px;text-align:justify}.cookie-banner a{color:blue;text-decoration:none}.cookie-banner a:hover{text-decoration:underline;text-decoration-thickness:1.1px}.buttons .accept-button,.buttons .decline-button{background-color:#00acfe;border:2px solid #00acfe;border-radius:10px;color:#fff;cursor:pointer;height:30px;margin-top:20px;width:46%}.buttons .accept-button:hover{color:#333}.buttons .decline-button:hover{color:#00acfe}.buttons .decline-button{background-color:#fff;border:2px solid #878c8c;color:#333;margin-left:10px}.cookie-details h3{justify-content:center}.buttons .manage-button{background-color:transparent;border:none;cursor:pointer;font-size:17px;height:30px;margin-top:18px}.manage-button>img{margin-bottom:-2px;margin-right:6px;width:5%}.manage-button:hover{color:#00acfe}.cookie__settings__buttons{display:flex;flex-direction:column;margin-top:20px}.cookie__settings__buttons button{background-color:#f1f0f0;border:2px solid #f1f0f0;border-radius:5px;color:#333;cursor:pointer;font-size:14px;margin-bottom:20px;padding:10px;transition:all .3s ease}.cookie__settings__buttons button:hover{border-color:#00acfe;color:#00acfe}.cookie__settings__buttons button.active{background-color:#00acfe;color:#fff}.switch{display:inline-block;margin-left:10px;position:relative}.slider,.switch{height:34px;width:60px}.slider{background-color:#ccc;border-radius:34px;cursor:pointer;left:0;right:0;top:-15px}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.cookie__settings__actions{align-items:center;bottom:20px;display:flex;justify-content:space-between;left:50%;padding:10px;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:9999}.cookie__settings__actions button{border:2px solid;border-radius:10px;color:#fff;cursor:pointer;flex:5 1;height:50px;margin-right:20px;transition:color .3s ease,background-color .3s ease}.accept-selection-button,.allow-all-button{background-color:#00acfe;border-color:#00acfe}.save-button{background-color:purple;border-color:purple;margin-left:200px;width:100px}.cookie__settings__actions button:hover{background-color:#fff;color:#2196f3}.save-button:hover{background-color:#fff;color:purple}.cookie__settings__actions button.disabled{opacity:.5;pointer-events:none}@media (max-width:908px){.cookie-banner{height:24%}}@media (max-width:568px){.cookie-banner.expand{height:calc(85% + 20px)}.cookie-banner .content{min-height:calc(100% + 20px)}.cookie__settings__actions{align-items:center;bottom:0;flex-direction:column;height:22%;margin:0}.cookie__settings__actions button{height:40px;margin:5px 0;width:100%}.save-button,.switch{margin-top:10px}.switch{margin-left:0}.cookie-banner{height:29%}}@media (max-width:408px){.cookie-banner{bottom:10px;height:34%;left:50%;max-width:300px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90%}}