body{margin:0;background-color:#fff}.full-page{width:100vw;height:100vh}.content-container{display:flex;flex-direction:row;justify-content:center}.content{margin-left:32px;margin-right:32px;max-width:800px;display:flex;flex-direction:column;row-gap:48px}.privacy-content{max-width:800px;display:flex;flex-direction:column;row-gap:32px}.row-center{display:flex;flex-direction:row;justify-content:center}.row-space-between{display:flex;flex-direction:row;justify-content:space-between}.row-center-vertically{display:flex;flex-direction:row;align-items:center}.col{display:flex;flex-direction:column}.col-gap{display:flex;flex-direction:row;column-gap:24px}.row-wrap{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;column-gap:16px;row-gap:16px}@media screen and (min-width: 800px){.feature-image{border-radius:4px;width:370px;height:485px;margin:8px}}.sticky{top:0;z-index:1;position:sticky}.nav-links{display:flex;flex-direction:row;column-gap:24px}.nav{padding:8px;background-color:#fff}.text-center{text-align:center}.row-gap{display:flex;flex-direction:column;row-gap:16px}.row-gap-sm{display:flex;flex-direction:column;row-gap:8px}.grow{flex:1}.footer{background-color:#f5f5f5;padding:16px;margin-top:16px}.bold{font-weight:700}
