.two-column {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .two-column {
        column-count: 2;
        column-gap: 30px;
    }
}

.mb-1 {
    margin-bottom: 15px;
}

.mb-2 {
    margin-bottom: 30px;
}

.mb-3 {
    margin-bottom: 45px;
}

.centered {
    text-align: center;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.desktop-only {
    display: none;
}

@media screen and (min-width: 1000px) {
    .desktop-only {
        display: block;
    }
}

.mobile-only {
    display: block;
}

@media screen and (min-width: 1000px) {
    .mobile-only {
        display: none;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    background-color: currentColor;
    border: 0;
}

hr:not([size]) {
    height: 1px;
}

h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

p {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bold;
}

sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -1.3rem;
}

a {
    text-decoration: none;
    border: none;
}

a:hover {
    text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    line-height: inherit;
    white-space: normal;
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

iframe {
    width: 100%;
    margin-bottom: 9rem;
}

body {
    color: #222222;
    line-height: 3.2rem;
    font-family: "ApexNewWeb Book", Arial, sans-serif;
    font-size: 16px;
}

@media screen and (min-width: 1000px) {
    body {
        background: none;
        font-size: 2rem;
    }
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
    word-break: break-all;
}

@media screen and (min-width: 1000px) {
    h1 {
        font-size: 4rem;
        line-height: 0.9;
        word-break: normal;
    }
}

h2 {
    color: #DC0C23;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

@media screen and (min-width: 1000px) {
    h2 {
        line-height: 3.5rem;
        font-size: 2.2rem;
    }
}

h3 {
    line-height: 2.2rem;
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 1000px) {
    h3 {
        text-transform: uppercase;
        line-height: 3.2rem;
        font-size: 2.2rem;
    }
}

strong {
    font-family: "ApexNewWeb Medium", Arial, sans-serif;
}

iframe {
    margin-bottom: 0;
}

@font-face {
    font-family: "ApexNewWeb Book";
    src: url("../fonts/ApexNewWeb-Book.eot");
    src: url("../fonts/ApexNewWeb-Book.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ApexNewWeb-Book.woff") format("woff"),
         url("../fonts/ApexNewWeb-Book.svg#ApexNewWeb-Book") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "ApexNewWeb Medium";
    src: url("../fonts/ApexNewWeb-Medium.eot");
    src: url("../fonts/ApexNewWeb-Medium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ApexNewWeb-Medium.woff") format("woff"),
         url("../fonts/ApexNewWeb-Medium.svg#ApexNewWeb-Medium") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ApexSerif Book";
    src: url("../fonts/ApexSerif-Book.eot");
    src: url("../fonts/ApexSerif-Book.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ApexSerif-Book.woff") format("woff"),
         url("../fonts/ApexSerif-Book.svg#ApexSerif-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}

.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .ctr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
  min-width:40px;
  margin-right:10px;
}

.header__nav {
    margin-left: auto;
}

@media screen and (min-width: 1100px) {
    .header__nav {
        display: block;
    }
}

.header__toggle {
    display: block;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 1100px) {
    .header__toggle {
        display: none;
    }
}

.header__toggle svg {
    width: 50px;
    height: 50px;
}

.header__akregtp {
    display: none;
    width: 145px;
}

@media screen and (min-width: 600px) {
    .header__akregtp {
        display: block;
    }
}

.footer {
    background-color: #E6F0F7;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 25px;
}

.main {
    background-color: #F3F0E7;
    padding-bottom: 21.5rem;
    background-image: url("/_assets/img/bg-ce-content.png"), linear-gradient(white, #F3F0E7);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover, 100%;
}

.main--shifted {
    padding-bottom: 10.5rem;
    background-position: center 430px;
}

.main--shifted .panel {
    transform: translateY(-11rem);
}

.main__header {
    padding: 14rem 0 6.5rem 0;
}

.main__headline {
    text-transform: uppercase;
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-size: 3rem;
    line-height: 4rem;
}

@media screen and (min-width: 1000px) {
    .main__headline {
        font-size: 6rem;
        line-height: 7.2rem;
    }
}

.main__subline {
    text-transform: uppercase;
    color: #DC0C23;
}

.main__text h2 {
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-size: 4rem;
    line-height: 5.2rem;
    margin-top: 7.5rem;
    margin-bottom: 4rem;
}

.main__text h2:first-child {
    margin-top: 0;
}

.main__text h3 {
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 3.7rem;
    margin-bottom: 3rem;
}

.main__text a {
    color: #DC0C23;
}

.nav--top {
    height: 100vh;
    width: 90%;
    max-width: 300px;
    background-color: #E6F0F7;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    padding: 80px 30px 30px 50px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 1100px) {
    .nav--top {
        transform: none;
        width: auto;
        position: static;
        background-color: transparent;
        max-width: none;
        height: auto;
        padding: 0;
        overflow-y: visible;
    }
}

.nav--top .nav__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.3s;
}

@media screen and (min-width: 1100px) {
    .nav--top .nav__list {
        flex-direction: row;
        opacity: 1;
        transition: none;
    }
}

.nav--top .nav__item {
    margin-bottom: 2rem;
}

@media screen and (min-width: 1100px) {
    .nav--top .nav__item {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

.nav--top .nav__link {
    text-transform: uppercase;
    color: #5E5E5E;
    font-family: "ApexNewWeb Medium", Arial, sans-serif;
}

.nav--top .nav__link.active {
    color: #DC0C23;
}

.nav__toggle--open {
    display: block;
}

.nav__toggle--close {
    display: none;
}

.nav-open .nav--top {
    transform: translateX(0);
    opacity: 1;
}

.nav-open .nav--top .nav__list {
    opacity: 1;
}

.nav-open .nav__toggle--open {
    display: none;
}

.nav-open .nav__toggle--close {
    display: block;
}

.nav--footer .nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav--footer .nav__item {
    margin-left: 30px;
}

.nav--footer .nav__link {
    color: #222222;
    font-family: "ApexNewWeb Medium", Arial, sans-serif;
}

.nav--footer .nav__link.active {
    color: #DC0C23;
}

.ctr {
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1570px;
}

.ctr--content {
    max-width: 900px;
}

.ctr--iframe {
    max-width: 1200px;
}

.mood {
    height: 430px;
    height: 600px;
    background-position: center center;
    background-size: cover;
    color: white;
}

.mood .ctr {
    height: 100%;
}

.mood__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.mood__subline {
    margin: 0;
}

.mood__headline {
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-size: 3rem;
    line-height: 4rem;
}

@media screen and (min-width: 1190px) {
    .mood__headline {
        font-size: 6rem;
        line-height: 7rem;
    }
}

.mood--home {
    margin-bottom: 0;
    height: 800px;
}

.mood--home .mood__container {
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 80px;
    padding-bottom: 20px;
    color: #DC0C23;
}

@media screen and (min-width: 1190px) {
    .mood--home .mood__container {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.mood--home .mood__subline {
    font-family: "ApexNewWeb Medium", Arial, sans-serif;
}

.mood--home .mood__text {
    flex: 1;
}

.login {
    background-color: #F3F0E7;
    padding: 90px 25px 25px 25px;
    display: none;
}

.login.show {
    display: block;
}

.login__headline {
    text-align: center;
}

.login__form__container {
    margin: 0 auto;
    max-width: 534px;
    margin-bottom: 6rem;
}

.login__form {
    display: flex;
}

.login__form input {
    border-radius: 40px 0 0 40px;
    border: 1px solid #DC0C23;
    flex: 1;
    padding: 0 40px;
}

.login__form button {
    border-radius: 0 40px 40px 0;
    border: 1px solid #DC0C23;
    background-color: #DC0C23;
    color: white;
    font-family: "ApexNewWeb Medium", Arial, sans-serif;
    height: 70px;
    padding: 0 25px 0 20px;
}

.login__registration {
    text-align: right;
    line-height: 2.4rem;
    color: #518E9F;
}

.login__registration a {
    color: #518E9F;
    text-decoration: underline;
}

.login__error {
    text-align: center;
    color: #DC0C23;
    margin-top: 1rem;
}

.preview {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1000px) {
    .preview {
        flex-direction: row;
    }
}

.preview__image__wrapper {
    padding-top: 100%;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .preview__image__wrapper {
        flex: 0 0 50%;
        height: auto;
        padding-top: 0;
    }
}

.preview__image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 1000px) {
    .preview__image {
        position: static;
    }
}

.preview__content {
    flex: 0 0 50%;
    background-image: linear-gradient(white, #F3F0E7);
    padding: 60px 75px 60px 40px;
}

@media screen and (min-width: 1000px) {
    .preview__content {
        flex: 0 0 50%;
    }
}

.preview__headline {
    text-transform: uppercase;
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 2rem;
}

.preview__subline {
    margin-bottom: 4rem;
}

.preview__text {
    margin-bottom: 4rem;
}

.btn {
    border: 1px solid #DC0C23;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 8px 30px;
    color: #DC0C23;
    font-size: 1.8rem;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    text-decoration: inherit;
    background-color: #DC0C23;
    color: white;
}

.panel {
    background-color: white;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.2);
}

.agenda__item {
    padding: 35px;
    display: flex;
    border-bottom: 1px solid #D1D1D1;
    flex-direction: column;
}

@media screen and (min-width: 600px) {
    .agenda__item {
        padding: 35px 85px;
        flex-direction: row;
        align-items: center;
    }
}

.agenda__item:last-child {
    border-bottom: none;
}

@media screen and (min-width: 600px) {
    .agenda__time {
        flex: 0 0 130px;
    }
}

.agenda__title {
    text-transform: uppercase;
}

.agenda__speaker {
    text-transform: uppercase;
    color: #DC0C23;
}

.agenda__speaker:last-child p {
    margin-bottom: 0;
}

.agenda__speaker span {
    margin: 0 5px;
}

.agenda__speaker a {
    color: #DC0C23;
    display: block;
}

.agenda__speaker a:last-of-type + span {
    display: none;
}

.agenda__speaker p {
    text-transform: none;
    color: #222222;
    margin-bottom: 0.8rem;
}

.agenda__subheader {
    margin-top: 3rem;
}

.agenda__subheader .agenda__title {
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-family: "ApexNewWeb Medium", Arial, sans-serif;
}

.speaker {
    padding-bottom: 13px;
}

.speaker__item {
    padding: 13px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D1D1D1;
}

@media screen and (min-width: 600px) {
    .speaker__item {
        padding: 13px 0 0 13px;
        border-bottom: none;
        flex-direction: row;
        align-items: stretch;
    }
}

.speaker__item:last-child .speaker__content {
    border-bottom: none;
}

.speaker__image {
    margin-bottom: 13px;
}

@media screen and (min-width: 600px) {
    .speaker__image {
        margin-bottom: 0;
        flex: 0 0 170px;
    }
}

.speaker__image img {
    width: 100%;
    max-width: 175px;
}

.speaker__content {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 600px) {
    .speaker__content {
        flex: 1;
        padding: 0 45px 0 30px;
        border-bottom: 1px solid #D1D1D1;
        flex-direction: row;
        align-items: center;
    }
}

.speaker__name {
    text-transform: uppercase;
    color: #DC0C23;
}

.speaker__text {
    margin-bottom: 13px;
}

@media screen and (min-width: 600px) {
    .speaker__text {
        margin-bottom: 0;
        flex: 1;
    }
}

@media screen and (min-width: 600px) {
    .speaker__pdf {
        padding-left: 30px;
    }
}

.live__question {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 25px;
    flex-direction: column;
}

@media screen and (min-width: 600px) {
    .live__question {
        flex-direction: row;
    }
}

.question__label {
    text-transform: uppercase;
    color: #518E9F;
    font-size: 2.5rem;
    line-height: 3.6rem;
    font-family: "ApexSerif Book", Arial, sans-serif;
    margin-bottom: 1rem;
}

@media screen and (min-width: 600px) {
    .question__label {
        margin-bottom: 0;
        flex: 0 0 115px;
        margin-right: 20px;
    }
}

.question__form {
    background-color: #E6F0F7;
    border-radius: 5px;
    width: 100%;
    padding: 13px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 600px) {
    .question__form {
        flex-direction: row;
    }
}

.question__form input {
    border: 1px solid white;
    border-radius: 3px;
    background-color: transparent;
    flex: 1;
    padding: 10px 13px;
    margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
    .question__form input {
        margin-bottom: 0;
        flex-direction: row;
    }
}

.question__form .question__input--name {
    margin-right: 0;
}

@media screen and (min-width: 600px) {
    .question__form .question__input--name {
        margin-right: 5px;
    }
}

.question__form button {
    background-color: #518E9F;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 0 13px;
    height: 85px;
    margin-left: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
}

.question__form button svg {
    width: 21px;
    height: 21px;
}

.epg {
    background-color: #F3F0E7;
    padding: 15px 0;
}

.epg__headline {
    text-transform: uppercase;
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-size: 6rem;
    line-height: 7.2rem;
    color: #222222;
    margin-bottom: 7rem;
    text-align: center;
    padding-top: 10rem;
}

.storytile-sites-agenda-pixel-per-minute {
    width: 10px;
}

.storytile-sites-agenda-small {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
}

.storytile-sites-agenda-small * {
    box-sizing: border-box;
    user-select: none;
}

.storytile-sites-agenda-day-selector-box {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    color: #222222;
    width: 100%;
    text-align: left;
    --storytile-sites-agenda-time-progress: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day:not([data-visible]) {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: auto;
    top: 10px;
    left: 0;
    white-space: nowrap;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots.active .storytile-sites-agenda-sessionslot {
    background-color: #DC0C23;
    color: white;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--storytile-sites-agenda-time-progress);
    pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
    position: relative;
    display: inline-block;
    padding: 0 0.5rem;
    text-align: left;
    line-height: 2rem;
    color: #222222;
    font-weight: 400;
    font-size: 1.6rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child,
.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots {
    --storytile-sites-agenda-stage-height: 2rem;
    overflow: hidden;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
    position: relative;
    grid-area: stage;
    overflow: hidden;
    height: auto;
    color: #DC0C23;
    text-transform: uppercase;
    font-family: "ApexSerif Book", Arial, sans-serif;
    font-size: 2.5rem;
    display: flex;
    padding-right: 15px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename svg {
    margin-right: 5px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename span {
    display: flex;
    align-items: center;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 150px 1fr 2rem;
    grid-template-rows: minmax(2rem, auto);
    grid-template-areas: "stage slots arrow";
    justify-items: stretch;
    --storytile-sites-agenda-stage-height: 3rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
    position: absolute;
    display: block;
    padding: 8px 10px 15px 15px;
    text-align: left;
    line-height: 2rem;
    background: #518E9F;
    color: white;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
    position: relative;
    justify-self: center;
    align-self: center;
    line-height: 0;
    color: #222222;
    height: 100%;
    display: flex;
    align-items: center;
    height: 70px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow svg {
    width: 20px;
    height: 20px;
    fill: #518E9F !important;
    margin-left: 5px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox {
    position: relative;
    grid-area: slots;
    overflow: hidden;
    height: 6rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
    opacity: 0.1;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot[onclick] {
    cursor: pointer;
}

.storytile-sites-agenda-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
    background-color: red;
    color: white;
    display: none;
    font-size: 1.8rem;
    /*
        use the transform to change position of the
        tooltip relative to the mouse pointer
    */
    transform: translateX(calc(-25% - 0.5rem)) translateY(1.5rem);
}

.storytile-sites-agenda-tooltip::before {
    position: absolute;
    display: block;
    content: "";
    background-color: inherit;
    width: 1.4rem;
    height: 1.4rem;
    transform: rotate(45deg);
    left: 25%;
    top: -0.7rem;
}

.storytile-sites-agenda-tooltip-title {
    position: relative;
    font-weight: bold;
}

.storytile-sites-agenda-tooltip-time {
    position: relative;
    font-weight: lighter;
    font-style: italic;
    margin: 0.5rem 0;
}

.storytile-sites-agenda-tooltip-body {
    position: relative;
}

.red-slot {
    background: #f00 !important;
}

.storytile-sites-agenda-timezone-info {
    display: none;
}

.timeslot-time {
    background-color: black;
    padding: 2px 5px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    border-right: 1px solid red;
    top: -10px;
}

.countdown {
    text-align: center;
    padding-bottom: 20px;
    display: none;
    padding: 0 25px 20px 25px;
}

.countdown.show {
    display: block;
}

.countdown__text {
    text-transform: uppercase;
    margin-bottom: 3.5rem;
    font-family: "ApexSerif Book", Arial, sans-serif;
    margin-top: 3rem;
    color: white;
}

.countdown__button {
    margin-bottom: 2rem;
    display: inline-block;
    background-color: white;
}

.countdown__timer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "ApexSerif Book", Arial, sans-serif;
}

.countdown__item {
    box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.2);
    background-color: white;
    text-align: center;
    display: inline-block;
    padding: 30px 15px;
    margin: 0 5px;
}

.countdown__seperator {
    font-size: 4rem;
    margin-top: -20px;
    
    font-size: 2rem;
}

@media screen and (min-width: 576px) {
    .countdown__seperator {
        font-size: 4rem;
        margin-top: -40px;
    }
}

@media screen and (min-width: 1000px) {
    .countdown__seperator {
        font-size: 6rem;
        margin-top: -40px;
    }
}

.countdown__digit {
    color: #DC0C23;
    line-height: 1;
    font-size: 5rem;
    
    font-size: 3rem;
}

@media screen and (min-width: 576px) {
    .countdown__digit {
        font-size: 5rem;
    }
}

@media screen and (min-width: 1000px) {
    .countdown__digit {
        font-size: 8rem;
    }
}


.countdown__label {
    font-size: 1.6rem;
    color: #DC0C23;
    
    font-size: 1rem;
}

@media screen and (min-width: 576px) {
    .countdown__label {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1000px) {
    .countdown__label {
        font-size: 2rem;
    }
}


.block {
    margin: 0;
    margin-top: 5rem;
}

.block--text-image,
.block--image-text {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 750px) {
    .block--text-image,
    .block--image-text {
        flex-direction: row;
    }
}

.block--text-image .block__text {
    margin-bottom: 1rem;
}

@media screen and (min-width: 750px) {
    .block--text-image .block__text {
        padding-right: 15px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 750px) {
    .block--text-image .block__image {
        padding-left: 15px;
    }
}

@media screen and (min-width: 750px) {
    .block--image-text .block__text {
        padding-left: 15px;
    }
}

.block--image-text .block__image {
    margin-bottom: 1rem;
}

@media screen and (min-width: 750px) {
    .block--image-text .block__image {
        padding-right: 15px;
        margin-bottom: 0;
    }
}

.block__text,
.block__image {
    flex: 1;
}

/*# sourceMappingURL=new_main.css.map */
