/* ***** Normalise CSS START ***** */
*,
*::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);
    /*
    background: rgb(239,235,255);
    background: linear-gradient(0deg, rgba(239,235,255,1) 0%, rgba(253,246,246,1) 12%, rgba(253,246,246,1) 88%, rgba(239,235,255,1) 100%);
    */

    background: rgb(252,249,251);
    background: radial-gradient(circle at left 20%, rgba(252,249,251,1) 0%, rgba(248,242,247,1) 57%, rgba(238,226,237,1) 100%);
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

*:focus-visible {
    outline: none;
}

hr {
    background-color: currentColor;
    border: 0;
}

hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

p {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    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: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 {
    display: block;
    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: 0;
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v15-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v15-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/nunito-sans-v15-latin-700italic.woff2') format('woff2');
}

/* ***** Normalise CSS END ***** */
:root {
    --color-salmon: #fb7e5b;
    --color-lotus: #5843ce;
    --text-light: #fafafb;
    --text-dark: #0d0630;
    --text-grey: #78839b;

    --yd-white: #fff;
    --yd-gray-1: #fafafb;
    --yd-gray-2: #f6f7f9;
    --yd-gray-3: #f0f2f6;
    --yd-gray-4: var(--yd-lotus-11);
    --yd-gray-5: #d4d9e2;
    --yd-gray-6: #bdc5d3;
    --yd-gray-7: #a9b2c5;
    --yd-gray-8: #9aa4b9;
    --yd-gray-9: #8995ab;
    --yd-gray-10: #78839b;
    --yd-gray-11: #69738a;
    --yd-gray-12: #5b6476;
    --yd-gray-13: #4b515e;
    --yd-gray-14: #3d424a;
    --yd-gray-15: #292d33;
    --yd-gray-16: #14173a;
    --yd-black: #000;
    --yd-salmon: #fa6e4b;
    --yd-salmon-1: #fef8f5;
    --yd-salmon-2: #fef3ef;
    --yd-salmon-3: #fee4da;
    --yd-salmon-4: #fdd2c1;
    --yd-salmon-5: #fdb99d;
    --yd-salmon-6: #fc916e;
    --yd-salmon-7: #fb7e5b;
    --yd-salmon-8: var(--yd-salmon);
    --yd-salmon-9: #e16344;
    --yd-salmon-10: #ca593d;
    --yd-salmon-11: #b65037;
    --yd-salmon-12: #92402c;
    --yd-salmon-13: #753323;
    --yd-salmon-14: #522418;
    --yd-lotus: #5843ce;
    --yd-lotus-1: #fcfbff;
    --yd-lotus-2: #f8f6ff;
    --yd-lotus-3: #f0edff;
    --yd-lotus-4: #e1dcff;
    --yd-lotus-5: #c4baff;
    --yd-lotus-6: #a798ff;
    --yd-lotus-7: #906fff;
    --yd-lotus-8: #6d54ff;
    --yd-lotus-9: #624be5;
    --yd-lotus-10: var(--yd-lotus);
    --yd-lotus-11: #4f3cb9;
    --yd-lotus-12: #3f3094;
    --yd-lotus-13: #322676;
    --yd-lotus-14: #291f5b;
    --yd-lotus-15: #0d0630;
    --yd-dark: var(--yd-lotus-15);
    --yd-light: var(--yd-salmon-4);
    --yd-success: var(--yd-success-3);
    --yd-success-1: #edf9f1;
    --yd-success-2: #a2e3b8;
    --yd-success-3: #49b365;
    --yd-success-4: #1f6f31;
    --yd-error: var(--yd-error-3);
    --yd-error-1: #fde9e9;
    --yd-error-2: #f9a9a9;
    --yd-error-3: #db3e3e;
    --yd-error-4: #c83131;
    --yd-max-width-tablet: 768px;

    --yd-talent-summut-btn: #D86ECC;
    --yd-talent-summut-btn-hover: #7C2473;

    --yd-talent-summut-dark: #030117;
    --yd-talent-summut-main: #7C2473;

    --font: Helvetica, Arial, sans-serif;
}

body {
    color: #0a0a0a;
    font-size: 18px;
    line-height: 2.2rem;
    font-family: var(--font);
    font-weight: 400;
    position: relative;
}

body.fixed {
    overflow: hidden;
}

h1 {
    color: #0d0630;
    line-height: 4rem;
    margin-bottom: 3rem;
    font-size: 3.6rem;
}

h2 {
    font-weight: bold;
    color: #0d0630;
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
}

h3 {
    font-weight: bold;
    color: #0d0630;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

.introtext h3 {
    color: #fff;
}

h4 {
    font-weight: bold;
    color: #0d0630;
    font-size: 2.0rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:hover,
.agenda_element__text a:hover,
.nav-footer li a:hover,
.stage .text a:hover,
.lang__item a:hover,
.stage .textlink:hover,
.registration_note a:hover,
.loginbox__meta a:hover,
.text a:hover {
    color: var(--yd-talent-summut-btn);
}

strong {
    font-weight: 700;
}

.btn,
a.btn {
    display: inline-block;
    color: var(--yd-lotus-14);
    background: var(--yd-talent-summut-btn);
    padding: 10px 30px;
    border-radius: 6px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    border: none;
}

.btn:hover,
a.btn:hover {
    background: var(--yd-talent-summut-btn-hover);
}

.btn.grey,
a.btn.grey {
    color: var(--text-light);
    background: var(--yd-talent-summut-btn-hover)
}

.btn.grey:hover,
a.btn.grey:hover {
    color: var(--text-light);
    background: var(--yd-talent-summut-btn);;
}

.btn:disabled,
.btn:disabled:hover {
    background: rgb(181, 181, 181);
    cursor: not-allowed;
}

p {
    margin-bottom: 2rem;
}

p,
.text {
    line-height: 2.6rem;
    margin-bottom: 2rem;
}

.text ul {
    margin: 2.7rem 0;
    list-style-type: none;
    padding: 0;
}

.text ul li {
    display: table;
    margin-bottom: 1rem;
}


.text ul li:last-child {
    margin-bottom: 0;
}

.text ul li::before {
    content: '-';
    padding: 0 1rem;
    color: var(--color-headline);
    font-size: 2.5rem;
    display: table-cell;
    vertical-align: top;
}

.text ol {
    padding-left: 2.5rem;
    margin: 2.7rem 0;
}

.text ol li {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.text ol li:last-child {
    padding-left: .8rem;
    margin-bottom: 0;
}

.text a {
    color: var(--text-dark);
    text-decoration: underline;
}

.row {

}

main .row {
    margin: 18rem 0;
}

main .row.lotus {
    background: var(--yd-talent-summut-dark);
    background: radial-gradient(circle at left 40vw, rgba(124,36,115,1) -20%, rgba(3,1,23,1) 77%, rgba(3,1,23,1) 100%);
    margin-bottom: 0;
}

.start main .row:first-child {
    margin-top: 26rem;
}

.live main .row:first-child {
    margin-top: 12rem;
}

.col {
    padding: 0 4rem;
    max-width: 1600px;
    margin: 0 auto;
}

.stage {
    width: 100%;
    background: rgb(124,36,115);
    background: radial-gradient(circle at right 110%, rgba(124,36,115,1) -20%, rgba(3,1,23,1) 77%, rgba(3,1,23,1) 100%);
    background-position: 0, 100%;
    background-repeat: no-repeat;

    padding-bottom: 8rem;
    min-height: 940px;
}

.stage_wrapper {
    display: flex;
    gap: 8rem;
}

.live .stage_wrapper {
    flex-flow: column;
    gap: 6rem;
}

.stage h1,
.stage .text {
    color: var(--text-light);
}

.stage .text a {
    color: var(--text-light);
    text-decoration: underline;
}

/* ********** Header START ********** */
header {
    position: relative;
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.logo__wrapper {
    display: flex;
    justify-content: center;
}

.logo {
    width: 480px;
    height: auto;
}

.lang {
    color: #ffffff;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
}

.lang__item:before {
    content: "|";
    margin-right: 1rem;
}

.lang__item:first-child::before {
    content: "";
}

.lang__item.current-menu-item a {
    font-weight: bold;
}

.lang__item a {
    color: var(--text-light);
}

/* ********** Header END ********** */


/* ********** Stage START ********** */
.introbox {
    flex: 0 0 25%;
}

.stage .textlink {
    color: var(--text-light);
    font-weight: bold;
    text-decoration: underline;
}

.introbox .text {
    margin-bottom: 5rem;
}

.introbox .btn {
    margin-top: 2rem;
}

.countdown__wrapper {
    color: var(--text-light);
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    margin-bottom: 4rem;
}

.stage_right {
    position: relative;
    flex: 1;
}

.countdown__introtext {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

#countdown {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100px;
}

.countdown__colon {
    font-size: 2rem;
}

.countdown__box {
    width: 100px;
    height: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: var(--yd-talent-summut-btn);
    gap: 0.5rem;
}

.countdown__number {
    font-size: 3.5rem;
    font-weight: bold;
}

.countdown__text {
    font-size: 1.5rem;
}

.start_video {
    width: 95%;
    display: block;
    position: absolute;
}

.start_video__box {
    position: absolute;
    right: 40px;
    bottom: -15%;
    height: 50%;
    width: 50%;
    background-color: #D86ECC33;
    border-radius: 10px;
}

.start_video__link {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    z-index: 20;
}

.start_video__link img {
    width: 100%;
    height: auto;
}

.start_video__icon-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.start_video__icon-wrapper svg {
    height: 105px;
    width: 105px;
}

.start_video__icon-wrapper svg #Ellipse_6 {
    transition: all 0.3s ease-out;
}

.start_video__icon-wrapper:hover svg #Ellipse_6 {
    fill: var(--yd-talent-summut-btn);
}

.login_headline {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    color: var(--yd-talent-summut-btn);
    text-transform: uppercase;
    font-weight: bold;
    margin: 4rem 0 2rem 0;
}

.loginbox {
    display: flex;
}

.stage input[type='text'] {
    border: none;
    border-bottom: 1px solid #fef3ef;
    background: none;
    color: var(--text-light);
    font-weight: bold;
    padding: 10px 15px 10px 0;
    letter-spacing: .25rem;
}

.stage input[type='text']::placeholder {
    font-weight: normal;
    letter-spacing: normal;
}

.stage button {
    margin: 0;
}

.loginbox__meta_wrapper {
    margin-top: 2rem;
    display: flex;
    flex-flow: column;
    gap: .25rem;
}

.loginbox__meta {
    color: #f0f2f6;
    font-size: 1.5rem;
    line-height: 2rem;
}

.loginbox__meta a {
    color: #f0f2f6;
    text-decoration: underline;
}

.eventcode {
    padding: 1rem;
    margin-top: 2rem;
    border-width: 1px;
    border-style: solid;
    font-size: 1.5rem;
    line-height: 2rem;
}

.eventcode.success {
    border-color: #00ff00;
    color: #00ff00;
}

.eventcode.fail {
    border-color: #ff0000;
    color: #ff0000;
}

#resend_code {
    padding-top: 6rem;
    display: none;
}

.resend_code__headline {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    color: var(--text-light);
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: bold;
}

.stage .form_row_headline {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.captcha span {
    color: #ffffff;
}

/* ********** Stage END ********** */


/* ********** registration START ********** */
.registration_wrapper {
    display: flex;
    align-items: center;
    gap: 6rem;
}

.registration {
    flex: 0 0 auto;
    width: 44%;
    display: inline-block;
    /*   border: 1px solid var(--text-grey);
       border-radius: 30px;
       padding: 6rem;*/
}

.h2_registraion {
    text-transform: uppercase;
}

.form_row {
    width: 100%;
    margin-bottom: 2rem;
}

input.error {
    border-color: #ff0000 !important;
}

label.error,
.login_error {
    color: #ff0000;
    font-size: 1.5rem;
    line-height: 2.0rem;
    margin: .5rem 0 0 15px;
}

.login_error {
    margin: 1.5rem 0;
}

.stage .error {
    margin: .5rem 0 0 0;
}

input[type='text'],
input[type='email'],
textarea {
    border: 1px solid var(--text-grey);
    padding: 10px 15px;
    width: 100%;
    font-weight: bold;
}

.registration_note {
    color: var(--text-grey);
    font-size: 1.5rem;
    line-height: 2.1rem;
}

.registration_note a {
    color: var(--text-grey);
    text-decoration: underline;
}

.registration .btn_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.quote_wrapper {
    display: flex;
    gap: 6rem;
    align-items: center;
}

.quote {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 4.2rem;
}

.quote_mark {
    font-size: 10rem;
}

.quote_image {
    width: 500px;
    flex: 0 0 auto;
    flex: 0 0 auto;
}

body .zammad-form-group label {
    display: none;
}

body .zammad-form-modal-body {
    color: var(--text-dark);
}

/* ********** registration END ********** */


/* ********** Popup registration START ********** */
.popup {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(47,14,56,.85);
    justify-content: center;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 9999;
}

.popup.failed {
    background: rgba(124,36,115,.9);
}

.popup.loaded {
    display: flex;
}

.popup.active {
    pointer-events: auto;
    opacity: 1;
}

.popup_wrapper {
    width: 560px;
    margin: 0 6rem;
}

.popup_container {
    padding: 12rem 0;
}

.popup__content_wrapper {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 6rem;
}

.popup_text_module {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.popup__icon_check {
    height: 98px;
    width: 80px;
    margin-bottom: 3rem;
}

.popup__icon_x {
    height: 80px;
    width: 80px;
    margin-bottom: 3rem;
}

.popup_headline {
    font-weight: bold;
    text-align: center;
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 6rem;
}

.popup_fail__invited,
.popup_fail__user_exists {
    font-size: 2rem;
    line-height: 2.5rem;
}

.popup_text,
.popup_text_text {
    margin-bottom: 3rem;
}

.popup_email {
    font-weight: bold;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.popup__icon_email {
    height: 44px;
    width: 66px;
    margin-bottom: 1.5rem;
}

.popup_help {
    color: var(--text-dark);
    font-weight: bold;
    text-decoration: underline;
    margin-top: 4rem;
    display: inline-block;
}

.popup_close__wrapper {
    display: flex;
    justify-content: flex-end;
    transform: translateX(23%);
    margin-bottom: 1rem;
}

.popup_close {
    color: var(--text-light);;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.popup_close:hover {
    color: var(--text-dark);
}

.popup_close svg {
    fill: var(--text-light);
    height: 35px;
    width: 35px;
    margin-right: 0.5rem;
    transition: all 0.3s ease-out;
}

.popup_close:hover svg {
    fill: var(--text-dark);
}

/* ********** Popup registration END ********** */
.agenda {
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    /* background-image: url(//yoummday.com/images/background_celestial.svg); */
    background-size: 101% 191%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.agenda_intro {
    width: 560px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.agenda_wrapper {
    margin-top: 6rem;
    max-width: 1280px;
}

.agenda_element {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    padding-bottom: 0rem;
    margin-bottom: 6rem;
}

.agenda_element:nth-child(4n + 2) {
    margin-left: 435px;
}

.agenda_element:nth-child(4n + 3) {
    margin-left: 140px;
}

.agenda_element:nth-child(4n + 4) {
    margin-left: 290px;
}

.agenda_element:last-child {
    margin-bottom: 0;
}

.agenda_element__bottom {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    gap: 1.5rem;
    max-width: 100%;
}

.agenda_speaker {
    width: 160px;
}

.agenda_speaker__image {
    width: 160px;
    height: 160px;
    border-radius: 25px;
    overflow: hidden;
}

.agenda_speaker__placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--text-dark);
}

.agenda_speaker__placeholder img {
    width: 100px;
    opacity: .4;
}

.agenda_speaker__data {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
    text-align: center;
}

.agenda_speaker__job {
    color: #0d0630;
}

.agenda_element__top {
    padding: 3rem 6rem 0 0;
    max-width: 100%;
}

.agenda_element__title_wrapper {
    display: flex;
    gap: 3rem;
    line-height: 2.6rem;
    font-size: 2rem;
}

.agenda_element__title_wrapper time,
.agenda_element__headline {
    color: #7C2473;
}

.agenda_element__headline {
    line-height: 2.6rem;
    font-size: 2rem;
    margin: 0;
    font-weight: bold;
}

.agenda_element__text {
    color: #0d0630;
    line-height: 2.6rem;
}

.agenda_element__text a {
    color: #0d0630;
    text-decoration: underline;
}

/* ********** program START ********** */


/* ********** end START ********** */


/* ********** lead_banner START ********** */
.lead_banner {
    color: var(--text-light);
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 6rem 0;
}

.lead_banner__headline {
    color: var(--text-light);
    margin-bottom: 0;
}

.lead_banner .btn {
    margin-top: 3rem;
}

/* ********** lead_banner END ********** */


/* ********** text START ********** */
.page .stage {
    min-height: auto;
}

.introtext {
    text-align: center;
    width: 560px;
    margin: 3rem auto 0 auto;
}

.introtext .text {
    margin-bottom: 3rem;
}

.stage .btn.grey:hover {
    background-color: var(--yd-talent-summut-btn);
}

.page main .row {
    margin: 12rem 0 18rem 0;
}

.text_content {
    max-width: 760px;
    margin: 0 auto;
}

.text_content.text {
    margin-bottom: 6rem;
}

.tech .form_row {
    margin-top: 2rem;
}

/* ********** text END ********** */


/* ********** livestream START ********** */
.live .stage {
    background: none;
    position: relative;
    padding-bottom: 0;
    min-height: auto;
}

.live_stage_back {
    position: absolute;
    height: calc(100% - 18rem);
    width: 100%;
    background: rgb(124, 36, 115);
    background: radial-gradient(circle at right 110%, rgba(124, 36, 115, 1) -20%, rgba(3, 1, 23, 1) 77%, rgba(3, 1, 23, 1) 100%);
}

.program_link__wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

.livestream {
    position: relative;
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
}

.livestream.has_slido {
    max-width: 1370px;
}

.video_wrapper {
    display: flex;
    border-radius: 20px 20px 20px 10px;
    overflow: hidden;
}

.video_container {
    position: relative;
    z-index: 0;
    width: 100%;
}

.iframe_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cc_overlay {
    background-color: transparent;
    height: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.cc_overlay.active {
    height: 26%
}

.cc_overlay iframe {
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    transform: scale(0.75);
    transform-origin: 0 0;
    max-width: initial;
    width: 133.3%;
    height: 133.3%;
    opacity: .9;
    border: none !important;
}

.slido_container {
    position: relative;
    width: 350px;
    overflow: hidden;
}

.slido_container iframe {
    height: 100%;
}

#emojis {
    display: flex;
    flex-flow: column;
    gap: .5rem;
    position: absolute;
    left: -30px;
    top: 20%;
    z-index: 999;
    user-select: none;
}

.emoji {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background-color: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    user-select: none;
}

.emoji:hover {
    -webkit-box-shadow: 0px 1px 10px 7px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 10px 7px rgba(0, 0, 0, 0.16);
    transform: scale3d(1.3, 1.3, 1.3);
    z-index: 1000;
}

.emoji img {
    width: 2.4em;
}

#emojis .emoji.stop {
    pointer-events: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.emojy_animation_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 0;
    background: #00ff00;
}

.emojy_animation_wrapper .reaction {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    background: none;
}

.emojy_animation_wrapper .reaction img {
    width: 100%;
}

.emojy_animation_wrapper .reaction.done {
    opacity: 0;
}

@keyframes fly {
    0% {

        transform: translateY(0);
    }
    12.5% {
        transform: translateX(10px) translateY(-6.25vw);
    }
    25% {
        opacity: 100;
        transform: translateX(-10px) translateY(-12.5vw);
    }
    37.5% {
        transform: translateX(10px) translateY(-18.75vw);
    }
    50% {
        opacity: 0;
        transform: translateX(-10px) translateY(-25vw);
    }
    62.5% {
        transform: translateX(10px) translateY(-31.25vw);
    }
    75% {
        transform: translateX(-10px) translateY(-37.5vw);
    }
    87.5% {
        transform: translateX(10px) translateY(-43.75vw);
    }
    100% {
        opacity: 0;
        transform: translateX(-10px) translateY(-50vw);
    }
}

@keyframes flygreen {
    0% {
        transform: translateY(0);
    }
    12.5% {
        transform: translateX(20px) translateY(-12.5vw);
    }
    25% {
        transform: translateX(-20px) translateY(-25vw);
    }
    37.5% {
        transform: translateX(20px) translateY(-37.5vw);
    }
    50% {
        transform: translateX(-20px) translateY(-50vw);
    }
    62.5% {
        transform: translateX(20px) translateY(-62.5vw);
    }
    75% {
        transform: translateX(-20px) translateY(-75vw);
    }
    87.5% {
        transform: translateX(20px) translateY(-87.5vw);
    }
    100% {
        transform: translateX(-20px) translateY(-100vw);
    }
}

.emoji.fly {
    opacity: 100%;
    animation: fly 4.5s normal linear;
}

.greenscreen {
    height: 100vh;
    width: 100vw;
    background: #00ff00;
    overflow: hidden;
}

.greenscreen #emojis {
    display: none;
    pointer-events: none;
}

.greenscreen .emoji.fly {
    opacity: 100%;
    animation: flygreen 5.5s normal linear;
}

/* ***** Questions ***** */
.questions_wrapper{
    display: flex;
    gap: 1.5rem;
    margin: -3rem 6rem 0 6rem;
    width: calc(100% - 12rem);
}

#subline-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--yd-talent-summut-btn);
    width: 12rem;
    padding: 4.5rem 0 1.5rem 0;
    border: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 10px;
}

#subline-switch svg {
    position: relative;
    height: 35px;
    width: auto;
    fill: #ffffff;
}

#subline-switch span {
    font-size: 2.0rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: var(--yd-lotus-14);
}

#subline-switch:hover,
#subline-switch.active {
    background-color: var(--yd-talent-summut-btn-hover);
}

#subline-switch:hover svg,
#subline-switch.active svg {
    stroke: var(--yd-lotus-14);
}

#subline-switch:hover svg path,
#subline-switch.active svg path {
    fill: var(--yd-lotus-14);
}

.questions_container {
    flex: 1 1 auto;
    background-color: #e1dcff;
    border-radius: 15px;
    padding: 6rem 3rem 3rem 3rem;
}

.questions_headline {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.storytile-sites-user-questions-question form {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}

.storytile-sites-user-questions-input-text {
    border: 1px solid transparent;
    resize: none;
    padding-left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #0d0630;
    background: none;
    font-weight: normal;
}

.storytile-sites-user-questions-input-text::placeholder {
    font-weight: normal;
}

.storytile-sites-user-questions-input-button {
    display: flex;
    height: 42px;
    flex: 0 0 auto;
    padding: 10px 30px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    color: var(--text-light);
    background: var(--text-dark);
    gap: .5rem;
    align-items: flex-end;
    transition: all 0.3s ease-out;
}

.storytile-sites-user-questions-input-button:after {
    content: '';
    mask-image: url("../images/icon_arrow-send.svg");
    -webkit-mask-image: url("../images/icon_arrow-send.svg");
    mask-size: 17px 18px;
    -webkit-mask-size: 17px 18px;
    width: 17px;
    height: 18px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: left center;
    background: var(--text-light);
    display: block;
    transition: all 0.3s ease-out;
}

.storytile-sites-user-questions-input-button:hover {
    color: var(--text-light);
    background: var(--color-lotus);
}

.storytile-sites-user-questions-input-button:hover::after {
    background: var(--text-light);
}

/* ********** livestream END ********** */


/* ********** EPG START ********** */
#agenda-container {
    position: relative;
    width: 100%;
}

.storytile-sites-agenda-pixel-per-minute {
    /*
        The width of this element determines the number of pixels used for each minute
        in the agenda's timeline. Default is 6px per minute
    */
    width: 34px;
}

.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-small .storytile-sites-agenda-day {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    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-stage,
.storytile-sites-agenda-small .storytile-sites-agenda-day-select {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1rem 1fr 0rem;
    grid-template-rows: minmax(2rem, auto);
    grid-template-areas: "stage slots arrow";
    column-gap: 0;
    align-items: center;
    justify-items: stretch;
    --storytile-sites-agenda-stage-height: 4.7rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-select {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector-box {
    position: relative;
    display: flex;
    grid-area: slots;
    flex-flow: row wrap;
    margin-bottom: 0.5rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
    position: relative;
    grid-area: stage;
    line-height: var(--storytile-sites-agenda-stage-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: transparent;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timezone-info {
    /* position: relative;
     grid-area: stage;
     overflow: hidden;
     min-height: var(--storytile-sites-agenda-stage-height);
     line-height: var(--storytile-sites-agenda-stage-height);
     align-self: end;
     text-align: right;
     opacity: 0.7;
     font-size: 11px;*/
    grid-area: stage;
    height: 0;
    overflow: hidden;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox {
    /* Don't use "border" here! That causes a display issue of the live time visualisation */
    position: relative;
    grid-area: slots;
    overflow: hidden;
    height: var(--storytile-sites-agenda-stage-height);
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
    position: absolute;
    display: block;
    content: "";
    top: calc(50% - 2px);
    left: 0;
    right: 0;
    height:0;
    background-color: #fef3ef;
    opacity: 1;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    /*border-right: 4px solid var(--color-lotus);*/
    width: var(--storytile-sites-agenda-time-progress);
    pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots::after {
    mask-image: url("../images/icon_epg_arrow.svg");
    -webkit-mask-image: url("../images/icon_epg_arrow.svg");
    mask-size: 17px 18px;
    -webkit-mask-size: 21px 18px;
    height: 18px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: right center;
    background: var(--yd-talent-summut-btn);
    transform: translateX(9px)
}

.relive .storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    display: none;
    border-right: 0;
    background: none;
    pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 0;
}

.relive .storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
    display: none;
}

.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: 3rem;
    overflow: hidden;
    padding: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child {

}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
    position: relative;
    /*display: inline-block;*/
    display: none;
    /*padding: 0 0.5rem;*/
    padding: 1rem 0 0 0.5rem;
    text-align: left;
    line-height: 2rem;
    font-size: 0.9rem;
}

.storytile-sites-agenda-timeslot::after {
    display: none;
    content: '';
    left: 26px;
    height: 100px;
    background: transparent;
    position: absolute;
    top: -78px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
    position: absolute;
    display: block;
    padding: 1.25rem 2.5rem;
    border-radius: 20px;
    text-align: left;
    background: #7C2473;
    color: var(--text-light);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: url("../images/epg_cursor_hover.svg") 12 20, pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot:active {
    cursor: url("../images/epg_cursor_drag.svg") 12 20, pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot.active {
    background-color: var(--yd-talent-summut-btn);
    color: var(--text-light);
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow::after {
    display: none;
    content: '';
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow svg {
    display: none;
}

.storytile-sites-agenda-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
    display: none;
    background-color: var(--text-dark);
    color: var(--text-light);
    /*
        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-body {
    display: none !important;
}

.storytile-sites-agenda-tooltip-title {
    margin-bottom: 1rem;
}

.storytile-sites-agenda-tooltip-time {
    font-size: 1.5rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow svg path {
    display: none;
}

/* ********** EPG END ********** */


/* ********** footer START ********** */
footer {
    background: var(--yd-talent-summut-dark);
    background: radial-gradient(circle at right 110%, rgba(124,36,115,1) -20%, rgba(3,1,23,1) 77%, rgba(3,1,23,1) 100%);
    height: 100px;
}

footer .col {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 8rem;
    justify-content: space-between;
    align-items: center;
}

.logo_yoummday {
    width: 130px;
    height: 24px;
    fill: #ffffff;
    transition: all 0.3s ease-out;
}

.header_logo_y a:hover .logo_yoummday,
footer a:hover .logo_yoummday {
    fill: var(--yd-talent-summut-btn);
}

.nav-footer {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    font-size: 1.5rem;
    gap: 1rem;
    color: var(--text-light);
}

.nav-footer li:after {
    content: "|";
    margin-left: 1rem;
}

.nav-footer li:last-child::after {
    content: "";
    margin: 0;
}

.nav-footer li a {
    color: var(--text-light);
}

/* ********** footer END ********** */


/* ***** scrollbar adjustments start ***** */
/* firefox */
.popup {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.2);
}

/* width */
.popup::-webkit-scrollbar {
    width: 5px;
}

/* button */
.popup::-webkit-scrollbar-button {
    display: none;
}

/* handle */
.popup::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
}

/* handle on hover */
.popup::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* track */
.popup::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}


/* firefox */
.storytile-sites-user-questions-input-text {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.2);
}

/* width */
.storytile-sites-user-questions-input-text::-webkit-scrollbar {
    width: 5px;
}

/* button */
.storytile-sites-user-questions-input-text::-webkit-scrollbar-button {
    display: none;
}

/* handle */
.storytile-sites-user-questions-input-text::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

/* handle on hover */
.storytile-sites-user-questions-input-text::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}

/* track */
.storytile-sites-user-questions-input-text::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

/* ***** scrollbar adjustments end ***** */


/* ***** Screenreader Only ***** */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
< height: 1 px;
    border: 0;
}

.hidden {
    display: none;
}

/* ***** Storytile Branding ***** */
.strytl {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    opacity: .5;
}

.strytl a {
    color: #ffffff;
    font-weight: 600;
}

.strytl a:hover {
    text-decoration: underline;
}

.strytl span {
    color: var(--color-lotus);
}

.nav .strytl {
    margin: 5.5rem 0 0 0;
}

.nav .strytl,
.nav .strytl a,
.nav .strytl span {
    color: #ffffff;
}

.nav .strytl span {
    color: var(--color-nav-link);
}

@media screen and (max-width: 1600px) {
    .quote_wrapper {
        flex-flow: column;
        text-align: center;
        gap: 3rem;
    }

    .quote_image {
        width: 100%;
    }

    .agenda_element:nth-child(4n + 2) {
        margin-left: 265px;
    }

    .agenda_element:nth-child(4n + 3) {
        margin-left: 50px;
    }

    .agenda_element:nth-child(4n + 4) {
        margin-left: 240px;
    }

    .start main .row:first-child {
        margin-top: 20rem;
    }
}

@media screen and (max-width: 1400px) {
    .start main .row:first-child {
        margin-top: 12rem;
    }

    #emojis {
        top: 7%;
        transform: scale(75%);
    }

    /*.live_stage_back {
        height: calc(100% - 24rem);
    }

    #emojis {
        flex-flow: row;
        top: initial;
        bottom: 150px;
        left: calc(50% - 285px);
    }

    .questions_container {
        margin-top: 8rem;
    }*/
}

@media screen and (max-width: 1120px) {
    .logo {
        width: 380px;
    }

    .introbox {
        flex: 1 0 0;
        padding: 4rem 0 0 0;
    }

    .agenda_element:nth-child(4n + 2),
    .agenda_element:nth-child(4n + 3),
    .agenda_element:nth-child(4n + 4) {
        margin-left: 0;
    }

    .agenda_element {
        flex-flow: column;
        width: 100%;
        gap: 1rem;
    }

    .agenda_element__bottom {
        order: 1;
        max-width: 100%;
    }

    .agenda_element__top {
        order: 0;
        padding: 0;
        max-width: 100%;
    }

    .agenda_speaker {
        width: 120px;
    }

    .agenda_speaker__image {
        width: 120px;
        height: 120px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 900px) {
    .stage_wrapper {
        flex-wrap: wrap;
    }

    .introbox {
        width: 100%;
        flex: none;
        padding: 0
    }

    .countdown__wrapper {
        align-items: center;
    }

    .start_video {
        width: 100%;
        position: relative;
    }

    .registration_wrapper {
        flex-flow: column;
        gap: 12rem;
    }

    .registration {
        width: 100%;
    }

    .agenda_intro {
        width: 100%;
    }

    .video_wrapper {
        flex-flow: column;
    }

    .slido_container {
        width: 100%;
        height: 250px;
    }

    .questions_wrapper {
        flex-flow: column;
        width: 100%;
        margin:-3rem 0 0 0;
        gap: 3rem;
    }

    .switch_container {
        margin-left: 3rem;
    }
}

@media screen and (max-width: 570px) {
    .page h2,
    .page h3,
    .page h4 {
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
    }

    header {
        padding: 4rem 0 55px 0;
        flex-wrap: wrap;
        gap: 0;
    }

    .header_logo_y {
        order: 0;
        width: 50%;
    }

    .header_lang {
        order: 1;
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .header_logo_t {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 3rem;
    }

    #countdown {
        height: 60px;
    }

    .countdown__box {
        height: 60px;
        width: 60px;
        gap: .25rem;
    }

    .countdown__number {
        font-size: 3rem;
    }

    .countdown__text {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .lead_banner__headline,
    .lead_banner__text {
        text-align: center;
    }

    .agenda_element__title_wrapper {
        flex-wrap: wrap;
        gap: .25rem;
    }

    .agenda_element__title_wrapper time {
        width: 100%;
    }

    footer {
        height: auto;
        padding: 3rem 0;
    }

    footer .col {
        height: auto;
        flex-flow: column;
        align-items: center;
        gap: 2rem;
    }

    .nav-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    #emojis {
        display: none;
    }

    .live_stage_back {
        height: calc(100% - 26rem);
    }

    .storytile-sites-user-questions-question form {
        flex-wrap: wrap;
    }

    .storytile-sites-user-questions-input-text {
        flex: 0 0 100%;
    }

}

@media screen and (max-width: 400px) {
    .col {
        padding: 0 2rem;
    }

    header {
        padding: 2rem 0 55px 0;
    }

    #countdown {
        display: none;
    }

    .countdown__introtext {
        margin: 0;
    }
}

.padlet_wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.padlet {
    height: 600px;
}

.padlet_wrapper .text {
    margin-bottom: 3rem;
}

.padlet_wrapper .agenda_intro {
    margin-bottom: 0;
}