@font-face {
  font-display: swap;
  font-family: "AGaramondPro";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "AGaramondPro";
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  src: url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Semibold.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Semibold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "AGaramondPro";
  font-stretch: normal;
  font-style: italic;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Italic.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/garamond/AGaramondPro-Italic.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Atlantic Serif";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/atlantic/Atlantic-Serif.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/atlantic/Atlantic-Serif.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Goldwyn";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.theatlantic.com/packages/fonts/goldwyn/goldwyn-medium.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/goldwyn/goldwyn-medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Goldwyn";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theatlantic.com/packages/fonts/goldwyn/GoldwynMono-Regular.woff2") format("woff2"), url("https://www.theatlantic.com/packages/fonts/goldwyn/GoldwynMono-Regular.woff") format("woff");
}
/* used on homepage */
/* Fonts */
/* variables colors */
/* Breakpoints / Widths */
/* events page */
/* homepage TODO: standardize with events page */
/* Heights */
/* Filepath */
/* HOME ------------- */
/* 16:9 (56.25% minus 30% for offset for overlapping featured section */
/* need to set max padding-top to 26.25% of the max width of the video container, which is 1280px */
/* elements ------------- */
/* slight reset */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  scroll-behavior: smooth;
  overflow-y: scroll;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
figure {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  position: relative;
}
a:hover {
  text-decoration: none;
  color: #5e6a74;
}

img {
  max-width: 100%;
}

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

/* Animations */
@keyframes fadein {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0.1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinupmore {
  0% {
    opacity: 0.1;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes getWide {
  0% {
    width: 0;
  }
  100% {
    width: 148px;
  }
}
@keyframes getWideMax {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.c-btn {
  cursor: pointer;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
}
.c-btn--standard, .c-btn--emphasized {
  color: #fff;
  background-color: #e7131a;
}
.c-btn--standard:hover,
.c-btn--standard :active, .c-btn--emphasized:hover,
.c-btn--emphasized :active {
  background-color: #b50e14;
  color: #fff;
}
.c-btn--standard {
  padding: 14px 19px;
  font-weight: 500;
  font-size: 12px;
}
.c-btn--emphasized {
  font-weight: bold;
  padding: 13px 53px;
}
.c-btn--secondary {
  padding-bottom: 3px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
}
.c-btn--secondary:hover, .c-btn--secondary:active {
  color: #5e6a74;
}
.c-btn--expand:after {
  content: "";
  background-image: url("/sponsored/assets/live/assets/caret.svg");
  background-size: cover;
  width: 9px;
  height: 4px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.c-figure {
  background-color: #f8f8f8;
  transition: opacity 0.3s;
  display: block;
}

.c-figure--logo {
  background: none;
}

.c-img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-img--lazy {
  opacity: 0;
  background-color: #fff;
}

.c-img--loaded {
  opacity: 1;
  background-color: #fff;
}

/* Section Labels */
.c-section-label {
  font-family: "Atlantic Serif", "Atlantic", "Bodoni", Georgia, serif;
  font-size: clamp(20px, 12.5vw, 54px);
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0 16px 0;
  position: relative;
  letter-spacing: 0.05em;
  opacity: 0.1;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .c-section-label {
    font-size: 54px;
  }
}
.c-section-label:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-section-label.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-section-label--home {
  max-width: 85%;
}
.c-section-label--home:after {
  width: 0;
}
.c-section-label--home.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-section-label--home.is-inview:after {
  animation: getWide 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-section-label--home {
    opacity: 1;
  }
  .c-section-label--home.is-inview {
    animation: none;
  }
}
.c-section-label--events {
  margin-bottom: 48px;
  opacity: 0.1;
}
.c-section-label--events:after {
  width: 0;
  transform-origin: center;
  animation-delay: 0.5s;
}
.c-section-label--events.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-section-label--events.is-inview:after {
  animation: getWideMax 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-section-label--events {
    opacity: 1;
  }
  .c-section-label--events.is-inview {
    animation: none;
  }
}
@media (min-width: 1024px) {
  .c-section-label--events {
    margin-bottom: 60px;
  }
}
.c-section-label.light {
  color: #fff;
}
.c-section-label.light:after {
  background-color: #fff;
}
.c-section-label.dark {
  color: #000;
}
.c-section-label.dark:after {
  background-color: #c1c1c1;
}

/* Nav */
@keyframes fadeAndMove {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-nav {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .c-nav {
    opacity: 0;
    transform: translateY(-25%);
    animation: fadeAndMove 0.8s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 500ms;
  }
}

.c-nav-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}

.c-nav__branding {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 15px;
  text-align: center;
  max-width: 50%;
}
@media (min-width: 768px) {
  .c-nav__branding {
    margin: 0 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .c-nav__branding {
    margin: 0 0 0 3%;
    padding: 15px 0;
  }
}
@media (min-width: 1480px) {
  .c-nav__branding {
    margin: 0;
  }
}

.c-nav__home {
  width: 14px;
  height: 22px;
  padding: 2px 16px 2px 0;
  border-right: 1px solid #000;
}

.c-nav__atlantic-logo {
  width: 116px;
  height: auto;
  align-self: center;
  margin-left: 16px;
}

.c-nav__container {
  display: block;
  padding: 0;
  list-style-type: none;
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  background-color: #f8f8f8;
  height: auto;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (max-width: 1024px) {
  .c-nav__container.is-closed {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .c-nav__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 100%;
    background-color: #fff;
    margin-right: 3%;
    padding: 0;
    position: relative;
    width: initial;
    box-shadow: initial;
  }
}
@media (min-width: 1480px) {
  .c-nav__container {
    margin: 0;
  }
}

.c-nav__item {
  display: block;
  box-sizing: border-box;
  position: relative;
  text-transform: capitalize;
  height: auto;
  padding: 0;
}
.c-nav__item:last-child {
  margin-right: 0;
}
.c-nav__item .c-nav__item-link {
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .c-nav__item .c-nav__item-link {
    justify-content: center;
  }
}
.c-nav__item:nth-last-child(2) .c-nav__item-link {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 1024px) {
  .c-nav__item {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .c-nav__item .c-nav__item-link {
    display: flex;
    margin: initial;
    padding: initial;
    border: none;
  }
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: none;
  }
}

.c-nav__register {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background-color: #e7131a;
  border: 0;
  cursor: pointer;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}
.c-nav__register:hover {
  color: #fff;
  background-color: #b50e14;
}
@media (min-width: 768px) {
  .c-nav__register {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-nav__register {
    display: flex;
    max-width: 180px;
    padding: 0 15px;
  }
}

.c-nav__tablet-register {
  display: none;
}
@media (min-width: 768px) {
  .c-nav__tablet-register {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 40px;
    max-width: 180px;
    padding: 0 15px;
    height: 35px;
    border: 0;
    font-family: "Goldwyn", monospace;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    background-color: #e7131a;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .c-nav__tablet-register {
    display: none;
  }
}

.is-selected:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 15%;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 2px;
  opacity: 0;
  transform-origin: center;
}
@media (min-width: 1024px) {
  .is-selected:after {
    width: 0;
    height: 2px;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: isActiveIn 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 0.3s;
  }
}

@keyframes isActiveIn {
  0% {
    opacity: 0;
    background-color: #fff;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-color: #e7131a;
    width: 100%;
  }
}
.hamburger-box {
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
}
@media (min-width: 768px) {
  .hamburger-box.with-reg-button {
    right: 180px;
  }
}
@media (min-width: 1024px) {
  .hamburger-box {
    display: none;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

.c-card_li {
  list-style: none;
}

.c-card {
  background-color: #fff;
  box-sizing: border-box;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-card_details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.c-card_details-border {
  padding: 32px;
  padding-top: 21px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-card_details-border {
    padding-bottom: 26px;
    padding-top: 32px;
  }
}

.c-card--on-light-bg .c-card_details {
  border: 1px solid #c0ccda;
  border-top: none;
}

.c-card_when-and-where {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.c-card_date {
  display: block;
}

.c-card_title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 12px;
}

/* Nav */
@keyframes fadeAndMove {
  from {
    opacity: 0;
    transform: translateY(-25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-nav {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .c-nav {
    opacity: 0;
    transform: translateY(-25%);
    animation: fadeAndMove 0.8s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 500ms;
  }
}

.c-nav-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}

.c-nav__branding {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 15px;
  text-align: center;
  max-width: 50%;
}
@media (min-width: 768px) {
  .c-nav__branding {
    margin: 0 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .c-nav__branding {
    margin: 0 0 0 3%;
    padding: 15px 0;
  }
}
@media (min-width: 1480px) {
  .c-nav__branding {
    margin: 0;
  }
}

.c-nav__home {
  width: 14px;
  height: 22px;
  padding: 2px 16px 2px 0;
  border-right: 1px solid #000;
}

.c-nav__atlantic-logo {
  width: 116px;
  height: auto;
  align-self: center;
  margin-left: 16px;
}

.c-nav__container {
  display: block;
  padding: 0;
  list-style-type: none;
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  background-color: #f8f8f8;
  height: auto;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(33, 39, 44, 0.15);
}
@media (max-width: 1024px) {
  .c-nav__container.is-closed {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .c-nav__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 100%;
    background-color: #fff;
    margin-right: 3%;
    padding: 0;
    position: relative;
    width: initial;
    box-shadow: initial;
  }
}
@media (min-width: 1480px) {
  .c-nav__container {
    margin: 0;
  }
}

.c-nav__item {
  display: block;
  box-sizing: border-box;
  position: relative;
  text-transform: capitalize;
  height: auto;
  padding: 0;
}
.c-nav__item:last-child {
  margin-right: 0;
}
.c-nav__item .c-nav__item-link {
  display: flex;
  align-items: center;
  margin: 0 30px;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .c-nav__item .c-nav__item-link {
    justify-content: center;
  }
}
.c-nav__item:nth-last-child(2) .c-nav__item-link {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 1024px) {
  .c-nav__item {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 30px 0 0;
    padding: 0;
  }
  .c-nav__item .c-nav__item-link {
    display: flex;
    margin: initial;
    padding: initial;
    border: none;
  }
  .c-nav__item:nth-last-child(2) .c-nav__item-link {
    border-bottom: none;
  }
}

.c-nav__register {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background-color: #e7131a;
  border: 0;
  cursor: pointer;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}
.c-nav__register:hover {
  color: #fff;
  background-color: #b50e14;
}
@media (min-width: 768px) {
  .c-nav__register {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-nav__register {
    display: flex;
    max-width: 180px;
    padding: 0 15px;
  }
}

.c-nav__tablet-register {
  display: none;
}
@media (min-width: 768px) {
  .c-nav__tablet-register {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 40px;
    max-width: 180px;
    padding: 0 15px;
    height: 35px;
    border: 0;
    font-family: "Goldwyn", monospace;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    background-color: #e7131a;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .c-nav__tablet-register {
    display: none;
  }
}

.is-selected:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 15%;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 2px;
  opacity: 0;
  transform-origin: center;
}
@media (min-width: 1024px) {
  .is-selected:after {
    width: 0;
    height: 2px;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: isActiveIn 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
    animation-delay: 0.3s;
  }
}

@keyframes isActiveIn {
  0% {
    opacity: 0;
    background-color: #fff;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    background-color: #e7131a;
    width: 100%;
  }
}
.hamburger-box {
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
}
@media (min-width: 768px) {
  .hamburger-box.with-reg-button {
    right: 180px;
  }
}
@media (min-width: 1024px) {
  .hamburger-box {
    display: none;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

.c-card-full {
  background-color: #fff;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-card-full {
    flex-direction: row;
  }
}

.c-card-full__img-wrapper {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  min-height: 385px;
  background-color: #f8f8f8;
}
@media (min-width: 1024px) {
  .c-card-full__img-wrapper {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.c-card-full_img {
  aspect-ratio: 109/83;
}
@media (min-width: 1024px) {
  .c-card-full_img {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-card-full_img {
    aspect-ratio: 664/510;
  }
}

@media (min-width: 1024px) {
  .c-card-full--image-right .c-card-full__img-wrapper {
    order: 1;
  }
}

.c-card-full_details {
  display: flex;
}
@media (min-width: 1024px) {
  .c-card-full_details {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.c-card-full_details-border {
  padding: 32px 8% 45px 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .c-card-full_details-border {
    padding: 24px 10%;
  }
}
@media (min-width: 1024px) {
  .c-card-full_details-border {
    padding: 24px 15.5%;
  }
}

.c-card-full--on-light-bg .c-card-full_details-border {
  border: 1px solid #979797;
  border-top: 0;
}
@media (min-width: 1024px) {
  .c-card-full--on-light-bg .c-card-full_details-border {
    padding-left: 10%;
    padding-right: 10%;
    border-top: 1px solid #979797;
    border-left: 0;
  }
}

.c-card-full_when-and-where {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .c-card-full_when-and-where {
    margin-bottom: 32px;
  }
}

.c-card-full_title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 12px;
}

.c-card-full_dek {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}

.c-card-full_red-button {
  align-self: stretch;
}
@media (min-width: 768px) {
  .c-card-full_red-button {
    align-self: center;
    padding-right: 26px;
    padding-left: 26px;
  }
}

/* Intro */
.c-intro {
  width: 100%;
  background-color: #242424;
  padding-top: calc(130px + 70px);
  color: #fff;
  position: relative;
  margin-top: -56px;
}
@media (min-width: 768px) {
  .c-intro {
    background-size: contain;
    margin-top: -70px;
  }
}
.c-intro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn.theatlantic.com/media/files/live-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  will-change: opacity;
  animation: fadein 2s ease-in 1.4s 1 forwards;
}

.c-intro__welcome {
  margin: 0 auto 50px;
  font-family: "Goldwyn", monospace;
  display: block;
  font-size: 14px;
  font-weight: 500;
  max-width: 500px;
  position: relative;
  z-index: 10;
  opacity: 0.1;
  animation: fadein 1s ease-in 0.6s 1 forwards;
}
@media (prefers-reduced-motion) {
  .c-intro__welcome {
    opacity: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  .c-intro__welcome {
    margin: 0 auto 65px;
  }
}
.c-intro__welcome:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 10px;
  margin: 0 auto;
  width: 100px;
  height: 50px;
  background-image: url("https://cdn.theatlantic.com/media/files/scrawl-welcome.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: leftRightClip 0.2s linear 0.8s 1 forwards;
}

@keyframes leftRightClip {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.c-intro__name {
  opacity: 0.1;
  animation: fadein 1s ease-in 1.2s 1 forwards;
}
@media (prefers-reduced-motion) {
  .c-intro__name {
    opacity: 1;
    animation: none;
  }
}
.c-intro__name em:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 5px 2px 10px 8px;
}
@media (min-width: 768px) {
  .c-intro__name em:after {
    width: 60px;
    height: 3px;
    margin: 5px 2px 15px 8px;
  }
}

.c-intro__live {
  position: relative;
}
.c-intro__live:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 47%;
  right: 0;
  margin: 0 auto;
  width: 115px;
  height: 80px;
  transform: translateX(-50%);
  background-image: url("https://cdn.theatlantic.com/media/files/scrawl-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: ellipse(30% 20% at 50% 50%);
          clip-path: ellipse(30% 20% at 50% 50%);
  animation: circleClip 0.3s linear 1.4s 1 forwards;
}
@media (min-width: 768px) {
  .c-intro__live:after {
    width: 175px;
    height: 120px;
  }
}

@keyframes circleClip {
  0% {
    -webkit-clip-path: ellipse(30% 20% at 50% 50%);
            clip-path: ellipse(30% 20% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
}
.c-intro__header {
  margin: 0 auto;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  max-width: 990px;
  position: relative;
  z-index: 10;
}
.c-intro__header:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  margin: 48px auto;
  opacity: 0.1;
  will-change: opacity;
  transform-origin: center;
  animation: fadein 1s ease-in 1s 1 forwards, getWide 1s cubic-bezier(0.17, 0.67, 0.31, 0.97) 1.6s 1 forwards;
}
@media (prefers-reduced-motion) {
  .c-intro__header:after {
    opacity: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  .c-intro__header {
    font-size: 70px;
  }
}

.c-intro__text {
  font-family: "Goldwyn", monospace;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 auto 130px;
  max-width: 345px;
  width: 95%;
  position: relative;
  z-index: 10;
  opacity: 0.1;
  will-change: opacity;
  animation: fadein 1s ease-in 1.8s 1 forwards;
}
@media (prefers-reduced-motion) {
  .c-intro__text {
    opacity: 1;
    animation: none;
  }
}
.c-intro__text .c-intro__atlantic {
  position: relative;
  display: inline-block;
}
.c-intro__text .c-intro__atlantic:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 12px;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 20px;
  background-image: url("https://cdn.theatlantic.com/media/files/scrawl-underlines.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: leftRightClip 0.2s linear 2s 1 forwards;
}

.c-intro-video-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media (min-width: 1024px) {
  .c-intro-video-container {
    padding-bottom: min(26.25vw, 373.3333333333px);
    width: 90vw;
  }
}

.c-intro-video {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-intro-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}

/* Featured */
.c-featured {
  background-color: #f1f1f1;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .c-featured {
    padding-bottom: 120px;
    padding-top: min(26.25vw, 373.3333333333px);
  }
}

.c-featured .c-section-label {
  margin-bottom: 60px;
}

.c-featured__card {
  margin: 0 24px;
  max-width: 1170px;
  box-sizing: border-box;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .c-featured__card {
    margin: 0 52px;
  }
}
@media (min-width: 1274px) {
  .c-featured__card {
    margin: 0 auto;
  }
}
.c-featured__card.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

/* Events List */
.c-events {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .c-events {
    padding-bottom: 120px;
  }
}

.c-events__list {
  margin: 0 24px;
  max-width: 1004px;
  box-sizing: border-box;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .c-events__list {
    margin: 0 52px;
  }
}
@media (min-width: 1108px) {
  .c-events__list {
    margin: 0 auto;
  }
}
.c-events__list.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-events_nav {
  margin: 50px auto 30px;
}

.c-events_tabs .c-btn {
  border: 0;
  padding: 12px 24px;
  color: #5e6a74;
  font-size: 18px;
}
.c-events_tabs .c-btn.is-active {
  color: #e7131a;
  text-decoration: underline;
  text-underline-offset: 0.05em;
}

.c-events_categories {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 36px;
  padding-bottom: 50px;
}
.c-events_categories .c-btn {
  border: 0;
  padding: 8px 15px;
  color: #5e6a74;
  margin-right: 25px;
}
.c-events_categories .c-btn.is-active {
  color: #fff;
  text-decoration: none;
  background-color: #e7131a;
  border-radius: 25px;
}
.c-events_categories:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  background-color: #fff;
  box-shadow: 4px 6px 20px 30px #fff;
}

.c-events_categories-container {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  padding-bottom: 22px;
}

.c-events_tabs {
  display: flex;
  justify-content: center;
}

.c-events__upcoming-event:not(:last-child) {
  margin-bottom: 32px;
}

.c-events__upcoming-empty {
  text-align: center;
  margin: 40px auto;
  font-family: "Goldwyn", monospace;
  color: #5e6a74;
}

.c-events__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  padding: 0;
  margin: 24px 0;
  transition: 0.5s ease-out opacity;
}
.c-events__grid .c-card {
  height: 100%;
  grid-column: span 12;
}
@media (min-width: 600px) {
  .c-events__grid .c-card {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .c-events__grid .c-card {
    grid-column: span 4;
  }
}

.c-events__grid--loading {
  opacity: 0.5;
}

.c-event-list-paginator {
  border-top: 1px solid #c1c1c1;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-family: "Goldwyn", monospace;
  color: #5e6a74;
  font-size: 14px;
}

.c-event-list-paginator__controls,
.c-event-list-paginator__status {
  padding: 24px 0;
}

/* Who We Are */
.c-whoweare {
  width: 100%;
  background-color: #2a2a2a;
  padding: 20px 0;
}

.c-whoweare-statement {
  max-width: 940px;
  width: 90%;
  margin: 100px auto;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  opacity: 0.1;
}
.c-whoweare-statement.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (min-width: 1024px) {
  .c-whoweare-statement {
    font-size: 40px;
    line-height: 48px;
    margin: 140px auto;
  }
}

.c-whoweare-description {
  max-width: 940px;
  width: 90%;
  padding: 0 0 140px;
  margin: 0 auto 140px;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  border-bottom: 1px solid #5e6a74;
  opacity: 0.1;
}
.c-whoweare-description.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-whoweare-dek {
  margin-bottom: 20px;
}

.c-whoweare-cta {
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.c-whoweare-cta_link {
  margin-left: 10px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-subscribe-cta_link_text {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-whoweare-stat-container {
  display: block;
  margin: 0 auto 140px;
  padding: 0;
  border-top: 1px solid #5e6a74;
  border-bottom: 1px solid #5e6a74;
  max-width: 85%;
}
@media (min-width: 1024px) {
  .c-whoweare-stat-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
    padding: 80px 0;
  }
}

.c-whoweare-stat.c-card.is-inview:nth-child(1) {
  animation-delay: 0.1s;
}
.c-whoweare-stat.c-card.is-inview:nth-child(2) {
  animation-delay: 0.2s;
}
.c-whoweare-stat.c-card.is-inview:nth-child(3) {
  animation-delay: 0.3s;
}

.c-whoweare-stat.c-card {
  display: block;
  text-align: center;
  background-color: transparent;
  box-sizing: initial;
  color: #fff;
  max-width: 240px;
  padding: 70px 0 80px;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #c1c1c1;
  opacity: 0.1;
  transform: translateY(40px);
}
.c-whoweare-stat.c-card:last-child {
  border: none;
}
@media (min-width: 1024px) {
  .c-whoweare-stat.c-card {
    margin: 0;
    border: none;
    padding: 0 60px;
  }
  .c-whoweare-stat.c-card:after {
    content: "";
    width: 1px;
    height: 120px;
    background-color: #5e6a74;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .c-whoweare-stat.c-card:last-child:after {
    display: none;
  }
  .c-whoweare-stat.c-card:nth-child(2) .c-whoweare-stat__image {
    position: relative;
    top: 10px;
  }
}
.c-whoweare-stat.c-card.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-whoweare-stat.c-card {
    opacity: 1;
    transform: translateY(0);
  }
  .c-whoweare-stat.c-card.is-inview {
    animation: none;
  }
}

.c-whoweare-stat__image {
  max-width: 120px;
  max-height: 120px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.c-whoweare-stat__image.c-figure {
  background-color: transparent;
}
.c-whoweare-stat__image .c-img--loaded {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent;
  max-height: 120px;
}

.c-whoweare-stat__number {
  font-family: "Atlantic Serif", "Atlantic", "Bodoni", Georgia, serif;
  font-size: 90px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}

.c-whoweare-stat__dek {
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.c-whoweare-featured-header {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin: 0 auto 60px;
  text-align: center;
}

.c-whoweare-featured-wrapper {
  position: relative;
  min-height: 400px;
  margin-bottom: 80px;
  width: 100%;
  overflow: hidden;
}

.c-whoweare-featured-container {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .c-whoweare-featured-container {
    position: relative;
    max-width: 1032px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    justify-content: center;
    white-space: initial;
    margin: 0 auto;
    overflow: visible;
  }
}

.c-whoweare-speaker.is-inview:nth-child(1) {
  animation-delay: 0.1s;
}
.c-whoweare-speaker.is-inview:nth-child(2) {
  animation-delay: 0.2s;
}
.c-whoweare-speaker.is-inview:nth-child(3) {
  animation-delay: 0.3s;
}
.c-whoweare-speaker.is-inview:nth-child(4) {
  animation-delay: 0.4s;
}
.c-whoweare-speaker.is-inview:nth-child(5) {
  animation-delay: 0.5s;
}
.c-whoweare-speaker.is-inview:nth-child(6) {
  animation-delay: 0.6s;
}

.c-whoweare-speaker {
  width: 324px;
  background-color: #1f1f1f;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
  opacity: 0.1;
  transform: translateY(40px);
}
.c-whoweare-speaker:last-child {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .c-whoweare-speaker {
    display: block;
    padding: initial;
    margin: 0;
  }
  .c-whoweare-speaker:last-child {
    margin-right: auto;
  }
}
.c-whoweare-speaker.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-whoweare-speaker {
    opacity: 1;
    transform: translateY(0);
  }
  .c-whoweare-speaker.is-inview {
    animation: none;
  }
}

.c-whoweare-speaker__image {
  max-width: 100%;
  margin: 0 auto 35px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  background-color: #fff;
}

.c-whoweare-speaker__name {
  font-size: 32px;
  line-height: 38px;
  width: 80%;
  margin: 0 auto 8px;
}

.c-whoweare-speaker__title {
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  white-space: initial;
}

/* What We Offer */
.c-whatweoffer {
  width: 100%;
  background-color: #f1f1f1;
  padding: 20px 0;
}

.c-whatweoffer-container {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-direction: column-reverse;
  opacity: 0.1;
}
.c-whatweoffer-container.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (min-width: 768px) {
  .c-whatweoffer-container {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .c-whatweoffer-container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}

.c-whatweoffer-text {
  margin: 40px auto;
  width: 85%;
}
@media (min-width: 1024px) {
  .c-whatweoffer-text {
    margin: 20px 40px 0 0;
    width: 100%;
  }
}

.c-whatweoffer__header {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}

.c-whatweoffer-list {
  padding: 0;
  list-style-type: none;
  margin: 20px auto 30px;
}

.c-whatweoffer__offering {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  opacity: 0.1;
}
.c-whatweoffer__offering.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-whatweoffer__offering:before {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url("/sponsored/assets/live/assets/check-mark.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
  transform: scale(1);
}
.c-whatweoffer__offering.is-inview:before {
  animation: scalein 1s forwards ease-in-out;
}

.c-whatweoffer__cta {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #e7131a;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  cursor: pointer;
}
.c-whatweoffer__cta:hover {
  color: #b50e14;
  text-decoration: underline;
}

.c-whatweoffer__image {
  margin: 0;
}
@media (min-width: 768px) {
  .c-whatweoffer__image {
    margin: 0 auto 40px;
  }
}
@media (min-width: 1024px) {
  .c-whatweoffer__image {
    max-width: 600px;
    height: auto;
  }
}

/* Sign Up */
.c-signup {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  /* Alternating background colors 
    Components: Disclaimer, Experience, Subscribe, Agenda, Questions, Featured, Related
  */
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
  display: block;
  outline: none;
}
.c-signup:nth-child(odd of .alt-bg-color) {
  background-color: #f8f7f4;
  border-bottom: 0;
}
.c-signup:nth-child(even of .alt-bg-color) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-signup {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-signup {
    padding: 80px 0;
  }
}
.c-signup > * {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .c-signup > * {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .c-signup > * {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-signup > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-signup > :last-child {
  margin-bottom: 0;
}

.c-signup-text {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  position: relative;
  margin: 0 auto 30px;
  width: 90%;
  text-align: center;
}
@media (min-width: 768px) {
  .c-signup-text {
    font-size: 48px;
    line-height: 54px;
    width: 60%;
  }
}

.c-signup-form {
  display: block;
  margin: 0;
  outline: none;
  gap: 24px 0;
}
@media (min-width: 768px) {
  .c-signup-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 32px;
  }
}
.c-signup-form input {
  outline: none;
}

.c-signup-form__field {
  outline: none;
  padding: 12px;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #c1c1c1;
  display: block;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.c-signup-form__field:active {
  border: 1px solid #0550c8;
}
.c-signup-form__field:invalid {
  border: 1px solid #c1c1c1;
}
.c-signup-form__field.error {
  border: 1px solid #e7131a;
}
.c-signup-form__field.success {
  border: 1px solid #038f6e;
}
@media (min-width: 768px) {
  .c-signup-form__field {
    margin: 0;
    flex: 1;
  }
}

.c-signup-form__message {
  display: block;
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 12px;
}
.c-signup-form__message.error {
  display: block;
  font-size: 12px;
  color: #e7131a;
  margin-bottom: 8px;
}
.c-signup-form__message.success {
  display: block;
  font-size: 12px;
  color: #038f6e;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c-signup-form__message {
    order: 1;
    flex-basis: 100%;
  }
}

.c-signup-form__button {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background-color: #e7131a;
  border: 0;
  cursor: pointer;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
}
.c-signup-form__button:hover,
.c-signup-form__button :active {
  background-color: #b50e14;
}
@media (min-width: 768px) {
  .c-signup-form__button {
    margin: 0;
    width: auto;
    padding: 0 20px;
  }
}

.c-signup__col2 {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-signup__col2 {
    padding: 0;
    max-width: 747px;
  }
}

.c-newsletter__legal {
  color: #6f6c69;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  margin-top: 24px;
  max-width: 600px;
}
@media (min-width: 768px) {
  .c-newsletter__legal {
    margin-top: 0;
  }
}

.c-newsletter__legal-link {
  color: #6f6c69;
  text-decoration: underline;
}
.c-newsletter__legal-link:active, .c-newsletter__legal-link:hover {
  color: #000;
}

/* Timeline */
.c-timeline {
  width: 100%;
  background-color: #fff;
}

.c-timeline-container {
  width: 85%;
  margin: 80px auto;
  max-width: 1440px;
}

.c-timeline-event {
  display: block;
  overflow: hidden;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .c-timeline-event {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 160px;
  }
}

.c-timeline__header {
  font-family: "Atlantic Serif", "Atlantic", "Bodoni", Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 500px;
  max-width: 100%;
  opacity: 0.1;
  transform: translateY(80px);
}
@media (min-width: 768px) {
  .c-timeline__header {
    font-size: 40px;
    line-height: 48px;
  }
}
.c-timeline__header.event-1 {
  max-width: 250px;
}
@media (min-width: 768px) {
  .c-timeline__header.event-1 {
    padding: 10px 48px 40px;
    border-left: 1px solid #c1c1c1;
    grid-area: 1/2/2/4;
  }
}
.c-timeline__header.event-2 {
  margin: 0;
  border-top: 1px solid #c1c1c1;
  padding: 10% 0 0;
}
@media (min-width: 768px) {
  .c-timeline__header.event-2 {
    width: 80%;
    padding: 10% 0 0 10%;
    grid-area: 2/4/3/6;
  }
}
.c-timeline__header.event-3 {
  border-top: 1px solid #c1c1c1;
  padding: 10% 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .c-timeline__header.event-3 {
    text-align: right;
    width: 80%;
    padding: 10% 10% 0;
    grid-area: 2/3/3/5;
    align-self: start;
    margin-top: 80px;
  }
}
.c-timeline__header.event-4 {
  border-top: 1px solid #c1c1c1;
  padding: 10% 0 0;
}
@media (min-width: 768px) {
  .c-timeline__header.event-4 {
    align-self: start;
    width: 80%;
    margin-top: 40%;
    padding: 10% 10% 0;
    grid-area: 2/3/3/5;
  }
}
.c-timeline__header.is-inview {
  animation: fadeinupmore 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-timeline__text {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  width: 100%;
  opacity: 0.1;
  transform: translateY(80px);
}
.c-timeline__text.event-1 {
  margin: 20px 0 40px;
}
.c-timeline__text.event-1.is-inview {
  animation-delay: 0.6s;
}
@media (min-width: 768px) {
  .c-timeline__text.event-1 {
    margin: 30px auto 0 4vw;
    width: 80%;
    grid-area: 4/5/7/7;
  }
}
.c-timeline__text.event-2 {
  margin: 20px 0 40px;
}
@media (min-width: 768px) {
  .c-timeline__text.event-2 {
    margin: 20px auto 0;
    width: 80%;
    grid-area: 3/4/5/6;
  }
}
.c-timeline__text.event-3 {
  text-align: left;
  margin: 20px 0 40px;
}
@media (min-width: 768px) {
  .c-timeline__text.event-3 {
    text-align: right;
    margin: 20px 3vw 0;
    width: 80%;
    grid-area: 3/2/4/5;
    justify-self: end;
  }
}
.c-timeline__text.event-4 {
  margin: 20px 0 40px;
}
@media (min-width: 768px) {
  .c-timeline__text.event-4 {
    margin: 20px auto 0;
    width: 80%;
    grid-area: 3/3/5/5;
  }
}
.c-timeline__text.is-inview {
  animation: fadeinupmore 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-timeline__image {
  overflow: visible;
  background-color: transparent;
  opacity: 0.1;
  transform: translateY(80px);
}
.c-timeline__image.event-1 {
  grid-area: 2/1/5/5;
  justify-self: end;
}
@media (min-width: 768px) {
  .c-timeline__image.event-1 {
    width: 90%;
  }
}
.c-timeline__image.event-1:last-of-type {
  margin-top: 20px;
  width: 100%;
  animation-delay: 0.2s;
}
@media (min-width: 768px) {
  .c-timeline__image.event-1:last-of-type {
    grid-area: 2/5/4/7;
    margin-top: 40px;
    margin-left: 2vw;
    justify-self: start;
  }
}
.c-timeline__image.event-2 {
  grid-area: 1/1/6/4;
}
.c-timeline__image.event-3 {
  grid-area: 1/5/6/7;
}
.c-timeline__image.event-4 {
  grid-area: 1/1/7/3;
}
.c-timeline__image.event-4:last-of-type {
  margin-top: 20px;
  grid-area: 6/5/8/7;
}
@media (min-width: 768px) {
  .c-timeline__image.event-4:last-of-type {
    margin-top: 80px;
  }
}
.c-timeline__image.is-inview {
  animation: fadeinupmore 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-timeline__link {
  text-decoration: underline;
}

/* Footer */
.c-footer {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  background-color: #fff;
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.c-footer::before {
  content: "";
  border-top: 1px solid #c1c1c1;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.c-footer__logo {
  width: 200px;
  margin-bottom: 50px;
}

.c-footer__live-links {
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0;
}

.c-footer__legal-links {
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0;
}

.c-footer__live-link,
.c-footer__legal-link {
  display: block;
  margin: 0 auto 20px;
  padding-right: 0;
  border-right: 0;
}
@media (min-width: 768px) {
  .c-footer__live-link,
  .c-footer__legal-link {
    display: inline;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #c1c1c1;
  }
  .c-footer__live-link:last-child,
  .c-footer__legal-link:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
  }
}

.c-footer__disclaimer {
  font-size: 10px;
  color: #5e6a74;
  width: 85%;
  margin: 0 auto 12px;
}

.c-footer__copyright {
  font-size: 10px;
  color: #5e6a74;
  width: 85%;
  margin: 0 auto;
}

.c-footer-social__links {
  list-style-type: none;
  padding: 0;
  width: 80%;
  max-width: 600px;
  margin: 60px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-footer-social__share-label {
  display: inline-block;
  vertical-align: middle;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  color: #000;
  margin-right: 25px;
  padding-bottom: 2px;
}

.c-footer-social__share-item {
  width: 16px;
  margin-right: 20px;
}
.c-footer-social__share-item:last-child {
  margin-right: 0;
}