.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.logo {
  display: none;
}

[data-colorway="1"] {
  --background: #eae5dc;
  --text: #385668;
}
[data-colorway="1"] .logo-1 {
  display: block;
}

[data-colorway="2"] {
  --background: #2a323f;
  --text: #7c9090;
}
[data-colorway="2"] .logo-2 {
  display: block;
}

[data-colorway="3"] {
  --background: #1a1a1a;
  --text: #a4a59d;
}
[data-colorway="3"] .logo-3 {
  display: block;
}

[data-colorway="4"] {
  --background: #e7efe4;
  --text: #683352;
}
[data-colorway="4"] .logo-4 {
  display: block;
}

[data-colorway="2"],
[data-colorway="3"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 699px) {
  html {
    font-size: 20px;
  }
}

body {
  min-height: 100vh;
  background: var(--background);
  color: var(--text);
  padding: 12rem 1.5rem 6rem;
  max-width: 41rem;
  margin: 0 auto;
  text-align: center;
  font-family: ff-scala-sans-pro, sans-serif;
  font-style: italic;
}
@media (max-width: 699px) {
  body {
    padding-top: 8rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0;
}

p {
  margin: 2em 0 0;
}

a {
  color: inherit;
}

.logo {
  margin: 0 auto 7rem;
}
@media (max-width: 699px) {
  .logo {
    margin-bottom: 5rem;
  }
}

.photo {
  display: block;
  margin: 3rem auto 2rem;
}

form#mc-embedded-subscribe-form {
  max-width: 23rem;
  margin: 0 auto;
}
form#mc-embedded-subscribe-form > div {
  margin: 0.8rem 0 0;
}
@media (min-width: 700px) {
  form#mc-embedded-subscribe-form {
    display: flex;
    flex-wrap: wrap;
  }
  form#mc-embedded-subscribe-form > div {
    flex: 0 0 50%;
    padding: 0 0.5rem 0;
  }
}
form#mc-embedded-subscribe-form input,
form#mc-embedded-subscribe-form button {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
  border-radius: 0;
  background: none;
  width: 100%;
  padding: 0.4em 0 0.3em;
}
form#mc-embedded-subscribe-form ::-moz-placeholder {
  color: var(--text);
}
form#mc-embedded-subscribe-form :-ms-input-placeholder {
  color: var(--text);
}
form#mc-embedded-subscribe-form ::placeholder {
  color: var(--text);
}
form#mc-embedded-subscribe-form :focus::-moz-placeholder {
  color: transparent;
}
form#mc-embedded-subscribe-form :focus:-ms-input-placeholder {
  color: transparent;
}
form#mc-embedded-subscribe-form :focus::placeholder {
  color: transparent;
}
form#mc-embedded-subscribe-form input {
  border: none;
  border-bottom: 1px solid var(--text);
}
form#mc-embedded-subscribe-form button, form#mc-embedded-subscribe-form input[type=submit] {
  border: 1px solid var(--text);
  cursor: pointer;
  -webkit-appearance: button;
}
form#mc-embedded-subscribe-form button:hover, form#mc-embedded-subscribe-form input[type=submit]:hover {
  background: var(--text);
  color: var(--background);
}
form#mc-embedded-subscribe-form #mce-responses {
  flex: 0 0 100%;
}
form#mc-embedded-subscribe-form div.mce_inline_error {
  color: inherit;
  background: none;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}
form#mc-embedded-subscribe-form #mce-error-response,
form#mc-embedded-subscribe-form div.mce_inline_error {
  font-size: 18px;
  text-align: center;
}
form#mc-embedded-subscribe-form #mce-success-response {
  text-align: center;
}

.small-print {
  font-family: ff-scala-sans-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  margin: 2rem 0 0;
}

.refresh {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0 1rem 1rem 0;
  cursor: pointer;
  opacity: 0;
}
.refresh:hover {
  opacity: 1;
}
@media (max-width: 699px) {
  .refresh {
    display: none;
  }
}
.refresh svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}