:root {
  --main-brand-primary: #6161FF;
}

.elevate-registration {
  padding-top: 72px;
}
.scrolled-down .elevate-registration {
  padding-top: 0;
}
.container--1375 {
  max-width: 1375px;
}
@media screen and (max-width: 767px) {
  .elevate-registration {
    padding-top: 58px;
  }
}

.btn {
  color: #fff;
  background-color: #000;
  font-size: 1.25rem;
  line-height: 28px;
  padding: 13px 25px 15px;
  border-radius: 50px;
  font-weight: 300;
  text-rendering: geometricPrecision;
}
.btn--black {
  background-color: #000;
  color: #fff;
}
.btn--black:focus,
.btn--black:active {
  background-color: #000;
  color: #fff;
}

.elevate-button-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

/* .register-btn{
  width: 13.472vw;
  max-width: 194px;
  padding: 0.972vw 1.945vw 1.111vw;
  white-space: nowrap;
} */

.button-login {
  flex: 0 0 auto;
}

.btn--login {
  background-color: transparent;
  color: #000000;
  /*margin: 0 0 0 10px;*/
  margin: 0 0 0 0.695vw;
  /*width: 194px;*/
  width: 13.472vw;
  max-width: 194px;
  padding: 0.972vw 1.945vw 1.111vw;
  border: 1px solid #000000;
}

.btn--login:hover,
.btn--login:focus,
.btn--login:active {
  background-color: var(--main-brand-primary);
  color: #fff;
  border: none;
}

.button-next {
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
.button-next:hover {
  flex: 0 0 auto;
  border-radius: 16px;
  color: #fff;
}
#form-submit{
  transition: all 0.3s ease-in-out;
}
#form-submit:hover{
  border-radius: 16px;
  color: #fff;
}

.thats-a-wrap{
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 20px;
}

.register-contact {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  bottom: -10px;
}
.register-contact a {
  color: #000;
  text-decoration: underline;
}

.registration.form .register-contact {
  font-size: 12px;
}

/* CountDown Timer Registration Page */

.timer-background{
  background-color: #000000 !important;
}

#reg-timer-container{
  justify-items: center;
}

#reg-timer-container #reg-timer{
  position:absolute;
  font-size: 165px;
  left: 50%;
  top: 31%;
  margin-top: 0;
  margin-left: -315px; /* initial */
  color: #fff;
  font-weight: 400;
}

#reg-timer-container #reg-timer-title{
  position: absolute;
  top: 27%;
  margin: 0;
  left: 18%;
  font-size: 46px;
  color: #fff;
}

#reg-timer-container .reg-monday-presents-logo-overlay {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 100;
}

#timer-background-video{
  width: 100%;
  position: absolute;
  top: 0;
}

.reg-timer-event-started{
  text-align:center;
  top:38px;
  position: relative;
}

@media (max-width: 1025px) {

  #timer-background-video{
    width: 100%;
    position: absolute;
    bottom: 18%;
  }

  #reg-timer-container #reg-timer-title{
    position: absolute;
    top: 37%;
    margin: 0;
    left: 20%;
    font-size: 36px;
    color: #fff;
  }

  #reg-timer-container #reg-timer{
    position: absolute;
    font-size: 120px;
    left: 17%;
    top: 41%;
    margin-top: 0;
    color: #fff;
    font-weight: 400;
    width: 0;
  }

  #reg-timer-container .reg-monday-presents-logo-overlay{
    top: 27%;
    right: 32px;
    width: 110px;
    z-index: 100;
  }

  #reg-timer-container{
    min-height: 31vw;
  }

  .reg-timer-event-started{
    top:30px;
  }
}

@media (max-width: 991px) {

  #timer-background-video{
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  #reg-timer-container #reg-timer-title{
    position: absolute;
    top: 30%;
    margin: 0;
    left: 24%;
    font-size: 36px;
    color: #fff;
  }

  #reg-timer-container #reg-timer{
    position: absolute;
    font-size: 120px;
    left: 23%;
    top: 37%;
    margin-top: 0;
    color: #fff;
    font-weight: 400;
    width: 0;
  }

  #reg-timer-container .reg-monday-presents-logo-overlay{
    top: 8%;
    right: 38px;
    width: 130px;
    z-index: 100;
  }

  #reg-timer-container{
    min-height: 43vw;
  }

  .reg-timer-event-started{
    top: 30px;
  }
}

@media (max-width: 767px) {
  .btn--login, .register-btn {
    width: 143px;
  }

  .register-btn {
    margin-right: 7px;
  }

  .btn--login {
    margin-left: 7px;
  }

  #reg-timer-container #reg-timer-title{
    position: relative;
    top: 70%;
    left: -2%;
    font-size: 20px;
  }

  #reg-timer-container #reg-timer{
    top: 3%;
    font-size: 68px;
    text-align: center;
    width: 0;
    position: relative;
    left: -38%;
    transform: translateX(-50%);
  }

  #reg-timer-container .reg-monday-presents-logo-overlay{
    top: 11%;
    right: 5%;
    width: 63px;
    z-index: 100;
  }

  #timer-background-video{
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: -3px;
  }

  #reg-timer-container{
    min-height: 31vw;
  }

  .reg-timer-event-started{
    top:-45px;
  }
}

@media (max-width: 500px) {
  #reg-timer-container #reg-timer-title {
    position: relative;
    top: 28%;
    left: 0%;
    font-size: 20px;
  }

  #reg-timer-container #reg-timer {
    width: auto;
    left: 50%;
    position: absolute;
    transform: none;
    top: 43%;
  }
  .reg-timer-event-started{
    top:16px;
  }
}

@media (max-width: 420px) {
  #reg-timer-container #reg-timer-title {
    font-size: 18px;
    top: 17%;
  }
  #reg-timer-container #reg-timer {
    top: 34%;
  }
}

@media (max-width: 380px) {
  #reg-timer-container #reg-timer-title {
    font-size: 16px;
    top: 15%;
  }
  #reg-timer-container #reg-timer {
    top: 36%;
    font-size: 55px;
  }
}


.registration-screen,
.r_registration-screen {
  position: absolute;
  opacity: 0;
  height: 0;
  padding: 34px;
  transition: all 0.25s ease-in-out;
  z-index: -1;
}
.registration-screen--login {
  transition: none;
}
.registration-screen--open,
.r_registration-screen--open {
  display: flex;
  justify-content: center;
  opacity: 1;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000020;
}
.registration-screen--open .registration-backdrop,
.r_registration-screen--open .r_registration-backdrop  {
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(4px);
  position: fixed;
}
.r_registration-content--open::before,
.registration-content--open::before {
  content: "";
}
.registration-close,
.r_registration-close,
.login-close,
.error-close {
  background: none;
  border: 1px solid #000;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 51;
  transition: transform 0.15s linear;
  transform: rotate(0);
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 60px;
}
.registration-col--form,
.r_registration-col--form {
  max-width: 61.2%;
  flex: 0 0 61.2%;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.18px;
}
.r_registration-col--form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 56px;
  padding-top: 120px;
}
.registration-completed .r_registration-col--form {
  padding-top: 200px;
}
.r_registration-col--form .r_footer {
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
.r_footer a {
  color: #000;
  text-decoration: underline;
}
.r_footer a:hover {

}
.r_button-next:hover {
  color: #fff;
}
.registration-col--shape {
  max-width: 32.5%;
  width: 100%;
  flex: 0 0 33%;
  position: relative;
  margin-top: -45px;
  padding-bottom: 44px;
  height: calc(100% + 45px + 44px);
  background: url(../images/popup-shapes-2025.svg) no-repeat 0 0 scroll;
  background-size: cover;
  border-radius: 0 24px 24px 0;
}

.r_registration-completed,
.registration-completed {
  min-height: 580px;
}
.registration-completed .registration-col--form,
.r_registration-completed .r_registration-col--form {
  height: 100%;
  display: flex;
  align-items: center;
}
.registration-screen--login .registration-col--form {
  display: flex;
  align-items: center;
  max-width: 61%;
  flex: 0 0 61%;
  flex-wrap: wrap;
  height: 100%;
}

/* Form */
.r_registration-heading,
.registration-heading {
  width: 100%;
  font-weight: 600;
  color: #000;
  font-size: 47px;
  line-height: 125%;
  margin-bottom: 15px;
  margin-top: 0;
  max-width: 420px;
  text-align: left;
}
.e24 .registration-screen--2 .registration-heading {
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 0;
}
.registration-subheading {
  font-size: 20px;
  padding: 20px;
  margin-top: 55px;
  display: none;
}
.r_registration-text,
.registration-text {
  margin-bottom: 33px;
}
.e24 .registration-screen--2 .registration-text {
  margin-bottom: 15px;
}
.form .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto 16px;
}
.form input,
.form select {
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 32px;
  color: #333333;
  max-height: 40px;
}
.form input::placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:active,
.form input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
}
.form .input-group input,
.form .input-group select {
  width: 100%;
  border: 1px solid #fff;
}
.form .w-100 {
  width: 100%;
}
.form .w-48 {
  width: 48.5%;
}

.form-label {
  font-size: 14px;
}
.agree-label {
  color: #000;
  margin-bottom: 0;
}
.agree-label a {
  color: #000;
  text-decoration: underline;
}
.agree-label span {

}
.r_field-error,
.field-error {
  color: #B63546;
  font-size: 14px;
  margin-top: 5px;
}
.r_button-error,
.button-error {
  background: url(../images/close-small.svg) no-repeat 0 0 scroll transparent;
  width: 20px;
  height: 20px;
  border: 0;
  position: absolute;
  top: 40px;
  right: 7px;
  pointer-events: none;
  display: none;
}
@media (max-width: 550px) {
  .r_button-error,
  .button-error {
    bottom: 57px;
  }
}

.dropdown-input {
  height: 0;
}
.show > .btn-secondary.dropdown-toggle {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  color: #d2d2d2;
}
.form .dropdown-toggle {
  color: #000;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #fff !important;
  box-shadow: none !important;
  font-size: 16px;
  padding: 5px 12px;
  letter-spacing: -.5px;
  background-image: url(../images/icons/angle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 16px) 45%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 32px;
}
.form .dropdown-toggle::after {
  display: none;
}
.form .dropdown-form .dropdown-menu {
  margin-top: 10px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.form .dropdown .dropdown-menu {
  padding: 0;
  width: 100%;
}
.form .dropdown .dropdown-item {
  padding: 6px 12px;
  font-size: 0.875rem;
  letter-spacing: -.5px;
  font-weight: 300;
  letter-spacing: -.5px;
}
.form .checkbox-item {
  position: relative;
  padding-left: 22px;
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.form .checkbox-item input {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
}
.form .button {
  font-weight: 300;
  font-size: 1rem;
  line-height: 18px;
  color: #ffffff;
  padding: 15px 24px;
  background-color: #6C6CFF;
  border: none;
  border-radius: 25px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.form .button:hover {
  background-color: #5a5ad5;
}
.form .arrow-wrapper svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  position: absolute;
  top: -1px;
  right: -8px;
  transition: all 0.3s;
}
.form .button:hover .arrow-wrapper svg {
  right: -12px;
}
.form .arrow-wrapper {
  font-size: 0.75rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 10px;
  position: static;
}
.form .arrow-wrapper {
  margin-top: 0;
  position: relative;
  display: inline-block;
  padding-left: 6px;
  height: 10px;
}
.form .arrow-wrapper:after {
  display: none;
}
.form input:focus,
.form select:focus,
.form .dropdown .btn:focus {
  box-shadow: none;
  border: 1px solid #6c6cff !important;
  outline: none !important;
  border-radius: 8px;
}
.login-form {
  margin-top: 25px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .form .dropdown-toggle {
    justify-content: start;
  }
}

.continue {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
.r_registration-popup .continue {
  margin-top: 32px;
  justify-content: flex-start;
}
.login-form .continue {
  justify-content: space-between;
}
.continue a {
  color: #000;
  text-decoration: underline;
}
.registration-skip {
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.output-mess,
.login-form .parsley-errors-list {
  color: #B63546;
  font-size: 14px;
  margin-top: 5px;
}
.output-mess {
  line-height: 20px;
  display: none;
}
.login-form .parsley-errors-list {
  opacity: 1;
  padding-left: 0;
  width: 100%;
  margin: 0;
  color: #ffa6b2;
  padding-top: 3px;
  display: none;
}
.login-form .parsley-error {
  border-color: #FB275D !important;
}
.r_registration-step,
.registration-step {
  display: none;
  min-width: 310px;
}
.ty-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-right: -48px;
}
.ty-col img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ty-col {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .ty-col {
    margin-right: 0;
    margin-left: -19px;
    width: 100%;
    justify-content: center;
    display: none;
  }
}
.thankyou {
  display: none;
}
.thankyou-step .radios {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.thankyou-step .radios .radio {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  outline: 2px solid transparent;
  transition: all 0.2s ease-out;
}
.thankyou-step .radios .radio:hover {
  outline: 2px solid #43ca72;
}
.thankyou-step .radios .radio:focus {
  outline: none !important;
}
.thankyou-step .radios .active {
  background: #43ca72;
  outline: 2px solid #43ca72;
}
.thankyou-step .radio_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
 }
.thankyou-step .radios .radio input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: 2;
  max-height: none;
  cursor: pointer;
}
.thankyou-step .radios .radio .image {
  position: relative;
  width: 100%;
/*  height: 97px;*/
  padding-top: 16px;
  padding-left: 18px;
  padding-bottom: 16px;
}
.thankyou-step .radios .radio picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
.thankyou-step .radios .radio picture img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.thankyou-step .radios .text {
  position: relative;
  padding: 0 16px;
/*  min-height: 55px;*/
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.thankyou-step .radios .subtitle {
  padding: 8px 18px 16px;
  max-width: 228px;
}
.thankyou-step .r_registration-col--form, 
.thankyou-step .registration-col--form {
  flex: 0 0 100%;
  max-width: 100%;
}
.thankyou-step .r_registration-col, 
.thankyou-step .registration-col {
  display: none;
}
.r_registration-step--1,
.registration-step--1 {
  display: block;
}

.registration-screen--2 .registration-col--shape {
  display: flex;
  flex-direction: column-reverse;
}
.registration-screen--login .registration-col--shape {
  display: flex;
  flex-direction: column;
}
.shape {
  background-color: var(--main-brand-primary);
  width: 244px;
  height: 244px;
  display: block;
  margin-top: 12px;
}
.shape--circle {
  border-radius: 120px;
}
.shape--square {
  border-radius: 20px;
}
.shape--eclipse {
  height: 134px;
  border-radius: 90px;
}
.registration-screen--1 .shape--eclipse,
.registration-screen--login .shape--eclipse {
  display: none;
}

.registration-content--login {
  display: none;
}

.r_registration-popup,
.registration-popup {
  position: relative;
  background-color: #F0F3FF;
  color: #000;
  border-radius: 24px;
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 44px 48px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px -5px #333;
  z-index: 955;

}
.r_registration-popup {
  min-height: 675px;
  /* padding: 120px 0 44px 48px; */
}
.r_registration-content,
.registration-content {
  display: none;
}
.r_registration-screen--open .r_registration-content,
.registration-screen--open .registration-content {
  display: flex;
}
.registration-popup--secondary {
  max-width: 720px;
  padding-left: 35px;
  padding-bottom: 60px;
}
.registration-popup--secondary .registration-col--form {
  display: grid;
  align-items: center;
  margin-top: -25px;
  grid-template-columns: 60% 40%;
}
.registration-popup--secondary .registration-heading,
.login-content .registration-heading {
  margin-bottom: 16px;
}
.ty-col {
  display: none;
}
.registration-popup--secondary .ty-col {
  display: flex;
}
.login-content {
  display: none;
}
.login-content__wrapper {
  min-height: 566px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.registration-screen--login .login-content {
  display: flex;
}
.registration-screen--login .registration-content {
  display: none;
}
@media (max-width: 767px) {
  .registration-screen--login .login-content {
    padding: 40px 20px 20px;
  }
  .login-content__wrapper {
    min-height: auto;
  }
  .register-contact {
    bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .registration-popup--secondary {

  }
  .registration-popup--secondary .registration-col--form {
    display: flex;
    flex-wrap: wrap;
  }
  .registration-popup--secondary .ty-col {
    display: none;
  }
}

/* --- Spinner --- */
.loader {
  width: 16px;
  height: 16px;
  position: relative;
  left: -66px;
  border-radius: 50%;
  color: #fff;
  background: #D25DDC;
  box-shadow: 32px 0 , -32px 0 ,  64px 0;
}
.r_button-next + .loader {
  left: 35px;
}

.loader::after {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background:#D25DDC;
  animation: move 3s linear infinite alternate;
}

@keyframes move {
  0% , 5%{
    left: -32px;
    width: 16px;
  }
  15% , 20%{
    left: -32px;
    width: 48px;
  }
  30% , 35%{
    left: 0px;
    width: 16px;
  }
  45% , 50%{
    left: 0px;
    width: 48px;
  }
  60% , 65%{
    left: 32px;
    width: 16px;
  }

  75% , 80% {
    left: 32px;
    width: 48px;
  }
  95%, 100% {
    left: 64px;
    width: 16px;
  }
}

@media (max-width: 450px) {
  .login-form .loader {
    left: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .loader {
    left: 33px;
    top: -6px;
  }
  .r_qreg-box .loader {
    left: 42% !important;
  }
}

@media (max-width: 991px) {
  .registration-col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .registration-col--shape {
    display: none !important;
  }

  .registration-screen--login .registration-col--form {
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .r_registration-popup {
    min-height: auto;
    padding: 40px 20px 20px;
    align-items: center;
  }
  .r_registration-col--form,
  .r_registration-col--form .registration-completed {
    padding: 0;
  }
  .r_registration-completed, .registration-completed {
    min-height: 470px;
    padding: 15px;
  }
  .registration-completed .r_registration-col--form {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .registration-content {
    padding: 40px 20px 20px;
  }
  .registration-screen {
    padding: 15px;
  }
  .r_registration-step,
  .registration-step {
    min-width: auto;
  }
  .shape {
    width: 122px;
    height: 122px;
  }
  .continue {
    flex-direction: row-reverse;
    align-items: center;
  }
  .r_registration-popup .continue {
    flex-direction: row;
    margin-top: 32px;
  }
  .registration.form .continue {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 30px;
  }
  .login-content .continue {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .continue .btn {
    margin-top: 10px;
  }
  .r_registration-col--form .r_footer {
    margin-top: 30px;
  }
  .r_registration-heading,
  .registration-heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2.r_registration-heading,
  h2.registration-heading,
  .e24 h2.registration-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .btn {
    font-size: 1rem;
    padding: 8px 20px 9px;
  }
  .registration-completed .r_registration-text, 
  .registration-completed .registration-text {
    font-size: 14px;
  }
  .thankyou-step .radios {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .thankyou-step .radio_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }
  .thankyou-step .radios .radio {
    margin-bottom: 0;
  }
  .thankyou-step .radios .radio picture {
    width: auto;
  }
  .thankyou-step .radios .radio .image {
    height: 66px;
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 14px;
    width: auto;
    display: inline-block;
  }
  .thankyou-step .radios .radio picture img {
    width: 30px;
    height: 30px;
  }
  .thankyou-step .radios .text {
    font-size: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
    min-height: auto;
    padding-left: 0;
    top: -2px;
    left: -2px;
  }
  .thankyou-step .radios .subtitle {
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 50px;
    padding-top: 0;
    font-size: 14px;
    max-width: initial;
  }
  .thankyou.form .input-group {
    margin: 0;
  }
}

/*New*/
.sc {
  position: relative;
  width: 100%;
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 1.45;
}
.sc .row {
  margin-left: -8px;
  margin-right: -8px;
}
.sc .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
.sc p {
  margin-bottom: 0;
}
.sc h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.sc_text {
  position: relative;
}
.sc_buttons {
  position: relative;
  display: flex;
}
.image {
  position: relative;
  width: 100%;
  display: flex;
}
.image picture {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.image img {
  width: 100%;
  height: auto;
}

.accordion {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 8px;
}
.accordion-item {
  position: relative;
  padding: 22.5px 32px;
  border-radius: 96px;
  background: #F0F3FF;
  transition: border-radius 0.2s ease;
}
.accordion-item_head,
.accordion-item_body,
.accordion-item_inner {
  position: relative;
}
.accordion-item_head {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.accordion-item_head .subtitle {
  border-radius: 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 2px 8px;
  height: 28px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.accordion-item_head .subtitle:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-item_head h3 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0;
}
.accordion-item_head svg {
  position: absolute;
  right: 0;
  top: 50%;
  width: 16.79px;
  fill: currentColor;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.accordion-item_body {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}
.accordion-item.open .accordion-item_head svg {
  transform: rotate(-180deg) translateY(-50%);
}
.accordion-item.open {
  border-radius: 24px;
}

.accordion--after {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 24px;
}
.accordion-item--after {
  border-bottom: 2px solid #F0F3FF;
  padding: 0;
  border-radius: 0;
  background: none;
}

.accordion-item--after:last-child {
  border-bottom: none;
}

.accordion-item_head--after,
.accordion-item_body--after,
.accordion-item_inner--after {
  position: relative;
}

.accordion-item_inner--after .text {
  padding-bottom: 20px;
}

.accordion-item_head--after {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  padding-bottom: 19px;
}
.accordion-item_head--after .subtitle {
  border-radius: 6px;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 2px 8px;
  height: 28px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.accordion-item_head--after .subtitle:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-item_head--after h3 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0;
}
.accordion-item_head--after svg {
  position: absolute;
  right: 0;
  top: 50%;
  width: 16.79px;
  fill: currentColor;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.accordion-item_body--after {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
  width: 95%;
}
.accordion-item--after.open .accordion-item_head--after svg {
  transform: rotate(-180deg) translateY(-50%);
}
.accordion-item--after.open {
  padding-bottom: 20px;
}

.e-hero {
  padding: 92px 0 50px 0;
  overflow: hidden;
}
.e-hero .sc_text {
  padding: 70px 40px;
  border-radius: 24px;
  background: #F0F3FF;
  min-width: 488px;
}
.e-hero .sc_text .image {
  max-width: 362px;
  margin-bottom: 25px;
}
.e-hero .sc_text h1 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 365px;
  letter-spacing: normal;
}
.e-hero .sc_text h1:not(:last-child) {
  margin-bottom: 20px;
}
.e-hero .sc_text p {
  max-width: 374px;
  margin-bottom: 0;
}
.e-hero .sc_text p:not(:last-child) {
  margin-bottom: 20px;
}
.e-hero .sc_text .e-hero-date {
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: normal;
}
.e-hero .sc_text .e-hero-date:not(:last-child) {
  margin-bottom: 20px;
}
.e-hero .v_wrap {
  position: relative;
  padding-left: 52px;
  height: 100%;
  /* min-height: 462px; */
}
.e-hero .v_wrap.playing .v-poster,
.e-hero .v_wrap.playing .v-play {
  opacity: 0;
  visibility: hidden;
}
.e-hero .v {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #F0F3FF;
  z-index: 0;
}
.e-hero .v-source {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.e-hero .v-source iframe {
  width: auto;
  height: 100%;
  position: absolute;
  aspect-ratio: 16/9;
  left: 0;
  top: 0;
}
.e-hero  .v-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease;
  display: none;
}
.e-hero  .v-play {
  --size: 152px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.272);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 10px;
  outline: none;
}
.e-hero  .v-play svg {
  fill: #fff;
}
.e-hero  .v-play:hover {
  opacity: 1;
}
#vimeo {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#vimeo::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
#vimeo iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.player-btns {
  display: flex;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}
.player-btn {
  width: 32px;
  height: 32px;
  border-radius: 120px;
  border: 1px solid #6161FF;
  background-color: #F0F3FF;
  transition: all 0.15s ease-out;
  margin-right: 4px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-btn:focus,
.player-btn:active {
  outline: 0 !important;
}
.player-btn:hover {
  border-color: #000;
  background-color: #fff;
}

.player-btn:hover path,
.player-btn:hover rect {
  stroke: #000;
}
.v-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 767px) {
  .player-btn:hover {
    border-color: #6161FF;
    background-color: #F0F3FF;
  }

  .player-btn:hover path, .player-btn:hover rect {
    stroke: rgb(97, 97, 255);
  }
}

.player-btn-svg-unmute {
  display: none;
}
.player-btn-sound--on .player-btn-svg-unmute {
  display: block;
}
.player-btn-sound--on .player-btn-svg-mute {
  display: none;
}
.player-btn-svg-play {
  display: none;
}
.player-btn-state--paused .player-btn-svg-play {
  display: block;
}
.player-btn-state--paused .player-btn-svg-pause {
  display: none;
}
.e-speakers {
  padding: 50px 0;
}
.e-speakers .sc_text {
  border-radius: 144px;
  height: 96px;
  background: #6161FF;
  color: #fff;
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.e-speakers .sc_text h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.e-speakers_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 144px;
  background: #F0F3FF;
  height: 96px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  align-content: center;
  pointer-events: none;
}
.e-speakers_slider .swiper-container {
  position: relative;
  width: 100%;
}
.e-speakers_slider .swiper-wrapper {
  /* transition-timing-function: linear !important; */
}
.e-speakers_slider .slick-dots {
  display: none !important;
}
.e-speakers_slider .swiper-slide {
  display: flex !important;
  width: auto;
  margin-right: 48px;
}
.e-speakers_slider .swiper-slide .image {
  height: 78px;
}
.e-speakers_slider .swiper-slide .image:not(:last-child) {
  margin-right: 48px;
}
.e-speakers_slider .swiper-slide .image img {
  height: 100%;
  width: auto;
}

.e-why {
  padding: 62px 0 80px 0;
}
.e-why_head:not(:last-child) {
  margin-bottom: 39.5px;
}
.e-why_items {
  position: relative;
  display: flex;
  gap: 16px;
}
.e-why_items .item {
  position: relative;
  transition: all 1s ease;
  flex: 1;
  color: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 501px;
}
.e-why_items .item.hover {
	flex: 2;
}
.e-why_items .item-arr svg {
  fill: currentColor
}
.e-why_items .item_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 34px 44px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
  transition: all 0.5s ease;
}
.item.hover .item_top {
	opacity: 0;
    visibility: hidden;
}
.e-why_items .item_text .txt {
  max-width: 500px;
  min-width: 500px;
  width: 100%;
}
.e-why_items .item_inner .title {
  margin-bottom: 20px;
  min-width: max-content;
}
.e-why_items .title {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.e-why_items .item_top .title {
  flex: 1;
  font-weight: 300;
  max-width: 220px;
}
.e-why_items .item_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  padding: 34px 44px;
}
.e-why_items .item_inner .image {
  height: 302px;
  border-radius: 248px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 31px;
}
.e-why_items .item_inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.e-why_items .item:nth-child(1),
.e-why_items .item:nth-child(1) .item_top {
  background: #F0F3FF;
  color: #000000;
}
.e-why_items .item:nth-child(2),
.e-why_items .item:nth-child(2) .item_top {
  background: #000000;
  color: #fff;
}
.e-why_items .item:nth-child(3),
.e-why_items .item:nth-child(3) .item_top {
  background: #6161FF;
  color: #fff;
}
@media (min-width: 992px) {
  .e-why_items .item:hover {
    flex: 2
  }
  .e-why_items .item:hover .item_top {
    opacity: 0;
    visibility: hidden;
  }
}
.e-agenda {
  position: relative;
  padding: 80px 0 0 0;
  width: 100%;
}
.e-agenda .sc_text {
  /* position: sticky; */
  /* top: 108px; */
}
.e-agenda .sc_text h2:not(:last-child) {
  margin-bottom: 24px;
}
.e-agenda-time {
  color: inherit;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: -0.01em;
  /* text-transform: uppercase; */
}
.e-agenda-time .time {
  font-size: 24px;
}
.e-agenda-time .time_wrap {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 8px;
}
.e-agenda-time .time-local {
  font-size: 14px;
}
.e-agenda .accordion {
  gap: 28px;
}
.e-agenda .accordion-item {
  border-bottom: 2px solid  #F0F3FF;
  padding: 0;
  border-radius: 0;
  background: none;
}
.e-agenda .accordion-item:last-child {
  border-bottom: none;
}
.e-agenda .accordion-item.open {
  border-radius: 0;
}
.e-agenda .accordion-item_head {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 19px;
}
.e-agenda .accordion-item_head  h3 {
  max-width: 700px;
  font-weight: 600;
  font-size: 18px;
}
.e-agenda .accordion-item_head svg {
  top: auto;
  transform: none;
  bottom: 25px;
}
.e-agenda .accordion-item_inner {
  padding-bottom: 28px;
}
.e-agenda .accordion-item_inner .text {
  max-width: 687px;
  font-size: 18px;
  line-height: 1.45;
}
.e-agenda .accordion-item_inner .text:not(:last-child) {
  margin-bottom: 20px;
}
.e-agenda_speakers,
.e-agenda_speakers--after {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.e-agenda_speakers .item,
.e-agenda_speakers--after .item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.e-agenda_speakers .item:hover,
.e-agenda_speakers--after .item:hover {
  cursor: pointer;
}
.e-agenda_speakers .item_image,
.e-agenda_speakers--after .item_image {
  width: 37.5px;
  height: 37.5px;
  min-width: 37.5px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
}
.e-agenda_speakers .item_image img,
.e-agenda_speakers--after .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.e-agenda_speakers .item_info,
.e-agenda_speakers--after .item_info {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding-top: 10px
}

.e-agenda_speakers--after .item_info {
  padding-top: 0px;
}

.e-agenda_speakers .item_info .name,
.e-agenda_speakers--after .item_info .name {
  font-weight: 600;
  letter-spacing: normal;
  white-space: nowrap;
  padding-right: 8px;
}
.e-agenda_speakers .item_info .position,
.e-agenda_speakers--after .item_info .position {
  font-weight: 300;
  letter-spacing: normal;
}
.e-agenda_speakers .item_info > *:not(:last-child),
.e-agenda_speakers--after .item_info > *:not(:last-child) {
  margin-right: 4px;
}
.e-agenda_but {
  padding: 44px 0 36px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.e-agenda_but .sc_text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0 !important;
  margin-right: 0;
}
.e-agenda_but .sc_text h3 {
  font-size: 32px;
  font-weight: 600;
  color: #6161FF;
  margin: 0;
}
.e-agenda_but .sc_text h2:not(:last-child) {
  margin-bottom: 8px;
}
.e-agenda_but .sc_text:not(:last-child) {
  margin-bottom: 36px;
}
.e-agenda_addictional {
  position: relative;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
}
.e-agenda_addictional .item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #6161FF;
  letter-spacing: normal;
  padding: 32px;
  height: 96px;
  flex: 1 0 auto;
  border-radius: 104px;
  background: #F0F3FF;
}
.e-agenda_addictional .item:not(:last-child) {
  margin-right: 32px;
}
.e-agenda_addictional .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.e-agenda .sc_buttons {
  justify-content: center;
}
.e-agenda-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 950;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.popup-open {
  overflow: hidden;
}
.e-agenda-popup.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}
.e-agenda-popup_wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: block;
  padding: 100px 30px 30px 30px;
}
.e-agenda-popup_content {
  position: relative;
  max-width: 797px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.e-agenda-popup_photo {
  position: relative;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  min-width: 150px;
  overflow: hidden;
  margin-right: 16px;
  background: #F0F3FF;
}
.e-agenda-popup_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.e-agenda-popup_text {
  position: relative;
  border-radius: 24px;
  background: #F0F3FF;
  flex: 1;
  padding: 54px;
}
.e-agenda-popup_text .name {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.e-agenda-popup_text .position {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.e-agenda-popup_text .image {
  width: 150px;
  height: 60px;
  margin-bottom: 24px;
}
.e-agenda-popup_text .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  position: absolute;
  left: 0;
  top: 0;
}
.e-agenda-popup_text .text {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 24px;
}
.e-agenda-popup_text .linkedin-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  color: #6161FF;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.e-agenda-popup_text .linkedin-link svg {
  stroke: currentColor;
  margin-left: 4px;
}
.e-agenda-popup-close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #000;
  width: 20px;
  height: 20px;
  right: 19px;
  top: 19px;
  z-index: 2;
  cursor: pointer;
}
.e-agenda-popup-close-btn svg {
  fill: currentColor
}

.e-agenda_block {
  position: relative;
  border-radius: 24px;
  padding: 4px;
  margin-top: 40px;
  background: #F0F3FF;
}
.e-agenda_custom .sc_text h2 {
  margin-bottom: 8px !important;
}
.e-agenda_custom .sc_text {
  margin-bottom: 48px;
}
.e-agenda_block .t {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.e-agenda_block .tabs_menu {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 32px 40px 32px;
}
.e-agenda_block .t-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #000;
}
.e-agenda_block .t-link:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.e-agenda_block .t-link svg {
  display: none;
  margin-left: 16px;
}
.e-agenda_block .t-link.active,
.e-agenda_block .t-link:hover {
  color: #6161FF
}
.e-agenda_block .t-link.active svg {
  display: inline-block;
}
.e-agenda_block .t.active {
  display: flex;
  flex-direction: column;
}
.e-agenda_block .accordion,
.e-agenda_block .t {
  /* min-height: 100%; */
}
.e-agenda_live {
  background: #6161FF;
}
.e-agenda_block .title-side .sc_text{
  padding-top: 40px;
  padding-left: 32px;
}
.e-agenda_live .title-side .sc_text {
  color: #fff;
}
.e-agenda_block .title-side h2 {
  font-weight: 600;
  margin-bottom: 16px;
}
.e-agenda_block-content {
  min-height: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 30px 40px 40px 40px;
}
@media (max-width: 991px) {
  .e-agenda .sc_text {
    margin-bottom: 24px;
  }
  .e-agenda_live {
    margin-top: 0;
  }
  .e-agenda_block .title-side .sc_text {
    padding: 12px 12px;
    margin-bottom: 12px;
  }
  .e-agenda_block {
    border-radius: 16px;
  }
  .e-agenda_block-content {
    padding: 20px 12px 20px 12px;
    border-radius: 12px;
  }
  .e-agenda_custom .title-side .sc_text {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .e-agenda_custom .e-agenda_block-content {
    background: none;
    padding: 0;
  }
  .e-agenda_custom .t {
    display: block;
    height: auto !important;
    background: #fff;
    border-radius: 12px;
    padding: 14px 12px;
  }
  .e-agenda_custom .t-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f3ff;
    color: #6161ff;
  }
  .e-agenda_custom .t:not(:last-child) {
    margin-bottom: 16px;
  }
  .e-agenda_block .accordion-item:last-child {
    border-bottom: none;
  }
  .e-agenda_block .accordion-item:last-child .accordion-item_head {
    padding-bottom: 0;
  }
  .e-agenda_block .accordion-item:last-child .accordion-item_head svg {
    bottom: 5px;
  }
  .e-agenda_block .accordion-item:last-child .accordion-item_inner {
    padding-top: 21px;
  }

  #customized{
    margin-bottom: 64px;
  }
}

/* Start Agenda Library after event has finished*/
.e-agenda_block--after {
  position: relative;
  border-radius: 24px;
  padding: 4px;
  margin: 30px 0 64px;
  background: #6161FF;
}
.e-agenda_custom--after .sc_text h2 {
  margin-bottom: 8px !important;
}
.e-agenda_custom--after .sc_text {
  margin-bottom: 48px;
}
.e-agenda_block--after .t--after {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.e-agenda_block--after .tabs_menu--after {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 32px 40px 32px;
}
.e-agenda_block--after .t-link--after {
  text-decoration: none;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
}
.e-agenda_block--after .t-link--after:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.e-agenda_block--after .t-link--after svg {
  display: none;
  margin-left: 16px;
}
.e-agenda_block--after .t-link--after.active,
.e-agenda_block--after .t-link--after:hover {
  color: #fff;
  font-weight: 800;
}
.e-agenda_block--after .t-link--after.active svg {
  display: inline-block;
}
.e-agenda_block--after .t--after.active {
  display: flex;
  flex-direction: column;
}
.e-agenda_block--after .accordion--after,
.e-agenda_block--after .t--after {
  /* min-height: 100%; */
}
.e-agenda_live--after {
  background: #6161FF;
}
.e-agenda_block--after .title-side .sc_text{
  padding-top: 40px;
  padding-left: 32px;
}
.e-agenda_live--after .title-side .sc_text {
  color: #fff;
}
.e-agenda_block--after .title-side h2 {
  font-weight: 600;
  margin-bottom: 16px;
}
.e-agenda_block-content--after {
  min-height: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 30px 40px 40px 40px;
}
@media (max-width: 991px) {
  .e-agenda--after .sc_text {
    margin-bottom: 24px;
  }
  .e-agenda_live--after {
    margin-top: 0;
  }
  .e-agenda_block--after .title-side .sc_text {
    padding: 12px 12px;
    margin-bottom: 12px;
  }
  .e-agenda_block--after {
    border-radius: 16px;
    margin-bottom: 64px;
  }
  .e-agenda_block-content--after {
    padding: 20px 12px 20px 12px;
    border-radius: 12px;
  }
  .e-agenda_custom--after .title-side .sc_text {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .e-agenda_custom--after .e-agenda_block-content--after {
    background: none;
    padding: 0;
  }
  .e-agenda_custom--after .t--after {
    display: block;
    height: auto !important;
    background: #fff;
    border-radius: 12px;
    padding: 14px 12px;
  }
  .e-agenda_custom--after .t-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f0f3ff;
    color: #6161ff;
  }
  .e-agenda_custom--after .t--after:not(:last-child) {
    margin-bottom: 16px;
  }
  .e-agenda_block--after .accordion-item--after:last-child {
    border-bottom: none;
  }
  .e-agenda_block--after .accordion-item--after:last-child .accordion-item_head--after {
    padding-bottom: 0;
  }
  .e-agenda_block--after .accordion-item--after:last-child .accordion-item_head--after svg {
    bottom: 5px;
  }
  .e-agenda_block--after .accordion-item--after:last-child .accordion-item_inner--after {
    padding-top: 21px;
  }
}

@media (max-width: 767px){
  .e-agenda_block--after .accordion-item--after {
    max-width: 83vw;
  }
}
/* End Agenda Library After... */

.e-testimonials {
  padding: 65px 0 90px 0;
}
.e-testimonials .sc_text {
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background: #6161FF;
  color: #fff;
  padding: 30px;
  aspect-ratio: 1 /1 ;
}
.e-testimonials .sc_text h2 {
  font-size: 32px;
  font-weight: 600;
}
.e-testimonials_slider {
  position: relative;
  border-radius: 24px;
  height: 100%;
  background: #F0F3FF;
  padding: 54px 57px;
  display: flex;
  flex-direction: column;
}
.e-testimonials .swiper-container {
  position: relative;
  overflow: hidden;
}
.e-testimonials .swiper-button {
  position: relative;
  top: auto;
  transform: none;
  margin: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #6161FF;
  margin-top: auto;
  left: 0;
  right: 0;
}
.e-testimonials .swiper-button svg {
  fill: currentColor
}
.e-testimonials .swiper-button:after {
  display: none;
}
.e-testimonials .item_text {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 56px;
}
.e-testimonials .item_author {
  font-size: 18px;
  font-weight: 600;
}

.e-gb {
  padding: 90px 0;
}
.e-gb_content {
  position: relative;
  padding: 52.5px;
  border-radius: 200px;
  background: #00CA72;
  color: #000;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.e-gb_content .sc_text {
  text-align: center;
  margin: 0 -60px;
}
.e-gb_content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.e-gb_content h2:not(:last-child) {
  margin-bottom: 16px;
}
.e-gb_items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 32px;
}
.e-gb_items .item_wrap:not(:last-child) {
  margin-right: 40px;
}
.e-gb_items .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.e-gb_items .item_image {
  position: relative;
  margin-bottom: 8px;
}
.e-gb_items .item_image img {
  width: 34.5px;
  height: auto;
}
.e-gb_items .item_text {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.e-gb .link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #000;
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 400;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
.e-gb .link .text {
  text-decoration: underline;
}
.e-gb .link svg {
  margin-left: 4px;
  transition: all 0.2s ease;
  width: 9px;
  height: 9px;
}
.e-gb .link:hover svg {
  transform: translateX(4px);
}
.e-gb .link svg path{
  fill: currentColor;
}

@media (max-width: 767px) {
  .e-gb_items {
    flex-direction: column;
  }
  .e-gb_items .item_wrap:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .e-gb_items .item {
    flex-direction: row;
    align-items: center;
    align-content: center;
  }
  .e-gb_items .item_image {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .e-gb_items .item_text {
    font-size: 16px;
  }
}

.e-rediscover {
  overflow: hidden;
  padding: 90px 0 60px 0;
}
.e-rediscover .row > div:not(:last-child) {
  margin-bottom: 54px;
}
.e-rediscover .sc_text {
  text-align: center;
}
.e-rediscover .sc_text:not(:last-child) {
  margin-bottom: 32px;
}
.e-rediscover .title-side:not(:first-child) h2 {
  font-size: 32px;
  font-weight: 600;
  color: #6161FF;
}
.e-rediscover .sc_buttons {
  justify-content: center;
}
.e-rediscover_items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1185px;
  margin: 0 auto;
}
.e-rediscover .item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 210px;
  overflow: hidden;
  text-decoration: none;
  height: 501px;
}
.e-rediscover .item_image {
  position: relative;
  width: 100%;
  height: 100%;
}
.e-rediscover .item_image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #6C6CFF;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.e-rediscover .item_image picture {
  z-index: 0;
}
.e-rediscover .item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.e-rediscover .item_info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 52px;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease;
  z-index: 2;
}
.e-rediscover .item-year {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 4px;
}
.e-rediscover .item .pseudo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
}
.e-rediscover .item .pseudo-link > *:not(:last-child) {
  margin-right: 6px;
}
.e-rediscover .item .pseudo-link svg {
  stroke: currentColor
}
@media (min-width: 1200px) {
  .e-rediscover .item:hover .item_image:after {
    opacity: 1;
  }
  .e-rediscover .item:hover .item_info {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 1199px) {
  .e-rediscover .item:active .item_image:after {
    opacity: 1;
  }
  .e-rediscover .item:active .item_info {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.e-rediscover .swiper-container {
  max-width: 231px;
  margin: 0 auto;
  display: none;
}
.e-rediscover .swiper-container .item {
  height: 301px;
}
.e-rediscover .swiper-container .item-year {
  font-size: 40px;
}

.e-faq {
  padding: 60px 0 125px 0;
}
.e-faq .accordion-item.open .accordion-item_head svg {
  transform: rotate(-180deg);
}
.e-faq .accordion-item_head h3 {
  font-size: 18px;
  max-width: 700px;
}
.e-faq .accordion-item_inner {
  padding-top: 16px;
}

@media (max-width: 1399px) {
  .e-hero .sc_text {
    min-width: 100%;
  }
  .e-hero .v_wrap {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .e-why_items .title {
    font-size: 18px;
  }
  .e-why_items .item_inner .title {
    margin-bottom: 8px;
  }
  .e-why_items .txt {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .sc h2 {
    font-size: 24px;
  }
  .btn {
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .accordion-item_head h3 {
    font-size: 18px;
  }

  .e-hero {
    padding-bottom: 20px;
  }
  .e-hero .media-side {
    order: 1;
    margin-bottom: 10px;
  }
  .e-hero .text-side {
    order: 2;
  }
  .e-hero .sc_text {
    padding: 36px 20px 30px 20px;
    margin-bottom: 20px;
    border-radius: 16px;
  }
  .e-hero .sc_text h1 {
    font-size: 18px;
    margin-bottom: 16px;
    max-width: 290px;
  }
  .e-hero .sc_text p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .e-hero .sc_text .e-hero-date {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .e-hero .sc_text .image {
    max-width: 276px;
  }
  .e-hero .v_wrap {
    height: auto;
    min-height: inherit;
  }
  .e-hero .v {
    border-radius: 16px;
    padding-top: 56.97101449%;
  }
  .e-hero .v-play {
    --size: 62.33px;
  }
  .e-hero .v-play svg {
    width:  24.93px;
    height: 24.93px;
  }

  .e-speakers {
    padding: 20px 0 32px 0;
  }
  .e-speakers .sc_text {
    display: inline-flex;
    width: auto;
    height: 55px;
    margin-bottom: 8px;
  }
  .e-speakers .sc_text h2 {
    font-size: 18px;
  }
  .e-speakers_slider {
    height: 66px;
  }
  .e-speakers_slider .swiper-slide .image {
    height: 46px;
  }

  .e-why {
    padding: 32px 0 40px 0;
  }
  .e-why_head:not(:last-child) {
    margin-bottom: 24px;
  }
  .e-why_items {
    flex-direction: column;
    gap: 8px;
  }
  .e-why_items .item {
    height: 78px;
    border-radius: 16px;
    transition: all 0.4s ease;
    flex: none
  }
  .e-why_items .item_top {
    padding: 16px 21px;
    align-items: center;
    align-content: center;
    opacity: 1;
    transition: 0s;
  }
  .e-why_items .item_top .title {
    max-width: 200px;
  }
  .e-why_items .item_inner {
    padding: 24px 21px;
    opacity: 0;
    transition: opacity 0s;
  }
  .e-why_items .active .item_inner {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .e-why_items .item_inner .image {
    border-radius: 16px;
    height: 0;
    margin-bottom: 16px;
  }
  .e-why_items .item.active .item_inner .image {
    height: 190px;
  }
  .e-why_items .item_inner .title {
    min-width: 100%;
  }
  .e-why_items .item_inner .txt {
    min-width: inherit;
    max-width: 100%;
  }
  .e-why_items .item.active .item_top {
    opacity: 0;
    visibility: hidden;
    transition: 0s;
  }

  .e-agenda {
    padding: 40px 0 30px 0;
  }
  .e-agenda .sc_text {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 36px;
  }
  .e-agenda .sc_text h2:not(:last-child) {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .e-agenda-time {
    font-size: 16px;
    text-transform: none;
  }
  .e-agenda .accordion {
    gap: 21px;
  }
  .e-agenda .accordion-item_head {
    padding-bottom: 19px;
  }
  .e-agenda .accordion-item_head svg {
    bottom: 23px;
  }
  .e-agenda .accordion-item_inner .text {
    font-size: 16px;
  }
  .e-agenda_speakers .item_info {
    font-size: 16px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
  }
  .e-agenda_speakers .item_info .name {
    margin-right: 0;
    margin-bottom: 0;
  }
  .e-agenda_but {
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
  }
  .e-agenda_but .sc_text {
    display: block;
    margin: 0;
  }
  .e-agenda_but .sc_text h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .e-agenda_but .sc_text p {
    font-size: 18px;
  }

  .e-agenda_addictional .item {
    height: 72px;
  }
  .e-agenda_addictional .item h3 {
    font-size: 18px;
  }
  .e-agenda_addictional .item:not(:last-child) {
    margin-right: 8px;
  }

  .e-testimonials {
    padding: 50px 0 40px 0;
  }
  .e-testimonials .sc_text {
    aspect-ratio: 0;
    height: 55px;
    padding: 16px 22px;
    display: inline-flex;
    width: auto;
    border-radius: 112px;
    margin-bottom: 8px;
  }
  .e-testimonials .sc_text h2 {
    font-size: 18px;
  }
  .e-testimonials_slider {
    padding: 21px;
    border-radius: 16px;
  }
  .e-testimonials .item_text {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .e-testimonials .swiper-container {
    margin-bottom: 16px;
  }
  .e-testimonials .item_author {
    font-size: 16px;
  }

  .e-gb {
    padding: 40px 0;
  }
  .e-gb_content .sc_text {
    margin: 0;
    font-size: 16px;
  }

  .e-rediscover {
    padding: 40px 0;
  }
  .e-rediscover .row>div:not(:last-child) {
    margin-bottom: 32px;
  }
  .e-rediscover .sc_text:not(:last-child) {
    margin-bottom: 24px;
  }
  .e-rediscover .title-side:not(:first-child) h2 {
    font-size: 24px;
  }

  .e-faq {
    padding: 40px 0 80px 0;
    font-size: 16px;
  }
  .e-faq .sc_text {
    margin-bottom: 16px;
  }
  .e-faq .accordion-item {
    padding: 20px 24px;
    border-radius: 16px !important;
  }
  .e-faq .accordion-item_head h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .e-agenda_addictional {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    align-content: center;
	text-align: center;
  }
  .e-agenda_addictional .item {
    flex: none;
  }
  .e-agenda_addictional .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .e-gb_content {
    padding: 32px 40px;
    aspect-ratio: 0;
    border-radius: 24px;
    display: block;
  }
  .e-gb_content .sc_text {
    max-width: 283px;
    width: 100%;
    text-align: left;
  }
  .e-gb_content .sc_text h2 {
    max-width: 200px;
  }
  .e-rediscover .sc_text {
    max-width: 255px;
    margin: 0 auto;
  }
  .e-rediscover_items {
    display: none;
  }
  .e-rediscover .swiper-container {
    display: block;
  }
  .e-agenda-popup_wrapper {
    padding: 100px 15px 30px 15px;
  }
  .e-agenda-popup_content {
    display: block;
  }
  .e-agenda-popup_photo {
    margin-right: 0;
    margin-bottom: 8px;
    width: 107px;
    height: 107px;
    min-width: 107px;
  }
  .e-agenda-popup_text {
    padding: 30px 21px;
  }
  .e-agenda-popup-close-btn {
    top: 131px;
  }
  .e-agenda-popup_text .name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .e-agenda-popup_text .position {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .e-agenda-popup_text .image {
    max-width: 130px;
    width: 130px;
    height: 48px;
    margin-bottom: 16px;
  }

  .e-agenda-popup_text .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.vod-header{
	align-items: center;
	align-content: center;
}
.vod-header-container {
  display: flex;
  align-items: center;
  align-content: center;
}
.vod-logo{
	margin-top: 0;
  margin-left: 0;
	max-width: inherit;
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
}
.vod-logo > a {
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.vod-logo > a img {
  margin-top: 2px;
	max-width: 193px;
}
.vod-logo a:not(:last-child):after {
  content: '';
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 14px;
  background: #DCDFEC;
}
.vod-logo > a:not(:last-child) {
	/* margin-right: 20px; */
}
.vod-logo .image {
	max-width: 95px;
}
.vod-header .btn {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  height: 35px;
  padding: 7px 22px;
}
.vod-header .scrolled-box {
  /* padding-right: 32px; */
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.vod-header .vod-search {
  display: none;
}
.scrolled-down .vod-header .scrolled-box {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  /* .vod-header .vod-search {
    display: flex;
  }
  .vod-header .scrolled-box {
    display: none;
  }
  .vod-logo .image {
    display: none;
  } */
}

.header-presents {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 554;
  background: #fff;
  height: 72.5px;
  display: flex;
  align-items: center;
  align-content: center;
  transition: top .3s ease-in-out;
}
.header-presents .container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.header-presents .btn {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  height: 35px;
  padding: 7px 10px;
  margin-left: 16px;
  width: 131px;
}
.admin-bar .header-presents {
  top: 32px;
}
.scrolled-down .header-presents {
  top: -72.5px;
}

@media (max-width: 767px) {
  #wpadminbar {
    position: fixed;
  }
  .admin-bar .header-presents {
    top: 46px;
  }
  .scrolled-down .header-presents {
    top: -64px;
  }
  .vod-header-container.secondary-menu-wrap {
    padding: 0;
  }
  .vod-logo {
    padding: 10px 0;
  }
  .vod-logo a {
    margin-right: 0 !important;
  }
  .vod-logo a:after {
    margin: 0 8px;
  }
  .vod-logo img {
    left: 0;
    max-width: 143px;
  }
  .vod-logo .image {
    max-width: 71px;
  }
  .vod-header-container.secondary-menu-wrap {
    top: 60px;
  }
  .admin-bar .vod-header-container.secondary-menu-wrap {
    top: 106px;
  }
  .page-template-pagesday-of-event-php .vod-header-container.secondary-menu-wrap {
    top: 0;
  }
  .admin-bar.page-template-pagesday-of-event-php .vod-header-container.secondary-menu-wrap {
    top: 46px;
  }
  .e-hero {
    padding-top: 84px;
  }
}
@media (max-width: 359px) {
  .vod-logo a:after {
    margin: 0 4px;
  }
  .vod-logo img {
    left: 0;
    max-width: 100px;
  }
  .vod-logo .image {
    max-width: 50px;
  }
}


.footer-presents {
  padding: 40px 0;
}
.footer-presents .row {
  align-items: center;
  align-content: center;
}
.footer-presents .left-side {
  display: flex;
  align-items: center;
  align-content: center;
}
.footer-presents .left-side .logo {
  margin-right: 18px;
}
.footer-presents .left-side .logo img {
  max-width: 156px;
}
.footer-presents .left-side .socials {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: -8px;
}
.footer-presents .left-side .social {
  position: relative;
  margin: 8px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  color: #000;
  transition: color 0.2s ease;
}
.footer-presents .left-side .social svg {
  fill: currentColor
}
.footer-presents .left-side .social:hover {
  color: var(--main-brand-primary);
}
.footer-presents .right-side {
  text-align: right;
}
.footer-presents .right-side .links {
  position: relative;
  display: inline-block;
  margin: 0 12px;
}
.footer-presents .right-side p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.footer-presents .right-side p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-presents .right-side p a:hover {
  color: var(--main-brand-primary);
}
.footer-presents .right-side p a:not(:last-child) {
  margin-right: 14px;
}

/* New Footer Logo styles */

.powered-by-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-left: 18px;
  padding-top: 4px;
}
.powered-by-wrapper span,
.powered-by-wrapper a {
  display: inline-block;
}
.powered-by-wrapper .powered-by-text {
  font-size: 14px;
  line-height: 24px;
  margin-right: 5px;
}
.powered-by-wrapper .powered-by-link {
  outline: none;
}
.powered-by-wrapper .powered-by-link img {
  display: block;
  max-height: 17px;
}

/* End New Footer Logo styles */
@media  (max-width: 1280px) {
  .footer-presents .left-side,
  .footer-presents .right-side,
  .footer-presents .center-part {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .footer-presents .right-side,
  .footer-presents .center-part {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .footer-presents .left-side {
    flex-direction: column;
  }
  .footer-presents .left-side .logo {
    margin-bottom: 18px;
    margin-right: 0;
  }
  .footer-presents .right-side {
    text-align: center;
    margin-top: 18px;
    line-height: 1.714285714;
    font-size: 14px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

/* Monday Mansion */

.mansion-container{
  display: grid;
  grid-template-columns: 42fr 58fr;
  padding: 20px;
  gap: 10px;
  background: #F0F3FF;
  margin: 70px auto;
  border-radius: 24px;
}

.mansion-left-column{
padding: 30px 30px 0 30px;
}

.mansion-title{
font-size: 32px;
font-weight: 600;
line-height: 37px;
letter-spacing: -0.01em;
text-align: left;

}

.mansion-text{
font-size: 18px;
font-weight: 400;
line-height: 26px;
letter-spacing: -0.01em;
text-align: left;
padding-top: 20px;
}

.mansion-available-desktop{
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.01em;
  text-align: left;
  padding-top: 15px;
  display: flex;
  gap: 8px;
}

.mansion-img-container img{
width: 100%;
border-radius: 300px;
}

@media (max-width: 1025px){

  .mansion-container{
    display: grid;
    grid-template-columns: 42fr 58fr;
    padding: 20px;
    gap: 10px;
    background: #F0F3FF;
    margin: 70px 15px;
    width: unset;
    border-radius: 24px;
  }

  .mansion-left-column{
  padding: 20px 20px 0 20px;
  }

  .mansion-title{
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: -0.01em;
  text-align: left;
  }

  .mansion-right-column{
  padding: 40px 0 20px 0;
  }

  .mansion-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: left;
  padding-top: 20px;
  }

  .mansion-img-container img{
  width: 100%;
  border-radius: 300px;
  }

  }

  @media (max-width: 991px){

  .mansion-container{
  display: grid;
  grid-template-columns: 42fr 58fr;
  padding: 20px;
  gap: 10px;
  background: #F0F3FF;
  border-radius: 24px;
  margin: 25px;
  width: unset;
  }

  .mansion-left-column{
  padding: 20px 20px 0 20px;
  }

  .mansion-title{
  font-size: 22px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: -0.01em;
  text-align: left;
  }

  .mansion-right-column{
    padding: 60px 0 20px 0;
  }

  .mansion-text{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  padding-top: 5px;
  }

  .mansion-img-container img{
  width: 100%;
  border-radius: 300px;
  }

  }

  @media (max-width: 768px){

  .mansion-container{
    padding: 30px 25px 30px;
    display: block;
    background: #F0F3FF;
    margin: 15px;
    border-radius: 24px;
    width: unset;
  }

  .mansion-left-column{
  padding: 0;
  }

  .mansion-title{
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 20px 20px 0 0;
  }

  .mansion-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 10px 20px 10px 0;
  }

  .mansion-available-desktop{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-align: left;
    padding-top: 8px;
    display: flex;
    gap: 8px;
  }

  .mansion-img-container img{
  width: unset;
  border-radius: 8px;
  max-height: 229px;
  }

  .mansion-img-container{
    overflow: hidden;
    border-radius: 8px;
  }

  .mansion-right-column {
    padding: 10px 0 0 0;
  }
  }

/* End of Monday Mansion */

/* Start of Team Pics*/

.e-team-picks {
  overflow: hidden;
  padding: 40px 0 52px 0;
}
.e-team-picks + .sc {
  padding-top: 100px;
}
.e-team-picks .sc_text {
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.e-team-picks .see-more {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: right;
  color: #6161FF;
  cursor: pointer;
}

.e-team-picks .swiper-slide {
  height: auto;
}
.e-team-picks .item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: left;
  min-height: 100%;
  text-decoration: none;
}
.e-team-picks .item_image {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}


.e-team-picks .item_image::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  opacity: .4;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 14px);
}

.e-team-picks .item_image::after {
  position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 2px);
    content: '';
    background: transparent;
    opacity: 1;
    width: 0px;
    height: 0px;
    z-index: 10001;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.page-template-2023-pagesday-after-event-php .e-team-picks .item_image::before, .page-template-2023-pagesday-after-event-php .e-team-picks .item_image::after {
  content: none;
}

.e-team-picks .item_image img {
  width: 100%;
  height: auto;
  border-radius: 9px;
  max-height: 191px;
}

.e-team-picks .item_image .clicker {
  width: 30px;
  height: 30px;
  background: transparent;
  position:absolute;
  z-index: 1000000;
  top: calc(50% - 15px);
  left: calc(50% - 14px);
  cursor: pointer;
}

.e-team-picks .item_info {
  position: relative;
  border-radius: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 24px 22px;
  background: #F0F3FF;
  min-height: 180px;
}
.e-team-picks .item_info .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.e-team-picks .item_extra {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  font-size: 14px;
  margin-top: auto;
  width: 100%;
}
.e-team-picks .item_extra >*:not(:last-child) {
  margin-right: 16px;
}
.e-team-picks .item_extra .time {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.e-team-picks .item_extra .time svg {
  margin-right: 4px;
}
.e-team-picks_more {
  position: relative;
  margin-top: 32px;
  text-align: center;
}
.e-team-picks_more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #6161FF;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.e-team-picks_more a svg {
  margin-left: 6px;
  transition: all 0.3s ease;
}
.e-team-picks_more a:hover svg {
  transform: translateX(6px);
}
.e-team-picks_join {
  position: relative;
  text-align: center;
  margin-top: 92px;
}
.e-team-picks_join h2 {
  font-size: 32px;
  font-weight: 600;
  color: #6161FF;
}
.e-team-picks_join .sc_buttons {
  justify-content: center;
}

.e-tp_slider .speaker__image {
  display: none;
}

@media (max-width: 1199px) {
  .e-tp-picks_slider {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .e-tp_slider {
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .e-team-picks .sc_text:not(:last-child) {
    margin-bottom: 24px;
  }
  .e-team-picks .container > .sc_text h2 {
    max-width: 271px;
    margin-left: auto;
    margin-right: auto;
  }
  .e-team-picks_more {
    margin-top: 25px;
  }
  .e-team-picks_join {
    margin-top: 80px;
  }
  .e-team-picks_join h2 {
    font-size: 24px;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }

.e-team-picks .see-more {
  padding-top: 30px;
  text-align: center;
}
}

@media (max-width: 480px) {
  .e-team-picks .item_info .title {
    min-height: 104.38px;
  }
}


/* End of Team Pics*/

/* Start of Theatre Mode */

.theatre-mode {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -5;
  transition: opacity 0.3s linear;
}

.theatre-mode__video {
  position: relative;
  width: 100%;
  height: calc(100% - 78px);
  padding-top: 110px;
}
.scrolled-down .theatre-mode__video {
  height: calc(100% - 120px);
  padding-top: 55px;
}
.theatre-mode__video::before {
  content: "";
  background: #000;
  top: 55px;
  left: 0;
  width: 100%;
  height: 90px;
  position: absolute;
}
.scrolled-down .theatre-mode__video::before {
  top: -21px;
}

.theatre-mode--active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 1;
  top: -38px;
}

.theatre-mode__video iframe {
  background: #000;
  width: 100%;
  height: 100%;
}

.theatre-mode__container {
  /*max-width: 1440px;*/
  margin: 0 auto;
  position: relative;
  background: #f0f3ff;
}

 .theatre-mode__container.theatre-mode__container--below{
  height: 100%;
}

.theatre-mode__close {
  position: absolute;
  top: 140px;
  left: 20px;
  background: none;
  border: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.scrolled-down .theatre-mode__close {
  top: 100px;
}

.theatre-mode__info {
  padding-top: 25px;
  margin: 0 32px;
}

.theatre-mode__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
}

.theatre-mode__meta {
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
}

.theatre-mode__meta__series {
  font-weight: 300;
  margin-left: 16px;
}

.theatre-mode__tax{
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}

.theatre-mode__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 25px;
}

.theatre-mode__title-container{
  display: flex;
  gap: 10px;
  align-items: center;
}

#toggle-description{
  transition: rotate .3s;
  cursor: pointer;
  z-index: 10000000;
}

.theatre-mode .mobile-only .copy-confirmation{
  top: 10px !important;
}

.show-description{
    position: absolute;
    width: 100%;
    height: 320px !important;
    bottom: -44px;
}

.rotate-180{
  rotate: 180deg !important;
}

.theatre-mode__content--below{
  display: block;
  padding-top: 5px;
  max-width: 1090px;
}

.speaker-name-flexy{
  padding-top: 5px;
}

.theatre-mode__speakers .speaker__image{
  width: 38px;
  height: 38px;
}

@media (min-width: 767px){
  .speaker-name-flexy{
    display: flex;
    gap: 10px;
    padding-top: 5px;
  }

  .theatre-mode__speakers .speaker-name-flexy{
    display: block !important;
  }
}

.speaker-name-flexy h4,
.speaker-name-flexy p{
  font-size: 18px;
}

.theatre-mode__speakers .agenda-box__speakers .speaker{
  padding-bottom: 10px;
}

.webinar-mode .theatre-mode__content {
  display: flex;
  justify-content: space-between;
}
.theatre-mode__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.theatre-mode__link svg {
  position: relative;
  top: -2px;
  margin-left: 2px;
}

.items-below-description .company-logo img{
  max-width: 250px;
  padding: 20px 0;
}

@media (max-width: 767px) {

  .theatre-mode__content--below{
    padding-right: 30px;
  }

  .theatre-mode__title-container{
    flex-direction: row-reverse;
  }

  .theatre-mode__content{
    padding-right: 0px;
	}

  .show-description{
    height: 500px !important;
	}

	.arrow-up{
	  margin-bottom: 40px;
	}

  .theatre-mode__info {
    padding-top: 15px;
    overflow: auto;
  }

  .theatre-mode__title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
    padding-right: 10px;
    overflow-y: visible;
    height: auto;
    margin-bottom: 10px;
  }

  .webinar-mode .theatre-mode__content {
    align-items: flex-start;
  }

  .theatre-mode__description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .theatre-mode__video {
    height: calc(100% - 140px);
  }

  .theatre-mode__container.theatre-mode__container--below{
    height: 180px;
  }
}
/* End of Theatre Mode */

.e-high {
  overflow: hidden;
  padding: 40px 0 52px 0;
}
.e-high + .sc {
  padding-top: 100px;
}
.e-high .sc_text {
  text-align: center;
  margin-bottom: 48px;
}
.e-high .swiper-slide {
  height: auto;
}
.e-high .item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: center;
  min-height: 100%;
  text-decoration: none;
}
.e-high .item_image {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.e-high .item_image img {
  width: 100%;
  height: auto;
}

.e-high .item_info {
  position: relative;
  border-radius: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 24px 22px;
  background: #F0F3FF;
}
.e-high .item_info .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.e-high .item_extra {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  margin-top: auto;
}
.e-high .item_extra >*:not(:last-child) {
  margin-right: 16px;
}
.e-high .item_extra .time {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
}
.e-high .item_extra .time svg {
  margin-right: 4px;
}
.e-high_more {
  position: relative;
  margin-top: 32px;
  text-align: center;
}
.e-high_more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #6161FF;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.e-high_more a svg {
  margin-left: 6px;
  transition: all 0.3s ease;
}
.e-high_more a:hover svg {
  transform: translateX(6px);
}
.e-high_join {
  position: relative;
  text-align: center;
  margin-top: 92px;
}
.e-high_join h2 {
  font-size: 32px;
  font-weight: 600;
  color: #6161FF;
}
.e-high_join .sc_buttons {
  justify-content: center;
}

@media (max-width: 1199px) {
  .e-high_slider {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .e-high_slider {
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .e-high .sc_text:not(:last-child) {
    margin-bottom: 24px;
  }
  .e-high .container > .sc_text h2 {
    max-width: 271px;
    margin-left: auto;
    margin-right: auto;
  }
  .e-high_more {
    margin-top: 25px;
  }
  .e-high_join {
    margin-top: 80px;
  }
  .e-high_join h2 {
    font-size: 24px;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}

html {
  overscroll-behavior-y: none;
}


.e-speakers-high {
  padding: 80px 0 50px 0;
  overflow: hidden;
}
@media (max-width: 767px)  {
  .e-speakers-high {
    padding: 60px 0 40px 0;
  }
}
.e-speakers-high--first {
  padding-top: 185px;
}
.e-speakers-high--first h2 {
  font-size: 80px;
}
.e-speakers-high_head {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px)  {
  .e-speakers-high_head {
    /*justify-content: flex-start;*/
    justify-content: center;
    margin-bottom: 24px;
  }
  .e-speakers-high--first h2 {
    font-size: 40px;
  }
}
.e-speakers-high_head .sc_text {
  margin-bottom: 0;
}
.e-speakers-high .go-all{
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #6161FF;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.e-speakers-high .go-all svg {
  margin-left: 6px;
  transition: all 0.3s ease;
}
.e-speakers-high .go-all:hover svg {
  transform: translateX(6px);
}
.e-speakers-high_slider {
  position: relative;
  padding: 0 40px;
}
.e-speakers-high_items .row {
  margin-bottom: -16px;
  margin-left: -8px;
  margin-right: -8px;
}
.e-speakers-high_items .row > div {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.e-speakers-high .swiper-container {
  overflow: hidden;
}
.e-speakers-high .swiper-slide {
  height: auto;
}
.e-speakers-high .swiper-button:after {
  display: none;
}
.e-speakers-high .swiper-button {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  align-content: center;
}
.e-speakers-high .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
}
.e-speakers-high .swiper-button-next {
  right: 0;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .e-speakers-high .go-all_wrap {
    margin-top: 20px;
  }
  .e-speakers-high .swiper-button {
    display: none;
  }
  .e-speakers-high_slider {
    padding: 0;
    max-width: 307px;
    margin-left: auto;
    margin-right: auto;
  }
  .e-speakers-high .swiper-container {
    overflow: visible;
  }
}

.s-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 168px;
  background: #F0F3FF;
  padding: 45px 18px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .s-card {
    max-width: 307px;
    margin: 0 auto;
  }
}
.s-card_image {
  --size: 150px;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  cursor: pointer;
}
.s-card_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.s-card_image.empty {
  background: #6161FF;
}
.s-card_info {
  position: relative;
  text-align: center;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.s-card_info .name {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   cursor: pointer;
}
.s-card_info .position {
  font-size: 18px;
  font-weight: 300;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
  min-height: 79px;
  display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .s-card_info .name {
    -webkit-line-clamp: inherit;
    min-height: inherit;
  }
  .s-card_info .position {
    -webkit-line-clamp: inherit;
    min-height: 53px;
  }
}
.s-card_info .position:not(:last-child) {
  margin-bottom: 16px;
}
.s-card_info .image--company {
  width: 114px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.s-card_info .image--company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-card_more {
  position: relative;
  text-align: center;
  margin-top: auto;
}
.s-card_more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.s-card_more a svg {
  margin-left: 6px;
  transition: all 0.3s ease;
}
.s-card_more a svg path {
  fill: #000 !important;
}
.s-card_more a:hover svg {
  transform: translateX(6px);
}
.s-card_more .swiper-slide {
  height: auto;
}

.vod-menu_wrap {
  position: relative;
  margin-right: auto;
}
.vod-menu_wrap ul {
  display: flex;
  align-items: center;
  align-content: center;
  margin: -6px -12px;
}
.vod-menu_wrap ul li {
  padding: 6px 12px;
}
.vod-menu_wrap ul li:not(.menu-item-type-custom).current-menu-item  a {
  font-weight: 600;
}
.vod-menu_wrap ul a {
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #000;
  transition: color 0.2s ease;
  text-decoration: none;
}
.vod-menu_wrap ul a:hover {
  color: #6161FF;
}
.hamburger-menu {
  display: none;
  width: 26px;
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 667;
  height: 36px;
  border: 0;
  background: none;
}
.hamburger-menu span {
  height: 2px;
  display: block;
  position: absolute;
  width: 100%;
  background-color: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  top: 8px;
}
.hamburger-menu span:nth-child(2) {
  top: 17px;
}
.hamburger-menu span:nth-child(3) {
  top: 17px;
}
.hamburger-menu span:nth-child(4) {
  top: 26px;
}
.menu-open .hamburger-menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-open .hamburger-menu span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-open .hamburger-menu span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-open .hamburger-menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-dropdown {
  position: fixed;
  z-index: 555;
  top: 64px;
  opacity: 0;
  height: calc(100% - 71px);
  width: 100%;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  padding: 60px 36px;
  background: #fff;
  max-height: 727px;
}
.menu-open .header-dropdown {
  opacity: 1;
  visibility: visible;
}
.header-dropdown .menu {
  margin: 0;
  padding: 0;
}
.header-dropdown .menu-item a {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 153%; /* 30.6px */
  letter-spacing: -0.2px;
}
.header-dropdown__actions {
  margin-top: 58px;
}
.header-dropdown__actions .btn {
  max-width: 143px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.admin-bar .header-presents {
  top: 32px;
}
.admin-bar.menu-open .header-dropdown {
  top: 105px;
}
@media (max-width: 991px) {
  .vod-menu_wrap {
    display: none;
  }
  .header-actions {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .header-dropdown__actions {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 782px) {
  .admin-bar .header-presents {
    top: 46px;
  }
  .admin-bar.menu-open .header-dropdown {
    top: 119px;
  }
}
@media (max-width: 330px) {
  .header-dropdown__actions .btn {
    font-size: 15px;
    height: 42px;
  }
}
.loggedin .header-actions {
  display: none;
}

/* Day of Event */
.agenda-video {
  background-color: #F0F3FF;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .agenda-video {
    height: auto;
  }
}
.my-agenda {
  padding: 46px 0 52px;
}
.sc.my-agenda .container.container--1300,
.container--1300 {
  max-width: 1326px;
  padding: 0 13px;;
}
.my-agenda__title {
  color: #000;
  font-size: 24px;
  margin-bottom: 22px;
}

.my-agenda--e24 .my-agenda__title,
.page-template-2023-pagesday-after-event-php .my-agenda__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.02em;
}
.my-agenda__text {
  color: #000;
  display: block;
}
.my-agenda__text__left {
    max-width: 100%;
    flex: 0 0 100%;
}
.my-agenda__text__right {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.my-agenda__text p {
  font-size: 16px;
}
.my-agenda__header {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.my-agenda--e24 .my-agenda__header {
  display: block;
}
.filter {
  display: flex;
}
.tracks__tabs {
  gap: 12px;
  width: 100%;
  justify-content: space-between;
}
.filter__btn {
  background-color: #F0F3FF;
  border-radius: 8px;
  padding: 16px 36px;
  margin-right: 8px;
  outline: 0;
  border: 0;
  color: #181B34;
  font-weight: 500;
  line-height: 89%;
  transition: all 0.15s ease-in-out;
}
.tracks__tab {
  display: flex;
  padding: 10px 17px;
  margin-right: 0 !important;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1326px) {
  .tracks__tab {
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  .tracks__tab {
    justify-content: center;
    gap: 8px;
  }
}
@media (max-width: 1215px) {
  .tracks__tab {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tracks__tab img {
}
.filter__btn--active .tracks__tab__icon {
  display: none;
}
.clicked {
  display: none;
}
.filter__btn--active .clicked {
  display: flex;
}
.tracks__tab span {
  flex: 1;
}
@media (max-width: 1240px) {
  .tracks__tab span {
    flex: 0;
    line-height: 19px;
  }
}
.agenda-popup--24.agenda-popup--open {
  z-index: 1000000;
}
/* .my-agenda--e24 .filter__btn {
  padding: 16px 28px;
  margin-right: 0;
} */
.my-agenda-btn {
  background-color: transparent;
  color: var(--main-brand-primary);
  font-weight: 500;
  line-height: 128%;
  outline: 0;
  padding: 12px 16px;
  border: 2px solid var(--main-brand-primary);
  border-radius: 8px;
}
.my-agenda--e24 .my-agenda-btn {
  display: none;
}
.filter__btn:not(:hover):focus {
  outline: none !important;
}
.filter__btn:hover,
.filter__btn:focus,
.filter__btn:active {
  color: var(--main-brand-primary);
  outline: 0;
}
.filter__btn--active,
.filter__btn--active:hover,
.filter__btn--active:focus {
  background-color: var(--main-brand-primary);
  color: #fff;
  outline: 0;
}
.filter__btn--active svg,
.filter__btn--active path {
  fill: #fff;
  stroke: #fff;
}
.my-agenda-slider-title .my-agenda-btn {
  pointer-events: none;
}

/* .my-agenda-btn--active {
  background-color: var(--main-brand-primary);
  color: #fff;
} */
/* .my-agenda-btn--active path {
  fill: #fff;
  stroke: #fff;
} */
.my-agenda-btn svg {
  margin-right: 8px;
}
.my-agenda__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.my-agenda--e24 .my-agenda__items {
  grid-gap: 12px;
}
.my-agenda-empty-text,
.my-agenda-empty-text-desktop {
  display: none;
}
.my-agenda-empty-text-desktop.my-agenda-empty-text-desktop-wrap{
    flex-direction: column;
    align-items: center;
    row-gap:16px;
    flex-wrap: wrap;
    flex-direction: row;
    grid-column: 1 / 5;
    justify-content: space-between;
}
.my-agenda-empty-text-desktop.my-agenda-empty-text-desktop-wrap .my-agenda-empty-text-desktop-one-column{
  border-radius: 8px;
  background: var(--main-brand-surface, #F0F3FF);
  height: 450px;
  width: calc(25% - 16px);
}
.my-agenda-empty-text-desktop.my-agenda-empty-text-desktop-wrap .my-agenda-empty-text-desktop-two-column{
  border-radius: 8px;
  background: var(--main-brand-surface, #F0F3FF);
  height: 450px;
  width: calc(50% - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.my-agenda-empty-text-desktop.my-agenda-empty-text-desktop-wrap .my-agenda-empty-text-desktop-two-column .my-agenda-empty-text-desktop-two-column__title{
  color: var(--main-brand-primary, #6161FF);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 89%; /* 28.48px */
  letter-spacing: -0.64px;
  margin-bottom: 15px;
}
.my-agenda-empty-text-desktop.my-agenda-empty-text-desktop-wrap .my-agenda-empty-text-desktop-two-column .my-agenda-empty-text-desktop-two-column__desc{
  color: var(--main-brand-black, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.18px;
  max-width: 340px;
}
@media (max-width: 991px) {
  .my-agenda-empty-text-mobile-two-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--main-brand-surface, #F0F3FF);
    height: 200px;
    border-radius: 8px;
  }
  .my-agenda-empty-text-mobile-two-column__title{
    color: var(--main-brand-primary, #6161FF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 89%; /* 28.48px */
    letter-spacing: -0.64px;
    margin-bottom: 15px;
  }
  .my-agenda-empty-text-mobile-two-column__desc{
    color: var(--main-brand-black, #000);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 135%; /* 24.3px */
    letter-spacing: -0.18px;
    max-width: 80%;
  }
  .my-agenda__header,
  .my-agenda--e24 .my-agenda__header,
  .my-agenda__items,
  .my-agenda--e24 .my-agenda-slider {
    display: none;
  }
}
.agenda-box {
  max-width: 328px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.my-agenda--e24 .agenda-box {
  background: #F0F3FF;
  border-radius: 32px;
  padding: 8px;
  max-width: 316px;
}
.agenda-box__image {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
.my-agenda--e24 .agenda-box__image {
  height: 186px;
  max-width: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1199px) {
  .my-agenda--e24 .agenda-box__image {
    height: auto;
  }
}

.agenda-box__content {
  background: #F0F3FF;
  border-radius: 8px;
  margin-top: 4px;
  padding: 24px;
  min-height: 305px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.my-agenda--e24 .agenda-box__content {
  background: transparent;
  flex: 100%;
  padding: 18px;
}
.agenda-box__heading {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 27px */
  letter-spacing: -0.2px;
  margin-bottom: 16px;
  width: 100%;
  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  /* min-height: 49px; */
}
.agenda-box__heading__link {
  color: #000;
}
.agenda-box__heading__link:hover {
  color: var(--main-brand-primary);
  text-decoration: none;
}
.agenda-box__speakers {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.speaker-list{
  display: flex;
  flex-direction: column;
}
.my-agenda--e24 .speaker {
  display: flex;
  align-items: center;
}
.speaker:not(:first-child) {
  margin-top: 10px;
}
.speaker__image {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 8px;
  float: left;
  margin-right: 10px;
}
.my-agenda--e24 .agenda-box .speaker__image {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.speaker__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 26.1px;
  text-align: left;
  color: #000000;
  margin: 0 0 2px 0;
}

.theatre-mode__speakers .speaker__name{
  font-size: 14px;
  margin: 0 0 -4px 0;
}
.my-agenda .speaker__name,  .e-team-picks .speaker__name{
  font-size: 14px;
}
.speaker__title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 20.3px */
  /* this code clamps based on specified lines */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 0;
  text-align: left;
  margin: 0 0 2px 0;
}
.agenda-popup__label{
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000000;
  margin: 20px 0 27px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 0 0 0;
}
.agenda-box__footer {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agenda-box__time {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-right: 16px;
}
.agenda-box__readmore {
  color: var(--main-brand-primary);
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
  letter-spacing: -0.14px;
}
.agenda-box__readmore:hover {
  color: var(--main-brand-primary);
  text-decoration: none;
}
.agenda-box__readmore svg {
  margin-left: -2px;
  transition: all 0.15s ease-out;
}
.agenda-box__readmore:hover svg {
  margin-left: 2px;
}
.like-button,
.play-button,
.share-button {
  background: transparent;
  border: 0;
  outline: 0;
  width: auto;
  height: 31px;
  padding: 0;
}
.like-button:focus,
.like-button:active,
.play-button:focus,
.play-button:active {
  outline: 0 !important;
}
.like-button:hover rect,
.like-button:hover path,
.play-button:hover circle,
.play-button:hover path {
  stroke: #000;
}

.share-button:hover .share{
  display:none;
}

.shared {
  display: none;
}

.share-button:hover .shared{
  display: unset !important;
}

.play-button--disabled {
  cursor: none;
  pointer-events: none;
  color: #000 !important;
  opacity: 0.3;
}
.play-button--disabled circle,
.play-button--disabled path,
.play-button--disabled:hover circle,
.play-button--disabled:hover path {
  stroke: #000;
}
.button-with-text {
  text-decoration: none !important;
}
.button-with-text:hover {
  margin-left: 0;
  color: #000 !important;
}
.button-with-text svg {
  margin-right: 8px;
  margin-left: 0 !important;
}
.agenda-popup__link.button-with-text:hover svg {
  margin-left: 0;
}
.like-button--saved path {
  fill: var(--main-brand-primary);
}
.like-button--saved:hover rect,
.like-button--saved:hover path {
  stroke: var(--main-brand-primary);
}

.agenda-popup__share {
  color: var(--main-brand-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: 'clig' off, 'liga' off;
  line-height: 145%;
  letter-spacing: -0.14px;
  text-decoration: none;
  margin-bottom: 16px;
  text-align: left;
}

.agenda-popup__share svg{
  margin-right: 4px;
}

.agenda-popup__share:hover svg{
  margin-right: 8px;
}

@media (min-width:1160px) and (max-width: 1200px) {
  .filter__btn {
    padding: 16px 25px;
  }
  .tracks__tab {
    padding: 10px 17px;
  }
}
@media (min-width:992px) and (max-width: 1160px) {
  .filter__btn {
    padding: 16px 20px;
    font-size: 16px;
  }
  .tracks__tab {
    padding: 10px 17px;
  }
  .my-agenda-btn {
    font-size: 16px;
  }
}
@media (min-width:992px) and (max-width: 1140px) {
  .my-agenda__items {
    grid-gap: 10px;
  }
  .agenda-box__heading {
    font-size: 18px;
  }
  .agenda-box__content {
    padding: 15px;
    min-height: 260px;
  }
  .agenda-box__time {
    margin-right: 4px;
  }
}
@media (max-width: 991px) {
  .agenda-box__content {
    min-height: 317px;
  }
}

.agenda-popup {
  color: #000;
  position: absolute;
  opacity: 0;
  top: 100%;
  transition: none;
  z-index: -1;
}
.agenda-popup--open {
  opacity: 1;
  top: 0;
  z-index: 1000;
  transition: opacity 0.3s ease-out;
  width: 100vw;
  height: 100vh;
  position: fixed;
  backdrop-filter: blur(8px) brightness(0.2);
  -webkit-backdrop-filter: blur(8px) brightness(0.2);
}
.online .agenda-popup--open {
  z-index: 10000005;
}
.agenda-popup__backdrop {
  /* background: rgba(0,0,0,0.8); */
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  /*width: 100%;*/
  height: 100%;
  /*left: 370px;*/
  right: -370px;
  top: 20px;
  /* backdrop-filter: blur(4px); */
  position: fixed;
  transition: right 0.6s;
}
.agenda-popup.agenda-popup--open .agenda-popup__backdrop{
  right: 40px;
  /*transition: all 1s;*/
}
.agenda-popup__item {
  border-radius: 24px;
  max-width: 570px;
  width: 100%;
  height: calc(100vh - 72.5px);
  position: relative;
  display: flex;
  background: #fff;
  padding: 40px 60px 40px 0;
}

.agenda-image-col {
  width: 208px;
  flex: 0 0 208px;
  background: url(../images/agenda-popup-image.svg) no-repeat -65px 0px #F0F3FF;
  border-radius: 24px 0 0 24px;
}
.agenda-popup__content {
  background-color: #fff;
  /*padding: 44px 44px 44px 24px;*/
  padding: 5px 5px 0 40px;
  border-radius: 20px;
  font-size: 18px;
  width: 100%;
  overflow: auto;
}
.agenda-popup__close {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  top: 34px;
  right: 14px;
}
.agenda-popup__knowledge, .agenda-popup__tracks, .agenda-popup__actions.share{
  margin-top: -20px;
}

.agenda-popup__products{
  margin-top: -10px;
}

.agenda-popup__knowledge > div,
.agenda-popup__tracks > div,
.agenda-popup__products > div{
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.agenda-popup__knowledge .more-info-item,
.agenda-popup__tracks .more-info-item{
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 5px 18px 5px 18px;
  border-radius: 22px;
  border: 1px solid #000000;
  height: 28px;
}
.monday-products {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 20px;
}
.monday-product {
  height: 81px;
  object-fit: cover;
}
.monday-product--wm {
  background: url(../images/icon-work-management.svg) no-repeat center;
  width: 94px;
}
.monday-product--crm {
  background: url(../images/icon-crm.svg) no-repeat center;
  width: 67px;
}
.monday-product--dev {
  background: url(../images/icon-dev.svg) no-repeat center;
  width: 93px;
}
.monday-product--service {
  background: url(../images/icon-service.svg) no-repeat center;
  width: 63px;
}
.monday-product--integrations {
  background: url(../images/icon-integrations-and-add-ons.svg) no-repeat center;
  width: 76px;
}
.monday-product--canvas {
  background: url(../images/icon-workcanvas.svg) no-repeat center;
  width: 58px;
}
.agenda-popup__close:not(:hover):focus {
  outline: 0;
}
.agenda-popup__close svg {
  pointer-events: none;
}
.agenda-popup__cat {
  border-radius: 6px;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 6px;
  margin-right: 6px;
  display: flex;
  background: #000;
  width: fit-content;
  color: #fff;
  height: 19px;
  align-items: center;
  justify-content: center;
}
.agenda-popup__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 34px 0 28px 0;
  color: #000000;
}
.agenda-popup__speakers {
  margin: 32px 0;
  min-height: 100px;
}
.agenda-popup__text{
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000000;
  margin: 20px 0 28px 0;
}
.agenda-box__content .agenda-popup__logo {
  display: none;
}
.agenda-popup__logo {
  height: 100%;
  margin-top: 32px;
  max-width: 110px;
  max-height: 40px;
  width: 100%;
  object-fit: contain;
}
.agenda-popup__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.agenda-popup__link {
  color: var(--main-brand-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: 'clig' off, 'liga' off;
  line-height: 145%; /* 20.3px */
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  margin-bottom: 16px;
  text-align: left;
}
.agenda-popup__link:last-child {
  margin-bottom: 0;
}
.agenda-popup__link:hover {
  color: var(--main-brand-primary);
}
.agenda-popup__link svg {
  margin-left: 4px;
  transition: all 0.15s ease-out;
}
.agenda-popup__link:hover svg {
  margin-left: 8px;
}
.agenda-popup__link--custom {
  background: url(../images/link_arrow.svg) right 6px no-repeat scroll;
  padding-right: 18px;
  transition: padding-right 0.15s ease-out;
}
.agenda-popup__link--custom:hover {
  padding-right: 22px;
}
@media (max-width: 767px) {
  .agenda-popup.agenda-popup--open .agenda-popup__backdrop {
    right: 0;
  }
  .agenda-popup--open {
    opacity: 1;
    top: 0;
    transition: opacity 0.3s ease-out, top 0.3s ease-out;
    width: 100vw;
    height: 100vh;
    position: fixed;
    backdrop-filter: blur(8px) brightness(0.2);
    -webkit-backdrop-filter: blur(8px) brightness(0.2);
}
  .agenda-popup__cats{
    display: flex;
  }
  .agenda-popup__item {
    margin: 0 10px;
    border-radius: 20px;
    padding: 0px 20px 40px 0;
    transition: top .3s;
    top: 100vh;
  }
  .agenda-popup.agenda-popup--open .agenda-popup__item{
    top: 0;
  }
  .agenda-image-col {
    display: none;
  }
  .agenda-popup__content {
    border-radius: 24px;
    padding: 40px 20px 5px;
    font-size: 14px;
  }
  .agenda-popup__speakers {
    margin: 24px 0;
  }
  .agenda-popup__logo {
    margin-top: 24px;
  }
  .agenda-popup__title {
    font-size: 26px;
    line-height: 130%;
    margin-top: 5px;
  }
  .agenda-popup__backdrop,
  .agenda-popup.agenda-popup--open .agenda-popup__backdrop{
    transition: none;
    left: 0;
  }
  .agenda-popup__backdrop{
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
  }
  .agenda-popup__item{
    height: auto;
    max-height: 93vh;
  }
  #post-event {
    display: inline-block;
    padding-left: 33px;
  }
}
/* My agenda mobile */
@media (min-width: 992px) {
  .my-agenda__sliders {
    display: none;
  }
}
.my-agenda__sliders {
  overflow: hidden;
}
.my-agenda__sliders__heading {
  flex: 0 0 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 89%; /* 16.02px */
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}
.my-agenda__sliders--24 .my-agenda__sliders__heading  {
  display: flex;
  align-items: center;
  gap: 12px;
}
.my-agenda__slider {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.my-agenda__sliders--24 .my-agenda__slider {
  margin-top: 32px;
}
.my-agenda__slider__wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .agenda-box {
    width: 280px;
    margin-right: 7px;
  }
  .agenda-box__heading {
    font-size: 18px;
    min-height: 48px;
  }
}

.my-agenda-slider {
  border: 2px solid var(--main-brand-primary);
  border-radius: 8px;
  padding: 7px;
  position: relative;
}
@media (max-width: 767px){
  .my-agenda-slider {width: calc(100% - 15px); overflow-x: hidden;}
}
.my-agenda-slider::after {
  content: "";
  position: absolute;
  width: 2px;
  border: 2px solid var(--main-brand-primary);
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 8px;
  top: 3px;
  right: -2px;
  height: calc(100% - 6px);
}
.my-agenda-slider-title {
  background: var(--main-brand-primary);
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  padding: 20px 14px;
  left: -7px;
  top: -7px;
  margin-bottom: 0;
}
.my-agenda-slider-title::after {
  content: "";
  position: absolute;
  background: var(--main-brand-primary);
  height: 100%;
  width: 16px;
  top: 0px;
  right: -16px;
  border-radius: 0 8px 0 0;
}
.my-agenda-slider-title::before {
  content: "";
  position: absolute;
  background: #fff;
  width: calc(100% + 14px);
  height: 13px;
  right: -14px;
  bottom: -9px;
  z-index: 10;
  border-radius: 8px;
}
.my-agenda-slider-title svg {
  margin-right: 12px;
}
.my-agenda-slider-title path {
  stroke: #fff;
}


.e-faq--black-text {
  color: #000;
}

/*
.qreg .form-name,
.qreg .form-user,
.qreg .questions,
.qreg .registration-heading,
.qreg .registration-text,
.qreg .registration-col--shape {
  display: none;
}
.qreg .registration-col--form {
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.qreg .continue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.qreg .registration-popup {
  max-width: 700px;
}
.qreg .loader  {
  display: block !important;
  left: -15px;
}
.qreg .registration-screen {
  transition: none;
}
*/

.r_qreg,
.qreg {
  overflow: hidden;
}
.r_qreg-wrapper,
.qreg-wrapper {
  position: fixed;
  background: #fff;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  top: 0;
  padding-top: 120px;
}
.r_qreg .r_qreg-wrapper,
.qreg .qreg-wrapper {
  display: flex;
}
.qreg-wrapper__logo {
  width: 100vw;
  position: absolute;
  bottom: 33px;
}
.r_qreg-box, 
.qreg-box {
  width: 580px;
  max-width: 90%;
  padding: 120px 20px 97px;
  border-radius: 19.93px;
  background: #F0F3FF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -70px;
}

.r_qreg-box .loader,
.qreg-box .loader {
  left: 260px;
  top: 120px;
  transform: scale(1.3);
  flex: 0 0 auto;
  position: absolute;
}

.r_qreg-box__text,
.qreg-box__text {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 33.216px */
  letter-spacing: -0.266px;
  margin-top: 60px;
  flex: 0 0 100%;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

/* .rqreg ., */
.qreg .registration-screen--1 {
  display: none;
}

  /* REGISTRATION POPUP ADD TO CALENDAR */

  .add-to-calendar {
    display: none;
  }
  .registration-completed .add-to-calendar {
    display: flex;
  }
  .r_add-to-calendar .addeventatc,
  .add-to-calendar .addeventatc {
    background-color: #000 !important;
    color: #ffffff !important;
    padding: 20px 36px 21px 60px !important;
    border-radius: 97px !important;
    font-size: 21px !important;
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out !important;
  }
  .r_add-to-calendar .addeventatc {
    max-width: 240px;
    padding: 20px 0 21px 0 !important;
    justify-content: center;
  }
  .r_add-to-calendar .addeventatc:hover,
  .r_add-to-calendar .addeventatc:active,
  .add-to-calendar .addeventatc:hover,
  .add-to-calendar .addeventatc:active {
    color: #fff !important;
    border-radius: 20px !important;
  }
  .r_add-to-calendar .addeventatc .addeventatc_icon,
  .add-to-calendar .addeventatc .addeventatc_icon {
    background: url(https://cdn.addevent.com/libs/imgs/icon-calendar-fff-t1.svg) no-repeat !important;
    top: 20px !important;
    left: 31px !important;
  }
  .r_add-to-calendar .addeventatc .addeventatc_icon {
    display: none;
  }
  .add-to-calendar__timezone {
    display: none;
  }

  /* REGISTRATION POPUP LINKEDIN SIGNUP */

  .linkedin-signup{
    display: none;
    align-items: center;
    gap: 15px;
    padding-top: 40px;
    margin-bottom: -30px;
  }
  .registration-completed .linkedin-signup{
    display: flex;
  }
  .linkedin-text{
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    line-height: 130%;
  }
  .linkedin-text__payoff{
    color: #6161ff;
  }
  .linkedin-text__payoff a:hover{
    color: #6161ff;
    text-decoration: underline;
  }

  @media (max-width: 991px) {
    .linkedin-signup{
      align-items: flex-start;
    }
    .linkedin-text{
      font-size: 14px;
      white-space: normal;
    }
  }

.page-template-join-mansion .qreg-wrapper{
  background-image: url('/elevate/wp-content/themes/monday-presents/images/join-bg.png');
  background-size: cover;
}

.page-template-choose-your-experience .qreg-wrapper{
  background-image: url('/elevate/wp-content/themes/monday-presents/images/elevate-bg.png');
  background-size: cover;
  background-color: #000;
}

.page-template-join-mansion .qreg-box,
.page-template-choose-your-experience .qreg-box {
  width: 540px;
  height: 260px;
  padding: 0px 70px;
  background: rgba(255, 255, 255, .9);
}

.page-template-choose-your-experience .qreg-box.loading {
  height: 300px;
  width: 520px;
}

.page-template-choose-your-experience .qreg-box {
  height: 520px;
  width: 690px;
  padding: 35px 40px 0;
}

.page-template-join-mansion .qreg-box__container,
.page-template-choose-your-experience .qreg-box__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -45px;
}

.page-template-choose-your-experience .qreg-box.loading .qreg-box__container {
  margin-top: -100px;
}

.page-template-join-mansion .join-popup-title,
.page-template-choose-your-experience .cye-popup-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6161ff;
  margin: 15px 0 10px;
}

.page-template-join-mansion .qreg-box__text,
.page-template-choose-your-experience .qreg-box__text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.94px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.page-template-join-mansion .loader {
  top: 77%;
  left: 47%;
  transform: translateX(-50%);
  background: #6161ff;
  color: #000;
}

.page-template-choose-your-experience .loader {
  top: 73%;
  left: 48%;
  transform: translateX(-50%);
  background: #6161ff;
  color: #000;
}

.page-template-join-mansion .loader::after,
.page-template-choose-your-experience .loader::after{
  background: #6161ff;
}

.cye-choices{
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.choice-container{
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: background-color .3s;
}
.choice-container:hover{
  background-color: #6161ff;
}

.choice-container:hover .choice-title,
.choice-container:hover .choice-text,
.choice-container:hover .choice-cta span,
.choice-container:hover .choice-cta svg{
  color: #fff;
  fill: #fff;
}
.choice-title{
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.94px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  
}
.choice-text{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: -8px;
}
.choice-cta{
  display: flex;
  gap: 4px;
  align-items: center;
  color: #6161ff;
}
.choice-cta span{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media (max-width: 991px) {
  .cye-choices{
    flex-direction: column;
  }
  .page-template-choose-your-experience .qreg-box {
    height: unset;
    margin: 0 10px;
    padding: 60px 20px 20px;
  }
  .choice-container {
    padding: 20px 16px;
    gap: 12px;
  }
  .page-template-choose-your-experience .qreg-box.loading {
    height: 450px;
    width: unset;
    margin: 0 20px;
  }
  .page-template-choose-your-experience .qreg-box.loading .loader {
    top: 73%;
  }
}

@media (max-width: 600px) {
  .qreg-box {
    margin: 0;
    height: auto;
    padding: 65px 20px 49px;
    /* top: 130px; */
  }
  .qreg-box p {
    font-size: 19px;
  }
  .qreg-box .loader {
    left: 44%;
    top: 80px;
  }

  .page-template-join-mansion .qreg-box .loader {
    left: 44%;
    top: 212px;
  }
  .qreg-wrapper__logo {
    bottom: 44px;
  }

  .page-template-join-mansion .qreg-box {
    padding: 0px 45px;
  }
}

@media (max-width: 400px) {
  .page-template-join-mansion .qreg-box {
    padding: 0px 15px;
  }
}

.share-window-overlay{
  display: none;
  width: 100vw;
  height: 2000vh;
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0,0,0,.9);
  z-index: 10000;
}

.share-window{
  display: none;
  width: 308px;
  height: 354px;
  position: absolute;
  left: 50%;
  top: 2000px;
  transform: translate(-50%, -60px);
  background: #F0F3FF;
  border-radius: 24px;
  z-index: 100000;
  padding: 15px 40px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copy-confirmation{
  display: flex;
  position: absolute;
  right: 60px;
  bottom: 49px;
  z-index: 100000;
  font-family: Poppins;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.02em;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.theatre-mode .copy-confirmation{
  top: 90px !important;
  bottom: unset !important;
  right: 0;
}

.share-window .button-close{
  position: absolute;
  top: 15px;
  right: 15px
}

.agenda-popup__actions .share-window-icons,
.theatre-mode .mobile-only.share-window-icons{
  position: relative;
  padding: 6px 0 8px 0;
}

.agenda-popup__actions .copy-confirmation{
  bottom: 3px;
  right: -100px;
}

.share-window .share-window-image-source{
  width: 100%;
  margin-top: 12px;
}

.share-window .share-window-title{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 10px 0 0 0;
}

.share-window .share-in{
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #6161FF;
}

.share-icon:hover path,
.share-icon:hover rect,
.share-icon:hover circle {
  stroke: #000;
}

.share-icon:hover path {
  fill: #000;
  stroke-width: 0.25;
}

.share-icon:focus,
.share-icon:active,
.agenda-popup__share:focus,
.agenda-popup__share:active,
.share-button:focus,
.share-button:active {
  outline: 0 !important;
}

.share-icon{
  border: none;
  background: transparent;
  padding: 0 2px;
}

.share-icon:first-child {
  padding-left: 0;
}

.share-window-icons a{
  text-decoration: none;
}

.share-window-icons{
  white-space: nowrap;
}

/* @media (max-width: 1025px){
  .agenda-box__time{
    margin-right: 2px;
  }

  .agenda-box__readmore svg{
    display: none;
  }
} */

/* Banners Section */
#banners {
  margin: 80px 0 40px;
}

#banners .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 89%;
  letter-spacing: -0.8px;
  margin-bottom: 42px;
}

#banners .banner {
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
}

#banners .banner-1 {
  border-radius: 40px;
  background: #181B34;
  gap: 32px;
  padding: 50px 25px;
}

#banners .banner-2 {
  border-radius: 200px;
  background: #6161FF;
  gap: 24px;
  padding: 40px 50px 40px 70px;
}

#banners .banner_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}

#banners .banner_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}

#banners .banner_link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.14px;
  text-decoration-line: underline;
}

#banners .banner_link svg {
    transition: all .15s ease-out;
}

#banners .banner_link:hover svg {
    transform: translate(4px, 0px);
}

#banners .banner img {
    max-height: 170px;
}

@media (max-width:991px) {
  #banners {
    margin: 12px 0 24px;
  }
  #banners .banner {
    flex-direction: column;
    padding: 30px 32px;
    border-radius: 30px;
    align-items: start;
    gap: 14px;
  }
  #banners .col {
    margin-bottom: 16px;
  }

  #banners .title {
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.64px;
    text-align: left;
    max-width: 300px;
    margin-bottom: 32px;
  }

  #banners .banner img {
      max-height: 72px;
  }

  #banners .banner_title {
    margin-bottom: 14px;
  }

  #banners .banner_text {
    font-size: 16px;
    letter-spacing: -0.16px;
    margin-bottom: 14px;
  }
}

/* Banner: Watch on Desktop */

.watch-on-desktop {
  display: none;
}
.watch-on-desktop-container{
  background: #f0f3ff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 450px;
}
.watch-on-desktop-close{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}
.watch-on-desktop-title{
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #6161ff;
  margin: 15px 0 5px;
  max-width: 250px;
}
.watch-on-desktop-text{
  font-size: 18px;
  font-weight: 300;
  line-height: 25.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.watch-on-desktop-button{
  margin-top: 25px;
  background-color: #000;
  border-radius: 58px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.43px;
  text-align: center;
  color: #fff;
  width: 106px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {

  .page-template-onboarding .watch-on-desktop,
  .page-template-homepage-clone .watch-on-desktop,
  .page-template-online .watch-on-desktop {
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 1000000;
    position: fixed;
    top: 0;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: #6161ff60;
  }

  .page-template-onboarding .watch-on-desktop.hide-this,
  .page-template-homepage-clone .watch-on-desktop.hide-this,
  .page-template-online .watch-on-desktop.hide-this {
    display: none;
  }
}

/* login 2025 */
.registration-screen--login .registration-col--shape {
  display: none;
}
.registration-screen--login .registration-col--form {
  max-width: none;
  flex: 0 0 100%;
}
.login-content .form-label,
.registration-screen--login .register-contact {
  display: none;
}
.registration-screen--login .login-content {
  display: flex;
  width: 440px;
  height: 440px;
  background: #6161FF;
  border-radius: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.registration-screen--login .form .input-group {
  justify-content: center;
}
.login-content .registration-heading {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 112.5% */
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}
.login-content .registration-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 26.1px */
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
.login-content__wrapper {
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.login-form .continue {
  justify-content: center;
  margin-top: 60px;
}
.button-login {
  /* flex: 0 0 127px;
  width: 127px; */
  background-color: #fff;
  color: #000;
  font-weight: 400;
  padding: 13px 0 15px;
  padding: 13px 22.55px 15px;
}
input.login {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  max-width: 362px;
}
input.login::placeholder {
  color: #fff;
}
input.login:focus,
input.login:active {
  border-color: #fff !important;
}
input.login:focus::placeholder {
  color: rgba(152, 162, 179, 1);
}
.login-close {
  border: 0;
}
.login-content__wrapper > div {
  width: 100%;
  padding-left: 39px;
  padding-right: 39px;
}
.login-content .button-error {
  background: none;
  top: 5px;
  right: 17px;
}
@media (max-width: 767px) {
  .login-content__wrapper > div {
    padding-left: 33px;
    padding-right: 33px;
  }
  input.login {
    max-width: 294px;
  }
  .registration-screen--login .login-content {
    display: flex;
    width: 360px;
    height: 360px;
  }
  .login-form .continue {
    justify-content: center;
    margin-top: 48px;
  }
  .login-form .continue .btn {
    margin-top: 0;
  }
}
@media (max-width: 370px) {
  .login-content .registration-heading {
    font-size: 28px;
    margin-bottom: 0;
  }
  .login-content .registration-text {
    font-size: 16px;
  }
  .login-form {
    margin-top: 20px;
  }
  .login-form .continue {
    margin-top: 30px;
  }
  .registration-screen--login .login-content {
    height: 330px;
  }
}