.start{background-color:var(--start-bg);height:100vh;padding:15px;overflow-y:auto;background-image:url("data:image/svg+xml,%3Csvg width='549' height='153' viewBox='0 0 549 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M548.5 -7H155.5L0.8125 152.992H401.928L548.5 -7Z' fill='%23FD0406'/%3E%3C/svg%3E");background-repeat:repeat-x}.start__inner{width:100%;max-width:370px;margin-left:auto;margin-right:auto}.start__logo{text-align:center;margin-bottom:2rem}@media screen and (min-width:992px){.start__logo{margin-bottom:4rem}}.start__row{display:flex;flex-wrap:wrap;min-height:100%}.start__col{width:100%}.start__col:has(.switcher){margin-bottom:1rem}@media screen and (min-width:768px){.start__col:has(.switcher){position:absolute;top:0;left:0}}.switcher__rail{cursor:pointer;position:relative;width:50px;height:25px;border-radius:25px;background-color:var(--switcher-rail);box-shadow:inset 0 0 2px var(--switcher-toggle),1px 1px 3px var(--switcher-rail);margin-left:auto}.switcher__toggle{width:25px;height:25px;border-radius:25px;background-color:var(--switcher-toggle);box-shadow:inset 0 0 2px var(--switcher-rail);position:absolute;top:0;transition:all .4s}.dark .switcher__toggle{right:0;left:auto}.light .switcher__toggle{left:0;right:auto}