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

body {
  line-height: 1;
}

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

body {
  font-family: "Syncopate", sans-serif;
  background-color: #F6EEEC;
}

h1 {
  font-size: 24pt;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  font-size: 13pt;
  font-weight: normal;
}

iframe {
  background: url(/images/loading.gif) center center no-repeat;
  background-size: 4em;
  background-color: #F6F6F6;
  border: 0;
}

.sponsors-list {
  column-count: 2;
  column-width: 17em;
  max-width: 40em;
}

.sponsors-listitem {
  height: 4em;
  overflow: hidden;
}

.sponsors-link {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.sponsors-link img {
  display: block;
  max-height: 15em;
  max-width: 15em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

body .header__default {
  display: flex;
  flex-direction: column;
  font: 1rem "Syncopate", sans-serif;
  width: 100%;
  overflow: hidden;
}
body .header__default > div {
  display: flex;
  width: 100%;
}
body .header__default > div:first-child {
  background: #3967D1;
  align-items: center;
  position: relative;
}
body .header__default > div:first-child h1 {
  color: #fcc24e;
  font: 700 6rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  padding: 150px 0;
  width: 55%;
}
@media (max-width: 992px) {
  body .header__default > div:first-child h1 {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:first-child h1 {
    display: none;
  }
}
body .header__default > div:first-child img {
  position: absolute;
  top: 36%;
  left: 57%;
  width: 550px;
  z-index: 1;
}
@media (max-width: 1300px) {
  body .header__default > div:first-child img {
    top: 68%;
    width: 430px;
    left: 50%;
  }
}
@media (max-width: 992px) {
  body .header__default > div:first-child img {
    top: 75%;
    width: 330px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:first-child img {
    position: relative;
    left: 0;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:first-child {
    justify-content: center;
  }
}
body .header__default > div:last-child {
  flex-direction: row;
}
body .header__default > div:last-child div {
  align-items: center;
  border: 4px solid #2E2E2E;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  padding: 96px 0;
}
body .header__default > div:last-child div:first-child {
  border-left-width: 0;
  background-color: #F6EEEC;
  justify-content: flex-start;
}
body .header__default > div:last-child div:first-child h2 {
  color: #3967D1;
  font: 900 4rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  width: 35%;
}
@media (max-width: 992px) {
  body .header__default > div:last-child div:first-child h2 {
    font-size: 2.5rem;
    margin-left: 26px;
  }
}
@media (max-width: 768px) {
  body .header__default > div:last-child div:first-child h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  body .header__default > div:last-child div:first-child {
    width: 100%;
    padding: 30px 0;
  }
}
body .header__default > div:last-child div:last-child {
  background: rgb(57, 126, 120);
  border-width: 4px 0;
  justify-content: flex-start;
  padding: 4rem 2rem;
  gap: 1rem;
}
@media (max-width: 992px) {
  body .header__default > div:last-child div:last-child {
    justify-content: space-around;
    padding: 2rem 1rem;
    gap: 0;
  }
}
body .header__default > div:last-child div:last-child a {
  align-items: center;
  border: 3.3px solid #FFF;
  border-radius: 59.396px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  min-width: 9rem;
  justify-content: space-between;
}
body .header__default > div:last-child div:last-child a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  body .header__default > div:last-child div:last-child a {
    font-size: 14px;
    margin-top: 12px;
  }
}
body .header__default > div:last-child div:last-child a img {
  width: 2rem;
  padding-left: 0.5rem;
}

.meetup__default {
  display: flex;
  flex-direction: column;
  font: 1rem "Syncopate", sans-serif;
  width: 100%;
}
.meetup__default > div {
  display: flex;
  width: 100%;
}
.meetup__default > div:first-child {
  background: #3967D1;
  align-items: center;
  position: relative;
}
.meetup__default > div:first-child h1 {
  color: #fcc24e;
  font: 700 6rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  padding: 50px 0;
  width: 55%;
}
@media (max-width: 992px) {
  .meetup__default > div:first-child h1 {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:first-child h1 {
    font-size: 2rem;
    margin: 0;
    padding: 36px 0;
    width: 85%;
  }
}
.meetup__default > div:first-child img {
  position: absolute;
  right: 15%;
  width: 350px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .meetup__default > div:first-child img {
    top: 68%;
    width: 430px;
    right: 15%;
  }
}
@media (max-width: 992px) {
  .meetup__default > div:first-child img {
    top: 75%;
    width: 330px;
    right: 10%;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:first-child img {
    position: relative;
    left: -25%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:first-child {
    justify-content: center;
  }
}
.meetup__default > div:last-child {
  flex-direction: row;
}
.meetup__default > div:last-child div {
  align-items: center;
  border: 4px solid #2E2E2E;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  padding: 96px 0;
}
.meetup__default > div:last-child div:first-child {
  border-left-width: 0;
  background-color: #F6EEEC;
  justify-content: flex-start;
}
.meetup__default > div:last-child div:first-child h2 {
  color: #3967D1;
  font: 900 4rem/1 "Syncopate", sans-serif;
  margin-left: 52px;
  width: 35%;
}
@media (max-width: 992px) {
  .meetup__default > div:last-child div:first-child h2 {
    font-size: 2.5rem;
    margin-left: 26px;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:last-child div:first-child h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .meetup__default > div:last-child div:first-child {
    width: 100%;
    padding: 30px 0;
  }
}
.meetup__default > div:last-child div:last-child {
  background: rgb(57, 126, 120);
  border-width: 4px 0;
  justify-content: flex-start;
  padding: 4rem 2rem;
  gap: 1rem;
}
@media (max-width: 992px) {
  .meetup__default > div:last-child div:last-child {
    justify-content: space-around;
    padding: 2rem 1rem;
    gap: 0;
  }
}
.meetup__default > div:last-child div:last-child a {
  align-items: center;
  border: 3.3px solid #FFF;
  border-radius: 59.396px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  min-width: 9rem;
  justify-content: space-between;
}
.meetup__default > div:last-child div:last-child a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .meetup__default > div:last-child div:last-child a {
    font-size: 14px;
    margin-top: 12px;
  }
}
.meetup__default > div:last-child div:last-child a img {
  width: 2rem;
  padding-left: 0.5rem;
}

.next-meetup header {
  width: 100%;
  background: #ABC2FB;
  display: flex;
  font-weight: 900;
  padding: 16px 0;
  overflow: hidden;
}
.next-meetup header .next-meetup-callout {
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: justify-start;
  margin: 0;
}
.next-meetup header .next-meetup-callout__title {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .next-meetup header .next-meetup-callout__title {
    font-size: 1.5rem;
  }
}
.next-meetup header .next-meetup-callout__icon {
  margin: 0 12px;
}
@media (max-width: 992px) {
  .next-meetup header .next-meetup-callout__icon {
    transform: scale(0.8);
  }
}
.next-meetup header .next-meetup-callout--infinite-horizontal-animation {
  animation: scroll-horizontal 30s linear infinite;
}
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.next-meetup > article {
  display: flex;
  padding: 5rem 3rem;
  background-color: #F6EEEC;
  justify-content: center;
}
@media (max-width: 1300px) {
  .next-meetup > article {
    padding: 5rem 2rem;
    flex-direction: column;
  }
}
.next-meetup > article .next-meetup__details {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.next-meetup > article .next-meetup__details .stars {
  position: relative;
  width: 90px;
  height: 90px;
  top: 10px;
  left: -45px;
}
@media (max-width: 1300px) {
  .next-meetup > article .next-meetup__details {
    align-self: center;
  }
}
@media (max-width: 992px) {
  .next-meetup > article .next-meetup__details {
    width: 80%;
  }
}
.next-meetup > article .next-meetup__details h2 {
  font-weight: 900;
  color: #3967D1;
  font-size: 1.8rem;
}
.next-meetup > article .next-meetup__details ul li {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.next-meetup > article .next-meetup__details ul li:first-child {
  margin-top: 3rem;
}
.next-meetup > article .next-meetup__details ul li img {
  width: 50px;
  margin-right: 0.5rem;
}
.next-meetup > article .next-meetup__speakers {
  display: flex;
  justify-content: center;
}
@media (max-width: 1300px) {
  .next-meetup > article .next-meetup__speakers {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .next-meetup > article .next-meetup__speakers {
    flex-direction: column;
    align-items: center;
  }
}
.next-meetup > article .next-meetup__speakers li {
  margin-right: 3rem;
  position: relative;
  max-width: 350px;
}
@media (max-width: 768px) {
  .next-meetup > article .next-meetup__speakers li {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.next-meetup > article .next-meetup__speakers li img {
  width: 330px;
  height: 360px;
  object-fit: cover;
}
.next-meetup > article .next-meetup__speakers li article {
  padding: 1rem;
  position: relative;
  width: 340px;
  background-color: #FFC24D;
  height: 150px;
  margin-top: -75px;
  z-index: 1;
}
.next-meetup > article .next-meetup__speakers li article h1 {
  font-size: 1.2rem;
  font-weight: 900;
  border-bottom: 1px solid black;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

#view-meetup {
  margin: 0 auto;
  width: 85%;
}
@media (min-width: 1024px) {
  #view-meetup {
    width: 65%;
  }
}
#view-meetup section {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
#view-meetup section:first-child {
  margin-top: 4rem;
}
#view-meetup a {
  font-size: 1.25rem;
}
#view-meetup h2 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2.5rem;
}
#view-meetup h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
#view-meetup span {
  font-weight: bold;
}
#view-meetup .keep-aspect-ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.25rem;
}
#view-meetup .keep-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#view-meetup .talk {
  margin-bottom: 2rem;
}
#view-meetup .talk h3 a {
  font-size: 1.75rem;
}

#meetups {
  background-color: #F6EEEC;
}
#meetups header {
  background-color: #3967D1;
  border: 0 solid black;
  border-width: 2px 0;
  color: white;
  padding: 2rem 3.5rem;
}
@media (max-width: 425px) {
  #meetups header {
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#meetups header h1 {
  color: #FFC24D;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media (max-width: 425px) {
  #meetups header h1 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  #meetups header p {
    display: none;
  }
}
#meetups .meetup-event__date_year {
  align-items: center;
  display: flex;
  padding: 1.5rem 8rem;
  font-weight: bold;
  justify-content: space-between;
}
#meetups ul li {
  align-items: center;
  display: flex;
  overflow: hidden;
}
#meetups ul li:hover {
  background-color: rgba(57, 126, 120, 0.5);
}
@media (max-width: 425px) {
  #meetups ul li {
    padding: 1.5rem 1rem;
  }
}
#meetups ul li:not(:last-child) {
  border-bottom: 1px solid #3967D1;
}
#meetups ul li a {
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 1.5rem 8rem;
  width: 100%;
}
@media (max-width: 425px) {
  #meetups ul li a {
    align-items: center;
    flex-direction: column;
    padding: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  #meetups ul li a {
    padding: 1.5rem 3rem;
  }
}
#meetups ul li a, #meetups ul li a:active, #meetups ul li a:visited, #meetups ul li a:focus, #meetups ul li a:hover {
  color: #3967D1;
  text-decoration: none;
}
#meetups ul li a .meetup-event__date {
  align-items: center;
  display: flex;
}
#meetups ul li a .meetup-event__company {
  align-items: center;
  display: flex;
}
@media (max-width: 425px) {
  #meetups ul li a .meetup-event__company {
    margin-top: 1rem;
  }
}
#meetups ul li a img {
  margin-left: 0.5rem;
  /* Hacky way to get the color from the white SVG. Tool used: https://angel-rs.github.io/css-color-filter-generator/ */
  filter: brightness(0) saturate(100%) invert(37%) sepia(91%) saturate(575%) hue-rotate(186deg) brightness(90%) contrast(95%);
}

#sponsors-list {
  display: flex;
  overflow: hidden;
}
#sponsors-list ul {
  padding-left: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-top: 2px solid black;
  background-color: #F6EEEC;
}
#sponsors-list ul.infinite-horizontal-animation {
  animation: scroll-horizontal 20s linear infinite;
}
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#sponsors-list ul li img {
  max-width: 12rem;
  height: 2.5rem;
}

footer {
  border-top: 2px solid black;
  padding: 6rem 3rem;
  background-color: #F6EEEC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  footer {
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
  }
}
footer a, footer a:active, footer a:hover, footer a:focus {
  color: #2E2E2E;
  text-decoration: none;
}
footer div:first-child h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}
footer div:first-child h1:hover {
  filter: drop-shadow(-0.5rem 0.5rem 0.5rem rgb(57, 126, 120));
}
@media (max-width: 768px) {
  footer div:first-child h1 {
    font-size: 1.5rem;
  }
}
footer div:first-child ul {
  display: flex;
}
footer div:first-child ul li {
  margin-right: 1rem;
}
footer div:first-child ul li:hover {
  filter: drop-shadow(-0.5rem 0.5rem 0.5rem rgb(57, 126, 120));
}
@media (max-width: 768px) {
  footer div:first-child ul li svg {
    transform: scale(0.9);
  }
}
footer div:nth-child(2) {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  footer div:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  footer div:nth-child(2) img {
    transform: scale(0.8);
  }
}

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