.apps-page{display:flex;justify-content:center;max-width:50%}@media only screen and (max-width:840px){.apps-page{max-width:100%}}@media only screen and (max-width:628px){.apps-page{min-height:70vh}}@media only screen and (max-width:480px){.apps-page{grid-gap:15px}}.apps-page-banner__item{position:relative;padding-top:92.5925925925926%;width:100%;height:0}.apps-page-banner__item .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.apps-page-banner__item .ratio-container>:first-child{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center}@media only screen and (max-width:628px){.apps-page-banner__item{height:100%}}.apps-page-banner__first{background-image:url(/static/images/download-bg.jpg);background-size:cover;background-position:50%;justify-content:center}.apps-page-banner__first-wrapper{color:var(--white);align-items:center;text-align:center;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:628px){.apps-page-banner__first-wrapper{min-height:90vh}}@media only screen and (max-width:480px){.apps-page-banner__first-wrapper{gap:10px}}.apps-page-banner__content{border-radius:32px;padding:55px;display:flex}@media only screen and (max-width:1100px){.apps-page-banner__content{padding:42px}}@media only screen and (max-width:990px){.apps-page-banner__content{padding:32px}}@media only screen and (max-width:420px){.apps-page-banner__content{padding:24px}}.apps-page-banner__title{font-size:2em;font-weight:700;line-height:44px;margin-bottom:0;text-transform:uppercase}@media only screen and (max-width:990px){.apps-page-banner__title{font-size:1.5em;line-height:1.5}}@media only screen and (max-width:480px){.apps-page-banner__title{font-size:1.125em}}@media only screen and (min-width:481px){.apps-page-banner__subtitle{font-size:1em;font-weight:700;line-height:1.5;text-transform:uppercase;white-space:pre-wrap}}@media only screen and (max-width:480px){.apps-page-banner__subtitle{font-size:.875em}}.apps-page-banner__apps{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}@media only screen and (max-width:480px){.apps-page-banner__apps{gap:10px}}.apps-page-banner__apps a{display:flex;border-radius:10px;overflow:hidden;background-color:var(--black);border:1px solid var(--black);height:50px;width:auto}@media only screen and (max-width:380px){.apps-page-banner__apps a{height:40px}}.apps-page-banner__apps a:hover{border-color:var(--white)}.apps-page-banner__apps a img{height:100%;width:100%}.apps-page-banner__btn{height:46px;font-size:.875em;font-weight:400;line-height:20px;max-width:218px;gap:4px;padding:12px 24px}