@media only screen and (min-width:320px)and (max-width:767px){.desktop-only,.tablet-desktop-only,.tablet-only{display:none!important}}@media only screen and (min-width:768px)and (max-width:1025px){.desktop-only,.mobile-only{display:none!important}}@media only screen and (min-width:1026px){.mobile-only,.mobile-tablet-only,.tablet-only{display:none!important}}#app.dark-theme .theme-background{background-color:#200033}#app.dark-theme .theme-background-blue{background-color:#0a2c60}#app.dark-theme .theme-purple-background{background-color:#2d0048}#app.dark-theme .theme-color-alt,#app.dark-theme .theme-color-alt-only{color:#fff}#app.dark-theme .theme-border-thick{border-top:20px solid #200033}#app.dark-theme .theme-white-grey{background-color:#0a2c60}#app.dark-theme .theme-border-thin{border-top:4px solid #0a2c60}#app.light-theme .theme-background,#app.light-theme .theme-background-blue{background-color:#fff}#app.light-theme .theme-purple-background{background:linear-gradient(90deg,#9938b9 0,#a849a3 83%)}#app.light-theme .theme-color-alt{color:#200033}#app.light-theme .theme-white-grey{background-color:#fff}#app.light-theme .theme-border-thick{border-top:20px solid #fff}#app.light-theme .theme-border-thin{border-top:4px solid #fff}