:root{--button-height-large: 48px;--button-height-medium: 40px;--button-height-small: 32px;--landing-module-padding: 120px}@media only screen and (max-width: 599px){:root{--landing-module-padding: 20px}}@media only screen and (min-width: 600px) and (max-width: 959px){:root{--landing-module-padding: 40px}}@media only screen and (min-width: 960px) and (max-width: 1279px){:root{--landing-module-padding: 80px}}.insmind-guide-app-appstore-button{position:relative;display:flex;align-items:center;justify-content:center;height:56px;padding:10px 16px 10px 12px;overflow:hidden;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:10px;outline:0;cursor:pointer;transition:all .2s ease}.insmind-guide-app-appstore-button:active,.insmind-guide-app-appstore-button:hover,.insmind-guide-app-appstore-button:visited{color:#fff}.insmind-guide-app-appstore-button:before{position:absolute;top:0;left:-100%;z-index:1;display:none;width:100%;height:100%;background:linear-gradient(90deg,#fff0 25%,#fff3 45%,#ffffff3b 55%,#fff3 59.51%,#ffffff26 69.51%,#fff0 85%);opacity:1;content:"";animation:slide 2s infinite}.insmind-guide-app-appstore-button--show-animation:before{display:block}.insmind-guide-app-appstore-button__icon{width:36px;height:36px}.insmind-guide-app-appstore-button__texts{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.insmind-guide-app-appstore-button__texts-title{font-size:18px;font-weight:400;line-height:1}.insmind-guide-app-appstore-button__texts-action{font-size:.75rem;line-height:1rem}@keyframes slide{0%{left:-100%}to{left:100%}}
