.app-download-section{position:relative;display:flex;width:100%;max-width:1920px;margin:0 auto;flex-direction:column;justify-content:center;align-items:center;padding:120px 15px;overflow:hidden}.app-download-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),var(--app-download-bg-mobile) #d3d3d3 50%/cover no-repeat;background-size:cover;background-position:center;z-index:-1}@media(min-width: 1024px){.app-download-section::before{background:linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.76) 100%),var(--app-download-bg-desktop) #d3d3d3 50%/cover no-repeat;background-size:cover;background-position:center}}.app-download-section__content{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:660px;width:100%;gap:30px;text-align:center;margin:0 auto}.app-download-section__heading{color:var(--color-white, #ffffff);text-align:center;font-family:var(--font-primary, inherit);font-size:30px;font-style:normal;font-weight:400;line-height:35px;margin:0}@media(min-width: 1024px){.app-download-section__heading{font-size:58px;line-height:64px}}.app-download-section__description{color:var(--color-white, #ffffff);text-align:center;font-family:var(--font-secondary, inherit);font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0}@media(min-width: 1024px){.app-download-section__description{font-size:18px;font-weight:500;line-height:32px}}.app-download-section__buttons{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.app-download-section__button{display:inline-flex;align-items:center;justify-content:center;transition:opacity .3s ease,transform .2s ease}.app-download-section__button:hover{opacity:.8;transform:translateY(-2px)}.app-download-section__button:active{transform:translateY(0)}.app-download-section__button svg{width:120px;height:40px;display:block}
