@font-face {
  font-family: "FixtureCondensedBlack";
  src: url("fonts/Fixture-CondensedBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #292929;
  background: #fffef5;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.email-root {
  width: 100%;
  background-color: #fffef5;
}

.email-canvas {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fffef5;
}

.site-header {
  width: 100%;
  background-color: #fffef5;
  background-image: url("assets/ARCHE.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 12px 20px;
}

.site-header__logo {
  display: block;
  width: clamp(56px, 20vw, 76px);
  height: auto;
}

.email-gutter {
  padding: 0 8px;
}

.email-intro {
  text-align: center;
  padding: 8px 0 0;
}

.email-intro__lede {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #292929;
}

.email-intro__lede strong {
  font-weight: 700;
}

.email-intro__fallback {
  margin: 0;
  padding: 0 0 8px;
  font-size: 12px;
  line-height: 16px;
  color: #292929;
  text-align: center;
}

.email-intro__fallback a {
  font-size: 12px !important;
  color: #b0b0b0;
  text-decoration: underline;
}

.email-intro__fallback a:hover {
  color: #909090;
}

.email-intro__fallback a:focus-visible {
  outline: 2px solid #292929;
  outline-offset: 2px;
}

.email-spacer-8 {
  height: 8px;
  font-size: 8px;
  line-height: 8px;
}

.email-highlight-wrap {
  padding: 8px 0 0;
}

.email-highlight {
  background-color: #f9f4dc;
  text-align: center;
  padding: 40px 32px 40px;
  overflow: visible;
}

.email-highlight__title {
  margin: 0 auto;
  max-width: 422px;
  text-transform: uppercase;
  text-align: center;
  font-size: 36px !important;
  line-height: 1.25 !important;
  font-weight: 900;
  font-family: "FixtureCondensedBlack", "Arial Black", "Arial Bold", Arial, Helvetica, sans-serif;
  word-break: break-word;
  color: #000000;
  -webkit-text-stroke: 6px #ffffff;
  paint-order: stroke fill;
  transform: rotate(-3deg);
  transform-origin: center center;
}

.email-highlight__app-cta-wrap {
  display: none;
  margin-top: 28px;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.email-highlight__app-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: rgb(41, 41, 41);
  color: #ffffff;
  border-radius: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.email-highlight__app-cta:focus-visible {
  outline: 2px solid #292929;
  outline-offset: 3px;
}

.email-highlight__app-cta-wrap[hidden] {
  display: none !important;
}

.email-highlight__feedback {
  margin: 0;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.email-highlight__feedback[hidden] {
  display: none;
}

.email-highlight__title[hidden] {
  display: none;
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.loader[hidden] {
  display: none;
}

.loader__ring {
  display: block;
  width: 44px;
  height: 44px;
  border: 4px solid #e8e0c8;
  border-top-color: #292929;
  border-radius: 50%;
  animation: loader-spin 0.75s linear infinite;
}

.loader__label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #292929;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.page-footer-banner {
  width: 100%;
  margin: 0;
  line-height: 0;
}

.page-footer-banner[hidden] {
  display: none !important;
}

.page-footer-banner__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 600px) {
  .email-canvas {
    max-width: 375px;
  }

  .email-highlight__app-cta-wrap {
    display: flex;
  }

  .email-highlight__title {
    max-width: 311px;
    font-size: 32px !important;
    line-height: 1.25 !important;
    -webkit-text-stroke: 4px #ffffff;
  }
}
