body{background-color:var(--palette-primary-background)}.button-landing{max-width:"120px";max-height:"40px";min-width:"120px";min-height:"40px"}.landing-container{padding:40px;height:100%}.landing-header-container{width:100%;padding-bottom:60px;display:flex;flex-direction:row;justify-content:space-between}.landing-small-logo{margin-left:0;img{width:200px;height:auto}}.landing-header-nav-bar{margin-right:0;display:flex;flex-direction:row;gap:20px;a{align-content:center;text-decoration:none}}.landing-small-nav-drawer-logo{img{width:150px;height:auto}}.social-media-nav-links{margin-right:0;display:flex;flex-direction:row;gap:20px;a{align-content:center;text-decoration:none}}.menu-nav-links{display:flex;flex-direction:row;gap:20px;a{align-content:center;text-decoration:none}}.menu-nav-links-mobile{display:none}.landing-button--nav{width:120px;height:40px}.landing-content-container{width:600px;margin-left:auto;margin-right:auto;text-align:center}.landing-actions,.landing-title{padding-top:30px;padding-bottom:30px;justify-content:center;display:flex;flex-direction:column}.landing-title{gap:20px;img{margin-left:auto;margin-right:auto;height:auto;width:500px}}.landing-actions>div{display:flex;margin-left:auto;margin-right:auto;padding-bottom:15px}.landing-button{height:60px;width:180px}.landing-footer-container{width:600px;margin-left:auto;margin-right:auto;text-align:center}.landing-footer-current-platforms{display:flex;flex-direction:column;padding-top:30px;padding-bottom:30px}.platform-link-buttons{display:flex;flex-direction:row;justify-content:center;gap:30px;padding-top:20px}@media only screen and (max-width:480px){.landing-actions>div{flex-direction:column;width:100%;button{width:100%}}h1{font-size:60px!important}h4{font-size:20px!important}.landing-header-container{justify-content:right;margin-right:0}.landing-small-logo{display:none}.landing-header-nav-bar{justify-content:space-between;width:100%}.menu-nav-links{display:none}.menu-nav-links-mobile{display:block;margin-left:0}.landing-content-container,.landing-footer-container{width:100%}}@media only screen and (min-width:481px) and (max-width:768px){.landing-actions>div{flex-direction:column;width:100%;button{width:100%}}.landing-header-container{justify-content:center}.landing-small-logo{display:none}.landing-content-container,.landing-footer-container{width:100%}}