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

button, input[type=submit], input[type=reset], input[type=text], input[type=email] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

body {
  font-family: "pill-gothic-900mg", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #314199;
}

::selection {
  background: #EB7F19;
  color: #FFF8EE;
}

h1, h2, h3, h4 {
  line-height: 1.3;
  font-family: postino-std, serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 7rem;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 610px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 5rem;
}
@media only screen and (max-width: 610px) {
  h2 {
    font-size: 4rem;
  }
}
h2 .emberfest {
  font-size: 7.5rem;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  h2 .emberfest {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 800px) {
  h2 .emberfest {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 610px) {
  h2 .emberfest {
    font-size: 3rem;
  }
}

h3 {
  font-size: 4rem;
}
@media only screen and (max-width: 610px) {
  h3 {
    font-size: 3.33rem;
    line-height: 3.33rem;
  }
}

h4 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 610px) {
  h4 {
    font-size: 2.5rem;
  }
}

h5 {
  font-size: 2.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  h5 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 610px) {
  h5 {
    font-size: 1.5rem;
  }
}

p, td {
  color: #171F56;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 610px) {
  p, td {
    font-size: 1.25rem;
  }
}

label, input[type=text], input[type=email], input[type=text]::placeholder, input[type=email]::placeholder {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 610px) {
  label, input[type=text], input[type=email], input[type=text]::placeholder, input[type=email]::placeholder {
    font-size: 1.2rem;
  }
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-layout {
  display: grid;
  gap: 4rem;
}
@media only screen and (min-width: 1280px) {
  .content-layout {
    grid-template-columns: auto min(700px, 50%);
  }
}
.content-layout img {
  max-width: min(70vw, 700px);
  margin: auto;
}

.date {
  text-align: center;
}

.hero {
  margin-bottom: 10rem;
}
@media (max-width: 700px) {
  .hero {
    margin-bottom: 4rem;
  }
}
.hero h1 {
  text-align: center;
}
.hero p {
  text-align: left;
}
.hero .dark-blue {
  color: #195BCE;
}

.hero.container {
  max-width: 60rem;
}
@media only screen and (min-width: 1280px) {
  .hero.container {
    max-width: 70rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .hero.container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about.container {
  margin-bottom: 10rem;
}
@media (max-width: 700px) {
  .about.container {
    margin-bottom: 4rem;
  }
}

.about-btns {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 610px) {
  .about-btns {
    gap: 1rem;
  }
}
.about-btns button,
.about-btns a {
  width: 21rem;
}
@media only screen and (max-width: 610px) {
  .about-btns .btn-primary {
    scale: 0.8;
  }
}
@media only screen and (min-width: 898px) {
  .about-btns {
    flex-direction: row;
  }
}

.speakers {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.speakers-divider-top {
  background-image: url(/2025/images/backgrounds/speakers-top-bkg.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 2.5rem;
}

.speakers-divider-bottom {
  background-image: url(/2025/images/backgrounds/speakers-bottom-bkg.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 2.5rem;
}

.speakers-section {
  background: #EEF3FF;
  text-align: center;
  margin-top: 5rem;
  display: flex;
  gap: 4rem;
  flex-direction: column;
}

.speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.125rem;
  row-gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.speakers-list.container {
  max-width: 60rem;
}

.speaker-link {
  scale: 1;
  transition: 0.1s ease-out;
}
.speaker-link:hover, .speaker-link:active {
  scale: 1.1;
  transition: 0.1s ease-out;
}

.speaker-card {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.375rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .speaker-card {
    margin-bottom: 0;
  }
}
.speaker-card--blue .speaker-link {
  background: #719DEA;
}
.speaker-card--blue .speaker-link:hover, .speaker-card--blue .speaker-link:active {
  background: #314199;
}
.speaker-card--orange .speaker-link {
  background: #EB7F19;
}
.speaker-card--orange .speaker-link:hover, .speaker-card--orange .speaker-link:active {
  background: #A85B23;
}

.speaker-avatar {
  width: 12.625rem;
  border-radius: 50%;
  border: 1rem solid #fff;
  overflow: clip;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 610px) {
  .speaker-avatar {
    margin-bottom: 1.5rem;
  }
}
.speaker-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.speaker-name {
  font-family: "pill-gothic-900mg", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #171F56;
}
@media (max-width: 600px) {
  .speaker-name {
    margin-bottom: 0.5rem;
  }
}

.speaker-links {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

.speaker-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speaker-link img {
  width: 22px;
  height: 22px;
}

@media (max-width: 600px) {
  .past-speakers-list {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem 0;
  }
}
.organizers a:hover span, .organizers .speaker-name:hover {
  color: #EB7F19;
}
.organizers .speaker-avatar {
  margin: 0 auto 2rem auto;
}
@media only screen and (max-width: 610px) {
  .organizers .speaker-avatar {
    margin-bottom: 1.5rem;
  }
}

.sponsors {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsor-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sponsor-section-wrapper li a {
  filter: drop-shadow(0rem 0.25rem 0.25rem rgba(38, 38, 109, 0.25));
  padding: 1.5rem 3rem;
  background-color: white;
  border-radius: 9999px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  width: clamp(22rem, 28vw, 26rem);
}
.sponsor-section-wrapper .sponsors-partners li a {
  padding: 1.5rem 3rem;
  height: 6rem;
  width: clamp(18rem, 15vw, 20rem);
}
.sponsor-section-wrapper h4 {
  text-align: center;
}
.sponsor-section-wrapper.sponsor-section-wrapper__premier-partners .sponsors-list li:last-child {
  grid-column: span 3;
}
.sponsor-section-wrapper.sponsor-section-wrapper__premier-partners img {
  width: clamp(25rem, 80vw, 30rem);
  max-height: 10rem;
}
@media only screen and (max-width: 610px) {
  .sponsor-section-wrapper.sponsor-section-wrapper__premier-partners img {
    width: 90%;
  }
}
.sponsor-section-wrapper.sponsor-section-wrapper__dinner-sponsors .sponsors-list li:last-child {
  grid-column: span 3;
}
.sponsor-section-wrapper.sponsor-section-wrapper__dinner-sponsors img {
  max-width: 10rem;
  max-height: 5rem;
}
.sponsor-section-wrapper.sponsor-section-wrapper__partners .sponsors-list {
  width: 100%;
  justify-content: center;
  justify-items: center;
}
.sponsor-section-wrapper.sponsor-section-wrapper__partners img {
  width: clamp(8rem, 25vw, 10rem);
  max-height: 7.5rem;
}
.sponsor-section-wrapper.sponsor-section-wrapper__supporters .sponsors-list {
  width: 100%;
  justify-content: center;
}
.sponsor-section-wrapper.sponsor-section-wrapper__supporters img {
  max-width: 10rem;
  max-height: 5rem;
}

.sponsors-list {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 1.5rem;
  max-width: min(1200px, 75%);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sponsors-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media only screen and (min-width: 1024px) {
  .sponsors-list {
    grid-template-columns: repeat(3, auto);
  }
}

.day-info {
  font-weight: 700;
  color: #314199;
}

.timezones-note {
  color: #314199;
  margin: 2rem 0 1rem 0;
  font-size: 1.1rem;
  line-height: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .timezones-note {
    text-align: left;
  }
}

.sidepage .timezones-note {
  text-align: left;
}

.time {
  white-space: nowrap;
  padding-right: 1rem;
  width: 10%;
  font-size: 1rem;
  color: #195BCE;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .time {
    font-size: 20px;
    line-height: 34px;
  }
}

.schedule {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.schedule tbody {
  color: #171F56;
}
@media only screen and (min-width: 1024px) {
  .schedule .btn-primary {
    scale: 0.6;
  }
}
.schedule .btn-primary a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.schedule .speaker {
  display: inline;
}
.schedule h3 {
  text-align: center;
  padding-bottom: 20px;
}
.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(/2025/images/line.svg);
    background-position: center 20px;
    background-size: auto calc(100% - 180px);
  }
}
.schedule .day {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-wrap: balance;
}
@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;
  text-align: left;
  padding: 0 1rem;
}
.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: 10px;
  width: 85%;
  padding: 5px 0;
  vertical-align: middle;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content h4 {
    font-size: 40px;
    line-height: 40px;
  }
}
.schedule .day .content table td {
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content table td {
    font-size: 1.25rem;
  }
}
.schedule .day .content table .title {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .schedule .day .content table .title {
    font-size: 1.25rem;
  }
}
.schedule .day .content table .title .speaker {
  font-weight: 400;
}
.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 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: 0.5rem;
}
.generic-block.full-schedule table tr .speaker {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.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: 490px) {
  .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;
}

.full-schedule-day .timezones-note {
  margin-bottom: 0;
}
.full-schedule-day .link-text {
  font-size: 1rem;
  order: 1;
}
@media only screen and (min-width: 1024px) {
  .full-schedule-day .link-text {
    order: 2;
  }
}
.full-schedule-day .content.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .full-schedule-day .content.title {
    flex-direction: row;
  }
}
.full-schedule-day .content.title h3 {
  text-align: left;
  text-wrap: balance;
}
.full-schedule-day .content.title h4.date {
  text-align: left;
}
.full-schedule-day .content.title .day-date {
  order: 2;
}
@media only screen and (min-width: 1024px) {
  .full-schedule-day .content.title .day-date {
    order: 1;
  }
}
.full-schedule-day .content.title .link-to-other-day {
  flex: none;
  border-radius: 59px;
  text-transform: uppercase;
  text-align: center;
  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 table {
  width: 100%;
  color: #171F56;
}
.full-schedule-day table a {
  color: #EB7F19;
  text-decoration: underline;
}
.full-schedule-day table tr {
  padding: 3rem 0;
  letter-spacing: 0;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  border-bottom: 6px dotted white;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr {
    gap: 40px;
    flex-direction: row;
  }
}
.full-schedule-day table tr td {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr td {
    line-height: 28px;
  }
}
.full-schedule-day table tr p {
  text-align: left;
}
.full-schedule-day table tr .title {
  font-size: 24px;
}
.full-schedule-day table tr .time {
  width: 8rem;
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  line-height: 26px;
}
.full-schedule-day table tr h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr h4 {
    font-size: 24px;
  }
}
.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: 0.5rem;
}
.full-schedule-day table tr .speaker-avatar {
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
  align-items: baseline;
}
@media only screen and (min-width: 375px) {
  .full-schedule-day table tr .speaker-avatar {
    width: inherit;
    height: inherit;
    align-items: inherit;
  }
}
.full-schedule-day table tr .photo {
  background-color: #719DEA;
  background-blend-mode: luminosity;
  filter: brightness(1.2);
  width: 8rem;
  height: 8rem;
  background-size: 100%;
}
.full-schedule-day table tr .speaker {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .full-schedule-day table tr .speaker {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .full-schedule-day table tr .speaker {
    margin: 2rem 0 0 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .full-schedule-day table tr .speaker p {
    font-size: 1.25rem;
    line-height: 2.4rem;
  }
}
.full-schedule-day table tr .speaker .speaker-info {
  flex-direction: column;
  display: flex;
  align-items: left;
  gap: 20px;
}
@media only screen and (min-width: 375px) {
  .full-schedule-day table tr .speaker .speaker-info {
    flex-direction: row;
    align-items: center;
  }
}
.full-schedule-day table tr .speaker .speaker-info .speaker-details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.full-schedule-day table tr .speaker .speaker-info .speaker-link {
  background: #719DEA;
}
.full-schedule-day table tr .speaker .speaker-info .speaker-link:hover {
  background: #26266D;
}
.full-schedule-day table tr:nth-child(odd) .photo {
  background-color: #EB7F19;
}
.full-schedule-day table tr:nth-child(odd) .speaker-info .speaker-link {
  background: #EB7F19;
}
.full-schedule-day table tr:nth-child(odd) .speaker-info .speaker-link:hover {
  background: #A85B23;
}

.venue {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 3rem;
  background-color: white;
  padding: 6rem;
  border-radius: 2rem;
  background-image: url("/images/backgrounds/venue-border.svg");
  background-size: cover;
  background-position: center;
  position: relative;
  text-wrap: balance;
  filter: drop-shadow(0rem 0.25rem 0.25rem rgba(38, 38, 109, 0.25));
}
@media only screen and (max-width: 800px) {
  .venue {
    padding: 6rem 2rem;
  }
}
.venue.container {
  margin-bottom: -15rem;
  max-width: 60rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 1280px) {
  .venue.container {
    max-width: 72rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .venue.container {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .venue .image-wrapper {
    padding-right: 2rem;
  }
}
.venue .btn-secondary {
  margin: 2rem auto;
}
@media only screen and (min-width: 1280px) {
  .venue .btn-secondary {
    margin: 1rem 0;
  }
}
.venue .content {
  align-items: start;
}

.venue-img {
  height: 25rem;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
  border-radius: 1rem;
}
@media only screen and (min-width: 1280px) {
  .venue-img {
    height: 35rem;
  }
}

.venue-title {
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .venue-title {
    margin: inherit;
  }
}

.stay-up-to-date-divider {
  background-image: url(/2025/images/backgrounds/speakers-top-bkg.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 2.5rem;
  margin-bottom: 11rem;
}

.stay-up-to-date-section {
  display: flex;
  gap: 5rem;
  flex-direction: column;
  background: #EEF3FF;
  text-align: center;
}
.stay-up-to-date-section h4 {
  text-wrap: balance;
  color: #719DEA;
}
.stay-up-to-date-section form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.stay-up-to-date-section form .btn-primary {
  margin-top: 2rem;
  color: #FFF;
}
.stay-up-to-date-section .input-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.stay-up-to-date-section .input-wrap input {
  width: 100%;
  padding: 1.5rem 2rem;
  border: none;
  border-radius: 3rem;
  background: #fff;
  filter: drop-shadow(0rem 0.25rem 0.25rem rgba(38, 38, 109, 0.25));
  color: #171F56;
  font-weight: 400;
  line-height: 38.4px;
  outline: none;
  transition: box-shadow 0.2s;
}
.stay-up-to-date-section .input-wrap input::placeholder {
  color: #719DEA;
  font-weight: 400;
}
.stay-up-to-date-section .input-wrap input:focus {
  filter: drop-shadow(0rem 0.25rem 0.25rem rgba(38, 38, 109, 0.25)) drop-shadow(0rem 0.25rem 0.25rem rgba(38, 38, 109, 0.25)) drop-shadow(0rem 0.25rem 0.25rem rgba(38, 38, 109, 0.25));
}
.stay-up-to-date-section .input-wrap label {
  display: none;
}

.footer-divider {
  background-image: url(/2025/images/backgrounds/footer-bkg.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 2.5rem;
  background-color: #F0F4FF;
}

footer {
  padding: 3.5rem 0 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  text-align: center;
  color: #FFF8EE;
  background-color: #26266D;
}
footer .footer-glasses {
  width: clamp(4rem, 20vw, 6rem);
}
footer a.link-text,
footer p {
  color: #FFF8EE;
  font-family: "pill-gothic-900mg", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
  text-decoration: none;
}
footer a.link-text:hover,
footer a.link-text:active {
  text-decoration: underline;
}

.footer-wrapper,
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}

.footer-links {
  gap: 2rem;
}

footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}

.btn-shadow {
  filter: drop-shadow(0rem 0.25rem 0.25rem rgba(38, 38, 109, 0.25));
}
@media only screen and (min-width: 1024px) {
  .btn-shadow {
    padding: 2rem;
  }
}

.btn-primary {
  cursor: pointer;
  transition: transform 0.3s ease-out;
  transform: rotate(2deg);
  min-height: 15.625rem;
  --r: 20px; /* control the radius */
  padding: var(--r);
  background: #ffffff;
  mask: radial-gradient(50% 50%, rgba(0, 0, 0, 0) 66%, #000 67%) round var(--r) var(--r)/calc(2 * var(--r)) calc(2 * var(--r)), conic-gradient(#000 0 0) content-box;
}
.btn-primary:hover, .btn-primary:active {
  transform: translateY(-5px) rotate(0deg);
  transform: rotate(-2deg);
}
@media only screen and (max-width: 1024px) {
  .btn-primary {
    min-height: auto;
  }
}
.btn-primary button,
.btn-primary a {
  display: inline-block;
  vertical-align: middle;
  height: 16rem;
  padding: 1rem;
  color: white;
  text-align: center;
  font-family: postino-std;
  border: 0.5rem solid white;
  background-color: #EB7F19;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  aspect-ratio: 1.5;
}
@media only screen and (max-width: 1024px) {
  .btn-primary button,
  .btn-primary a {
    font-size: 2rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 610px) {
  .btn-primary button,
  .btn-primary a {
    font-size: 1.5rem;
    height: 8rem;
  }
}
.btn-primary button:before,
.btn-primary a:before {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 5px solid white;
}
.btn-primary button:hover,
.btn-primary a:hover {
  background-color: #ffffff;
  color: #EB7F19;
}
.btn-primary.blue button,
.btn-primary.blue a {
  background-color: #719DEA;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.btn-primary.blue button:hover, .btn-primary.blue button:active,
.btn-primary.blue a:hover,
.btn-primary.blue a:active {
  color: #719DEA;
  background-color: #ffffff;
}

.link-text {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.link-logo a:hover {
  text-decoration: none;
}

.btn-icon {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
  padding: 0.5rem;
  scale: 1;
  transition: 0.1s ease-out;
}
.btn-icon:hover, .btn-icon:active {
  scale: 1.1;
  transition: 0.1;
}
.btn-icon img {
  position: relative;
  z-index: 5;
}
.btn-icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #314199;
  clip-path: circle();
  z-index: 0;
}
.btn-icon:hover::after {
  background-color: #EB7F19;
}

.btn-secondary {
  margin-top: 1rem;
  font-size: 1.5rem;
  background-color: #EB7F19;
  border-radius: 3rem;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  transition: 0.1s ease-out;
  font-weight: 700;
}
@media only screen and (max-width: 610px) {
  .btn-secondary {
    font-size: 1.25rem;
  }
}
.btn-secondary:hover, .btn-secondary:active {
  color: #ffffff;
  background-color: #A85B23;
  scale: 1.1;
  transition: 0.1s ease-out;
  text-decoration: none;
}

header {
  padding-top: 1rem;
  background: #ffffff;
}

.header-divider {
  background-image: url(/2025/images/backgrounds/header-bkg.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 2.5rem;
}

.header-links {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  text-align: right;
}
@media only screen and (max-width: 610px) {
  .header-links {
    justify-content: center;
  }
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  column-gap: 8rem;
}
@media only screen and (max-width: 800px) {
  .navigation {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
}

.sidepages-header h5 {
  font-family: postino-std, serif;
  font-weight: 400;
  font-style: normal;
  color: #195BCE;
}
@media only screen and (max-width: 800px) {
  .sidepages-header .navigation .navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 1rem;
  }
}

.sidepage + .footer-divider {
  background-color: #D9E4FE;
}

.column-to-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  .column-to-row {
    flex-direction: column-reverse;
  }
}

.column-to-row-content {
  width: 45%;
}

html {
  background-color: #ffffff;
}

body {
  background-color: #D9E4FE;
}

.img-responsive {
  width: 100%;
  height: auto;
}

a:hover {
  color: #EB7F19;
  text-decoration: underline;
  text-decoration-color: #EB7F19;
}

.container {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .container {
    margin: 0 5%;
  }
}

.mw-lg {
  max-width: 48rem;
}

.mw-xl {
  max-width: 72rem;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .mt-0 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 610px) {
  .mt-0 {
    margin-top: 0;
  }
}

.mb-0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .mb-0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 610px) {
  .mb-0 {
    margin-bottom: 0;
  }
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.me-0 {
  margin-right: 0;
}

.ms-0 {
  margin-left: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.ps-0 {
  padding-left: 0;
}

.pe-0 {
  padding-right: 0;
}

.gap-0 {
  gap: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .mt-1 {
    margin-top: 0.1666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-1 {
    margin-top: 0.125rem;
  }
}

.mb-1 {
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .mb-1 {
    margin-bottom: 0.1666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-1 {
    margin-bottom: 0.125rem;
  }
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.me-1 {
  margin-right: 0.25rem;
}

.ms-1 {
  margin-left: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.ps-1 {
  padding-left: 0.25rem;
}

.pe-1 {
  padding-right: 0.25rem;
}

.gap-1 {
  gap: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .mt-2 {
    margin-top: 0.3333333333rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-2 {
    margin-top: 0.25rem;
  }
}

.mb-2 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .mb-2 {
    margin-bottom: 0.3333333333rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-2 {
    margin-bottom: 0.25rem;
  }
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3 {
  margin-top: 1rem;
}
@media only screen and (max-width: 1024px) {
  .mt-3 {
    margin-top: 0.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-3 {
    margin-top: 0.5rem;
  }
}

.mb-3 {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .mb-3 {
    margin-bottom: 0.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-3 {
    margin-bottom: 0.5rem;
  }
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.me-3 {
  margin-right: 1rem;
}

.ms-3 {
  margin-left: 1rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.ps-3 {
  padding-left: 1rem;
}

.pe-3 {
  padding-right: 1rem;
}

.gap-3 {
  gap: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .mt-4 {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-4 {
    margin-top: 0.75rem;
  }
}

.mb-4 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .mb-4 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-4 {
    margin-bottom: 0.75rem;
  }
}

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.my-4 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-4 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.gap-4 {
  gap: 1.5rem;
}

.m-5 {
  margin: 2rem;
}

.mt-5 {
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .mt-5 {
    margin-top: 1.3333333333rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-5 {
    margin-top: 1rem;
  }
}

.mb-5 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .mb-5 {
    margin-bottom: 1.3333333333rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-5 {
    margin-bottom: 1rem;
  }
}

.mx-5 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.my-5 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.me-5 {
  margin-right: 2rem;
}

.ms-5 {
  margin-left: 2rem;
}

.p-5 {
  padding: 2rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.px-5 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.py-5 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.ps-5 {
  padding-left: 2rem;
}

.pe-5 {
  padding-right: 2rem;
}

.gap-5 {
  gap: 2rem;
}

.m-6 {
  margin: 2.5rem;
}

.mt-6 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .mt-6 {
    margin-top: 1.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-6 {
    margin-top: 1.25rem;
  }
}

.mb-6 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .mb-6 {
    margin-bottom: 1.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-6 {
    margin-bottom: 1.25rem;
  }
}

.mx-6 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.my-6 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.me-6 {
  margin-right: 2.5rem;
}

.ms-6 {
  margin-left: 2.5rem;
}

.p-6 {
  padding: 2.5rem;
}

.pt-6 {
  padding-top: 2.5rem;
}

.pb-6 {
  padding-bottom: 2.5rem;
}

.px-6 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.py-6 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.ps-6 {
  padding-left: 2.5rem;
}

.pe-6 {
  padding-right: 2.5rem;
}

.gap-6 {
  gap: 2.5rem;
}

.m-7 {
  margin: 3rem;
}

.mt-7 {
  margin-top: 3rem;
}
@media only screen and (max-width: 1024px) {
  .mt-7 {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-7 {
    margin-top: 1.5rem;
  }
}

.mb-7 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .mb-7 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-7 {
    margin-bottom: 1.5rem;
  }
}

.mx-7 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.my-7 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.me-7 {
  margin-right: 3rem;
}

.ms-7 {
  margin-left: 3rem;
}

.p-7 {
  padding: 3rem;
}

.pt-7 {
  padding-top: 3rem;
}

.pb-7 {
  padding-bottom: 3rem;
}

.px-7 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-7 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.ps-7 {
  padding-left: 3rem;
}

.pe-7 {
  padding-right: 3rem;
}

.gap-7 {
  gap: 3rem;
}

.m-8 {
  margin: 4rem;
}

.mt-8 {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .mt-8 {
    margin-top: 2.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-8 {
    margin-top: 2rem;
  }
}

.mb-8 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .mb-8 {
    margin-bottom: 2.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-8 {
    margin-bottom: 2rem;
  }
}

.mx-8 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.my-8 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.me-8 {
  margin-right: 4rem;
}

.ms-8 {
  margin-left: 4rem;
}

.p-8 {
  padding: 4rem;
}

.pt-8 {
  padding-top: 4rem;
}

.pb-8 {
  padding-bottom: 4rem;
}

.px-8 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.py-8 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.ps-8 {
  padding-left: 4rem;
}

.pe-8 {
  padding-right: 4rem;
}

.gap-8 {
  gap: 4rem;
}

.m-9 {
  margin: 5rem;
}

.mt-9 {
  margin-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  .mt-9 {
    margin-top: 3.3333333333rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-9 {
    margin-top: 2.5rem;
  }
}

.mb-9 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .mb-9 {
    margin-bottom: 3.3333333333rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-9 {
    margin-bottom: 2.5rem;
  }
}

.mx-9 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.my-9 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.me-9 {
  margin-right: 5rem;
}

.ms-9 {
  margin-left: 5rem;
}

.p-9 {
  padding: 5rem;
}

.pt-9 {
  padding-top: 5rem;
}

.pb-9 {
  padding-bottom: 5rem;
}

.px-9 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.py-9 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.ps-9 {
  padding-left: 5rem;
}

.pe-9 {
  padding-right: 5rem;
}

.gap-9 {
  gap: 5rem;
}

.m-10 {
  margin: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}
@media only screen and (max-width: 1024px) {
  .mt-10 {
    margin-top: 6.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-10 {
    margin-top: 5rem;
  }
}

.mb-10 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1024px) {
  .mb-10 {
    margin-bottom: 6.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-10 {
    margin-bottom: 5rem;
  }
}

.mx-10 {
  margin-right: 10rem;
  margin-left: 10rem;
}

.my-10 {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

.me-10 {
  margin-right: 10rem;
}

.ms-10 {
  margin-left: 10rem;
}

.p-10 {
  padding: 10rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.px-10 {
  padding-right: 10rem;
  padding-left: 10rem;
}

.py-10 {
  padding-bottom: 10rem;
  padding-top: 10rem;
}

.ps-10 {
  padding-left: 10rem;
}

.pe-10 {
  padding-right: 10rem;
}

.gap-10 {
  gap: 10rem;
}

.m-16 {
  margin: 16rem;
}

.mt-16 {
  margin-top: 16rem;
}
@media only screen and (max-width: 1024px) {
  .mt-16 {
    margin-top: 10.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mt-16 {
    margin-top: 8rem;
  }
}

.mb-16 {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 1024px) {
  .mb-16 {
    margin-bottom: 10.6666666667rem;
  }
}
@media only screen and (max-width: 610px) {
  .mb-16 {
    margin-bottom: 8rem;
  }
}

.mx-16 {
  margin-right: 16rem;
  margin-left: 16rem;
}

.my-16 {
  margin-bottom: 16rem;
  margin-top: 16rem;
}

.me-16 {
  margin-right: 16rem;
}

.ms-16 {
  margin-left: 16rem;
}

.p-16 {
  padding: 16rem;
}

.pt-16 {
  padding-top: 16rem;
}

.pb-16 {
  padding-bottom: 16rem;
}

.px-16 {
  padding-right: 16rem;
  padding-left: 16rem;
}

.py-16 {
  padding-bottom: 16rem;
  padding-top: 16rem;
}

.ps-16 {
  padding-left: 16rem;
}

.pe-16 {
  padding-right: 16rem;
}

.gap-16 {
  gap: 16rem;
}

@media only screen and (max-width: 610px) {
  .mobile-75 {
    transform: scale(0.75);
  }
}

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