@import url(https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap);*{margin:0;padding:0;-moz-box-sizing:border-box;box-sizing:border-box}body,html{font-family:EB Garamond,serif;font-weight:300;font-size:1rem;background-color:#cdc5ae;font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (min-width:1024px){body,html{font-size:1.2rem}}.body-wrap{width:100%;min-height:100vh;height:auto;padding:0 4rem;position:relative;text-align:center;max-width:100%;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.body-wrap *{position:relative;z-index:1}.body-wrap p{max-width:640px;line-height:1.6;margin-left:auto;margin-right:auto}@media only screen and (max-width:660px){.body-wrap p{margin-left:auto;margin-right:auto}}.body-wrap p+p{margin-top:1.2rem}.body-wrap p :last-child{font-size:120%}.body-wrap p.footline{margin-top:1rem;padding:1rem 0;font-size:70%;opacity:.7}.body-wrap img{-webkit-object-fit:contain;object-fit:contain;width:100%;height:auto;max-width:400px}@media only screen and (min-height:600px){.body-wrap img{max-height:70vh;width:auto;max-width:100vw}}.body-wrap .cta-main{display:inline-block;padding:16px 48px;background:#121212;color:#fff;font-size:1.2rem;text-transform:uppercase;line-height:1;text-decoration:none;font-weight:900;-webkit-transition:all .2s;transition:all .2s}.body-wrap .cta-main__shell{height:90px;display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;-moz-box-pack:center;justify-content:center}.body-wrap footer,.body-wrap header{position:fixed;left:0;right:0;text-align:center;padding:.2rem;font-size:70%;color:#fff;text-shadow:0 .1rem .3rem rgba(0,0,0,.7);background:rgba(0,0,0,.5);letter-spacing:.05rem;text-transform:uppercase}.body-wrap header{top:0;border-bottom:1px solid hsla(0,0%,100%,.7)}.body-wrap footer{bottom:0;border-top:1px solid rgba(0,0,0,.15)}