@charset "UTF-8";
@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 {
  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;
}

.c-img--loaded {
  opacity: 1;
}

/* 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;
}

/* Headers */
.c-ht-header {
  position: relative;
  opacity: 0;
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
  animation-delay: 800ms;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
@media (prefers-reduced-motion) {
  .c-ht-header {
    opacity: 1;
    animation: none;
  }
}

.c-ht-header__title {
  width: 100%;
  height: 0;
  text-indent: -9999px;
  position: relative;
  margin: 0 auto;
}

.c-ht-header__image {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: var(--leadImageMobileRatio);
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-ht-header__image {
    padding-bottom: var(--leadImageRatio);
  }
}
.c-ht-header__image img {
  display: block;
  width: 100%;
}
.c-ht-header__image .has-video {
  display: block;
}
@media (min-width: 768px) {
  .c-ht-header__image .has-video {
    display: none;
  }
}

.c-header .c-header__image {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  background-image: var(--leadImageMobile);
}
@media (min-width: 768px) {
  .c-header .c-header__image {
    padding-bottom: calc(56.25% - 70px); /* 16:9 aspect ratio minus nav height */
    background-image: var(--leadImage);
  }
}
.c-header .c-header__image.no-image {
  background-color: #dddddd;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .c-header .c-header__image.no-image {
    padding-bottom: 40%;
  }
}
.c-header .c-header__image.no-image ~ .c-register {
  color: #000;
}
.c-header .c-header__image.no-image + .c-header__title {
  color: #000;
}

.c-header__video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.c-header__video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .c-header__video {
    display: block;
  }
}

.c-ht-register {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #c1c1c1;
  display: block;
}
@media (min-width: 768px) {
  .c-ht-register {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.c-ht-register .c-event-date-place {
  font-family: "Goldwyn", monospace;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-ht-register .c-event-date-place {
    text-align: left;
    margin-bottom: initial;
  }
}

.c-ht-register .c-event-register {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-ht-register .c-event-register {
    max-width: 180px;
    margin: 0;
  }
}

.c-ht-register .c-event-register:hover {
  background-color: #b50e14;
}

.c-header {
  margin: 0 auto;
  max-width: 1440px;
  margin-bottom: 140px;
  position: relative;
  opacity: 0;
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
  animation-delay: 800ms;
}
@media (prefers-reduced-motion) {
  .c-header {
    opacity: 1;
    animation: none;
  }
}
@media (min-width: 768px) {
  .c-header {
    margin-bottom: 80px;
  }
}

.c-header-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  margin: 0 auto;
}

.c-header__title {
  width: 90%;
  margin: 0 auto;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 53px;
  color: #fff;
  text-align: center;
  z-index: 100;
}
@media (min-width: 768px) {
  .c-header__title {
    width: 80%;
    top: 50%;
    font-size: 52px;
    line-height: 63px;
  }
}
@media (min-width: 1024px) {
  .c-header__title {
    font-size: 70px;
    line-height: 83px;
  }
}

.c-register {
  width: 90%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  position: absolute;
  bottom: -80px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .c-register {
    position: initial;
    bottom: initial;
    width: 80%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.c-header-container .c-event-date-place {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
  width: 70%;
}
@media (min-width: 768px) {
  .c-header-container .c-event-date-place {
    font-size: 18px;
    line-height: 21px;
  }
}

.c-event-register {
  width: 90%;
  height: 35px;
  border: 0;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background-color: #e7131a;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .c-event-register {
    max-width: 180px;
    margin-top: 60px;
  }
}

.c-event-register:hover {
  background-color: #b50e14;
  color: #fff;
}

/* Subscriber Access */
.c-subscriber-access {
  width: 100%;
  margin-top: 70px;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  color: #e7131a;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  text-align: center;
}
.c-subscriber-access::after, .c-subscriber-access::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #c1c1c1;
}
.c-subscriber-access::before {
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .c-subscriber-access::before {
    margin-bottom: 102px;
  }
}
.c-subscriber-access::after {
  margin-top: 52px;
}
@media (min-width: 768px) {
  .c-subscriber-access::after {
    margin-top: 88px;
  }
}

.c-subscriber-access__text {
  margin: 0 auto;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 30px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .c-subscriber-access__text {
    font-size: 48px;
    padding: 0 64px;
  }
}
@media (min-width: 1024px) {
  .c-subscriber-access__text {
    max-width: 1440px;
    padding: 0 80px;
  }
}

.c-subscriber-access__link {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  color: #e7131a;
  font-weight: 500;
}
.c-subscriber-access__link:hover {
  color: #b50e14;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

/* Intro */
.c-intro {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  /* Alternating background colors 
    Components: Disclaimer, Experience, Subscribe, Agenda, Questions, Featured, Related
  */
  opacity: 0.1;
  box-sizing: border-box;
  padding-bottom: 0;
}
.c-intro:nth-child(odd of .alt-bg-color) {
  background-color: #f8f7f4;
  border-bottom: 0;
}
.c-intro:nth-child(even of .alt-bg-color) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-intro {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-intro {
    padding: 80px 0;
  }
}
.c-intro > * {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .c-intro > * {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .c-intro > * {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-intro > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-intro > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-intro {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-intro {
    padding-bottom: 0;
  }
}
.c-intro.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-intro {
    opacity: 1;
    animation: none;
  }
}

.c-intro-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex: 1;
  aspect-ratio: 16/9;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .c-intro-video {
    flex-basis: 50%;
    max-width: 768px;
    margin-bottom: 80px;
  }
}

.c-intro-video iframe {
  width: 100%;
  height: 100%;
}

.c-intro-image {
  position: relative;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-intro-image {
    max-width: 600px;
    width: 50%;
  }
}

.c-intro-text-col {
  flex: 1;
}
@media (min-width: 1024px) {
  .c-intro-text-col {
    flex-basis: 50%;
    max-width: 768px;
  }
}

.c-intro-copy {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .c-intro-copy {
    font-size: 24px;
    line-height: 36px;
  }
}
.c-intro-copy p {
  margin-bottom: 15px;
}
.c-intro-copy h1,
.c-intro-copy h2 {
  margin: 0 auto 28px;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .c-intro-copy h1,
  .c-intro-copy h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.c-intro-copy li {
  margin-bottom: 10px;
}
.c-intro-copy iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.c-intro-embed {
  margin: 0 auto 40px;
  max-width: 665px;
}

.c-intro-columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 1024px) {
  .c-intro-columns {
    gap: 74px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.c-intro-hashtag {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  color: #e7131a;
  margin: 40px 0;
  max-width: 665px;
  display: block;
}

.c-intro-button {
  border: 0;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background-color: #e7131a;
  cursor: pointer;
  padding: 13px 17px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.c-intro-button:hover {
  background-color: #b50e14;
  color: #fff;
}
@media (min-width: 768px) {
  .c-intro-button {
    width: 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;
}

/* Passes */
.c-passes {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  /* Alternating background colors 
    Components: Disclaimer, Experience, Subscribe, Agenda, Questions, Featured, Related
  */
  background-color: #f9fafc;
  opacity: 0.1;
  position: relative;
  z-index: 10;
}
.c-passes:nth-child(odd of .alt-bg-color) {
  background-color: #f8f7f4;
  border-bottom: 0;
}
.c-passes:nth-child(even of .alt-bg-color) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-passes {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-passes {
    padding: 80px 0;
  }
}
.c-passes > * {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .c-passes > * {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .c-passes > * {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-passes > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-passes > :last-child {
  margin-bottom: 0;
}
.c-passes.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-passes-container {
  display: block;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .c-passes-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(auto, 192px));
    justify-content: center;
  }
}

.c-passes-tier {
  box-sizing: border-box;
  max-width: 404px;
  padding: 15px 30px 68px;
  grid-column: span 2;
  margin: 0 auto;
}
.c-passes-tier:nth-last-of-type(1):nth-child(odd) {
  grid-column: 2/span 2;
}

.c-passes-title {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

.c-passes-text {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

.c-passes-button {
  margin: 0 auto;
  grid-column: 2/span 2;
}

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

.c-disclaimer-text {
  box-sizing: content-box;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  color: #5e6a74;
  font-size: 24px;
  line-height: 36px;
  max-width: 768px;
  text-align: center;
}

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

.c-presented-by__sponsor-message {
  margin: 0 auto 30px;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  text-align: center;
}

.c-presented-by__sponsor-logo {
  display: block;
  height: 120px;
  margin: 0 auto;
}

/* Subscribe */
.c-subscribe {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  /* Alternating background colors 
    Components: Disclaimer, Experience, Subscribe, Agenda, Questions, Featured, Related
  */
  background-color: #f8f8f8;
  opacity: 0.1;
}
.c-subscribe:nth-child(odd of .alt-bg-color) {
  background-color: #f8f7f4;
  border-bottom: 0;
}
.c-subscribe:nth-child(even of .alt-bg-color) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-subscribe {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-subscribe {
    padding: 80px 0;
  }
}
.c-subscribe > * {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .c-subscribe > * {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .c-subscribe > * {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-subscribe > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-subscribe > :last-child {
  margin-bottom: 0;
}
.c-subscribe.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-subscribe {
    opacity: 1;
  }
  .c-subscribe.is-inview {
    animation: none;
  }
}

.c-subscribe__logo {
  margin: 0 auto;
  display: block;
  width: 92px;
}

.c-subscribe__headline {
  max-width: 665px;
  margin: 0 auto 12px;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-subscribe__headline {
    font-size: 48px;
    line-height: 58px;
  }
}

.c-subscribe__dek {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  width: 80%;
  max-width: 560px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-subscribe__dek {
    font-size: 24px;
    line-height: 36px;
  }
}

.c-subscribe__subscribe {
  width: 140px;
  height: 50px;
  border: 0;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background-color: #e7131a;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.c-subscribe__subscribe:hover {
  color: #fff;
  background-color: #b50e14;
}

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

.c-speakers-container {
  display: block;
  grid-template-columns: none;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-speakers-container {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(2, minmax(296px, max-content));
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .c-speakers-container {
    grid-template-columns: repeat(4, minmax(296px, 1fr));
  }
}

.c-speakers-container--extras:not(.is-expanded) {
  height: 0;
  overflow: hidden;
  padding: 0;
}

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

.c-speakers-card {
  width: 100%;
  max-width: 306px;
  background-color: #fff;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: stretch;
  height: auto;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  opacity: 0.1;
  transform: translateY(40px);
}
@media (min-width: 768px) {
  .c-speakers-card {
    height: 100%;
  }
}
.c-speakers-card.is-sponsored {
  border-bottom: 2px solid #6236ff;
}
.c-speakers-card.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-speakers-card {
    opacity: 1;
    transform: translateY(0);
  }
  .c-speakers-card.is-inview {
    animation: none;
  }
}

.c-speakers-card__photo {
  max-width: 100%;
  margin: 0 auto 35px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-speakers-card__photo .c-img {
  width: 100%;
}

.c-speakers-card__name {
  font-size: 32px;
  line-height: 38px;
  color: #000;
  width: 80%;
  margin: 0 auto 10px;
}

.c-speakers-card__title {
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin: 0 auto auto;
}

.c-speakers-card__link {
  display: inline-block;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  width: 80%;
  margin: 30px auto 0;
  align-self: flex-end;
}

.c-speakers-card-sponsor__label {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  color: #6236ff;
  width: 80%;
  margin: 30px auto 0;
}

.c-more-sticky-wrapper {
  position: relative;
}
.c-more-sticky-wrapper .c-speakers-card {
  opacity: 1;
  transform: translateY(0%);
}

.c-speakers-more-button {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
  margin-top: 20px;
  display: block;
  z-index: 10;
}
.c-speakers-more-button::after {
  content: "⌄";
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-left: -5px;
  top: -3px;
}
.c-speakers-more-button.is-expanded {
  padding: 20px 0;
  margin: 20px 0;
  position: sticky;
  top: calc(56px - 1px);
}
@media (min-width: 1024px) {
  .c-speakers-more-button.is-expanded {
    top: calc(70px - 1px);
  }
}
.c-speakers-more-button.is-expanded::after {
  content: "⌃";
  top: 3px;
}

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

.c-experience-container {
  display: block;
  overflow: visible;
}
@media (min-width: 1024px) {
  .c-experience-container {
    display: flex;
  }
}

.c-experiencepromoimage {
  position: relative;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-experiencepromoimage {
    order: 1;
    flex: 0 1 50%;
    max-width: 50%;
    margin-left: 80px;
  }
}

.c-experiencepromoimage-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .c-experiencepromoimage-container {
    max-width: 100%;
  }
}

.c-experiencepromoimage_img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-experiencepromoimage_img.active {
  opacity: 1;
}
.c-experiencepromoimage_img.inactive {
  opacity: 0;
}

.c-experience-copy {
  max-width: 100%;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
}
@media (min-width: 1024px) {
  .c-experience-copy {
    margin-bottom: 0;
    max-width: 50%;
    margin: 0;
    align-self: center;
  }
}
.c-experience-copy p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.c-experience-copy p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-experience-copy ul {
  margin: 0 0 20px 15px;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
}
.c-experience-copy li {
  margin-bottom: 15px;
}
.c-experience-copy h1,
.c-experience-copy h2 {
  max-width: 665px;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .c-experience-copy h1,
  .c-experience-copy h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.c-experience-copy .c-btn {
  margin-top: 30px;
}

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

.c-featured-container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: initial;
}
@media (min-width: 768px) {
  .c-featured-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 307px));
    justify-content: center;
    grid-gap: 32px;
    max-width: 1070px;
  }
}
@media (min-width: 1440px) {
  .c-featured-container {
    grid-template-columns: repeat(4, minmax(auto, 307px));
    grid-gap: 32px;
    max-width: 1280px;
    /* has a total of 3 items */
  }
  .c-featured-container.total-3 {
    grid-template-columns: repeat(3, minmax(auto, 307px));
  }
  .c-featured-container.total-2 {
    grid-template-columns: repeat(2, minmax(auto, 307px));
  }
}
.c-featured-container.total-1 {
  grid-template-columns: repeat(1, minmax(auto, 307px));
}

.c-featured-card.is-inview:nth-child(1) {
  animation-delay: 0.1s;
}
.c-featured-card.is-inview:nth-child(2) {
  animation-delay: 0.2s;
}
.c-featured-card.is-inview:nth-child(3) {
  animation-delay: 0.3s;
}
.c-featured-card.is-inview:nth-child(4) {
  animation-delay: 0.4s;
}
.c-featured-card.is-inview:nth-child(5) {
  animation-delay: 0.5s;
}
.c-featured-card.is-inview:nth-child(6) {
  animation-delay: 0.6s;
}
.c-featured-card.is-inview:nth-child(7) {
  animation-delay: 0.7s;
}
.c-featured-card.is-inview:nth-child(8) {
  animation-delay: 0.8s;
}

.c-featured-card {
  display: block;
  width: 100%;
  max-width: 307px;
  background-color: transparent;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  color: #000;
  opacity: 0.1;
  transform: translateY(40px);
  margin: 0 auto 32px;
}
.c-featured-card .c-card {
  display: block;
  background-color: transparent;
}
@media (min-width: 768px) {
  .c-featured-card .c-card {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-featured-card .c-card {
    max-width: 307px;
  }
}
.c-featured-card .c-img {
  width: 100%;
  height: 100%;
}
.c-featured-card.is-sponsored {
  border-bottom: 2px solid #6236ff;
}
.c-featured-card.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-featured-card {
    opacity: 1;
    transform: translateY(0);
  }
  .c-featured-card.is-inview {
    animation: none;
  }
}

.c-featured-card__link {
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-featured-card__link {
    max-width: 100%;
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 5px 12px;
  }
}
@media (min-width: 1024px) {
  .c-featured-card__link {
    display: block;
  }
}

.c-featured-card .c-card_img {
  max-width: 100%;
  margin-bottom: 20px;
  grid-row-start: 1;
  grid-row-end: 4;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .c-featured-card .c-card_img {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-featured-card .c-card_img {
    margin-bottom: 20px;
  }
}

.c-featured-card__label {
  width: 80%;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  color: #5e6a74;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 30px;
}
.c-featured-card__label.is-sponsored {
  color: #6236ff;
}

.c-featured-card__title {
  width: 80%;
  font-size: 32px;
  line-height: 38px;
  margin-top: 5px;
}

.c-featured-card__author {
  width: 80%;
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 24px;
}

.c-ad.ad-loaded--standard,
.c-ad.ad-loaded--responsive {
  width: 100%;
  margin: 0 auto 40px;
  background: #fff;
  border-bottom: 1px solid #fff;
  display: block;
}

.c-ad.ad-loaded--standard:before,
.c-ad.ad-loaded--responsive:before {
  content: "Advertisement";
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Segoe UI, Arial, sans-serif;
  display: block;
  color: #5e6a74;
  letter-spacing: 0.5px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.c-ad.ad-loaded--standard:after,
.c-ad.ad-loaded--responsive:after {
  content: "";
  display: block;
  padding-top: 30px;
}

.c-logo-ad-section-label {
  padding-top: 0;
}

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

@media (min-width: 1024px) {
  .c-agenda-sessions {
    display: grid;
  }
}

.c-agenda-header {
  margin-bottom: 32px;
  padding: 0;
}

.c-agenda-header__date {
  display: block;
  margin-left: 0;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .c-agenda-header__date {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
  }
  .c-agenda-header__date::before {
    content: "";
    width: 298px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 10px 0;
  }
}

.c-agenda-header-filters {
  width: 100%;
  display: flex;
  gap: 0 29px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-agenda-header-filters {
    flex-direction: row;
  }
}
.c-agenda-header-filters .c-dropdown-container {
  margin: 15px auto;
  display: block;
  width: 90%;
  text-align: left;
}
@media (min-width: 768px) {
  .c-agenda-header-filters .c-dropdown-container {
    display: flex;
    width: auto;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .c-agenda-header-filters .c-dropdown-container {
    margin: 0;
  }
}
.c-agenda-header-filters .c-dropdown-container .c-dropdown-label {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-agenda-header-filters .c-dropdown-container .c-dropdown-label {
    margin-bottom: 0;
  }
}

.c-agenda-header__title {
  font-family: "Atlantic Serif", "Atlantic", "Bodoni", Georgia, serif;
  font-size: clamp(20px, 12.5vw, 54px);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.c-agenda-header__title::after {
  display: none;
}

.c-agenda-header__description {
  margin: 48px auto;
  width: 90%;
  max-width: 640px;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.c-agenda-header__description p {
  margin-bottom: 20px;
}
.c-agenda-header__description a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-agenda-reset {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.c-agenda-reset__text {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 32px;
  line-height: 38px;
  max-width: 654px;
  padding: 40px 20px;
  margin: 0 auto;
}

.c-agenda-reset__button {
  display: inline-block;
}

.c-format-title {
  width: 100%;
  white-space: nowrap;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .c-format-title {
    width: auto;
    margin-top: 0;
    position: relative;
  }
}

.c-format-checkboxes {
  align-items: center;
  display: flex;
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 32px;
  min-height: 60px;
  position: relative;
  gap: 0 20px;
  margin: 18px auto 0;
  padding-top: 18px;
  width: 90%;
}
@media (min-width: 768px) {
  .c-format-checkboxes {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .c-format-checkboxes {
    margin-bottom: 0;
    margin: 0;
    padding-top: 0;
  }
}

.c-format-wrapper {
  display: flex;
}
@media (min-width: 1024px) {
  .c-format-wrapper {
    margin-top: 0;
    width: auto;
  }
}

.c-format-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  border: 1px solid #c0ccda;
  height: 20px;
  margin-right: 14px;
  position: relative;
  width: 20px;
}
.c-format-checkbox:checked {
  border: 0;
  background-color: #e7131a;
}
.c-format-checkbox:checked::after {
  background-image: url("/sponsored/assets/live/assets/check-white.png");
  background-size: cover;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  top: 2px;
  width: 19px;
}

.c-format-checkbox:checked + .c-format-checkbox-label {
  color: #e7131a;
}
.c-format-checkbox:checked + .c-format-checkbox-label svg path {
  fill: #e7131a;
}

.c-format-checkbox-label {
  align-items: center;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.c-format-checkbox-label svg {
  margin-left: 10px;
}
.c-format-checkbox-label svg path {
  fill: #000;
}

.c-agenda-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0 32px;
}
.c-agenda-tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
@media (min-width: 1024px) {
  .c-agenda-tabs {
    flex-direction: row;
  }
  .c-agenda-tabs:after {
    z-index: 1;
  }
}

.c-agenda-tab {
  display: flex;
  justify-content: space-between;
  background-color: #f8f7f4;
  border-bottom: none;
  padding: 24px;
  font-family: "Goldwyn", monospace;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 100;
  text-align: center;
  align-items: center;
  transition: background-color 400ms ease-out;
}
.c-agenda-tab:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (min-width: 1024px) {
  .c-agenda-tab {
    width: 100%;
    border-bottom: 1px solid #7c7c7a;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.c-agenda-tab.c-agenda-tab--lone-date {
  width: auto;
  display: flex;
  gap: 24px;
}

.c-agenda-tab:not(.c-agenda-tab--current) {
  cursor: pointer;
}

.c-agenda-tab--current {
  border: 1px solid #7c7c7a;
  background-color: #fff;
  border-bottom: none;
  transition: background-color 400ms ease-out;
}

.c-agenda-tab__name {
  font-family: "Atlantic Serif", "Atlantic", "Bodoni", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.is-happening {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e7131a;
}
.is-happening::before, .is-happening:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e7131a;
  opacity: 0.25;
  animation: pulse 2s forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
.is-happening:after {
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion) {
  .is-happening::before, .is-happening:after {
    animation: none;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.c-session {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding: 55px 0;
  gap: 24px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  animation: simplefadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-session:first-child {
  border: 0;
}
.c-session:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .c-session {
    display: grid;
    grid-template-columns: 2.5fr 1fr 134px;
  }
}
@media (min-width: 1024px) {
  .c-session {
    display: grid;
    grid-template-columns: 1fr 2.5fr 1fr 134px;
    gap: 0 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-session.has-happened {
  opacity: 0.5;
  animation: none;
}
.c-session.has-happened.is-archived {
  opacity: 1;
}

@keyframes simplefadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-session-title {
  grid-row: 2;
  grid-column: 1;
}
@media (min-width: 1024px) {
  .c-session-title {
    display: flex;
    flex-direction: column;
    grid-row: span 1;
    grid-column: 2;
    justify-content: center;
    margin-bottom: 0;
  }
}

.c-session-title__text {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 32px;
}

.c-session-title__underwriter {
  color: #6236ff;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
}

.c-session__time {
  font-family: "Goldwyn", monospace;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
}

.c-session_collapse {
  grid-row: 5;
  grid-column: 1;
  min-width: 134px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-session_collapse {
    grid-column: 3;
    grid-row: 2;
  }
}
@media (min-width: 1024px) {
  .c-session_collapse {
    align-items: center;
    display: flex;
    grid-row: span 1;
    grid-column: 4;
  }
}

.c-session_collapse__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #21272c;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Goldwyn", monospace;
  font-size: 12px;
  padding: 13px 0;
  width: 134px;
  height: 40px;
}
.c-session_collapse__button.c-session_collapse--collapsed {
  background: #e7131a;
}

.c-session__action {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-session__action {
    margin-top: 0;
  }
}

.c-session-happening {
  grid-row: 1;
  grid-column: 1;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e7131a;
  transform: translateY(-60%);
  white-space: nowrap;
  display: flex;
  gap: 12px;
  align-items: center;
}

.c-session-content {
  grid-row: 6;
  grid-column: 1;
  position: relative;
  max-width: 515px;
  max-height: 9999px;
  transition: max-height 0.9s ease-in;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .c-session-content {
    grid-row: 3;
    grid-column: 1/span 3;
  }
}
@media (min-width: 1024px) {
  .c-session-content {
    grid-row: span 1;
    grid-column: 2/span 3;
  }
}
.c-session-content.is-collapsed {
  max-height: 0;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  padding: 0;
}
.c-session-content:before {
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  .c-session-content:before {
    padding-top: 40px;
  }
}

.c-session__header {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 15px;
}

.c-session__description {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}

.c-session__description .c-format-label {
  font-style: normal;
}

.c-session-content .c-btn {
  font-size: 12px;
  margin-bottom: 40px;
}

.c-session__duration {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  margin: 20px 0 40px 0;
}

/* Speakers */
.c-session-speakers {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #c1c1c1;
  padding: 20px 0 0;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-bottom: 18px;
}

.c-session__speaker.is-sponsored {
  display: block;
  font-family: "Goldwyn", monospace;
  font-size: 10px;
  color: #6236ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

.c-session-speakers__list {
  display: block;
  margin: 0 0 40px;
  padding: 0;
}
@media (min-width: 768px) {
  .c-session-speakers__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.c-session__speaker {
  list-style-type: none;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 5px 12px;
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .c-session__speaker {
    margin-bottom: 0;
  }
}
.c-session__speaker.is-sponsored {
  display: block;
  grid-column-start: 1;
  grid-column-end: 3;
  font-family: "Goldwyn", monospace;
  font-size: 10px;
  color: #6236ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.c-session__speaker.is-sponsored a {
  color: #6236ff;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.c-session__speaker.is-sponsored sup {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  vertical-align: baseline;
}

.c-session__speaker-portrait {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  grid-row-start: 1;
  grid-row-end: 3;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-session__speaker-portrait .c-img {
  height: 100%;
}

.c-session__speaker-name {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  text-transform: lowercase;
  align-self: end;
}
.c-session__speaker-name .is-sponsored {
  color: #6236ff;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.c-session__speaker-title {
  font-family: "Goldwyn", monospace;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  align-self: start;
}

/* Underwriter logos */
.c-session__underwriter {
  margin-bottom: 35px;
  display: block;
}

.c-session__underwriter-header {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #c1c1c1;
  padding: 20px 0 0;
}

.c-session__underwriter-logo {
  margin-top: 20px;
  display: inline-block;
}

.c-session__underwriter-logo .c-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 230px;
  max-height: 90px;
  height: auto;
}

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

.c-slideshow-wrapper {
  display: block;
  overflow: visible;
}
@media (min-width: 1024px) {
  .c-slideshow-wrapper {
    display: flex;
  }
}

.c-slideshow {
  position: relative;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .c-slideshow {
    width: 608px;
    margin-right: 80px;
  }
}

.c-slideshow-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .c-slideshow-container {
    width: 608px;
    height: 526px;
  }
}

.c-slideshow_img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-slideshow_img.active {
  opacity: 1;
}
.c-slideshow_img.inactive {
  opacity: 0;
}

.c-slideshow-buttons {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: 0;
}

.c-slideshow_button {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 16px;
  cursor: pointer;
  transition: background-color 0.5s cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-slideshow_button:last-child {
  margin-right: 0;
}
.c-slideshow_button.is-active {
  background-color: #eaeadf;
}

.c-slideshow-copy {
  max-width: 100%;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  margin: 60px 0 0;
}
@media (min-width: 1024px) {
  .c-slideshow-copy {
    margin: 0;
    align-self: flex-start;
  }
}
.c-slideshow-copy p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-slideshow-copy p {
    font-size: 24px;
    line-height: 36px;
  }
}
.c-slideshow-copy p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.c-slideshow-copy ul {
  margin: 0 0 20px 15px;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.c-slideshow-copy li {
  margin-bottom: 15px;
}
.c-slideshow-copy h1,
.c-slideshow-copy h2 {
  max-width: 665px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .c-slideshow-copy h1,
  .c-slideshow-copy h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.c-slideshow-copy .c-btn {
  margin-top: 30px;
}

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

.c-sponsor-level {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-top: 1px solid #c1c1c1;
  padding: 20px 0 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-sponsor-level {
    margin: 0;
  }
}

.c-sponsor-logo-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px 0;
  justify-content: center;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .c-sponsor-logo-container {
    grid-template-columns: repeat(6, 1fr);
    padding: 40px 0 65px;
    grid-gap: 40px;
  }
}
.c-sponsor-logo-container.no-level {
  padding-top: 0;
}

.c-sponsor {
  grid-column: 1;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 200px;
  height: auto;
  align-self: center;
  justify-self: center;
  margin: 0 0 15px;
}
.c-sponsor:last-child:nth-child(3n-1) {
  grid-column-end: -2;
}
.c-sponsor:nth-last-child(2):nth-child(3n+1) {
  grid-column-end: 4;
}
.c-sponsor:last-child:nth-child(3n-2) {
  grid-column-end: 5;
}
@media (min-width: 768px) {
  .c-sponsor {
    grid-column: span 2;
    max-width: 260px;
    margin: 0;
  }
}
.c-sponsor .c-img {
  max-height: 120px;
}

.c-sponsor__logo .c-img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

/* Details */
.c-details {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  /* Alternating background colors 
    Components: Disclaimer, Experience, Subscribe, Agenda, Questions, Featured, Related
  */
  background-color: rgb(33, 39, 44);
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  transform: translateY(40px);
  position: relative;
  z-index: 0;
}
.c-details:nth-child(odd of .alt-bg-color) {
  background-color: #f8f7f4;
  border-bottom: 0;
}
.c-details:nth-child(even of .alt-bg-color) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-details {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-details {
    padding: 80px 0;
  }
}
.c-details > * {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .c-details > * {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .c-details > * {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-details > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-details > :last-child {
  margin-bottom: 0;
}
.c-details.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
@media (prefers-reduced-motion) {
  .c-details {
    opacity: 1;
    transform: translateY(0);
  }
  .c-details.is-inview {
    animation: none;
  }
}

.c-details-label {
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  margin-bottom: 50px;
}

.c-details-place {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .c-details-place {
    font-size: 48px;
    line-height: 58px;
  }
}

.c-details-address {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  white-space: pre-line;
}

.c-details-date {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 24px;
}

.c-details-time {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  line-height: 24px;
}

.c-details-social {
  list-style-type: none;
  padding: 0;
  width: 80%;
  max-width: 600px;
  margin: 50px auto 0;
  position: relative;
}

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

.c-details-social__share-item {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin-right: 20px;
}
.c-details-social__share-item:last-child {
  margin-right: 0;
}

/* Accordion */
.c-accordion {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  /* Alternating background colors 
    Components: Disclaimer, Experience, Subscribe, Agenda, Questions, Featured, Related
  */
  opacity: 0.1;
  position: relative;
  z-index: 10;
}
.c-accordion:nth-child(odd of .alt-bg-color) {
  background-color: #f8f7f4;
  border-bottom: 0;
}
.c-accordion:nth-child(even of .alt-bg-color) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-accordion {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-accordion {
    padding: 80px 0;
  }
}
.c-accordion > * {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .c-accordion > * {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .c-accordion > * {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-accordion > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-accordion > :last-child {
  margin-bottom: 0;
}
.c-accordion.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-accordion-content-container {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.c-accordion-content {
  display: block;
  margin: 0 auto;
  max-height: 0;
  transition: max-height 0.4s ease;
  overflow: hidden;
}
.c-accordion-content > :first-child {
  margin-top: 36px;
}
.c-accordion-content > :last-child {
  margin-bottom: 36px;
}
.c-accordion-content.is-open {
  max-height: var(--accordionHeight, 1200px);
  transition: max-height 0.4s ease;
}
.c-accordion-content p {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}
.c-accordion-content p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.c-accordion-content ul {
  margin: 0 0 20px 15px;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
}
.c-accordion-content li {
  margin-bottom: 15px;
}
.c-accordion-content h1,
.c-accordion-content h2 {
  max-width: 665px;
  margin: 0 auto 30px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .c-accordion-content h1,
  .c-accordion-content h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.c-accordion-content__title {
  position: relative;
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.c-accordion-content__title::after {
  content: "";
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  display: inline-block;
  height: 10px;
  width: 10px;
  transform-origin: center;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
.c-accordion-content__title.is-open:after {
  transform-origin: center;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

/* Questions */
.c-questions {
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
  /* Alternating background colors 
    Components: Disclaimer, Experience, Subscribe, Agenda, Questions, Featured, Related
  */
  opacity: 0.1;
  position: relative;
  z-index: 10;
}
.c-questions:nth-child(odd of .alt-bg-color) {
  background-color: #f8f7f4;
  border-bottom: 0;
}
.c-questions:nth-child(even of .alt-bg-color) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .c-questions {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-questions {
    padding: 80px 0;
  }
}
.c-questions > * {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .c-questions > * {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1024px) {
  .c-questions > * {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-questions > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-questions > :last-child {
  margin-bottom: 0;
}
.c-questions.is-inview {
  animation: fadein 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}

.c-questions-contacts-container {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .c-questions-contacts-container {
    display: flex;
  }
}

.c-questions-contact {
  margin: 0 0 50px 0;
  text-align: center;
  flex: 1 1 0;
}
@media (min-width: 768px) {
  .c-questions-contact {
    margin: 0 auto;
  }
}

.c-questions-contact__label {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
  color: #e7131a;
  margin-bottom: 25px;
}

.c-questions-contact__title {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 20px;
}

.c-questions-contact__address {
  font-family: "Goldwyn", monospace;
  font-weight: 500;
  font-size: 14px;
}

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

.c-related-container {
  grid-template-columns: initial;
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-related-container {
    display: grid;
    grid-template-columns: repeat(2, 307px);
    justify-content: center;
    grid-gap: 32px;
  }
}
@media (min-width: 1440px) {
  .c-related-container {
    grid-template-columns: repeat(4, minmax(auto, 307px));
    /* has a total of 3 items */
  }
  .c-related-container.total-3 {
    grid-template-columns: repeat(3, minmax(auto, 307px));
  }
  .c-related-container.total-2 {
    grid-template-columns: repeat(2, minmax(auto, 307px));
  }
}
.c-related-container.total-1 {
  grid-template-columns: repeat(1, minmax(auto, 307px));
}

@keyframes fadeinup {
  0% {
    opacity: 0.1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-related-container > .c-card {
  opacity: 0.1;
  transform: translateY(40px);
}
.c-related-container > .c-card.is-inview {
  animation: fadeinup 1s forwards cubic-bezier(0.17, 0.67, 0.31, 0.97);
}
.c-related-container > .c-card.is-inview:nth-child(1) {
  animation-delay: 0.1s;
}
.c-related-container > .c-card.is-inview:nth-child(2) {
  animation-delay: 0.2s;
}
.c-related-container > .c-card.is-inview:nth-child(3) {
  animation-delay: 0.3s;
}
.c-related-container > .c-card.is-inview:nth-child(4) {
  animation-delay: 0.4s;
}
.c-related-container > .c-card.is-inview:nth-child(5) {
  animation-delay: 0.5s;
}
.c-related-container > .c-card.is-inview:nth-child(6) {
  animation-delay: 0.6s;
}
.c-related-container > .c-card.is-inview:nth-child(7) {
  animation-delay: 0.7s;
}
.c-related-container > .c-card.is-inview:nth-child(8) {
  animation-delay: 0.8s;
}
@media (prefers-reduced-motion) {
  .c-related-container > .c-card {
    opacity: 1;
    transform: translateY(0);
  }
  .c-related-container > .c-card.is-inview {
    animation: none;
  }
}

.c-related-card {
  max-width: 307px;
  margin: 0 auto 40px;
}
.c-related-card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-related-card {
    margin-bottom: 0;
  }
}
.c-related-card.is-sponsored {
  border-bottom: 2px solid #6236ff;
}

.c-related-card .c-card_img {
  height: 230px;
  overflow: hidden;
}

.c-related-card .c-img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-format-label {
  font-family: AGaramondPro, "Adobe Garamond Pro", Garamond, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  grid-row: span 1;
  grid-column: 3;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .c-format-label {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .c-format-label {
    grid-row: span 1;
    grid-column: 3;
  }
}

.c-dropdown-label {
  display: block;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.c-dropdown-container {
  display: flex;
  align-items: center;
  gap: 0 15px;
}

.c-dropdown-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-dropdown-wrapper {
    min-width: 205px;
    width: auto;
  }
}

.c-dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #6f6c69;
  color: #6f6c69;
  font-family: "Goldwyn", monospace;
  font-size: 14px;
  width: 100%;
  padding: 16px 40px 16px 16px;
}

.c-dropdown-caret {
  background-image: url("/sponsored/assets/live/assets/caret.svg");
  background-size: cover;
  display: block;
  height: 7px;
  position: absolute;
  right: 19px;
  top: calc(50% - 3.5px);
  width: 12px;
}

/* 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;
}