@import"https://use.typekit.net/tyc1jtq.css";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&display=swap";.switch-row{display:flex;align-items:center;gap:1rem;width:100%;max-width:36rem;padding:.75rem 0;border-bottom:.06rem solid rgba(5,36,15,.314)}.switch-row--disabled{opacity:.55}.switch-row--disabled .switch-label{cursor:default}.switch-label{position:static;display:block;flex:1 1;color:#05240f;opacity:1;font-size:1.125rem;font-weight:500;line-height:150%;cursor:pointer}@media screen and (max-width:1300px){.switch-label{font-size:1.0625rem}}@media screen and (max-width:600px){.switch-label{font-size:1rem}}.switch{position:relative;flex-shrink:0;width:3rem;height:1.625rem;padding:0;border:.0625rem solid rgba(5,36,15,.376);border-radius:999px;background:#e9e9e9;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.switch:focus-visible{outline:.125rem solid rgba(5,36,15,.376);outline-offset:.125rem}.switch:disabled{cursor:not-allowed}.switch--checked{background:rgba(5,36,15,.376);border-color:rgba(5,36,15,.376)}.switch-thumb{position:absolute;top:50%;left:.125rem;width:1.125rem;height:1.125rem;border-radius:50%;background:rgba(5,36,15,.376);transform:translateY(-50%);transition:transform .2s ease,background-color .2s ease}.switch--checked .switch-thumb{left:auto;right:.125rem;background:#fffee8}