html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

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

a {
  color: inherit;
}
a, a:hover, a:focus {
  text-decoration: none;
}
a {
  display: inline-block;
}

button:focus, button:hover,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

/* Tomkin Condense */
@font-face {
  font-family: "TomkinCondense-Medium";
  font-style: medium;
  font-weight: 700;
  font-display: swap;
  src: url(/css/fonts/TomkinCondense-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "TomkinCondense-Regular";
  font-style: regular;
  font-weight: 700;
  font-display: swap;
  src: url(/css/fonts/TomkinCondense-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "TomkinCondense-Thin";
  font-style: regular;
  font-display: swap;
  src: url(/css/fonts/TomkinCondense-Thin.woff2) format("woff2");
}
/* TT Travels Next Trial Variable */
@font-face {
  font-family: TT Travels Next Trial Variable Extra Bold;
  font-style: regular;
  font-display: swap;
  src: url(/css/fonts/TT-Travels-Next-ExtraBold.ttf) format("truetype");
}
.hero {
  font-family: "TomkinCondense-Medium", sans-serif;
  min-height: 667px;
  background-image: url("/images/backgrounds/background_yellow_dots.svg");
  background-position: center -60px;
  background-size: auto 106%;
  background-color: #e8e8e8;
}
@media only screen and (min-width: 1024px) {
  .hero {
    height: 100vh;
    background-size: auto 114%;
    min-height: 982px;
    max-height: 2000px;
  }
}
.hero .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin: 0 18px;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .hero .content {
    position: relative;
    margin: inherit;
    gap: 68px;
    padding-top: 60px;
    justify-content: center;
  }
  .hero .content .logo-title {
    height: 100%;
    width: auto;
    min-height: 720px;
  }
}
.hero .content .date-and-location {
  color: #08175e;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 1024px) {
  .hero .content .date-and-location {
    font-size: 40px;
  }
}
.hero .button.book-tickets {
  border: 2px solid #08175e;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #08175e;
  box-shadow: 0 25px 35px 0 rgba(8, 23, 94, 0.3);
  width: min(300px, 95vw);
  padding-top: 12px;
  border-radius: 32px;
}
.hero .button.book-tickets:hover {
  border-color: #fdffd6;
}
.hero .button.book-tickets:hover a {
  color: #fdffd6;
}
.hero .button.book-tickets:active {
  border-color: #08175e;
}
.hero .button.book-tickets button {
  background-color: initial;
  border: initial;
  cursor: pointer;
}
.hero .button.book-tickets,
.hero .button.book-tickets span {
  font-family: "TomkinCondense-Regular", sans-serif;
  color: #fdffd6;
  letter-spacing: 0;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .hero .button.book-tickets,
  .hero .button.book-tickets span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero .button.book-tickets {
    justify-content: center;
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 171px;
    height: 171px;
    border-radius: 50%;
  }
}

.about-and-video {
  position: relative;
  width: 100vw;
  background-image: url(../images/backgrounds/background_2.svg);
  background-size: 118%;
  background-position: center -675px;
}
@media only screen and (max-width: 897px) {
  .about-and-video {
    background-size: 290%;
    background-position: left -168px top -42px;
  }
}
.about-and-video .container {
  position: relative;
}
.about-and-video .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-and-video .about::after {
  background-color: #fdffd6;
}
.about-and-video .video-2022::after {
  background-color: white;
}
.about-and-video .video-2022 {
  text-align: center;
}
.about-and-video .video-2022 h4 {
  font-size: 2.5rem;
  color: #08175e;
  letter-spacing: 0;
  line-height: 2.5rem;
  text-align: center;
  padding: 80px 0 30px;
  font-family: "TomkinCondense-Medium", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .about-and-video .video-2022 h4 {
    font-size: 2rem;
    line-height: 2rem;
    padding: 60px 0 30px;
  }
}
.about-and-video .video-2022 iframe {
  width: 960px;
  border-radius: 5px;
  aspect-ratio: 16/9;
  background: #d8d8d8;
}
@media only screen and (max-width: 1024px) {
  .about-and-video .video-2022 iframe {
    width: 75%;
  }
}
@media only screen and (max-width: 897px) {
  .about-and-video .video-2022 iframe {
    width: 100%;
    padding: 0 2px;
  }
}
.about-and-video .video-2022 p {
  margin: auto;
  max-width: 35%;
  padding: 60px 0;
  text-align: center;
  letter-spacing: 0;
  color: #08175e;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: "TomkinCondense-Regular", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .about-and-video .video-2022 p {
    max-width: 60%;
  }
}
@media only screen and (max-width: 897px) {
  .about-and-video .video-2022 p {
    max-width: 85%;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.about-and-video .info {
  margin: auto;
  display: flex;
  max-width: min(85vw, 1080px);
  gap: 70px;
  padding: 163px 0 145px 0;
}
@media only screen and (max-width: 1024px) {
  .about-and-video .info {
    gap: 60px;
    padding: 60px 0;
    align-items: center;
    flex-direction: column;
  }
}
.about-and-video h3 {
  font-size: 5rem;
  font-weight: 800;
  color: #08175e;
  line-height: 5rem;
  text-align: center;
  font-family: "TT Travels Next Trial Variable Extra Bold", sans-serif;
}
@media only screen and (max-width: 897px) {
  .about-and-video h3 {
    font-size: max(80%, min(12.5vw, 3.43rem));
    line-height: max(80%, min(12.5vw, 3.43rem));
  }
}
.about-and-video p {
  color: #08175e;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: "TomkinCondense-Regular", sans-serif;
}
@media only screen and (max-width: 897px) {
  .about-and-video p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-and-video p {
    width: 100%;
  }
}
.about-and-video .text-and-button {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 60px;
}
@media only screen and (min-width: 640px) {
  .about-and-video .text-and-button {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .about-and-video .text-and-button {
    text-align: left;
  }
}
.about-and-video .button.get-involved {
  font-size: 2.5rem;
  border-radius: 59px;
  line-height: 2.5rem;
  color: #fdffd6;
  background: #08175e;
  padding: 22.5px 50px 7.5px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #08175e;
  background-color: rgb(8, 23, 94);
  box-shadow: 0 25px 35px 0 rgba(8, 23, 94, 0.3);
  min-width: min(290px, 90vw);
}
@media only screen and (max-width: 1024px) {
  .about-and-video .button.get-involved {
    font-size: 2rem;
    line-height: 2rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
    padding: 16px 4px 4px;
    box-shadow: 0 21px 29px 0 rgba(8, 23, 94, 0.3);
  }
}
.about-and-video .button.get-involved:hover {
  border: 2px solid #fdffd6;
}
.about-and-video .button.get-involved a:hover {
  color: #fdffd6;
}

.past-speakers, .speakers {
  font-family: "TomkinCondense-Regular", sans-serif;
  color: #fdffd6;
  background-color: #08175e;
  background-image: url("/images/backgrounds/pattern_2.svg");
  background-repeat: repeat;
  background-size: 200px;
  background-position: center top -100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 50px 0 rgba(8, 23, 94, 0.6);
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .past-speakers, .speakers {
    background-size: 400px;
    border-radius: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.past-speakers h3, .speakers h3 {
  font-family: "TT Travels Next Trial Variable Extra Bold", sans-serif;
  font-size: max(80%, min(15.5vw, 55px));
  line-height: max(80%, min(15.5vw, 55px));
  margin-bottom: 30px;
  letter-spacing: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .past-speakers h3, .speakers h3 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 60px;
  }
}
.past-speakers .past-speakers-list, .past-speakers .speakers-list, .speakers .past-speakers-list, .speakers .speakers-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 23px;
  gap: 30px;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .past-speakers .past-speakers-list, .past-speakers .speakers-list, .speakers .past-speakers-list, .speakers .speakers-list {
    padding: 25px;
    padding: 65px;
    gap: 80px;
  }
}
.past-speakers .past-speakers-list .speaker, .past-speakers .speakers-list .speaker, .speakers .past-speakers-list .speaker, .speakers .speakers-list .speaker {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .past-speakers .past-speakers-list .speaker, .past-speakers .speakers-list .speaker, .speakers .past-speakers-list .speaker, .speakers .speakers-list .speaker {
    gap: 30px;
    flex-direction: column;
  }
}
.past-speakers .past-speakers-list .speaker .avatar, .past-speakers .speakers-list .speaker .avatar, .speakers .past-speakers-list .speaker .avatar, .speakers .speakers-list .speaker .avatar {
  --max-height-avatar: calc(min(140px, 80vw));
  height: var(--max-height-avatar);
  width: var(--max-height-avatar);
}
@media only screen and (min-width: 1024px) {
  .past-speakers .past-speakers-list .speaker .avatar, .past-speakers .speakers-list .speaker .avatar, .speakers .past-speakers-list .speaker .avatar, .speakers .speakers-list .speaker .avatar {
    height: 194px;
    width: 194px;
  }
}
.past-speakers .past-speakers-list .speaker .speaker-info, .past-speakers .speakers-list .speaker .speaker-info, .speakers .past-speakers-list .speaker .speaker-info, .speakers .speakers-list .speaker .speaker-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  width: max(164px, 20vw);
}
@media only screen and (min-width: 1024px) {
  .past-speakers .past-speakers-list .speaker .speaker-info, .past-speakers .speakers-list .speaker .speaker-info, .speakers .past-speakers-list .speaker .speaker-info, .speakers .speakers-list .speaker .speaker-info {
    width: initial;
    align-items: center;
  }
}
.past-speakers .past-speakers-list .speaker .speaker-info p, .past-speakers .speakers-list .speaker .speaker-info p, .speakers .past-speakers-list .speaker .speaker-info p, .speakers .speakers-list .speaker .speaker-info p {
  font-size: max(80%, min(12.5vw, 32px));
  line-height: max(80%, min(12.5vw, 32px));
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (min-width: 375px) {
  .past-speakers .past-speakers-list .speaker .speaker-info p, .past-speakers .speakers-list .speaker .speaker-info p, .speakers .past-speakers-list .speaker .speaker-info p, .speakers .speakers-list .speaker .speaker-info p {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .past-speakers .past-speakers-list .speaker .speaker-info p, .past-speakers .speakers-list .speaker .speaker-info p, .speakers .past-speakers-list .speaker .speaker-info p, .speakers .speakers-list .speaker .speaker-info p {
    font-size: 40px;
    line-height: 40px;
  }
}
.past-speakers .past-speakers-list .speaker .speaker-info .speaker-links, .past-speakers .speakers-list .speaker .speaker-info .speaker-links, .speakers .past-speakers-list .speaker .speaker-info .speaker-links, .speakers .speakers-list .speaker .speaker-info .speaker-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (min-width: 375px) {
  .past-speakers .past-speakers-list .speaker .speaker-info .speaker-links, .past-speakers .speakers-list .speaker .speaker-info .speaker-links, .speakers .past-speakers-list .speaker .speaker-info .speaker-links, .speakers .speakers-list .speaker .speaker-info .speaker-links {
    justify-content: left;
  }
}
.past-speakers .past-speakers-list .speaker .speaker-info .speaker-links .icon-link, .past-speakers .speakers-list .speaker .speaker-info .speaker-links .icon-link, .speakers .past-speakers-list .speaker .speaker-info .speaker-links .icon-link, .speakers .speakers-list .speaker .speaker-info .speaker-links .icon-link {
  background: #fdffd6;
  border: 1px solid #fdffd6;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.past-speakers .past-speakers-list .speaker .speaker-info .icon-link svg, .past-speakers .speakers-list .speaker .speaker-info .icon-link svg, .speakers .past-speakers-list .speaker .speaker-info .icon-link svg, .speakers .speakers-list .speaker .speaker-info .icon-link svg {
  color: #08175e;
}
.past-speakers .past-speakers-list .speaker .speaker-info .icon-link:hover svg, .past-speakers .speakers-list .speaker .speaker-info .icon-link:hover svg, .speakers .past-speakers-list .speaker .speaker-info .icon-link:hover svg, .speakers .speakers-list .speaker .speaker-info .icon-link:hover svg {
  color: #ea473b;
}
.past-speakers .button, .speakers .button {
  min-width: min(290px, 90vw);
  background: #fdffd6;
  box-shadow: 0 0 35px 0 rgba(253, 255, 214, 0.6);
  border-radius: 59px;
  font-family: "TomkinCondense-Regular", sans-serif;
  font-size: 32px;
  line-height: 40px;
  padding: 16px 4px 0px 4px;
  color: #08175e;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .past-speakers .button, .speakers .button {
    font-size: 40px;
    line-height: 60px;
    padding: 13px 50px 1px 50px;
  }
}
.past-speakers .button:hover, .speakers .button:hover {
  color: #ea473b;
}

.sponsors {
  font-family: "TomkinCondense-Regular", sans-serif;
  background-image: url("/images/backgrounds/pattern_1.svg");
  background-color: #e8e8e8;
  background-repeat: repeat;
  background-size: 200px;
  background-position: center top -100px;
  padding-top: 50px;
  padding-bottom: 60px;
  box-shadow: 0 0 50px 0 #e8e8e8;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  --blur-intensity: 4px;
}
@media only screen and (min-width: 1024px) {
  .sponsors {
    background-size: 400px;
    padding-top: 150px;
    padding-bottom: 150px;
    border-radius: 80px;
  }
}
.sponsors h3 {
  font-size: max(80%, min(12.5vw, 80px));
  line-height: max(80%, min(12.5vw, 80px));
  font-family: "TT Travels Next Trial Variable Extra Bold", sans-serif;
  margin-bottom: 40px;
  color: #ea473b;
  letter-spacing: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.sponsors h3:first-child {
  font-size: max(80%, min(14.68vw, 80px));
  line-height: max(80%, min(14.68vw, 80px));
}
@media only screen and (min-width: 1024px) {
  .sponsors h3 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 60px;
  }
}
.sponsors h4 {
  font-family: "TomkinCondense-Regular", sans-serif;
  font-size: 26px;
  color: #08175e;
  letter-spacing: 0;
  line-height: 34px;
}
.sponsors .sponsors-list {
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(var(--blur-intensity));
  backdrop-filter: blur(var(--blur-intensity));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
  justify-content: space-evenly;
  padding: 25px;
  column-gap: 25px;
  row-gap: 40px;
  border-radius: 12px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 640px) {
  .sponsors .sponsors-list {
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .sponsors .sponsors-list {
    padding: 50px;
    gap: 80px;
  }
}
.sponsors .sponsors-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors .sponsors-list.premier-partners img, .sponsors .sponsors-list.dinner-sponsors img {
  max-height: 50px;
  min-height: 30px;
  max-width: 209px;
}
@media only screen and (min-width: 1024px) {
  .sponsors .sponsors-list.premier-partners img, .sponsors .sponsors-list.dinner-sponsors img {
    max-height: 64px;
    min-height: 40px;
    max-width: 323px;
  }
}
.sponsors .sponsors-list.partners img, .sponsors .sponsors-list.supporters img {
  max-height: 32px;
  min-height: 20px;
  max-width: 140px;
}
@media only screen and (min-width: 1024px) {
  .sponsors .sponsors-list.partners img, .sponsors .sponsors-list.supporters img {
    max-height: 50px;
    min-height: 30px;
    max-width: 235px;
  }
}
.sponsors .organizers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 18px;
}
@media only screen and (min-width: 375px) {
  .sponsors .organizers {
    justify-content: center;
  }
}
.sponsors .organizers .organizer {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .sponsors .organizers .organizer {
    gap: 28px;
    flex-direction: row;
  }
}
.sponsors .organizers .organizer .avatar {
  width: 94px;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 1024px) {
  .sponsors .organizers .organizer .avatar {
    width: 100px;
    z-index: 2;
  }
}
.sponsors .organizers .organizer .name {
  width: 94px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .sponsors .organizers .organizer .name {
    display: flex;
    align-items: center;
    margin-left: -78px;
    padding-left: 78px;
    padding-right: 18px;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(var(--blur-intensity));
    backdrop-filter: blur(var(--blur-intensity));
    border-radius: 12px;
    height: 100%;
    width: 325px;
  }
}
.sponsors .organizers .organizer .name p {
  margin-top: 5px;
  font-family: "TomkinCondense-Regular", sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
}
@media only screen and (min-width: 1024px) {
  .sponsors .organizers .organizer .name p {
    font-size: 26px;
    line-height: 34px;
  }
}
.sponsors .sponsor-section-wrapper,
.sponsors .organizers {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .sponsors .sponsor-section-wrapper,
  .sponsors .organizers {
    width: 90%;
  }
}

.timezones-note {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 18px;
  color: #fdffd6;
}
@media only screen and (min-width: 768px) {
  .timezones-note {
    font-size: 20px;
    line-height: 34px;
  }
}

.schedule {
  background-color: #ea473b;
  margin-top: -50px;
  padding: 150px 0;
}
@media only screen and (min-width: 1024px) {
  .schedule {
    margin-top: -100px;
    padding: 200px 0;
  }
}
.schedule h3 {
  font-family: "TT Travels Next Trial Variable Extra Bold", sans-serif;
  font-size: max(80%, min(15.5vw, 55px));
  line-height: max(80%, min(15.5vw, 55px));
  margin-bottom: 30px;
  letter-spacing: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fdffd6;
}
@media only screen and (min-width: 1024px) {
  .schedule h3 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 60px;
  }
}
.schedule .data {
  display: flex;
  flex-direction: column;
  gap: 66px;
}
@media only screen and (min-width: 1024px) {
  .schedule .data {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    background-image: url(/images/line.svg);
    background-position: center 20px;
    background-size: auto calc(100% - 180px);
  }
}
.schedule .day {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .schedule .day {
    max-width: 450px;
  }
}
.schedule .day .content {
  display: flex;
  flex-flow: column wrap;
  background-color: var(--transparent-white);
  border-radius: 10px;
  padding: 20px 18px;
  margin-bottom: 60px;
}
.schedule .day .content h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.schedule .day .content h4 {
  text-align: center;
  font-size: 32px;
  margin: auto;
  line-height: 32px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #fdffd6;
  background-color: #08175e;
  width: 85%;
  padding: 25px 0 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content h4 {
    font-size: 40px;
    line-height: 40px;
  }
}
.schedule .day .content h5 {
  color: #fdffd6;
  text-align: center;
  font-size: 32px;
  margin: auto;
  line-height: 32px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #fdffd6;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content h5 {
    font-size: 40px;
    line-height: 40px;
  }
}
.schedule .day .content table td {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content table td {
    font-size: 22px;
    line-height: 28px;
  }
}
.schedule .day .content table .time {
  text-align: center;
  white-space: nowrap;
  padding-right: 28px;
  width: 10%;
  font-size: 16px;
  line-height: 18px;
  color: #fdffd6;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content table .time {
    font-size: 20px;
    line-height: 34px;
  }
}
.schedule .day .content table .title {
  color: #08175e;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content table .title {
    font-size: 26px;
    line-height: 34px;
  }
}
.schedule .day .content table .title .speaker {
  color: #fdffd6;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content table .title .speaker {
    font-size: 20px;
    line-height: 34px;
  }
}
.schedule .day .full-schedule-link {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .schedule .day .full-schedule-link {
    margin-bottom: 0;
  }
}

.generic-block.full-schedule .link-to-other-day {
  display: inline-block;
  text-wrap: nowrap;
}
.generic-block.full-schedule .title h4 a {
  color: #fff;
  text-decoration: none;
}
.generic-block.full-schedule .title > div {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.generic-block.full-schedule .day {
  margin-bottom: 20px;
}
.generic-block.full-schedule .date {
  color: #ffffff;
  margin-bottom: 60px;
}
.generic-block.full-schedule .book-your-ticket.button {
  grid-row: 2;
  grid-column: 1/4;
  justify-self: center;
  background-color: initial;
}
@media only screen and (min-width: 1024px) {
  .generic-block.full-schedule .book-your-ticket.button {
    grid-column: 2;
  }
}
.generic-block.full-schedule .schedule-main-header {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto auto;
  align-items: center;
  row-gap: 30px;
  max-width: 85%;
}
.generic-block.full-schedule .schedule-main-header .link {
  grid-column: 1;
  grid-row: 1;
}
@media only screen and (min-width: 1024px) {
  .generic-block.full-schedule .schedule-main-header .link {
    grid-row: 1/3;
  }
}
.generic-block.full-schedule .schedule-main-header div {
  grid-column: 2/4;
}
.generic-block.full-schedule .schedule-main-header div h2 {
  text-align: left;
}
.generic-block.full-schedule table a {
  color: #00ffc4;
  text-decoration: underline;
}
.generic-block.full-schedule table tr {
  padding: 20px;
  margin-bottom: 30px;
  background: var(--transparent-white);
  border-radius: 10px;
  letter-spacing: 0;
  letter-spacing: 0;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .generic-block.full-schedule table tr {
    padding: 40px;
    gap: 40px;
    flex-direction: row;
  }
}
.generic-block.full-schedule table tr td {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .generic-block.full-schedule table tr td {
    font-size: 22px;
    line-height: 28px;
  }
}
.generic-block.full-schedule table tr .time {
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .generic-block.full-schedule table tr .time {
    font-size: 18px;
    line-height: 35px;
  }
}
.generic-block.full-schedule table tr h4 {
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .generic-block.full-schedule table tr h4 {
    line-height: 45px;
  }
}
.generic-block.full-schedule table tr h5 {
  margin: 0;
  text-align: left;
  font-size: 32px;
}
.generic-block.full-schedule table tr ul {
  margin-left: 30px;
}
.generic-block.full-schedule table tr ul li::marker, .generic-block.full-schedule table tr ul li > p:first-child {
  color: var(--neon-green);
}
.generic-block.full-schedule table tr p + p {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .generic-block.full-schedule table tr p + p {
    margin-top: 28px;
  }
}
.generic-block.full-schedule table tr .speaker {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .generic-block.full-schedule table tr .speaker {
    gap: 50px;
  }
}
.generic-block.full-schedule table tr .speaker .photo,
.generic-block.full-schedule table tr .speaker .photo-container {
  border-radius: 50%;
}
.generic-block.full-schedule table tr .speaker .photo-container {
  border: 3.2px solid var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.generic-block.full-schedule table tr .speaker .photo {
  border: 2px solid var(--white);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 15px;
  max-height: 192px;
}
@media only screen and (max-width: 400px) {
  .generic-block.full-schedule table tr .speaker .photo {
    margin: 10px;
    max-height: 150px;
  }
}
.generic-block.full-schedule table tr .speaker .speaker-info {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.generic-block.full-schedule table tr .speaker .speaker-info .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.generic-block.full-schedule table tr .speaker .speaker-info .links a {
  background-color: var(--transparent-gray);
  border-radius: 50%;
  width: 21px;
  height: 21px;
  padding: 10.5px;
}
.generic-block.full-schedule table tr .speaker .speaker-info .links a img {
  height: 21px;
  width: 21px;
}

.button.full-schedule {
  min-width: min(290px, 90vw);
  background: #fdffd6;
  box-shadow: 0 0 35px 0 rgba(253, 255, 214, 0.6);
  border-radius: 59px;
  font-family: "TomkinCondense-Regular", sans-serif;
  font-size: 32px;
  line-height: 40px;
  padding: 16px 4px 0px 4px;
  color: #08175e;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .button.full-schedule {
    font-size: 40px;
    line-height: 60px;
    padding: 13px 50px 1px 50px;
  }
}

.button.full-schedule:hover {
  color: #ea473b;
}

.full-schedule-day .content.title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day .content.title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.full-schedule-day .content.title h3 {
  text-align: left;
  margin: 0;
}
.full-schedule-day .content.title h3 .date {
  color: #EA473B;
  font-size: 40px;
  line-height: 40px;
}
.full-schedule-day .content.title .link-to-other-day {
  flex: none;
  border-radius: 59px;
  color: #08175e;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #08175e;
  font-size: 32px;
  line-height: 40px;
  padding: 11px 50px 0px 50px;
}
@media only screen and (min-width: 1024px) {
  .full-schedule-day .content.title .link-to-other-day {
    font-size: 40px;
    line-height: 59px;
  }
}
.full-schedule-day .content.title .link-to-other-day:hover {
  color: #ea473b;
}
.full-schedule-day .timezones-note {
  color: #08175E;
  margin: 0;
}
.full-schedule-day table {
  width: 100%;
  border-top: 2px solid #08175E;
}
.full-schedule-day table a {
  color: #00ffc4;
  text-decoration: underline;
}
.full-schedule-day table tr {
  padding: 20px 0;
  letter-spacing: 0;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  border-bottom: 2px solid #08175E;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr {
    padding: 40px 0 28px;
    gap: 40px;
    flex-direction: row;
  }
}
.full-schedule-day table tr td {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr td {
    font-size: 22px;
    line-height: 28px;
  }
}
.full-schedule-day table tr .time {
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr .time {
    font-size: 26px;
    line-height: 34px;
  }
}
.full-schedule-day table tr h4 {
  color: #ea473b;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr h4 {
    font-size: 40px;
    line-height: 40px;
  }
}
.full-schedule-day table tr h5 {
  color: #ea473b;
  text-align: left;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr h5 {
    font-size: 40px;
    line-height: 40px;
  }
}
.full-schedule-day table tr ul {
  margin-left: 30px;
}
.full-schedule-day table tr ul li::marker, .full-schedule-day table tr ul li > p:first-child {
  color: var(--neon-green);
}
.full-schedule-day table tr p + p {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr p + p {
    margin-top: 28px;
  }
}
.full-schedule-day table tr .speaker {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr .speaker {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr .speaker {
    min-height: 200px;
  }
}
.full-schedule-day table tr .speaker .photo {
  border-radius: 50%;
  margin: 15px;
  height: 200px;
  width: 200px;
}
@media only screen and (max-width: 400px) {
  .full-schedule-day table tr .speaker .photo {
    margin: 10px;
    height: 150px;
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr .speaker p {
    margin-left: 250px;
  }
}
.full-schedule-day table tr .speaker .speaker-info {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr .speaker .speaker-info {
    margin-bottom: -50px;
  }
}
.full-schedule-day table tr .speaker .speaker-info .speaker-details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.full-schedule-day table tr .speaker .speaker-info .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.full-schedule-day table tr .speaker .speaker-info .links a {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.full-schedule-day table tr .speaker .speaker-info .links a img {
  height: 30px;
  width: 30px;
}

.venue {
  font-family: "TomkinCondense-Regular", sans-serif;
  background-image: url("/images/backgrounds/curly-brace.svg");
  background-color: #fdffd6;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  background-origin: content-box;
  background-repeat: repeat-x;
  background-attachment: local;
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .venue {
    padding: 100px 0;
  }
}
.venue h3 {
  font-size: 2rem;
  color: #08175e;
  letter-spacing: 0;
  line-height: 2rem;
  display: block;
  font-family: "TT Travels Next Trial Variable Extra Bold", sans-serif;
  margin: 0 0 40px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .venue h3 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 60px;
  }
}
.venue .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.venue .content img {
  margin-bottom: 40px;
  max-width: min(90vw, 360px);
}
@media only screen and (min-width: 1024px) {
  .venue .content {
    padding: 0 85px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 85px;
    max-width: min(85vw, 1320px);
    margin: 0 auto;
  }
  .venue .content img {
    margin: 0 20px;
    max-width: 540px;
    max-height: auto;
  }
}
.venue .content .text-and-link {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  flex-direction: column;
}
.venue .content .text-and-link p {
  flex: none;
  margin: 0 0 60px 0;
  letter-spacing: 0;
  color: #08175e;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: "TomkinCondense-Regular", sans-serif;
}
@media only screen and (max-width: 897px) {
  .venue .content .text-and-link p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .venue .content .text-and-link p {
    max-width: 540px;
  }
}
.venue .content .text-and-link .button {
  flex: none;
  border-radius: 59px;
  color: #08175e;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #08175e;
  min-width: min(290px, 90vw);
  font-size: 32px;
  line-height: 40px;
  padding: 16px 4px 0px 4px;
}
@media only screen and (min-width: 1024px) {
  .venue .content .text-and-link .button {
    font-size: 40px;
    line-height: 59px;
    padding: 11px 50px 0px 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .venue .content .text-and-link .button {
    margin-left: auto;
    margin-right: auto;
  }
}
.venue .content .text-and-link .button:hover {
  color: #ea473b;
}

.stay-up-to-date-and-footer {
  background-size: 117%;
  background-position: center;
  background-image: url(../images/backgrounds/background_4.svg);
  background-color: white;
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 897px) {
  .stay-up-to-date-and-footer {
    background-size: 290%;
    background-position: left -168px top -42px;
  }
}
.stay-up-to-date-and-footer .stay-up-to-date {
  margin: auto;
  display: grid;
  column-gap: 140px;
  padding: 150px 0;
  grid-template-columns: repeat(2, minmax(auto, 400px));
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .stay-up-to-date-and-footer .stay-up-to-date {
    padding: 60px 18px 100px;
  }
}
@media only screen and (max-width: 897px) {
  .stay-up-to-date-and-footer .stay-up-to-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stay-up-to-date-and-footer .stay-up-to-date .title,
.stay-up-to-date-and-footer .stay-up-to-date form {
  max-width: 470px;
}
.stay-up-to-date-and-footer .stay-up-to-date .title {
  font-size: 5rem;
  grid-column: 1;
  grid-row: 1/2;
  color: #08175e;
  line-height: 5rem;
  text-align: center;
  justify-self: center;
  font-family: "TT Travels Next Trial Variable Extra Bold", sans-serif;
}
@media only screen and (max-width: 897px) {
  .stay-up-to-date-and-footer .stay-up-to-date .title {
    font-size: max(80%, min(14.5vw, 3.44rem));
    line-height: max(80%, min(14.5vw, 3.44rem));
  }
}
.stay-up-to-date-and-footer .stay-up-to-date .title .emberfest-logo {
  color: #ea473b;
}
.stay-up-to-date-and-footer .stay-up-to-date form {
  display: flex;
  grid-row: 1/2;
  grid-column: 2;
  flex-direction: column;
}
@media only screen and (max-width: 897px) {
  .stay-up-to-date-and-footer .stay-up-to-date form {
    width: 100%;
  }
}
.stay-up-to-date-and-footer .stay-up-to-date form label,
.stay-up-to-date-and-footer .stay-up-to-date form input {
  letter-spacing: 0;
  font-size: 1.625rem;
  line-height: 2.125rem;
}
.stay-up-to-date-and-footer .stay-up-to-date form label {
  margin-bottom: 10px;
  color: #08175e;
  font-family: "TomkinCondense-Regular", sans-serif;
}
.stay-up-to-date-and-footer .stay-up-to-date form input {
  border-style: none;
  padding: 10px 20px 7px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #fdffd6;
  background: #08175e;
  font-family: "TomkinCondense-Thin", sans-serif;
  box-shadow: 0 25px 35px 0 rgba(8, 23, 94, 0.3);
}
.stay-up-to-date-and-footer .stay-up-to-date form input:autofill,
.stay-up-to-date-and-footer .stay-up-to-date form input:autofill:hover,
.stay-up-to-date-and-footer .stay-up-to-date form input:autofill:focus,
.stay-up-to-date-and-footer .stay-up-to-date form input:autofill:active,
.stay-up-to-date-and-footer .stay-up-to-date form input:-webkit-autofill,
.stay-up-to-date-and-footer .stay-up-to-date form input:-webkit-autofill:hover,
.stay-up-to-date-and-footer .stay-up-to-date form input:-webkit-autofill:focus,
.stay-up-to-date-and-footer .stay-up-to-date form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fdffd6;
  background-color: #08175e;
}
.stay-up-to-date-and-footer .stay-up-to-date .social-media {
  gap: min(30px, 8vw);
  display: flex;
  grid-column: 1;
  padding-top: 48px;
  justify-content: center;
}
@media only screen and (max-width: 897px) {
  .stay-up-to-date-and-footer .stay-up-to-date .social-media {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.stay-up-to-date-and-footer .stay-up-to-date .social-media-button {
  width: 58px;
  height: 58px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  background: #08175e;
  justify-content: center;
  border: 2px solid #08175e;
  box-shadow: 0 25px 35px 0 rgba(8, 23, 94, 0.3);
}
.stay-up-to-date-and-footer .stay-up-to-date .social-media-button:hover {
  border: 2px solid #fdffd6;
}
.stay-up-to-date-and-footer .stay-up-to-date .social-media-button img {
  height: fit-content;
}
.stay-up-to-date-and-footer .stay-up-to-date .button {
  cursor: pointer;
  margin-top: 40px;
  font-size: 2.5rem;
  letter-spacing: 0;
  width: fit-content;
  border-radius: 59px;
  line-height: 2.5rem;
  color: #fdffd6;
  background: #08175e;
  padding: 22.5px 50px 7.5px;
  text-transform: uppercase;
  font-family: "TomkinCondense-Medium", sans-serif;
  border: 2px solid #08175e;
  background-color: rgb(8, 23, 94);
  box-shadow: 0 25px 35px 0 rgba(8, 23, 94, 0.3);
}
@media only screen and (max-width: 897px) {
  .stay-up-to-date-and-footer .stay-up-to-date .button {
    width: min(242px, 95vw);
    word-break: break-word;
    font-size: 2rem;
    line-height: 2rem;
    align-self: center;
    padding: 16px 10px 4px;
  }
}
.stay-up-to-date-and-footer .stay-up-to-date .button:hover {
  border: 2px solid #fdffd6;
}

footer {
  font-family: "TomkinCondense-Regular", sans-serif;
  max-width: 90%;
  font-size: 20px;
  line-height: 26px;
  margin: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 50px;
  color: #08175e;
  font-family: "TomkinCondense-Regular", sans-serif;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer {
    max-width: 80%;
    font-size: 26px;
    line-height: 34px;
  }
}
footer .glass-separator {
  display: grid;
  grid-template-columns: auto 128px auto;
  column-gap: 16px;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  footer .glass-separator {
    grid-template-columns: auto 200px auto;
    column-gap: 30px;
  }
}
footer ul {
  list-style-type: "-  ";
  display: flex;
  row-gap: 3px;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  footer ul {
    column-gap: 30px;
  }
}
footer ul li:first-child {
  list-style: none;
}
footer .links {
  display: grid;
  row-gap: 30px;
  width: 80%;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  footer .links {
    grid-template-columns: 1fr 320px 1fr;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
  footer .links > :first-child {
    justify-self: start;
  }
  footer .links > :last-child {
    justify-self: end;
  }
}
footer .links .tito-link {
  color: #ea473b;
}
footer .arrow-body {
  width: 100%;
  height: 2px;
}
footer .arrow-group {
  height: 17px;
  display: flex;
  align-items: center;
  position: relative;
}
footer .arrow-group .arrow-head {
  position: absolute;
  top: 0;
}
footer .arrow-group.left .arrow-head {
  right: -1px;
}
footer .arrow-group.right .arrow-head {
  transform: scaleX(-1);
  left: -1px;
}

html {
  font-family: "TomkinCondense-Regular", sans-serif;
}

body {
  background-color: white;
}

a:hover {
  color: #ea473b;
}

/*# sourceMappingURL=app.css.map */