@font-face{font-family:Calamity;src:url(/assets/CalamityRegular-f2674935.otf) format("opentype")}@font-face{font-family:CalamityOutline;src:url(/assets/CalamityOutline-f417e365.otf) format("opentype")}@font-face{font-family:AtHaussAero;src:url(/assets/AtHaussAero-Regular-33882973.ttf) format("truetype");font-weight:400}@font-face{font-family:AtHaussAero;src:url(/assets/AtHaussAero-Semibold-f5bdbf37.ttf) format("truetype");font-weight:600}@font-face{font-family:AtHaussAero;src:url(/assets/AtHaussAero-Medium-a0c33708.ttf) format("truetype");font-weight:500}:root{--light: #ffffff;--gray: rgb(231, 231, 231);--border: rgba(233, 232, 232, .208);--ray-color: rgba(5, 0, 87, 1);--nav-item-c: rgb(210, 210, 210);scroll-behavior:smooth}body{font-family:AtHaussAero;font-weight:400;margin:0;background-color:#000;overflow-x:hidden}#lastray{margin:auto;border-radius:100%;border:0px solid;border-color:var(--ray-color);opacity:1;width:0px;height:0px;transform:translate(-50%,-50%);left:50%;top:50%}#loading-page{background:#000;border-radius:100%;top:50%;left:50vw;transform:translate(-50%,-50%);width:400vh;height:400vh;position:fixed;overflow:hidden;transition-duration:1s;z-index:1000}#loader{margin:auto;width:100%;height:100%;max-width:200px;position:absolute;max-height:200px;top:50%;left:50%;transform:translate(-50%,-50%);display:flex}.element{margin:auto;position:absolute}.sphere{background:radial-gradient(circle,rgba(98,0,234,.8604691876750701) 0%,rgba(34,34,34,1) 63%);width:50px;height:50px;border-radius:100%;animation:pump 4s infinite ease-in-out;transform:translate(-50%,-50%);left:50%;top:50%;box-shadow:0 0 15px #c8e6ff80}.ray{margin:auto;border-radius:100%;border:5px solid;border-color:var(--ray-color);opacity:1;width:10px;height:10px;animation:ray 4s infinite ease-out;animation-delay:2.5s;transform:translate(-50%,-50%);left:50%;top:50%;box-shadow:0 0 15px #ffe6c880}.spark{width:200px;height:200px}.particles{transform:translate(-50%,-50%)}.particle{background-color:var(--spark-color);width:5px;height:5px;border-radius:100%;opacity:0;animation:particle 1s infinite ease-in;left:0%;top:0%}.spark1{transform:rotate(20deg)}.spark2{transform:rotate(40deg)}.spark3{transform:rotate(66deg)}.spark4{transform:rotate(172deg)}.spark5{transform:rotate(110deg)}.spark6{transform:rotate(130deg)}.spark7{transform:rotate(-100deg)}.spark8{transform:rotate(-50deg)}.spark9{transform:rotate(-80deg)}.spark10{transform:rotate(-173deg)}.spark11{transform:rotate(-7deg)}.spark12{transform:rotate(-133deg)}.particle1{animation-delay:.5s}.particle2{animation-delay:0s}.particle3{animation-delay:2.2s}.particle4{animation-delay:.2s}.particle5{animation-delay:2s}.particle6{animation-delay:1.2s}.particle7{animation-delay:2.5s}.particle8{animation-delay:1.5s}.particle9{animation-delay:1s}.particle10{animation-delay:2.5s}.particle11{animation-delay:.7s}.particle12{animation-delay:1.7s}.loaded{width:0px!important;height:0px!important;transition:1.2s ease-out}.opzero{opacity:0;transition:1s ease-out}.finalray{animation:ray 2s ease-out;animation-delay:.3s;border:1px solid}@keyframes pump{0%{width:50px;height:50px}83%{width:88px;height:88px}85%{width:90px;height:90px}to{width:50px;height:50px}}@keyframes ray{0%{width:10px;height:10px;opacity:1;border-width:1px}to{width:200px;height:200px;opacity:0;border-width:5px}}@keyframes particle{0%{left:0%;top:0%;opacity:0}70%{opacity:1}to{left:50%;top:50%;opacity:1}}.logo-ddd-wrapper{position:absolute;display:grid;place-items:center;grid-template-areas:"inner-div";z-index:-2;overflow:hidden}#logo-canvas{position:absolute;width:99.8%;height:100%;z-index:-2}#logo-container{height:100vh;width:100vw;pointer-events:none;z-index:-2;grid-area:inner-div}.header{position:fixed;width:100%;z-index:100;background-color:transparent;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);transition:top .3s}.topnav{background-color:transparent;overflow:hidden;display:flex;justify-content:center}.nav-container{min-height:3.5rem;width:90%;display:flex;justify-content:space-between}.nav-items img{height:30px}.nav-items{display:flex;justify-content:flex-start;align-items:center;width:100%}.nav-item{float:left;display:flex;color:var(--nav-item-c);padding:14px 10px;text-decoration:none;font-size:17px}.nav-item:hover{background-color:#fff;border-radius:5px;color:#000}.topnav .icon{display:none}.dropdown{float:left;overflow:hidden;width:100px;flex-shrink:0}.dropdown-icon{transition:all .3s ease}.dropdown:hover .dropdown-icon{transform:rotate(180deg);transition:transform .3s ease}.dropdown .dropbtn{width:100%;font-size:17px;border:none;outline:none;color:var(--nav-item-c);padding:14px 0;background-color:inherit;font-family:inherit;margin:0}.dropdown-content{margin-top:-6px;display:none;position:absolute;border-radius:5px;min-width:160px;background:#fff;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(5px)}.dropdown-content a{float:none;color:#000;padding:12px 16px;text-decoration:none;display:block;text-align:left;border-radius:5px}.dropdown:hover .dropbtn{background-color:#fff;border-radius:5px;color:#000}.dropdown-content a:hover{color:#ff0050;border-radius:5px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes gradient{0%{background-position:0%}to{background-position:100%}}.dropdown:hover .dropdown-content{display:block;animation:fade-in .4s}.dropdown:not(:hover) .dropdown-content.did-fade-in{display:block;animation:fade-out .2s}.nav-buttons-mobile{display:none}.nav-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-right:2%;width:20%}.nav-contact-btn{color:var(--nav-item-c);border:.1px solid var(--border);border-radius:5px;padding:3%;text-decoration:none;text-align:center;text-wrap:nowrap;transition:.3s}.nav-contact-btn:hover{color:#ff0050;border-color:#ff0050;transition:.3s}.nav-build-btn{color:#000;background-color:var(--gray);border:.1px solid var(--border);border-radius:5px;padding:3%;text-decoration:none;text-align:center;text-wrap:nowrap;transition:.3s}.nav-build-btn:hover{background-color:#ff0050;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(12.5px);color:#fff;transition:.3s}@media only screen and (max-width: 900px){.topnav a:not(:first-child),.dropdown .dropbtn{display:none}.topnav a.icon{display:flex;text-decoration:none;justify-content:center;align-items:center;font-size:x-large;color:#fff;padding:0 5%}.nav-buttons{display:none}}@media only screen and (max-width: 900px){.nav-container{display:flex;flex-direction:column;height:100%;width:100%}.nav-items{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;padding-left:5%;width:100%}.nav-items img{height:30px;margin-top:8%;margin-left:2%}.topnav.responsive{position:relative;margin-bottom:2%}.topnav.responsive .nav-items img{height:30px;margin-left:2%}.topnav.responsive a.icon{display:flex;text-decoration:none;justify-content:center;align-items:center;font-size:x-large;color:#fff;padding:0 5%;max-height:56px}.topnav.responsive a{float:none;display:block;padding:14px 0}.topnav.responsive .dropdown{float:none;width:90%}.topnav.responsive .dropdown-content{position:relative}.topnav.responsive .dropdown .dropbtn{display:block;width:100%;text-align:left}.topnav.responsive .nav-buttons-mobile{display:block;margin-left:5%}.nav-contact-btn{margin-bottom:3%}}.unipoly-games-data{display:flex;height:100vh;width:100%;justify-content:center;align-items:center}.intro-container{display:flex;flex-direction:column}.unipolygame-text,.intro-slogan{margin:0}.unipolygame-text{font-size:10vw;font-family:Calamity;font-weight:100;color:#fff;text-shadow:0 1px 0 hsl(174,5%,80%),0 2px 0 hsl(174,5%,75%),0 3px 0 hsl(174,5%,70%),0 4px 0 hsl(174,5%,66%),0 5px 0 hsl(174,5%,64%),0 6px 0 hsl(174,5%,62%),0 7px 0 hsl(174,5%,61%),0 8px 0 hsl(174,5%,60%),0 0 5px rgb(9,3,135,.18),0 1px 3px rgba(9,3,135,.2),0 3px 5px rgba(9,3,135,.2),0 5px 10px rgba(9,3,135,.2),0 5px 5px rgba(9,3,135,.2),0 15px 15px rgba(16,7,187,.2);text-align:center;text-shadow:0 -3px 0 #333,0 6px 8px rgba(9,3,135,.4),0 9px 10px rgba(0,0,0,.15),0 30px 10px rgba(0,0,0,.18),0 15px 10px rgba(0,0,0,.21)}.intro-slogan{text-align:center;color:#fff;font-size:2vw;font-weight:100}.about-us-section{display:flex;justify-content:center;text-align:left;color:var(--nav-item-c);width:100%;flex-direction:column}.about-us-container{width:90%;margin:0 5%}.header-container{display:flex;align-items:center;flex-wrap:wrap;margin:.1em 0}.about-us-header{font-size:5.5vw;font-weight:800}.unipoly-text-linear-wipe{background:linear-gradient(225deg,#ff0050 0%,#ff3cac 25%,#050057 50%,#3674a0 75%,#674b7f 100%);background-clip:text;-webkit-background-clip:text;color:transparent;background-size:400%;animation:gradient 10s linear infinite alternate;font-weight:800;font-size:5.5vw;font-family:AtHaussAero}.stagger-text{height:5vw;width:25vw;display:flex;align-items:center;justify-content:start;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.studio-text,.publisher-text,.services-text{background:linear-gradient(225deg,#674b7f 0%,#ff0050 25%,#ff3cac 50%,#050057 75%,#3674a0 100%);background-clip:text;-webkit-background-clip:text;color:transparent;background-size:400%;animation:gradient 10s linear infinite alternate;font-weight:800;font-size:5.5vw;margin:0;position:absolute}.about-us-text{font-size:2.5vw;line-height:-2.1em;display:block;margin:.1em 0}.about-us-button{display:flex;align-items:flex-end;justify-content:flex-end;width:90%;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);overflow:hidden}.btn{background:linear-gradient(225deg,#ff0050 0%,#423ca4 25%,#070092 50%,#423ca4 75%,#ff0050 100%);background-size:1000%;display:block;height:3.125rem;width:11.625rem;position:relative;overflow:hidden;text-decoration:none;text-transform:uppercase;letter-spacing:2px;color:#fff;font-size:14px;text-align:center;animation:gradient 10s linear infinite alternate;border-radius:5px}.btn span{position:relative;top:16px;color:#fff}.our-products-section{display:flex;flex-direction:column;margin-top:10%;align-items:center;background-image:url(/assets/bg5-8c433072.jpg);background-size:100% 100%}.our-products{display:flex;flex-direction:column;width:90%;justify-content:space-around}.products{display:flex;flex-direction:row;margin:0% 0% 5%;justify-content:space-between}.p-container{display:flex;flex-direction:column;width:50%;justify-content:space-evenly}.products-header{text-transform:lowercase;font-family:calamity;font-size:4vw;color:#fff;margin:.1em 0}.products-header-text{font-size:2.5vw;color:var(--gray);font-family:AtHaussAero;text-transform:capitalize;display:block}.linear-wipe-word{background:linear-gradient(225deg,#ff0050 0%,#423ca4 35%,#070092 50%,#423ca4 65%,#ff0050 100%);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:400%;animation:gradient 10s linear infinite alternate}.products-word{text-align:left;font-family:AtHaussAero;justify-content:space-evenly;margin:.1em 0}.Learn-More-Button-container{justify-content:flex-start;align-items:center;display:flex;padding:40px 0;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);overflow:hidden}.Learn-More-Button{background:linear-gradient(225deg,#ff0050 0%,#423ca4 25%,#070092 50%,#423ca4 75%,#ff0050 100%);justify-content:center;align-items:center;text-align:center;background-size:1000%;display:flex;height:3.125rem;width:11.625rem;position:relative;overflow:hidden;text-decoration:none;text-transform:uppercase;letter-spacing:2px;color:#fff;mix-blend-mode:difference;font-size:14px;animation:gradient 10s linear infinite alternate;border-radius:5px}.products-p{font-size:2vw;color:var(--gray);line-height:-2em;display:block;margin-bottom:5%}.products-image{position:relative;width:100%;object-fit:contain;overflow-clip-margin:content-box;overflow:clip;border-radius:5px}.mini-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:auto;z-index:1}.our-games-scroll{color:#fff;opacity:32%;font-size:10vw;font-family:calamity;width:100%;overflow:hidden}.carousel-swiper{max-width:100%}.swiper{height:550px;margin-bottom:5%}.swiper-slide{width:700px!important;height:500px!important;display:flex!important;justify-content:center!important}.swiper-slide-card{width:100%;height:500px;position:relative;cursor:pointer;outline:none;transition:scale .1s;display:flex;justify-content:center;overflow:hidden}.swiper-slide:after{content:"";display:block;position:absolute;width:100%;height:500px;left:0;top:3px;z-index:3;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,1,1))}.swiper-slide-card .swiper-front-image{position:relative;border-radius:5px}.desc-wrapper{height:100%;width:100%;display:flex;align-items:flex-end;justify-content:center;position:absolute;z-index:4;overflow:hidden}.item-desc{padding:0 24px 12px;position:absolute;z-index:5;overflow:hidden;transform:translateY(calc(100% - 54px));-webkit-transform:translateY(calc(100% - 54px));transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out}.swiper-slide.swiper-slide-active .item-desc{transform:none;-webkit-transform:none}.item-desc a{opacity:0;-webkit-transform:translateY(32px);transform:translateY(32px);transition:all .4s ease-in-out .2s;-webkit-transition:all .4s ease-in-out .2s}.swiper-slide.swiper-slide-active .item-desc a{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.games-button{border:.1px solid var(--nav-item-c);color:var(--nav-item-c);background-color:transparent;border-radius:5px;cursor:pointer;animation:gradient 3s ease infinite;text-decoration:none;width:12rem;padding:5%}.games-button:hover{-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);border-color:#fff;color:#f6f6f6}.buy-community-section{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:10%}.buy-now-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:.1px solid var(--border);border-radius:5px;text-align:left;width:32%;height:300px;animation:gradient 3s ease infinite;position:relative;overflow:hidden;justify-content:space-between;align-items:center;display:flex;flex-direction:column;transition:all 2s cubic-bezier(.165,.84,.44,1)}.buy-now-card:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.buy-now-scroll{color:#fff;opacity:32%;font-size:3vw}.buy-card-content{width:80%;height:80%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:auto}.buy-header{margin:0;text-align:left;width:100%;color:var(--nav-item-c)}.button-left{display:flex;justify-content:right;align-items:right}.buy-button{padding:10px 0;border:.1px solid var(--border);color:var(--nav-item-c);border-radius:5px;cursor:pointer;animation:gradient 3s ease infinite;text-decoration:none;width:100%;text-align:center;background-color:#ff0050;transition:all .3s}.buy-button:hover{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);color:#ff0050;background-color:transparent;border:.1px solid #ff0050;transition:all .3s}.community-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:.1px solid var(--border);border-radius:5px;text-align:left;width:62%;height:300px;display:flex;transition:all 2s cubic-bezier(.165,.84,.44,1)}.community-card:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.community-card-content{width:90%;height:80%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin:auto}.community-text-container{display:flex;justify-content:flex-start;flex-direction:column;width:100%}.community-header{margin:0;max-width:450px;color:var(--nav-item-c)}.community-text{max-width:520px;display:block;color:var(--nav-item-c)}.social-icons{display:flex;width:100%;height:max-content}.social-icon{display:flex;align-items:center;justify-content:center;position:relative;width:50px;height:50px;margin-left:.2rem;border-radius:50%;cursor:pointer;font-size:1.3rem;text-decoration:none;transition:all .15s ease;color:#fff}.social-icon:hover{color:#ff0050}.social-icon:active{box-shadow:0 1px 3px #00000080 inset}.social-icon i{position:relative;top:1px}.partners-container{display:flex;justify-content:center;align-items:center;margin:5% 0%}.partners{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;width:90%}.partner-box1,.partner-box2,.partner-box3,.partner-box4,.partner-box5,.partner-box6{width:200px;height:75px;overflow:hidden;background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center}.partner-box1 img,.partner-box2 img,.partner-box3 img,.partner-box4 img,.partner-box5 img,.partner-box6 img{position:absolute;width:200px}.our-company-section{width:100%;display:flex;justify-content:center;align-items:center;height:100%}.our-company{width:90%;background-color:#000;color:#fff;padding:70px 0;flex-direction:row;display:flex;justify-content:flex-end;height:110vh;gap:2%}.left-boxes{display:flex;flex-direction:column;align-items:center;justify-content:center}.company-box{aspect-ratio:1 / 1;border:.1px solid var(--border);cursor:pointer;position:relative;width:30vmax;margin-bottom:3%;border-radius:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.company-box:hover:before{background-position:100% 100%}.company-box>.company-content{background-position:-10% 0%}.company-subtitle{font-size:2.7vmin;margin-top:2vmin}.company-subtitle-word{display:inline-block;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);overflow:hidden}.company-subtitle-word .line,.company1-subtitle-word .line,.company2-subtitle-word .line{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.company-box:before{background:radial-gradient(circle,rgba(98,0,234,.8604691876750701) 0%,rgba(34,34,34,0) 63%);background-position:0% 0%;background-size:300% 300%;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:background-position .35s ease,transform .35s ease;width:100%;z-index:1;border-radius:5px}.company-content{background-position:0% 0%;background-size:5vmin 5vmin;height:calc(100% - 10vmin);padding:5vmin;position:relative;transition:background-position .35s ease;width:calc(100% - 10vmin);z-index:2}.company-subtitle{color:#b4b4b4;font-weight:400;margin:0}.company-title{color:var(--nav-item-c);font-weight:400;margin:0 0 2%;font-size:6vmin}.right-boxes{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2%}.circle{width:100vw;height:200%;overflow:hidden;position:absolute}.circle-wrapper{position:absolute;left:-500px;width:100%;height:100%}.home-news-section{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.home-news-section h1{font-size:4rem;font-family:Calamity;color:#fff;letter-spacing:5px;position:relative;z-index:50;margin:.5em}.home-news-wrapper{display:flex;width:90%;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:wrap}.home-news-box{width:400px;height:300px;border-radius:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:.1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-shrink:0;margin-bottom:3%}.home-news-img{width:80%;margin:auto}.home-news-title{color:#fff;margin:8% 5% 0}.home-news-text{color:#fff;margin:8% 5%}.read-more{font-family:AtHaussAero;text-decoration:none;margin:0% auto 8%}.footer-wrapper{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap}.footer-big-wrapper{display:flex;width:70%;justify-content:center;flex-direction:column}.newsletter_title{font-family:AtHaussAero,serif;font-size:2.3rem;font-weight:400;text-align:left;max-width:700px;overflow:hidden}.linear-wipe-contact{background:linear-gradient(225deg,#ff0050 0%,#373475 25%,#050057 50%,#373475 75%,#ff0050 100%);background-clip:text;-webkit-background-clip:text;color:transparent;background-size:400%;animation:gradient 10s linear infinite alternate}.newsletter_mail{color:var(--gray);font-size:2.3rem;font-weight:100;text-align:left;text-decoration:none}@media only screen and (max-width: 768px){.newsletter_title{font-size:1.3rem;max-width:500px}.newsletter_mail{font-size:1.8rem}}.newsletter_mail:hover{background:linear-gradient(to right,#667eea,#764ba2,#6b8dd6,#8e37d7);background-clip:text;-webkit-background-clip:text;color:transparent;border-bottom:1px solid;border-image:linear-gradient(to right,#667eea,#764ba2,#6b8dd6,#8e37d7);border-image-slice:1;transition:.3s ease-in}.c-nav-tool_title{color:var(--gray);padding-top:25px}.layout_item{padding:10px;word-spacing:1px}.social-items{color:var(--gray);text-decoration:none}.social-items:hover{color:#667eea}.x:hover{color:#764ba2}.ins:hover{color:#6b8dd6}.in:hover{color:#ec5c8a}.y:hover{color:#f48fb1}.item-a{text-decoration:none;color:var(--gray);font-weight:400;transition:.3s ease-in;border-bottom:1px solid transparent;margin-bottom:.5rem;font-family:AtHaussAero,serif;display:inline-flex}.item-a:hover{font-family:AtHaussAero,serif;border-bottom:1px solid;border-image:linear-gradient(to right,#667eea,#764ba2,#6b8dd6,#8e37d7);border-image-slice:1}.items{list-style-type:none;padding:0;font-family:AtHaussAero,serif}.flex{display:flex}.footer_inner{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border:.1px solid var(--border);border-radius:5px;padding:2rem;margin:1rem 0}.footer{position:relative;display:flex;align-items:center;min-height:100vh}.Container{width:90%;margin:0 auto;padding:0 1rem}@media (min-width: 675px){.layout{display:flex;flex-wrap:nowrap;column-gap:2rem}.w-50{width:50%}.w-25{width:17%}}form{position:relative}svg{margin:.5rem}.c-2{margin-top:3.5rem}.footer_copyright{color:var(--light)}@media only screen and (min-width: 1400px){.products,.Services{flex-direction:row}.products-image{width:50%}.image{width:40%;margin-top:0}.our-company{width:90%;background-color:#000;color:#fff;padding:70px 0;flex-direction:row;display:flex;justify-content:flex-end;height:110vh}.buy-community{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:90%}}@media only screen and (min-width: 1024.000001px) and (max-width: 1399.99px){.footer-big-wrapper{width:100%}.w-25{width:25%}.buy-now-scroll{font-size:5vw}.products,.Services{flex-direction:row}.products-image{width:50%}.image{width:40%;margin-top:0}.partner-box1,.partner-box2,.partner-box3,.partner-box4,.partner-box5,.partner-box6{width:300px;height:100px;overflow:hidden;background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center}.partner-box1 img,.partner-box2 img,.partner-box3 img,.partner-box4 img,.partner-box5 img,.partner-box6 img{position:absolute;width:300px}.our-company{width:90%;background-color:#000;color:#fff;padding:70px 0;flex-direction:row;display:flex;justify-content:flex-end;height:110vh}.buy-community{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:90%}}@media only screen and (min-width: 767.001px) and (max-width: 1024px){.footer-big-wrapper{width:100%}.w-25{width:25%}.unipolygame-text{font-size:14vw}.intro-slogan{font-size:4vw}.circle-wrapper{width:130%;height:130%;left:-300px}.buy-now-scroll{font-size:5vw}.products-image{width:50%}.partner-box1,.partner-box2,.partner-box3,.partner-box4,.partner-box5,.partner-box6{width:250px;height:75px;overflow:hidden;background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center}.partner-box1 img,.partner-box2 img,.partner-box3 img,.partner-box4 img,.partner-box5 img,.partner-box6 img{position:absolute;width:250px}.our-company-section{height:100%}.our-company{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;align-content:center;gap:2%;padding:0;height:100%}.right-boxes,.left-boxes{width:100%}.right-boxes{width:100%;display:flex;flex-direction:row}.left-boxes .company-box{width:100%;aspect-ratio:1/.3}.right-boxes .company-box{width:50%;aspect-ratio:1/.7}.company-title{font-size:4vmin;width:100%}.company-subtitle{font-size:2.2vmin;width:100%}.buy-community{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:90%}.Buy-Now-marquee span{font-size:4.9vw}.about-data-card{flex-direction:column;display:flex;justify-content:center;align-items:center}.about-data-content{width:90%}.about-data-header{font-size:6.5vw;font-weight:400}.about-data-text{font-size:4.2vw;color:var(--gray);letter-spacing:.4px}.home-news-box{width:100%;height:250px;margin-bottom:3%}.newsletter_title{font-size:1.7rem}}@media screen and (min-width: 672px) and (max-width: 767px){.footer-big-wrapper{width:90%}.w-25{width:30%}}@media only screen and (min-width: 425px) and (max-width: 767px){.footer-big-wrapper{width:90%}.unipolygame-text{font-size:15vw}.intro-slogan{font-size:5vw}.circle-wrapper{width:200%;height:200%;left:-700px}.buy-now-scroll{font-size:8vw}.Services-image,.products-image{width:50%}.partner-box1,.partner-box2,.partner-box3,.partner-box4,.partner-box5,.partner-box6{width:180px;height:75px;overflow:hidden;background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center}.partner-box1 img,.partner-box2 img,.partner-box3 img,.partner-box4 img,.partner-box5 img,.partner-box6 img{position:absolute;width:180px}.swiper{height:100%}.swiper-slide{width:100%!important;height:100%!important}.swiper-slide:after{width:100%;height:72vh}.swiper-slide-card{width:90vw;height:70vh}.studio-text,.publisher-text,.services-text{font-size:45px}.unipoly-text-linear-wipe{height:50px;width:170px;font-size:45px}.about-us-button{justify-content:center;align-items:center;width:100%;margin-top:5%}.btn{height:3.125rem;width:90%}.our-company-section{height:100%}.our-company{display:flex;justify-content:center;flex-direction:column;align-items:center;height:max-content;padding:0}.right-boxes,.left-boxes{width:100%}.company-box{width:100%;aspect-ratio:1/.4}.buy-community{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%}.buy-now-card{width:100%;margin-bottom:5%}.community-card{width:100%}.company-title{font-size:4vmin}.company-subtitle{font-size:2.2vmin}.Buy-Now-marquee span{font-size:5.9vw}.about-data-card{flex-direction:column;display:flex;justify-content:center;align-items:center}.about-data-content{width:90%}.about-data-header{font-size:6.5vw;font-weight:400}.about-data-text{font-size:4.2vw;color:var(--gray);letter-spacing:.4px}.newsletter_title{font-size:1.7rem}.about-us-header{font-size:10vw;font-weight:400;letter-spacing:-2px}.stagger-text{height:50px;width:300px;display:flex;align-items:center;justify-content:start;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.studio-text,.publisher-text,.services-text{font-size:40px}.unipoly-text-linear-wipe{height:50px;width:150px;font-size:40px}.about-us-text{font-size:6vw}.about-us-button{padding-right:2%;margin-top:5%}.home-news-wrapper{flex-direction:column}.home-news-box{width:100%;height:250px;margin-bottom:3%}.home-news-title{margin:3% 2% 0}.home-news-text{margin:3% 2%}.read-more{margin:0% auto 4%}}@media only screen and (min-width: 374.000001px) and (max-width: 424px){.unipolygame-text{font-size:16vw}.intro-slogan{font-size:6vw}.circle-wrapper{width:300%;height:300%;left:-420px}.buy-now-scroll{font-size:10vw}.our-products-section{background-position:bottom 10px right 70%;background-size:cover}.products{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.p-container{width:100%;margin-bottom:5%}.products-header{font-size:11vw}.products-header-text{font-size:8vw}.products-word{width:100%}.products-p{font-size:5vw;margin:5% 0%}.Learn-More-Button{width:100%}.partner-box1,.partner-box2,.partner-box3,.partner-box4,.partner-box5,.partner-box6{width:150px;height:75px;overflow:hidden;background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center}.partner-box1 img,.partner-box2 img,.partner-box3 img,.partner-box4 img,.partner-box5 img,.partner-box6 img{position:absolute;width:150px}.studio-text,.publisher-text,.services-text{font-size:45px}.unipoly-text-linear-wipe{height:50px;width:170px;font-size:45px}.about-us-button{justify-content:center;align-items:center;width:100%;margin-top:5%}.btn{height:3.125rem;width:90%}.our-company{display:flex;justify-content:center;flex-direction:column;align-items:center;height:max-content;padding:0}.company-box{width:100%;aspect-ratio:1}.company-title{font-size:8vmin}.company-subtitle{font-size:4.5vmin}.swiper{height:100%}.swiper-slide{width:100%!important;height:100%!important}.swiper-slide:after{width:100%;height:72vh}.swiper-slide-card{width:90vw;height:70vh}.buy-community{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%}.buy-now-card{width:100%;margin-bottom:5%}.community-card{width:100%}.Buy-Now-marquee span{font-size:6.9vw}.about-data-card{flex-direction:column;display:flex;justify-content:center;align-items:center}.about-data-content{width:90%}.about-data-header{font-size:6.5vw;font-weight:400}.about-data-text{font-size:4.2vw;color:var(--gray);letter-spacing:.4px}.about-us-header{font-size:10vw;font-weight:400;letter-spacing:-2px}.stagger-text{height:50px;width:300px;display:flex;align-items:center;justify-content:start;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.studio-text,.publisher-text,.services-text{font-size:40px}.unipoly-text-linear-wipe{height:50px;width:150px;font-size:40px}.about-us-text{font-size:6vw}.about-us-button{padding-right:2%;margin-top:5%}.home-news-wrapper{flex-direction:column}.home-news-box{width:100%;height:250px;margin-bottom:3%}.home-news-title{margin:3% 2% 0}.home-news-text{margin:3% 2%}.read-more{margin:0% auto 4%}}@media only screen and (max-width: 374px){.unipolygame-text{font-size:16vw}.intro-slogan{font-size:6vw}.circle-wrapper{width:300%;height:300%;left:-420px}.our-games-scroll{font-size:30vw}.buy-now-scroll{font-size:10vw}.our-products-section{background-position:bottom 10px right 70%;background-size:cover}.products{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.p-container{width:100%;margin-bottom:5%}.products-header{font-size:11vw}.products-header-text{font-size:8vw}.products-word{width:100%}.products-p{font-size:5vw;margin:5% 0%}.swiper{height:100%}.swiper-slide{width:100%!important;height:100%!important}.swiper-slide:after{width:100%;height:65vh}.swiper-slide-card{width:90vw;height:60vh}.Learn-More-Button{width:100%}.partner-box1,.partner-box2,.partner-box3,.partner-box4,.partner-box5,.partner-box6{width:120px;height:75px;overflow:hidden;background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center}.partner-box1 img,.partner-box2 img,.partner-box3 img,.partner-box4 img,.partner-box5 img,.partner-box6 img{position:absolute;width:120px}.our-company-section{height:100%}.our-company{display:flex;justify-content:center;flex-direction:column;align-items:center;height:max-content;padding:0}.right-boxes,.left-boxes{width:100%}.company-box{width:100%;aspect-ratio:1}.company-title{font-size:8vw}.company-subtitle{font-size:4.5vw}.buy-community{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%}.buy-now-card{width:100%;margin-bottom:5%}.community-card{width:100%}.Buy-Now-marquee span{font-size:7.9vw}.about-us-header{font-size:1vw;font-weight:400;letter-spacing:-2px}.studio-text,.publisher-text,.services-text{font-size:45px}.unipoly-text-linear-wipe{height:50px;width:170px;font-size:45px}.about-us-text{font-size:6vw;letter-spacing:1px;font-weight:400}.about-us-button{justify-content:center;align-items:center;width:100%;margin-top:5%}.btn{height:3.125rem;width:90%}.about-data-card{flex-direction:column;display:flex;justify-content:center;align-items:center}.about-data-content{width:90%}.about-data-header{font-size:6.5vw;font-weight:400}.about-data-text{font-size:4.2vw;color:var(--gray);letter-spacing:.4px}.about-us-header{font-size:10vw;font-weight:400;letter-spacing:-2px}.stagger-text{height:50px;width:300px;display:flex;align-items:center;justify-content:start;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.studio-text,.publisher-text,.services-text{font-size:40px}.unipoly-text-linear-wipe{height:50px;width:150px;font-size:40px}.about-us-text{font-size:6vw}.about-us-button{padding-right:2%;margin-top:5%}.home-news-wrapper{flex-direction:column}.home-news-box{width:100%;height:250px;margin-bottom:3%}.home-news-title{margin:3% 2% 0}.home-news-text{margin:3% 2%}.read-more{margin:0% auto 4%}}.services-intro-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.services-background{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-size:cover}.services-title{font-family:Calamity;font-size:10rem;color:#fff}.services-desc-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-bottom:2%}.services-desc-wrapper{width:90%;justify-content:center;align-items:center;display:flex;flex-direction:column;color:#fff}.services-desc-title{font-size:4rem;margin-bottom:.2em}.services-desc-bold-text{font-size:1.8rem;margin:.2em 0}.services-desc-text{font-size:1.3rem;margin:.7em 0}.services-boxes-section{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;position:relative;margin-bottom:4%;overflow:hidden}.services-boxes-wrapper{width:90%;justify-content:center;align-items:center;display:flex;flex-direction:column;color:#fff}.services-boxes-2{width:100%;justify-content:space-between;align-items:center;display:flex;flex-direction:row;margin-bottom:2%}.services-box{width:49%;height:35vh;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border:solid .1px var(--border);border-radius:5px;background-image:linear-gradient(30deg,#2f2f2f31 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(30deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077);background-size:20px 35px;background-position:0 0,0 0,10px 18px,10px 18px,0 0,10px 18px}.services-box-title{margin:3%;font-size:1.8rem}.services-box-text{margin:0 3%;font-size:1.3rem}.services-box-wide{width:100%;height:25vh;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border:solid .1px var(--border);border-radius:5px;margin-bottom:2%;background-image:linear-gradient(30deg,#2f2f2f31 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(30deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077);background-size:20px 35px;background-position:0 0,0 0,10px 18px,10px 18px,0 0,10px 18px}.services-box-wide-title{margin-left:1.5%;font-size:1.8rem}.services-box-wide-text{margin-left:1.5%;margin-right:1.5%;font-size:1.3rem}.services-box-small-wrapper{display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:2%;background-color:#fff;position:relative;z-index:2}.services-boxes-3{width:90%;height:100%;display:flex;justify-content:space-between;align-items:center;margin:3% 0}.services-box-small{width:32%;height:45vh;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);background:radial-gradient(circle,#00000038 10%,transparent 11%);background-size:1em 1em;background-color:#fff;color:#000;border:solid .1px black;border-radius:5px}.services-box-small-title{margin-left:4.5%;margin-right:4.5%;font-size:1.8rem}.services-box-small-text{margin-left:4.5%;margin-right:4.5%;font-size:1.4rem}@media only screen and (min-width: 1024.00001px) and (max-width: 1399.99px){.services-title{font-size:7rem}.services-desc-title{font-size:2rem;margin-bottom:.2em}.services-desc-bold-text{font-size:1.3rem;margin:.2em 0}.services-desc-text{font-size:1rem;margin:.7em 0}.services-boxes-2{justify-content:space-between;width:100%}.services-box{width:100%;height:100%;margin-bottom:2%}.services-box-title{margin:3%;font-size:1.3rem}.services-box-text{margin:3%;font-size:1rem}.services-box-wide{height:100%}.services-box-wide-title{margin-left:3%;font-size:1.3rem}.services-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.services-boxes-3{justify-content:center;flex-direction:column}.services-box-small{width:100%;height:100%;margin-bottom:2%}.services-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.services-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}@media only screen and (min-width: 767.00001px) and (max-width: 1024px){.services-title{font-size:5rem}.services-desc-title{font-size:2rem;margin-bottom:.2em}.services-desc-bold-text{font-size:1.3rem;margin:.2em 0}.services-desc-text{font-size:1rem;margin:.7em 0}.services-boxes-2{justify-content:space-between;flex-direction:row;width:100%}.services-box{width:100%;height:100%;margin-bottom:2%}.services-box-title{margin:3%;font-size:1.2rem}.services-box-text{margin:3%;font-size:.9rem}.services-box-wide{height:100%}.services-box-wide-title{margin-left:3%;font-size:1.3rem}.services-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.services-boxes-3{justify-content:center;flex-direction:column}.services-box-small{width:100%;height:100%;margin-bottom:2%}.services-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.services-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}@media only screen and (min-width: 424.0001px) and (max-width: 767px){.services-title{font-size:3rem}.services-desc-title{font-size:2rem;margin-bottom:.2em}.services-desc-bold-text{font-size:1.3rem;margin:.2em 0}.services-desc-text{font-size:1rem;margin:.7em 0}.services-boxes-2{justify-content:center;flex-direction:column}.services-box{width:100%;height:100%;margin-bottom:2%}.services-box-title{margin:3%;font-size:1.3rem}.services-box-text{margin:3%;font-size:1rem}.services-box-wide{height:100%}.services-box-wide-title{margin-left:3%;font-size:1.3rem}.services-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.services-boxes-3{justify-content:center;flex-direction:column}.services-box-small{width:100%;height:100%;margin-bottom:2%}.services-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.services-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}@media only screen and (max-width: 424px){.services-title{font-size:2.8rem}.services-desc-title{font-size:2rem;margin-bottom:.2em}.services-desc-bold-text{font-size:1.3rem;margin:.2em 0}.services-desc-text{font-size:1rem;margin:.7em 0}.services-boxes-2{justify-content:center;flex-direction:column}.services-box{width:100%;height:100%;margin-bottom:2%}.services-box-title{margin:3%;font-size:1.3rem}.services-box-text{margin:3%;font-size:1rem}.services-box-wide{height:100%}.services-box-wide-title{margin-left:3%;font-size:1.3rem}.services-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.services-boxes-3{justify-content:center;flex-direction:column}.services-box-small{width:100%;height:100%;margin-bottom:2%}.services-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.services-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}.publishing-intro-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.publishing-background{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-size:cover}.publishing-title{font-family:Calamity;font-size:10rem;color:#fff}.publishing-desc-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-bottom:4%}.publishing-desc-wrapper{width:90%;justify-content:center;align-items:center;display:flex;flex-direction:column;color:#fff}.publishing-desc-title{font-size:4rem;margin-bottom:.2em}.publishing-desc-bold-text{font-size:1.8rem;margin:.2em 0}.publishing-desc-text{font-size:1.3rem;margin:.7em 0}.publishing-boxes-section{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;position:relative;margin-bottom:4%;overflow:hidden}.publishing-boxes-wrapper{width:90%;justify-content:center;align-items:center;display:flex;flex-direction:column;color:#fff}.publishing-boxes-2{width:100%;justify-content:space-between;align-items:center;display:flex;flex-direction:row;margin-bottom:2%}.publishing-box{width:49%;height:30vh;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border:solid .1px var(--border);border-radius:5px;background-image:linear-gradient(30deg,#2f2f2f31 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(30deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077);background-size:20px 35px;background-position:0 0,0 0,10px 18px,10px 18px,0 0,10px 18px}.publishing-box-title{margin:3%;font-size:1.8rem}.publishing-box-text{margin:0 3%;font-size:1.3rem}.publishing-box-wide{width:100%;height:20vh;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border:solid .1px var(--border);border-radius:5px;margin-bottom:2%;background-image:linear-gradient(30deg,#2f2f2f31 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(30deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(150deg,#000000 12%,transparent 12.5%,transparent 87%,#000000 87.5%,#000000),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077),linear-gradient(60deg,#00000077 25%,transparent 25.5%,transparent 75%,#00000077 75%,#00000077);background-size:20px 35px;background-position:0 0,0 0,10px 18px,10px 18px,0 0,10px 18px}.publishing-box-wide-title{margin-left:1.5%;font-size:1.8rem}.publishing-box-wide-text{margin-left:1.5%;margin-right:1.5%;font-size:1.2rem}.publishing-box-small-wrapper{display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:2%;background-color:#fff;position:relative;z-index:2}.publishing-boxes-3{width:90%;height:100%;display:flex;justify-content:space-between;align-items:center;margin:3% 0}.publishing-box-small{width:32%;height:35vh;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);background:radial-gradient(circle,#00000038 10%,transparent 11%);background-size:1em 1em;background-color:#fff;color:#000;border:solid .1px black;border-radius:5px}.publishing-box-small-title{margin-left:4.5%;margin-right:4.5%;font-size:1.8rem}.publishing-box-small-text{margin-left:4.5%;margin-right:4.5%;font-size:1.4rem}@media only screen and (min-width: 1024.00001px) and (max-width: 1399.99px){.publishing-desc-title{font-size:2rem;margin-bottom:.2em}.publishing-desc-bold-text{font-size:1.3rem;margin:.2em 0}.publishing-desc-text{font-size:1rem;margin:.7em 0}.publishing-boxes-2{justify-content:space-between;width:100%}.publishing-box{width:100%;height:100%;margin-bottom:2%}.publishing-box-title{margin:3%;font-size:1.3rem}.publishing-box-text{margin:3%;font-size:1rem}.publishing-box-wide{height:100%}.publishing-box-wide-title{margin-left:3%;font-size:1.3rem}.publishing-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.publishing-boxes-3{justify-content:center;flex-direction:column}.publishing-box-small{width:100%;height:100%;margin-bottom:2%}.publishing-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.publishing-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}@media only screen and (min-width: 767.00001px) and (max-width: 1024px){.publishing-desc-title{font-size:2rem;margin-bottom:.2em}.publishing-desc-bold-text{font-size:1.3rem;margin:.2em 0}.publishing-desc-text{font-size:1rem;margin:.7em 0}.publishing-boxes-2{justify-content:space-between;flex-direction:row;width:100%}.publishing-box{width:100%;height:100%;margin-bottom:2%}.publishing-box-title{margin:3%;font-size:1.2rem}.publishing-box-text{margin:3%;font-size:.9rem}.publishing-box-wide{height:100%}.publishing-box-wide-title{margin-left:3%;font-size:1.3rem}.publishing-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.publishing-boxes-3{justify-content:center;flex-direction:column}.publishing-box-small{width:100%;height:100%;margin-bottom:2%}.publishing-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.publishing-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}@media only screen and (min-width: 424.0001px) and (max-width: 767px){.publishing-desc-title{font-size:2rem;margin-bottom:.2em}.publishing-desc-bold-text{font-size:1.3rem;margin:.2em 0}.publishing-desc-text{font-size:1rem;margin:.7em 0}.publishing-boxes-2{justify-content:center;flex-direction:column}.publishing-box{width:100%;height:100%;margin-bottom:2%}.publishing-box-title{margin:3%;font-size:1.3rem}.publishing-box-text{margin:3%;font-size:1rem}.publishing-box-wide{height:100%}.publishing-box-wide-title{margin-left:3%;font-size:1.3rem}.publishing-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.publishing-boxes-3{justify-content:center;flex-direction:column}.publishing-box-small{width:100%;height:100%;margin-bottom:2%}.publishing-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.publishing-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}@media only screen and (max-width: 424px){.publishing-desc-title{font-size:2rem;margin-bottom:.2em}.publishing-desc-bold-text{font-size:1.3rem;margin:.2em 0}.publishing-desc-text{font-size:1rem;margin:.7em 0}.publishing-boxes-2{justify-content:center;flex-direction:column}.publishing-box{width:100%;height:100%;margin-bottom:2%}.publishing-box-title{margin:3%;font-size:1.3rem}.publishing-box-text{margin:3%;font-size:1rem}.publishing-box-wide{height:100%}.publishing-box-wide-title{margin-left:3%;font-size:1.3rem}.publishing-box-wide-text{margin-left:3%;margin-right:3%;font-size:1rem}.publishing-boxes-3{justify-content:center;flex-direction:column}.publishing-box-small{width:100%;height:100%;margin-bottom:2%}.publishing-box-small-title{margin-left:3%;margin-right:3%;font-size:1.3rem}.publishing-box-small-text{margin-left:3%;margin-right:3%;font-size:1rem}}.radio-wrapper{display:flex;justify-content:space-between;width:200px}.radio-wrapper label{display:block;position:relative;padding:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:.1px solid var(--border);border-radius:5px;cursor:pointer;text-align:center;margin-right:3%;background-color:red}.InputGroup{display:flex;height:10%;width:20%;margin-top:3%}input[type=radio]{visibility:hidden;height:0;width:0;margin:0}.yes-no-label{display:flex;flex:auto;vertical-align:middle;align-items:center;justify-content:center;text-align:center;cursor:pointer;background-color:transparent;color:#fff;padding:5px;border-radius:5px;border:.1px solid var(--border);transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:8px}.InputGrouplabel:last-of-type{margin-right:0}input[type=radio]:checked+.yes-no-label{background-color:#ff0050;color:#000}input[type=radio]:hover:not(:checked)+.yes-no-label{background-color:#fff;color:#000}.form-section{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.form-wrapper{display:flex;width:55%;justify-content:center;align-items:center;flex-direction:column;border:.1px solid var(--border);border-radius:5px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin:7% auto 0}.form-logo{margin:15% auto}.startbuilding-form{display:flex;flex-direction:column;width:90%;color:#fff;align-items:center;justify-content:center;font-size:1.5rem}.input-item{width:100%;margin-bottom:3%}.label{text-align:left;width:100%;font-size:1.5rem}.text-input{width:100%;height:6vh;border-radius:5px;margin-top:2%;font-size:1.5rem}.text-input::placeholder{font-size:1.5rem;opacity:1;font-family:AtHaussAero}textarea{resize:none;width:100%;border-radius:5px;margin-top:2%;font-size:1.5rem}textarea::placeholder{font-size:1.5rem;opacity:1;font-family:AtHaussAero}.number-input,.email-input{width:100%;height:6vh;border-radius:5px;margin-top:2%;font-size:1.5rem}.form-submit{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:3%}.css-checkbox{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.css-checkbox+label{position:relative;font-size:20px;cursor:pointer;display:inline-flex;align-items:center;height:27px;color:#fff}.css-checkbox+label:before{content:" ";display:inline-block;vertical-align:middle;margin-right:3px;width:25px;height:25px;background-color:#fff;border-width:1px;border-style:solid;border-color:#ccc;border-radius:5px;box-shadow:none;flex-shrink:0}.css-checkbox:checked+label:after{content:" ";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:20px 20px;background-position:center center;position:absolute;display:flex;justify-content:center;align-items:center;margin-left:0;left:0;top:0;text-align:center;background-color:transparent;font-size:10px;height:27px;width:27px}input[type=submit]{background:linear-gradient(225deg,#ff0050 0%,#423ca4 25%,#070092 50%,#423ca4 75%,#ff0050 100%);justify-content:center;align-items:center;text-align:center;background-size:1000%;display:flex;height:3.125rem;width:8.625rem;position:relative;overflow:hidden;text-decoration:none;text-transform:uppercase;letter-spacing:2px;color:#fff;mix-blend-mode:difference;font-size:14px;animation:gradient 10s linear infinite alternate;border-radius:5px;border:none}.message-success{width:90%;height:10%;background-color:#c1f2b0;color:#65b741;border:1px solid #65b741;border-radius:5px;margin-bottom:3%}.message-success p{margin-left:2%}.message-error{width:90%;height:10%;background-color:#ff9494;color:#a50203;border:1px solid #a50203;border-radius:5px;margin-bottom:3%}.message-error p{margin-left:2%}@media only screen and (min-width: 1024.00001px) and (max-width: 1399.99px){.form-wrapper{width:70%}.form-wrapper{margin:9% auto 0}}@media only screen and (min-width: 767.00001px) and (max-width: 1024px){.form-wrapper{width:90%}.form-wrapper{margin:9% auto 0}}@media only screen and (min-width: 424.0001px) and (max-width: 767px){.form-submit{margin-bottom:5%}.form-wrapper{width:90%}.startbuilding-form{margin-top:-20%}.form-logo img{display:none}.form-wrapper{margin:20% auto 0}.label,.live-no{font-size:1rem}.text-input{font-size:1.1rem}.text-input::placeholder{font-size:1.1rem}textarea{font-size:1.1rem}textarea::placeholder{font-size:1.1rem}.number-input,.email-input{font-size:1.1rem}}@media only screen and (max-width: 424px){.startbuilding-form{font-size:1.5rem}.input-item{width:100%;margin-bottom:3%}.label,.live-no,.text-input{font-size:1rem}.text-input::placeholder{font-size:1rem}textarea{font-size:1rem}textarea::placeholder{font-size:1rem}.number-input{font-size:1.5rem}.email-input{font-size:1rem}.form-wrapper{width:90%}.startbuilding-form{margin-top:-20%}.form-logo img{display:none}.form-wrapper{margin:20% auto 0}.css-checkbox+label{font-size:14px}}.contact-us-intro-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.contact-us-wrapper{width:90%;height:100vh;display:flex;justify-content:center;align-items:center}.contact-box{width:100%;height:70%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);--webkit-backdrop-filer: blur(5px);border-radius:5px;border:.1px solid var(--border);display:flex;flex-direction:row;justify-content:center;align-items:center}.contact-content-box{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:40%}.contact-title{color:#fff;width:100%;text-align:center;font-family:Calamity;font-weight:100;letter-spacing:5px}.contact-content{width:100%;height:60%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5%}.contact-btn{text-decoration:none;color:#fff;height:20%;width:70%;border:1px solid transparent;border-radius:5px;text-align:center;display:flex;flex-direction:row;transition:all .3s}.contact-btn:hover{border:1px solid #ff0050;transition:all .3s}.contact-btn p{margin:auto}.contact-btn i{margin:auto 5%}.contact-map{width:55%;height:70%;border-radius:5px;overflow:hidden}@media only screen and (min-width: 424.0001px) and (max-width: 767px){.contact-us-wrapper{height:170vh;margin-top:20%}.contact-box{width:100%;height:100%;flex-direction:column;justify-content:flex-start}.contact-content-box{width:100%;height:40%}.contact-btn{width:90%}.contact-map{width:90%;height:55%}}@media only screen and (max-width: 424px){.contact-us-wrapper{height:170vh;margin-top:20%}.contact-box{width:100%;height:100%;flex-direction:column;justify-content:flex-start}.contact-content-box{width:100%;height:40%}.contact-btn{width:90%}.contact-map{width:90%;height:55%}}.about-us-intro-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.about-us-background{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-size:cover}.waves{z-index:-1;position:absolute;width:100%}.about-us-title{font-family:Calamity;font-size:10rem;color:#fff;z-index:2}.who-we-are-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-bottom:4%}.who-we-are-wrapper{width:90%;justify-content:center;align-items:center;color:#fff}.who-we-are-title{font-size:4rem}.who-we-are-bold-text{font-size:1.8rem}.who-we-are-text{font-size:1.3rem}.products-section{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.products-wrapper{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.product-boxes{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:3%}.product-box{height:30vh;width:47%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:5px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:.1px solid var(--border)}.product-box a{margin:2% 0;height:40%}.product-box img{margin:2% 0;height:70%}.product-text{margin:0 4%}@media only screen and (min-width: 1024.00001px) and (max-width: 1399.99px){.publishing-title{font-size:7rem}.product-box{width:49%;height:50vh;margin-bottom:2%}.product-box img{height:10vh}.product-text{margin:5%}}@media only screen and (min-width: 767.00001px) and (max-width: 1024px){.publishing-title{font-size:5rem}.about-us-title{text-align:center}.product-box{width:49%;height:50vh;margin-bottom:2%}.product-box img{height:10vh}.product-text{margin:5%}}@media only screen and (min-width: 424.0001px) and (max-width: 767px){.publishing-title{font-size:2.5rem}.about-us-title{font-size:4rem;text-align:center}.who-we-are-title{font-size:4rem}.who-we-are-bold-text{font-size:1.3rem}.who-we-are-text{font-size:1rem}.products-wrapper{flex-direction:column}.product-boxes{flex-direction:column;margin:0}.product-box{width:100%;height:100%;margin-bottom:2%}.product-box img{height:10vh}.product-text{margin:5%}}@media only screen and (max-width: 424px){.publishing-title{font-family:Calamity;font-size:2.3rem;color:#fff}.about-us-title{font-size:4rem;text-align:center}.who-we-are-title{font-size:4rem}.who-we-are-bold-text{font-size:1.3rem}.who-we-are-text{font-size:1rem}.products-wrapper{flex-direction:column}.product-boxes{flex-direction:column;margin:0}.product-box{width:100%;height:100%;margin-bottom:2%}.product-box img{height:10vh}.product-text{margin:5%}}.news-section{display:flex;align-items:center;justify-content:center;width:100%}.news-wrapper{display:flex;width:90%;justify-content:center;align-items:center;flex-direction:column}.news-logo{margin:15% auto 5%}.news-title{color:#fff;font-size:2.2rem}.news-subtitle{color:#fff;font-size:1.5rem}.news-text{color:#fff;font-size:1.3rem}@media only screen and (min-width: 424.0001px) and (max-width: 767px){.news-logo{margin-top:10%}.news-logo img{display:none}.news-title{font-size:1.5rem}.news-subtitle{font-size:1.1rem}.news-text{font-size:1rem}}@media only screen and (max-width: 424px){.news-logo{margin-top:20%}.news-logo img{display:none}.news-title{font-size:1.5rem}.news-subtitle{font-size:1.1rem}.news-text{font-size:1rem}}.games-intro-section{height:100vh;width:100%}.games-ddd-wrapper{position:absolute;display:grid;place-items:center;grid-template-areas:"inner-div";z-index:-2;overflow:hidden}#games-canvas{position:absolute;width:99.8%;height:100%;z-index:-2}#games-container{height:100vh;width:100vw;pointer-events:none;z-index:-2;grid-area:inner-div}.game-intro-background{width:100%;height:100%;background-size:auto;z-index:-1;position:absolute;top:0;left:0;overflow:hidden}.game-intro-video{filter:brightness(30%);width:100%;object-fit:cover}.game-intro{height:100vh;width:100%}.game-intro-contents{position:relative;display:flex;width:100vw;height:100vh;justify-content:center;align-items:center;flex-direction:column;z-index:2}.game-title{text-align:center;color:#fff;font-size:8vw;font-family:calamity;margin:.2em 0}.game-slogan{color:#fff;font-size:2vw;margin:.2em 0}.game-intro-buttons{display:flex;width:25%;justify-content:space-evenly;flex-direction:row;margin-top:2%}.game-intro-play-btn{text-decoration:none;border:none;color:#fff;font-family:Calamity;font-size:20px;padding:7px;border-radius:5px;position:relative;transition:all .3s;overflow:hidden;z-index:1;cursor:pointer}.game-intro-play-btn:before{position:absolute;top:0;left:0;border-radius:5px;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.86) 0%,rgb(255,0,80) 63%);background-position:0% 0%;background-size:300% 100%;content:"";z-index:-1;transition:background-position .35s ease,transform .15s ease}.game-intro-play-btn:hover:before{transform:translate(0);background-position:100% 100%}.game-intro-trailer-btn{font-family:calamity;background-color:transparent;border:solid 1px white;color:#fff;font-size:20px;text-decoration:none;padding:7px;border-radius:5px;cursor:pointer;transition:.3s}.game-intro-trailer-btn:hover{-webkit-backdrop-filter:blur(70px);backdrop-filter:blur(70px);border:solid 1px #ff0050;transition:.3s}.desc-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:5% 0}.desc-container{display:flex;width:90%;align-items:center;justify-content:space-between}.desc-text{max-width:45%}.desc-title{text-align:left;color:#fff;font-size:4.5vw;margin:.2em 0}.desc-p{font-size:1.3em;text-align:left;color:#fff}.desc-img{width:50%;height:100%;border-radius:5px}.metrics{margin-top:5%;width:90%;display:flex;flex-direction:row;justify-content:space-evenly}.metric-item{display:flex;flex-direction:column}.metric-item h1{margin:.2em 0;background:linear-gradient(225deg,#ff0050 0%,#ff3cac 25%,#050057 50%,#3674a0 75%,#674b7f 100%);background-clip:text;-webkit-background-clip:text;color:transparent;background-size:400%;animation:gradient 10s linear infinite alternate}.metric-item p{font-size:1vw;color:#fff;opacity:20%;letter-spacing:1.5px;text-align:center;margin:.2em 0}.game-media{display:flex;justify-content:center;align-items:center;margin:5% 0%}.game-media-wrapper{display:flex;flex-direction:row;justify-content:space-between;width:90%}.game-media-wrapper-tablet{display:none}.media-box1,.media-box2,.media-box3{width:400px;height:300px;overflow:hidden;background-color:transparent;position:relative;display:flex;justify-content:center;align-items:center;border-radius:5px}.media-box1 img,.media-box2 img,.media-box3 img{width:400px;position:absolute}.features{width:100%;height:100%;display:flex;flex-direction:column;color:#fff}.desktop-features{display:block}.mobile-features{display:none}.scm-feature-1-background,.scm-feature-2-background,.scm-feature-3-background,.scm-feature-4-background,.rf3-feature-1-background,.rf3-feature-2-background,.rf3-feature-3-background,.rf3-feature-4-background,.xdp-feature-1-background,.xdp-feature-2-background,.xdp-feature-3-background,.xdp-feature-4-background{width:100%;height:45vh;background-size:cover}.xdp-feature-1-background{background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-feature-2-background{background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-feature-3-background{background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-feature-4-background{background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-feature-1-background{background-image:url(/assets/rf3-f1-ea815a3f.webp)}.rf3-feature-2-background{background-image:url(/assets/rf3-f2-c772fdd8.webp)}.rf3-feature-3-background{background-image:url(/assets/rf3-f3-f621875c.webp)}.rf3-feature-4-background{background-image:url(/assets/rf3-f4-ad9dea15.jpg)}.scm-feature-1-background{background-image:url(/assets/scm1-d1ff82e4.jpg)}.scm-feature-2-background{background-image:url(/assets/scm2-6eb84067.jpg)}.scm-feature-3-background{background-image:url(/assets/scm3-ad108fc6.jpg)}.scm-feature-4-background{background-image:url(/assets/scm4-4654fe7e.jpg)}.feature-contents-left{position:relative;display:flex;width:100%;height:100%;z-index:2;flex-direction:column;align-items:flex-start;justify-content:flex-start;background-image:linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 75%,rgba(0,0,0,100) 100%)}.feature-contents-right{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-end;justify-content:flex-start;background-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 75%,rgba(0,0,0,100) 100%)}.feature-contents-text-align{justify-content:center;align-items:flex-start;display:flex;flex-direction:column;width:40%;height:100%;padding-left:5%}.feature-title{padding:1% 5%;margin:.83em 0 .5em;font-size:1.6em;filter:brightness(100%)}.feature-text{padding:0 5%;margin:0;font-size:1.2em}.call-to-action{height:100%;width:100%}.cta-background{width:100%;height:100%;background-size:cover;background-image:url(/assets/platform-background-98e7c539.svg)}.cta-contents{position:relative;display:flex;width:100vw;height:100vh;justify-content:center;align-items:center;flex-direction:column;z-index:2}.cta-title{text-align:center;color:#fff;font-size:8vw;font-family:calamity;margin:.1em 0}.cta-slogan{text-align:center;width:70%;color:#fff;margin:.1em 0 2%}.cta-buttons{width:100%}.googleplay-btn,.steam-btn,.apple-btn,.tba-btn{background-color:#ff0050;font-size:14px;font-family:calamity;border:none;width:220px;border-radius:5px;color:#fff;cursor:pointer}.tba-btn{width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:transparent;font-size:20px;border:.1px solid white;transition:backdrop-filter .3s}.tba-btn:hover{cursor:no-drop}.tech-detail{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-top:5%}.tech-detail-wrapper{width:90%;height:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.tech-box{height:40vh;width:47%;border:.1px solid var(--border);border-radius:5px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column}.tech-box h1,.tech-box p{padding:2% 5% 0;color:#fff}@media only screen and (min-width: 1400px){.game-intro-buttons{width:50%}.game-intro-buttons a{width:100%;display:flex;justify-content:space-evenly;align-items:center;margin-bottom:2%;text-decoration:none}.game-intro-play-btn,.game-intro-trailer-btn{width:90%}.metric-item h1{margin-top:5%;font-size:2.5vw;letter-spacing:1.5px}.metric-item p{margin-top:5%;font-size:1vw;opacity:20%;letter-spacing:1.5px;text-align:center}.cta-buttons{width:50%;display:flex;flex-direction:row;justify-content:center;align-items:center}.cta-platforms-container{margin-top:5%;width:90%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.cta-buttons a{margin:auto}.apple-btn,.googleplay-btn,.steam-btn{width:200px;padding:10px 20px}}@media only screen and (min-width: 1024.000001px) and (max-width: 1399.99px){.desc-title{font-size:3.5vw}.game-intro-buttons{width:50%}.game-intro-video{filter:brightness(30%);height:100%;transform:translate(-30%);width:200%;object-fit:cover}.game-intro-buttons a{width:100%;display:flex;justify-content:space-evenly;align-items:center;margin-bottom:2%;text-decoration:none}.game-intro-play-btn,.game-intro-trailer-btn{width:90%}.metric-item h1{margin-top:5%;font-size:2.5vw;letter-spacing:1.5px}.metric-item p{font-size:1vw}.media-box1,.media-box2,.media-box3{width:300px;height:270px}.media-box1 img,.media-box2 img,.media-box3 img{border-radius:5px;height:100%;position:absolute}.cta-buttons{width:70%;display:flex;flex-direction:row;justify-content:center;align-items:center}.cta-buttons a{margin:auto}.apple-btn,.googleplay-btn,.steam-btn{width:17vw;padding:10px 20px}}@media only screen and (min-width: 767.00001px) and (max-width: 1024px){.desc-p{font-size:1.6em}.desc-title{font-size:7vw}.game-title{font-size:11vw;margin:.2em 0;text-align:center}.game-slogan{text-align:center;font-size:6vw;margin:.2em 0}.game-intro-video{filter:brightness(30%);height:100%;transform:translate(-30%);width:200%;object-fit:cover}.game-intro-buttons{width:100%}.game-intro-buttons a{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:2%;text-decoration:none}.game-intro-play-btn,.game-intro-trailer-btn{width:90%}.desc-container{flex-direction:column;margin-bottom:5%}.desc-text{max-width:100%;margin-bottom:5%}.desc-img{width:100%;height:100%}.awards img{margin-top:5%}.metric-item h1{margin-top:5%;font-size:3.5vw;letter-spacing:1.5px}.metric-item p{font-size:1.5vw}.game-media-wrapper{display:none}.game-media-wrapper-tablet{display:flex;flex-direction:row;justify-content:space-between;width:90%}.media-box1,.media-box2{width:45%;height:50vh}.cta-buttons{width:70%;display:flex;flex-direction:row;justify-content:center;align-items:center}.cta-buttons a{margin:auto;width:100%}.apple-btn,.googleplay-btn,.steam-btn{width:22vw;padding:10px}.tech-detail-wrapper{flex-direction:column;width:100%}.tech-box{width:90%;height:30%;margin:5%}}@media only screen and (min-width: 424.0001px) and (max-width: 767px){.desc-p{font-size:1.3em}.desc-title{font-size:6.5vw}.game-title{font-size:11vw;margin:.2em 0;text-align:center}.game-slogan{text-align:center;font-size:6vw;margin:.2em 0}.game-intro-video{filter:brightness(30%);height:100%;transform:translate(-40%);width:400%;object-fit:cover}.game-intro-buttons{width:100%;display:flex;justify-content:center;align-items:center}.game-intro-buttons a{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:2%;text-decoration:none}.game-intro-play-btn,.game-intro-trailer-btn{width:90%;font-size:16px}.desc-container{flex-direction:column}.desc-text{max-width:100%}.desc-img{width:100%;height:100%}.awards img{margin-top:5%}.metrics{flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;align-items:center;margin-top:5%}.metric-item h1{font-size:35px;letter-spacing:3px}.metric-item p{font-size:22px}.mobile-features{display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;margin-bottom:5%;display:block}.mobile-contents{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;color:#fff}.scm-mobile-img1,.scm-mobile-img2,.scm-mobile-img3,.scm-mobile-img4,.rf3-mobile-img1,.rf3-mobile-img2,.rf3-mobile-img3,.rf3-mobile-img4,.xdp-mobile-img1,.xdp-mobile-img2,.xdp-mobile-img3,.xdp-mobile-img4{width:100%;height:30vh}.xdp-mobile-img1{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-mobile-img2{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-mobile-img3{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-mobile-img4{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img1{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img2{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img3{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img4{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.scm-mobile-img1{background-size:cover;background-image:url(/assets/scm5-e563f4d8.jpg)}.scm-mobile-img2{background-size:cover;background-image:url(../src/assets/images/scm/scm1.jpg\ )}.scm-mobile-img3{background-size:cover;background-image:url(\ ../src/assets/images/scm/scm1.jpg)}.scm-mobile-img4{background-size:cover;background-image:url(../src/assets/images/scm/scm1.jpg\ )}.feature-title,.feature-text{max-width:100%;margin-bottom:5%}.desktop-features,.game-media-wrapper{display:none}.game-media-wrapper-tablet{display:flex;flex-direction:row;justify-content:space-between;width:90%}.media-box1,.media-box2{width:45%;height:50vh}.cta-buttons{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.cta-buttons a{width:30%}.googleplay-btn{margin:2% 0}.apple-btn,.googleplay-btn,.steam-btn{width:90%;margin:5%;padding:10px}.tech-detail-wrapper{flex-direction:column;width:100%}.tech-box{width:90%;height:30%;margin:5%}}@media only screen and (max-width: 424px){.desc-p{font-size:1.1em}.desc-title{font-size:7.5vw}.game-title{text-align:center;color:#fff;font-size:11vw;font-family:calamity;margin:.2em 0}.game-slogan{color:#fff;font-size:6vw;margin:.2em 0;text-align:center}.game-intro-video{filter:brightness(30%);height:100%;transform:translate(-50%);width:400%;object-fit:cover}.game-intro-buttons{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.game-intro-buttons a{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:2%;text-decoration:none}.game-intro-play-btn,.game-intro-trailer-btn{width:90%}.desc-container{flex-direction:column}.desc-text{max-width:100%}.desc-img{width:100%;height:100%}.awards img{margin-top:5%}.metrics{flex-direction:column;justify-content:center;align-items:center}.metric-item h1{font-size:35px;letter-spacing:3px}.metric-item p{font-size:22px}.mobile-features{display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;margin-bottom:5%;display:block}.mobile-contents{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;color:#fff}.scm-mobile-img1,.scm-mobile-img2,.scm-mobile-img3,.scm-mobile-img4,.rf3-mobile-img1,.rf3-mobile-img2,.rf3-mobile-img3,.rf3-mobile-img4,.xdp-mobile-img1,.xdp-mobile-img2,.xdp-mobile-img3,.xdp-mobile-img4{width:100%;height:30vh}.xdp-mobile-img1{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-mobile-img2{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-mobile-img3{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.xdp-mobile-img4{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img1{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img2{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img3{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.rf3-mobile-img4{background-size:cover;background-image:url(https://images.unsplash.com/photo-1554034483-04fda0d3507b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)}.scm-mobile-img1{background-size:cover;background-image:url(/assets/scm5-e563f4d8.jpg)}.scm-mobile-img2{background-size:cover;background-image:url(/assets/scm2-6eb84067.jpg)}.scm-mobile-img3{background-size:cover;background-image:url(/assets/scm3-ad108fc6.jpg)}.scm-mobile-img4{background-size:cover;background-image:url(/assets/scm4-4654fe7e.jpg)}.feature-title,.feature-text{max-width:100%;margin-bottom:5%}.desktop-features{display:none}.game-media{display:flex;justify-content:center;align-items:center}.game-media-wrapper{flex-direction:column}.media-box2{margin:5% 0}.media-box1,.media-box2,.media-box3{width:100%}.cta-title{font-size:10vw}.cta-slogan{font-size:5vw}.cta-buttons{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.cta-buttons a{text-decoration:none;display:flex;justify-content:center;align-items:center;width:100%}.googleplay-btn{margin:2% 0}.apple-btn,.googleplay-btn,.steam-btn{width:90%;padding:10px}.tech-detail-wrapper{flex-direction:column;width:100%}.tech-box{width:90%;height:30%;margin:5%}}.scene{width:200px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@-webkit-keyframes move-dot1{0%{transform:translate(-50%) translateY(-50%)}20%{transform:translate(-50%) translateY(30%)}to{transform:translate(-50%) translateY(30%)}}@keyframes move-dot1{0%{transform:translate(-50%) translateY(-50%)}20%{transform:translate(-50%) translateY(30%)}to{transform:translate(-50%) translateY(30%)}}@-webkit-keyframes move-dot2{0%{transform:translate(-50%) translateY(-50%)}15%{transform:translate(-50%) translateY(-10%)}30%{transform:translate(-10%) translateY(-10%)}to{transform:translate(-10%) translateY(-10%)}}@keyframes move-dot2{0%{transform:translate(-50%) translateY(-50%)}15%{transform:translate(-50%) translateY(-10%)}30%{transform:translate(-10%) translateY(-10%)}to{transform:translate(-10%) translateY(-10%)}}.publishin-animation{position:relative;top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:70vmin;width:70vmin}.publishin-animation>.item{position:absolute;top:0;left:50%;height:50%;width:50%;transform:translate(-50%);transform-origin:50% 100%;pointer-events:none}.publishin-animation>.item:nth-child(2){transform:translate(-50%) rotate(90deg)}.publishin-animation>.item:nth-child(3){transform:translate(-50%) rotate(180deg)}.publishin-animation>.item:nth-child(4){transform:translate(-50%) rotate(270deg)}.publishin-animation>.item>.line{height:100%;width:calc(50% + 1px);border-right:1px dashed #fff}.publishin-animation>.item>.dot{position:absolute;left:50%;top:10%;transform:translate(-50%) translateY(-50%);height:100%;width:100%;-webkit-animation:move-dot1 5.5s linear infinite;animation:move-dot1 5.5s linear infinite}.publishin-animation>.item>.dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:5%;width:5%;background:#fff;border:2px solid #fff;border-radius:50%}.publishin-animation>.item>.circle{position:absolute;top:0;left:50.5%;transform:translate(-50%);height:10%;width:10%;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:solid .1px #fff}.publishin-animation>.item.-type2{top:0;left:0;transform:none;transform-origin:100% 100%}.publishin-animation>.item.-type2:nth-child(5){transform:scaleX(-1)}.publishin-animation>.item.-type2:nth-child(6){transform:scaleX(-1) scaleY(-1)}.publishin-animation>.item.-type2:nth-child(7){transform:scaleY(-1)}.publishin-animation>.item.-type2>.line{position:absolute;top:30%;left:calc(30% - 1px);width:70%;height:40%;border-right:none;border-left:1px dashed #fff;border-bottom:1px dashed #fff}.publishin-animation>.item.-type2>.dot{top:30%;left:30%;-webkit-animation:move-dot2 4s linear infinite;animation:move-dot2 4s linear infinite}.publishin-animation>.item.-type2>.circle{top:30%;left:30%;transform:translate(-50%) translateY(-50%)}.publishin-animation>.item:nth-of-type(1)>.dot{-webkit-animation-delay:0;animation-delay:0}.publishin-animation>.item:nth-of-type(7)>.dot{-webkit-animation-delay:.5s;animation-delay:.5s}.publishin-animation>.item:nth-of-type(2)>.dot{-webkit-animation-delay:1s;animation-delay:1s}.publishin-animation>.item:nth-of-type(6)>.dot{-webkit-animation-delay:1.5s;animation-delay:1.5s}.publishin-animation>.item:nth-of-type(3)>.dot{-webkit-animation-delay:2s;animation-delay:2s}.publishin-animation>.item:nth-of-type(5)>.dot{-webkit-animation-delay:2.5s;animation-delay:2.5s}.publishin-animation>.item:nth-of-type(4)>.dot{-webkit-animation-delay:3s;animation-delay:3s}.publishin-animation>.item:nth-of-type(8)>.dot{-webkit-animation-delay:3.5s;animation-delay:3.5s}.publishin-animation>.center{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:50%;width:50%}.publishin-animation>.center>.circle{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);border-radius:50%}.publishin-animation>.center>.circle:nth-child(1){height:100%;width:100%;-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);border:solid .1px var(--border)}.publishin-animation>.center>.circle:nth-child(2){height:80%;width:80%;border:1px solid #fff}.publishin-animation>.center>.circle:nth-child(3){height:50%;width:50%}@media only screen and (min-width: 768.001px) and (max-width: 1024px){.publishin-animation{height:55vmin;width:55vmin}}@media only screen and (min-width: 425px) and (max-width: 768px){.publishin-animation{height:40vmin;width:40vmin}}@media only screen and (max-width: 424px){.publishin-animation{transform:translate(-50%)}}.partners-section{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.partners-section h1{color:#fff;font-family:Calamity;font-size:10vw;margin-top:8%}.partners-wrapper{display:flex;width:90%;justify-content:center;align-items:center;flex-wrap:wrap}.partner-logo{width:280px;flex-shrink:0;margin:3%}.partner-logo img{width:100%}@media only screen and (max-width: 500px){.partners-section h1{margin-top:15%}}.legal-section{width:100%;height:100%;display:flex;align-items:center}.legal-wrapper{width:90%;margin:0 auto}.legal-header{text-align:left;color:#fff;font-size:4em;margin-top:3%}.text-wrapper{color:#fff}table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}td,th{border:1px solid #dddddd;text-align:left;padding:8px}.tg{border-collapse:collapse;border-spacing:0}.tg td,.tg th{border:1px solid #dddddd;overflow:hidden;word-break:normal}.tg .tg-cly1{text-align:left;vertical-align:middle}.ul-header{font-size:1.2em;font-weight:900}.legal-link{text-decoration:none;color:#ff0050}@media only screen and (max-width: 424px){.legal-header{font-size:2em;margin-top:25%}}.links-section{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column}.links-section h1{font-size:4rem;font-family:Calamity;color:#fff;letter-spacing:5px;position:relative;margin-top:50px;margin-bottom:20px}.links-section a{width:450px;text-decoration:none;color:#fff;margin-bottom:15px}.link-item{height:80px;border:.1px solid var(--border);display:flex;justify-content:space-between;align-items:center;border-radius:5px;transition:.3s ease}.link-title{margin-left:3%}.link-icon{margin-right:3%}.link-item:hover{transform:scale(1.05);transition:.3s ease;color:#ff0050}@media only screen and (max-width: 500px){.links-section a{width:90%}}.m-cookie{position:fixed;width:100%;bottom:-800px;box-sizing:border-box;padding:32px 0 22px;font-family:AtHaussAero,serif;color:#fff;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #ffffff;z-index:10}@media only screen and (min-width: 768px){.m-cookie__wrap{display:flex}}.m-cookie .wrapper{position:relative;box-sizing:border-box;width:90%;max-width:1208px;margin:0 auto}.m-cookie__angle{display:none}@media only screen and (min-width: 768px){.m-cookie__angle{position:absolute;top:0;left:0;display:block}}.m-cookie__left{box-sizing:border-box;max-width:728px;margin-bottom:24px}@media only screen and (min-width: 768px){.m-cookie__left{margin-bottom:0;margin-right:24px;padding-left:70px}}.m-cookie__right{box-sizing:border-box;display:flex;margin-left:auto;align-items:center}@media only screen and (min-width: 768px){.m-cookie__right{display:block}}@media only screen and (min-width: 1024px){.m-cookie__right{display:flex}}.m-cookie__title{box-sizing:border-box;font-size:20px;line-height:1.4;font-weight:400;font-family:AtHaussAero,serif;margin-top:0;margin-bottom:8px}@media only screen and (min-width: 768px){.m-cookie__title{font-size:24px;line-height:1.42}}.m-cookie__text{box-sizing:border-box;font-size:14px;line-height:1.57;margin:0}.m-cookie__text a{color:#fff;text-decoration:underline}@media only screen and (min-width: 768px){.m-cookie__text{font-size:16px;line-height:1.63}}.m-cookie__button{box-sizing:border-box;position:relative;display:inline-block;width:50%;max-width:200px;font-size:14px;line-height:1.57;text-align:center;padding:9px 20px 10px;color:#fff;border:1px solid #ffffff;border-radius:5px;margin-right:16px;background:transparent;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);margin-left:auto;z-index:1;cursor:pointer;overflow:hidden}.m-cookie__button:hover{border-color:#ff0050}@media only screen and (min-width: 768px){.m-cookie__button{box-sizing:border-box;width:100%;font-size:16px;line-height:1.63;padding:10px 20px 11px;margin-right:24px;margin-bottom:16px}}.m-cookie__button:after{content:"";position:absolute;top:0;right:0;width:500%;min-width:200px;height:1000%;z-index:-1;transform-origin:0% 0%;transform:translate(-30%) translateY(10%) rotate(-22deg);transition:transform 1s;overflow:hidden}.m-cookie__button:hover:after{transform:translateY(10%) translate(50px) rotate(-15deg);background-color:#ffffff16}@media only screen and (min-width: 1024px){.m-cookie__button{margin-bottom:0;padding-left:40px;padding-right:40px}}.m-cookie__button--secondary{color:#fff;border-color:#fff;background:transparent;margin-right:0;margin-bottom:0;text-decoration:none}.m-cookie__button--secondary:hover{border-color:#ff0050}.m-cookie__button--secondary:hover:after{background-color:#ffffff16}
