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");
}
.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;
}

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

body {
  background-position: center -60px;
  background-size: auto 114vh;
  background-color: #fdffd6;
  background-image: url(../images/backgrounds/background_1-grey.svg);
  font-family: "TomkinCondense-Regular", sans-serif;
}

p {
  color: #08175e;
  --font-size: 1.625rem;
  font-size: var(--font-size);
  line-height: 2.125rem;
  font-family: "TomkinCondense-Regular", sans-serif;
}
@media only screen and (max-width: 1100px) {
  p {
    --font-size: 1.25rem;
    font-size: var(--font-size);
    line-height: 1.625rem;
  }
}
p + p {
  margin-top: var(--font-size);
}

.sidepages__header {
  gap: 60px;
  display: flex;
  padding: 40px 0 100px 0;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .sidepages__header {
    display: grid;
    grid-gap: 10px 20px;
    justify-items: center;
    padding: 30px 8px 50px;
  }
  .sidepages__header .logo,
  .sidepages__header .header__image {
    grid-row: 1;
  }
  .sidepages__header .date_and_location {
    gap: 10px;
    display: flex;
    grid-column: 1/span 2;
  }
  .sidepages__header a {
    display: flex;
    justify-self: left;
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 20px;
  }
}
.sidepages__header .location::before {
  content: "/";
  padding: 0 4px;
}
.sidepages__header img.logo {
  height: 144px;
}
@media only screen and (max-width: 1100px) {
  .sidepages__header img.logo {
    height: 24px;
  }
}
.sidepages__header img.header__image {
  height: 189px;
}
@media only screen and (max-width: 1100px) {
  .sidepages__header img.header__image {
    height: 91px;
  }
}
.sidepages__header .date_and_location {
  display: grid;
  color: #08175e;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .sidepages__header .date_and_location {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-top: 50px;
    grid-row: 1;
    grid-column: 2;
  }
}
@media only screen and (max-width: 400px) {
  .sidepages__header .date_and_location {
    margin-top: 65px;
    text-align: center;
  }
}

h3 {
  font-size: 5rem;
  font-weight: 800;
  color: #08175e;
  text-align: center;
  margin-bottom: 60px;
  font-family: "TT Travels Next Trial Variable Extra Bold", sans-serif;
  margin: auto;
  max-width: min(900px, 80vw);
  margin-bottom: 60px;
}
@media only screen and (max-width: 1100px) {
  h3 {
    margin-bottom: 40px;
    max-width: initial;
    font-size: max(80%, min(12.5vw, 2.875rem));
    line-height: max(80%, min(12.5vw, 2.875rem));
  }
  h3.cancellation__title, h3.conduct__title, h3.imprint__title {
    font-size: max(80%, min(10vw, 2.875rem));
    line-height: max(80%, min(10vw, 2.875rem));
  }
}
h3.cancellation__title {
  margin-bottom: 20px;
}

.content {
  margin: auto;
  max-width: 1000px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 897px) {
  .content {
    margin: 0 27px;
    max-width: 100%;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .content {
    max-width: 90%;
  }
}
.content .imprint__responsible_info {
  gap: 40px;
  display: flex;
  text-align: center;
  padding-bottom: 20px;
  flex-direction: column;
  overflow-wrap: break-word;
}
.content .imprint__responsible_info p:last-of-type {
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media only screen and (max-width: 897px) {
  .content .imprint__responsible_info p:last-of-type {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.content h4 {
  font-size: 2.5rem;
  color: #08175e;
  padding: 60px 0 20px 0;
  font-family: "TomkinCondense-Medium", sans-serif;
}
@media only screen and (min-width: 1024px) {
  .content h4.need-help {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .content h4 {
    font-size: max(80%, min(12.5vw, 2rem));
    line-height: max(80%, min(12.5vw, 2rem));
    padding: 40px 0;
  }
}
.content h4:first-of-type {
  margin-top: 0;
}

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