.one-per-row[data-v-1242794c] {
  width: 50%;
  margin-left: 25%;
}
.item[data-v-1242794c] {
  padding: 0;
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  position: relative;
  cursor: pointer;
  width: 50vw;
  height: 50vw;
}
.item [class^="icon-"][data-v-1242794c], .item [class*=" icon-"][data-v-1242794c] {
    font-size: 4.5rem;
    font-style: normal;
    margin-top: 15px;
}
.item [class^="icon-"].placeholder[data-v-1242794c], .item [class*=" icon-"].placeholder[data-v-1242794c] {
      visibility: hidden;
}
.item span[data-v-1242794c] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-bottom: 15px;
}
.item:not(:last-of-type) .borders[data-v-1242794c] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.item:not(:last-of-type) .borders[data-v-1242794c]:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
}
.item[data-v-1242794c]:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.two-per-row[data-v-2ef785e5] {
  width: 80%;
  margin-left: 10%;
}
.item[data-v-2ef785e5] {
  padding: 0;
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  position: relative;
  cursor: pointer;
  width: 40vw;
  height: 40vw;
}
.item [class^="icon-"][data-v-2ef785e5], .item [class*=" icon-"][data-v-2ef785e5] {
    font-size: 3rem;
    font-style: normal;
    margin-top: 15px;
}
.item [class^="icon-"].placeholder[data-v-2ef785e5], .item [class*=" icon-"].placeholder[data-v-2ef785e5] {
      visibility: hidden;
}
.item span[data-v-2ef785e5] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
    padding-bottom: 15px;
}
.item .borders[data-v-2ef785e5] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.item:nth-child(2n+1) .borders[data-v-2ef785e5]:before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    width: 1px;
}
.item:nth-child(1n+3) .borders[data-v-2ef785e5]:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 1px;
}
.item[data-v-2ef785e5]:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.three-per-row[data-v-15be35b4] {
  width: 100%;
}
.item[data-v-15be35b4] {
  padding: 0;
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 33.33%;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  position: relative;
  cursor: pointer;
  width: 33.3333334vw;
  height: 33.3333334vw;
}
.item [class^="icon-"][data-v-15be35b4], .item [class*=" icon-"][data-v-15be35b4] {
    font-size: 35px;
    font-style: normal;
    margin-top: 15px;
}
.item [class^="icon-"].placeholder[data-v-15be35b4], .item [class*=" icon-"].placeholder[data-v-15be35b4] {
      visibility: hidden;
}
.item span[data-v-15be35b4] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5%;
    text-align: center;
    font-size: 0.8rem;
    line-height: .9rem;
    padding-bottom: 15px;
}
.item .borders[data-v-15be35b4] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
.item:nth-child(3n) .borders[data-v-15be35b4] {
    border-right: none;
}
.item:nth-last-child(-n+3) .borders[data-v-15be35b4] {
    border-bottom: none;
}
.item[data-v-15be35b4]:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.menu[data-v-0e924394] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu .item[data-v-0e924394] {
    display: flex;
    flex-direction: row;
    width: 70%;
    border: 0;
    align-items: center;
    padding: 9px;
    justify-content: center;
}
.menu .item[data-v-0e924394]:not(:last-of-type) {
      border-bottom: 1px solid;
}
.menu .item span[data-v-0e924394] {
      padding: 0 10px;
      font-size: 1rem;
      line-height: 1.2rem;
      text-align: center;
}

#app-menu-1[data-v-7102f09b] {
  position: absolute;
  z-index: 8999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
#app-menu-1 .logo-container .logo[data-v-7102f09b] {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
#app-menu-1 .menu-container[data-v-7102f09b] {
    font-size: 0;
}

select#app-language-switch[data-v-57822783], select#app-language-switch[data-v-57822783]:focus {
  position: fixed;
  top: 10px;
  right: 10px;
  width: auto;
  z-index: 9000;
  border: 2px solid;
  background-color: transparent;
  text-transform: uppercase;
}
select#app-language-switch option[data-v-57822783], select#app-language-switch:focus option[data-v-57822783] {
    color: #000;
    text-transform: uppercase;
}

.navigation[data-v-0948cbf8] {
  padding: 20px 0px;
}
.navigation i[data-v-0948cbf8] {
    cursor: pointer;
    font-size: 2rem;
}
.navigation i.index[data-v-0948cbf8] {
    padding: 0px 10px;
}
.navigation .not_visible[data-v-0948cbf8] {
    visibility: hidden;
}

.bg[data-v-1bea06d1] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEE !important;
}
.bg .container[data-v-1bea06d1] {
    margin-top: 50px;
}
.bg img[data-v-1bea06d1] {
    max-width: 150px;
}

.bg[data-v-b0e08f2e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEE !important;
}
.bg .container[data-v-b0e08f2e] {
    margin-top: 50px;
}
.bg img[data-v-b0e08f2e] {
    max-width: 150px;
}

.social-icons[data-v-51234b8a] {
  display: inline;
}
.social-icons [class^="icon-"][data-v-51234b8a], .social-icons [class*="icon-"][data-v-51234b8a] {
    display: inline;
    font-size: 1.77rem;
    text-decoration: none;
}
.social-icons [class^="icon-"][data-v-51234b8a]:nth-child(n+2), .social-icons [class*="icon-"][data-v-51234b8a]:nth-child(n+2) {
      margin-left: 10px;
}
@media (max-width: 575px) {
.social-icons[data-v-51234b8a] {
    display: block;
    margin: 0;
    margin-top: 10px;
}
}

.qr[data-v-061b626c] {
  background-color: #FFFFFF;
  padding: 20px;
  border: 1px solid #CCCCCC;
  text-align: center;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .2s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.add-to-homescreen {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
}
.add-to-homescreen .instructions small {
    color: grey;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.add-to-homescreen .ath-icon-main {
    max-width: 75px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px;
    border: 1px solid #ababab;
}
.add-to-homescreen .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.add-to-homescreen .popup {
    max-width: 450px;
    text-align: center;
    position: fixed;
    background: white;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 60px, rgba(0, 0, 0, 0.22) 0px 15px 20px;
    z-index: 100000;
}
.add-to-homescreen .popup::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-top: solid 10px #ffffff;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
}
.add-to-homescreen .popup p {
      color: #000;
}
@media (max-width: 767px) {
.add-to-homescreen .popup {
      max-width: 750px;
      left: 10px;
      right: 10px;
      bottom: 15px;
      transform: translateX(0%);
}
}

.top-loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #03a9f4;
  z-index: 1000000;
  transition: all .35s;
}

.dots[data-v-6bc3937e] {
  display: inline-block;
  width: 20px;
  text-align: left;
}

#mm-footer {
  padding: 35px 0;
}
#mm-footer .social-icons {
    margin-left: 10px;
}
#mm-footer .social-icons a::before {
      font-size: 35px !important;
}
#mm-footer .container {
    width: 100%;
    max-width: 1280px;
}
#mm-footer .text-left-footer {
    display: inline;
    color: inherit;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
#mm-footer a.footer-link {
    text-decoration: underline;
    font-weight: normal;
    padding: 0 1rem;
    cursor: pointer;
    color: inherit;
}
@media (min-width: 768px) and (max-width: 1279px) {
#mm-footer a.footer-link {
    display: inline-block;
}
#mm-footer .m15tb {
    margin: 8px 0px;
}
}
@media (max-width: 575px) {
#mm-footer a.footer-link {
      display: inline-block;
}
#mm-footer .m15tb {
      margin: 8px 0px;
}
}

div.image-initials-container[data-v-4eb3a9e7] {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
}
div.image-initials-container.has-image[data-v-4eb3a9e7] {
    border-width: 0;
}
div.image-initials-container.image-link[data-v-4eb3a9e7] {
    cursor: pointer;
}
div.image-initials-container[data-v-4eb3a9e7]:after {
    content: '';
    display: table;
    padding-bottom: 100%;
}
div.image-initials-container div.image[data-v-4eb3a9e7] {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
div.image-initials-container span.initials[data-v-4eb3a9e7] {
    z-index: 1;
    text-align: center;
    font-size: 5.0rem;
    font-weight: 600;
}
@media (max-width: 1279px) {
div.image-initials-container span.initials[data-v-4eb3a9e7] {
      font-size: 3.0rem;
}
}
.cirkel[data-v-4eb3a9e7] {
  border-radius: 50%;
  overflow: hidden;
}
.has-image[data-v-4eb3a9e7] {
  border: 0;
}

.loader[data-v-599a58fa],
.loader[data-v-599a58fa]:before,
.loader[data-v-599a58fa]:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7-data-v-599a58fa 1.8s infinite ease-in-out;
  animation: load7-data-v-599a58fa 1.8s infinite ease-in-out;
}
.loader[data-v-599a58fa] {
  color: #CCCCCC;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader[data-v-599a58fa]:before,
.loader[data-v-599a58fa]:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader[data-v-599a58fa]:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader[data-v-599a58fa]:after {
  left: 3.5em;
}
@-webkit-keyframes load7-data-v-599a58fa {
0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
}
40% {
    box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7-data-v-599a58fa {
0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
}
40% {
    box-shadow: 0 2.5em 0 0;
}
}

div#scrollToTopButton[data-v-c15f3c38] {
  position: fixed;
  display: table-row;
  z-index: 7000;
  bottom: 50px;
  right: 50px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
div#scrollToTopButton i[data-v-c15f3c38] {
    display: inline-block;
    color: inherit;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}
div#scrollToTopButton[data-v-c15f3c38]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media (max-width: 575px) {
div#scrollToTopButton[data-v-c15f3c38] {
    bottom: 20px;
    right: 20px;
}
}

.color-1[data-v-2dbf3beb], .color-2[data-v-2dbf3beb] {
  height: 50px;
}
p[data-v-2dbf3beb] {
  margin: 1rem 0;
}

.page-unsubscribe[data-v-59a5475c] {
  padding-top: 50px;
}
.page-unsubscribe .text-unregister-before p[data-v-59a5475c] {
    padding-bottom: 10px !important;
}
.page-unsubscribe .extra-guest[data-v-59a5475c] {
    margin-bottom: 10px;
}
.page-unsubscribe .extra-guest .form-check[data-v-59a5475c] {
      min-height: auto !important;
}
.page-unsubscribe .extra-guest .form-check p[data-v-59a5475c] {
        margin-bottom: 0px;
}
.page-unsubscribe .extra-guest-form-separator[data-v-59a5475c] {
    margin-top: 20px;
    margin-bottom: 30px;
}

.subpage {
  padding-bottom: 20px;
}
.subpage h2 {
    text-align: left;
    font-weight: 600;
}
.subpage img {
    padding: 20px 0 30px 0;
}


#lounge-footer-wrapper[data-v-4ed7a965] {
  color: white;
  max-height: 112px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}


.attachments .attachment-content[data-v-795e5b42] {
  padding-top: 27px;
}
.attachments .attachment hr[data-v-795e5b42] {
  margin: 30px 0;
}
@media (max-width: 1279px) {
.attachments .attachment .attachment-type[data-v-795e5b42] {
    margin-bottom: 30px;
}
}
.attachments .attachment .attachment-type[data-v-795e5b42] {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.attachments .attachment .attachment-type .content[data-v-795e5b42] {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10% 5%;
    text-align: center;
}
.attachments .attachment .attachment-type .content .table[data-v-795e5b42] {
      display: table;
      height: 100%;
      width: 100%;
}
.attachments .attachment .attachment-type .content .table .table-cell[data-v-795e5b42] {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        width: 100%;
}
.attachments .attachment .attachment-type .content .table .table-cell h1[data-v-795e5b42] {
          display: inline;
}
.attachments .attachment .attachment-text h2[data-v-795e5b42] {
  display: block;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-top: -10px;
  text-align: left;
}
@media (max-width: 575px) {
.attachments .attachment .attachment-text h2[data-v-795e5b42] {
    text-align: center;
}
}
.attachments .attachment .attachment-text p a[data-v-795e5b42] {
  font-weight: 600;
}

.content.mm-html.contact-content[data-v-17aabc5e] {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
.mm-contacts .row[data-v-17aabc5e]:not(:last-child) {
    padding-bottom: 40px;
}
}
.contact[data-v-17aabc5e] {
  display: inline-block;
}
.contact .details[data-v-17aabc5e] {
    margin-top: 20px;
}
.contact .details p[data-v-17aabc5e] {
      margin: 0;
      line-height: 1.3rem;
}
.contact .details h3[data-v-17aabc5e] {
      margin-bottom: 5px;
      line-height: 1.3rem;
      font-weight: 600;
}
@media (max-width: 767px) {
.contact .details[data-v-17aabc5e] {
      margin-top: 0;
      padding-right: 20px;
}
.contact h3[data-v-17aabc5e] {
      font-weight: 600;
      cursor: pointer;
}
.contact p[data-v-17aabc5e] {
      display: inline-block;
}
}

.page-photo-overview .mm-btn-photo-upload[data-v-2e3ce556] {
  margin-top: 30px;
}
.page-photo-overview .photo[data-v-2e3ce556] {
  margin-bottom: 40px;
}
.page-photo-overview .photo div[data-v-2e3ce556] {
    width: 100%;
    padding-bottom: 66.7%;
    background-color: #cccccc;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 1279px) {
.page-photo-overview div[class^="col"][data-v-2e3ce556]:nth-child(odd) {
    padding-right: 5px;
}
.page-photo-overview div[class^="col"][data-v-2e3ce556]:nth-child(even) {
    padding-left: 5px;
}
.page-photo-overview div[class^="col"][data-v-2e3ce556]:nth-last-child(1):nth-child(odd) {
    padding: 0;
}
.page-photo-overview .photo[data-v-2e3ce556] {
    margin-bottom: 10px;
}
}

.download-wrapper[data-v-6e6becc0] {
  margin-bottom: 5px;
}
img[data-v-6e6becc0] {
  margin-top: 23px;
  padding-bottom: 50px;
}
.download-button[data-v-6e6becc0] {
  display: inline-block;
}

.read-more-info {
  padding-top: 30px !important;
}
.read-more-img {
  margin-top: -40px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
}
.read-more-img-desktop {
  top: -5px;
}
.item {
  border-right: 1px solid;
  border-left: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.item .item-time {
    border-right: 4px solid;
    padding-top: 22px;
}
.item .item-content {
    padding: 35px;
    padding-top: 22px;
    padding-bottom: 25px;
}
.item .item-content h3 {
      text-align: left;
}
.item .item-content h3.title {
      font-weight: 600;
}
.item .item-content h3.read-more {
      margin-bottom: 0;
      font-weight: 600;
      cursor: pointer;
}
.item .item-status-col {
    padding-left: 0px;
    padding-right: 0px;
}
.item .item-status-col .item-status {
      margin-bottom: 20px;
      margin-top: 8px;
}
.item .item-status-col .item-status .item-indicator {
        height: 15px;
        width: 15px;
        border: 0px;
        border-radius: 50%;
}
.item .item-status-col .item-status .item-indicator span {
          font-size: 80%;
          margin-left: 20px;
          position: absolute;
          margin-top: -2px;
}
.item .item-status-col .item-status .item-indicator-join {
        background-color: green;
}
.item .item-status-col .item-status .item-indicator-not-started {
        background-color: yellow;
}
.item .item-status-col .item-status .item-indicator-finished {
        background-color: orange;
}
.item .item-status-col .item-status .item-indicator-no-permission {
        background-color: red;
}
.item .item-status-col .item-status .item-access .item-access-icon {
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        float: left;
        margin-top: -2px;
}
.item .item-status-col .item-status .item-access span {
        font-size: 80%;
        margin-left: 5px;
        position: absolute;
        line-height: 91%;
        margin-top: 2px;
}
.item .item-time {
  padding: 10px;
}
.item .item-content {
  padding-top: 10px;
}

.day-title[data-v-375d4cae] {
  margin-top: 12px;
  padding-left: 24px;
  vertical-align: middle;
  text-align: center;
  padding-left: 0px;
  padding-top: 28px;
}
.day-header[data-v-375d4cae] {
  padding: 20px 0px;
  cursor: pointer;
  border-right: 1px solid;
}
.day-header.first[data-v-375d4cae] {
    border-right: none;
}
.day-header.last[data-v-375d4cae] {
    border-right: none;
}
.day-header h1[data-v-375d4cae] {
    line-height: 2.1rem;
    font-size: 1.9rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.day-header h2[data-v-375d4cae] {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    margin-top: 9px;
}
.day-header h1[data-v-375d4cae], .day-header h2[data-v-375d4cae] {
    color: inherit;
}

.day-container[data-v-3556ad35] {
  min-height: 135px;
}
.mm-program-singleday[data-v-3556ad35] {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.day-container[data-v-3556ad35] {
  flex-wrap: nowrap;
  overflow-x: hidden;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
}
@media (max-width: 1279px) {
.program-container[data-v-3556ad35] {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
}
.day-container[data-v-3556ad35] {
    position: fixed;
}
.isHomepage .day-container[data-v-3556ad35] {
    position: absolute !important;
}
}
.date-header[data-v-3556ad35] {
  border-right: 1px solid;
  border-left: 1px solid;
  font-size: 0.89rem;
  padding: 5px 0px;
  font-weight: 600;
}
@media (max-width: 767px) {
.item[data-v-3556ad35]:last-of-type {
    border-bottom: none;
}
}
.offset[data-v-3556ad35] {
  position: fixed;
  background-color: red;
  bottom: 0;
  left: 0;
  color: #FFF;
}

.advanced-card__container[data-v-756bc338] {
  display: flex;
  flex-direction: column;
  min-height: 120px;
  width: 360px;
  height: auto;
  margin-bottom: 24px;
  position: absolute;
  z-index: 110;
  top: 0;
  right: -360px;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.advanced-card__content-top[data-v-756bc338] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.advanced-card__intro[data-v-756bc338] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advanced-card__intro.active[data-v-756bc338] {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.advanced-card__image[data-v-756bc338] {
  width: 360px;
  height: 203px;
  background-position: top center;
  background-size: cover;
}
.advanced-card__label-time[data-v-756bc338] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 70px;
  text-align: left;
  padding: 8px 16px 0;
}
.advanced-card__labels[data-v-756bc338] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.advanced-card__label[data-v-756bc338] {
  min-width: 48px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  background-color: black;
  font-size: 10px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
}
.advanced-card__time[data-v-756bc338] {
  font-size: 12px;
  color: black;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.advanced-card__time svg[data-v-756bc338] {
    margin-right: 3px;
}
.advanced-card__body[data-v-756bc338] {
  width: 100%;
  text-align: left;
  display: flex;
  padding: 8px 0;
  min-height: 80px;
}
.advanced-card__body-title[data-v-756bc338] {
    min-width: 180px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}
.advanced-card__body-text[data-v-756bc338] {
    min-width: 175px;
}
.advanced-card__body-text p[data-v-756bc338] {
      font-size: 12px;
      font-weight: 300;
      color: black;
}
.advanced-card__left[data-v-756bc338] {
  padding: 0 16px;
}
.advanced-card__speakers-location[data-v-756bc338] {
  min-width: 147px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.advanced-card__speaker-photo[data-v-756bc338] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.advanced-card__speakers[data-v-756bc338] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advanced-card__speaker[data-v-756bc338], .advanced-card__location[data-v-756bc338] {
  min-width: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
}
.advanced-card__location-pin[data-v-756bc338] {
  margin-right: 8px;
}
.advanced-card__speaker-name[data-v-756bc338], .advanced-card__location-text[data-v-756bc338] {
  font-size: 12px;
  color: black;
  padding-left: 8px;
  margin-bottom: 0;
}
.advanced-card__ctas[data-v-756bc338] {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.advanced-card__favorite[data-v-756bc338], .advanced-card__add[data-v-756bc338] {
  width: 50%;
  height: 32px;
  text-align: left;
  padding-left: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.advanced-card__favorite-cta[data-v-756bc338], .advanced-card__add-cta[data-v-756bc338] {
    font-size: 11px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.advanced-card__favorite-cta svg[data-v-756bc338], .advanced-card__add-cta svg[data-v-756bc338] {
      margin-right: 3px;
}

.program-advanced__container[data-v-761bcb00] {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.program-advanced__container.overflow[data-v-761bcb00] {
    overflow-x: scroll;
}
.program-advanced__grid[data-v-761bcb00] {
  width: 100%;
  display: flex;
}
.program-advanced__hours[data-v-761bcb00] {
  border-right: 1px solid #979797;
  position: absolute;
  z-index: 110;
  margin-top: 70px;
}
.program-advanced__hour[data-v-761bcb00] {
  text-align: right;
  height: 47px;
  padding-right: 15px;
}
.program-advanced__hour p[data-v-761bcb00] {
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: bold;
    text-align: right;
    position: relative;
    top: -9px;
}
.program-advanced__day[data-v-761bcb00] {
  border-right: 1px solid #979797;
  padding: 0 16px 0 8px;
  display: flex;
  margin-top: 70px;
}
.program-advanced__day.first[data-v-761bcb00] {
    padding-left: 79px;
}
.program-advanced__day-hour[data-v-761bcb00] {
    position: relative;
    height: 47px;
    z-index: 9;
}
.program-advanced__day-hour.filled[data-v-761bcb00] {
      z-index: 20;
}
.program-advanced__day-hour.selected[data-v-761bcb00] {
      z-index: 100;
}
.program-advanced__title[data-v-761bcb00] {
  width: 100%;
  position: absolute;
  top: 20px;
}
.program-advanced__line[data-v-761bcb00] {
  width: 300px;
}
.program-advanced__tile[data-v-761bcb00] {
  width: 100%;
  display: flex;
  padding: 5px 16px 0 8px;
  justify-content: space-between;
  border-bottom: 1px solid #979797;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.program-advanced__tile[data-v-761bcb00] {
      /* IE10+ */
      display: block;
}
}
.program-advanced__tile.smallsize .program-advanced__event-title[data-v-761bcb00],
  .program-advanced__tile.smallsize .program-advanced__event-start[data-v-761bcb00] {
    display: none;
}
.program-advanced__line[data-v-761bcb00]:not(.line-1) {
  margin-left: 8px;
}
.program-advanced__event-title[data-v-761bcb00], .program-advanced__event-start[data-v-761bcb00] {
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: white;
  height: 15px;
}
.program-advanced__event-title[data-v-761bcb00] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.program-advanced__event-title[data-v-761bcb00] {
      /* IE10+ CSS styles go here */
      float: left;
}
}
.program-advanced__event-start[data-v-761bcb00] {
  float: right;
  text-align: right;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.program-advanced__event-start[data-v-761bcb00] {
      /* IE10+ CSS styles go here */
      float: right;
}
}
.program-advanced__clickable[data-v-761bcb00] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: auto;
  cursor: pointer;
}
.program-advanced__clickable-empty[data-v-761bcb00] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    pointer-events: auto;
}
.program-advanced__heart-icon[data-v-761bcb00] {
  position: absolute;
  bottom: 5px;
  right: 5%;
}
.program-advanced__heart-icon.small[data-v-761bcb00] {
    display: none;
}
.now[data-v-761bcb00] {
  position: absolute;
  width: calc(100% + 33px);
  height: 1px;
  background-color: red;
  top: 0;
  left: -16px;
  z-index: 1;
}
.now-0[data-v-761bcb00] {
    left: -24px;
}

.mm-html-program-v2[data-v-8bf8125e] {
  padding: 0 !important;
}
.advanced-card__event[data-v-8bf8125e] {
  width: 100%;
  max-width: 354px;
  margin-bottom: 40px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.advanced-card__content-top[data-v-8bf8125e] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.advanced-card__intro[data-v-8bf8125e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advanced-card__intro.active[data-v-8bf8125e] {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.advanced-card__image[data-v-8bf8125e] {
  width: 100%;
  height: 200px;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 375px) {
.advanced-card__image[data-v-8bf8125e] {
      height: 180px;
}
}
.advanced-card__label-time[data-v-8bf8125e] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 70px;
  text-align: right;
  margin-bottom: 8px;
  padding: 8px 8px 0;
}
.advanced-card__labels[data-v-8bf8125e] {
  display: flex;
  flex-wrap: wrap;
}
.advanced-card__label[data-v-8bf8125e] {
  min-width: 48px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background-color: black;
  font-size: 10px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
}
.advanced-card__time[data-v-8bf8125e] {
  font-size: 12px;
  color: black;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-width: 110px;
  text-align: right;
}
.advanced-card__time svg[data-v-8bf8125e] {
    margin-right: 3px;
}
.advanced-card__body[data-v-8bf8125e] {
  width: 100%;
  display: flex;
  text-align: left;
  padding: 8px 0;
  min-height: 80px;
}
.advanced-card__body-title[data-v-8bf8125e] {
    font-size: 16px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}
.advanced-card__body-text[data-v-8bf8125e] {
    min-width: 175px;
}
.advanced-card__body-text p[data-v-8bf8125e] {
      font-size: 12px;
      font-weight: 300;
      color: black;
}
.advanced-card__more-less[data-v-8bf8125e] {
  font-size: 10px;
  color: black !important;
  text-decoration: underline !important;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.4px;
}
.advanced-card__left[data-v-8bf8125e] {
  box-sizing: border-box;
  width: auto;
  padding: 0 8px 0 8px;
}
.advanced-card__speakers-location[data-v-8bf8125e] {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.advanced-card__speakers[data-v-8bf8125e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.advanced-card__speaker[data-v-8bf8125e], .advanced-card__location[data-v-8bf8125e] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
}
.advanced-card__speaker-photo[data-v-8bf8125e] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.advanced-card__location-pin[data-v-8bf8125e] {
  margin-right: 8px;
}
.advanced-card__speaker-name[data-v-8bf8125e], .advanced-card__location-text[data-v-8bf8125e] {
  font-size: 12px;
  color: black;
  padding-left: 8px;
  margin-bottom: 0;
}
.advanced-card__ctas[data-v-8bf8125e] {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advanced-card__favorite[data-v-8bf8125e], .advanced-card__add[data-v-8bf8125e] {
  width: 50%;
  height: 32px;
  text-align: left;
  padding-left: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.advanced-card__favorite-cta[data-v-8bf8125e], .advanced-card__add-cta[data-v-8bf8125e] {
    font-size: 10px;
    color: white;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.advanced-card__favorite-cta svg[data-v-8bf8125e], .advanced-card__add-cta svg[data-v-8bf8125e] {
      margin-right: 3px;
}

.advanced-card__main[data-v-54d3b296] {
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
  padding-top: 15px;
}
.advanced-card__main.desktop[data-v-54d3b296] {
    transform: scale(1.25);
    margin-top: 120px;
}
.advanced-card__day-title[data-v-54d3b296] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.advanced-card__container[data-v-54d3b296] {
  display: flex;
  flex-direction: column;
  min-height: 120px;
  width: 354px;
  height: auto;
  margin-bottom: 24px;
  position: absolute;
  z-index: 110;
  right: -354px;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}


.form-check.mm-form-checkbox[data-v-6d6fa82c] {
  padding: 10px 0px 20px 0px;
}

.icon-wrapper[data-v-10584854] {
  top: 30px !important;
}
.disabled[data-v-10584854] {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.remove-option i[data-v-10584854] {
  font-size: 13px;
  font-weight: bold;
  padding-right: 0.5px;
  margin: 0 5px;
}
.remove-option button[data-v-10584854] {
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
}
.remove-option[data-v-10584854]:focus {
  font-weight: bold;
}
.options[data-v-10584854] {
  background-color: white;
  border: 1px solid #cccccc;
  border-top: 0px;
  box-shadow: 0 5px 10px -7px grey;
  position: absolute;
  width: 100%;
  z-index: 900;
  border-radius: 0px 0px 5px 5px;
}
.option[data-v-10584854] {
  cursor: pointer;
}
.option-button[data-v-10584854] {
  padding: 3px 5px 3px 10px;
  font-size: 0.95rem;
}
.option-disabled[data-v-10584854] {
  cursor: not-allowed;
  opacity: 0.5;
}
.placeholder[data-v-10584854] {
  min-height: 25px;
}
.selected-values[data-v-10584854] {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.selected-value[data-v-10584854] {
  padding: 5px 30px 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 2px;
  max-width: 100%;
  position: relative;
}
.selected-value div[data-v-10584854] {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.selected-value div > i[data-v-10584854] {
    position: absolute;
    right: 5px;
    top: 9px;
}
.single-choice[data-v-10584854] {
  max-width: 100%;
}
.single-choice .single-value[data-v-10584854] {
    margin-right: 5px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arrow-down[data-v-10584854] {
  float: right;
}
.assistive-text[data-v-10584854] {
  font-size: 12px;
}
.scroll[data-v-10584854] {
  overflow-y: scroll;
  max-height: 260px;
}

.content.mm-html.speaker-content[data-v-93495622] {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
.mm-speakers .row[data-v-93495622]:not(:last-child) {
    padding-bottom: 40px;
}
}
.speaker[data-v-93495622] {
  display: inline-block;
}
.speaker .details[data-v-93495622] {
    margin-top: 20px;
}
.speaker .details p[data-v-93495622] {
      margin: 0;
      line-height: 1.3rem;
}
.speaker .details h3[data-v-93495622] {
      font-weight: 600;
      margin-bottom: 5px;
      line-height: 1.3rem;
}
@media (max-width: 767px) {
.speaker .details[data-v-93495622] {
      margin-top: 0;
      padding-right: 20px;
}
.speaker h3[data-v-93495622] {
      font-weight: 600;
      cursor: pointer;
}
.speaker p[data-v-93495622] {
      display: inline-block;
}
}

.tweet {
  padding: 20px 0px;
  border-top: 1px solid;
}
.tweet .media {
    -ms-flex: 1;
}
.tweet .date {
    margin-bottom: 0;
}
.tweet img {
    border-radius: 7px;
}
.tweet .tweet-content a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}
.tweet .tweet-content p.text {
    margin: 0px;
    padding: 0;
    word-break: break-word;
}
.tweet .tweet-content p.date {
    font-weight: 600;
}
.tweet .tweet-content h3 {
    text-align: left;
    font-weight: 600;
    margin: 0;
    padding: 0;
    position: relative;
    top: -5px;
}

.location[data-v-033cf00c] {
  margin-bottom: 40px;
  display: flex;
  align-content: space-between;
  flex-direction: column;
}
.location .image[data-v-033cf00c] {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.location .image[data-v-033cf00c]:after {
    content: "";
    display: block;
    padding-bottom: 71%;
}
.location h2[data-v-033cf00c] {
    font-weight: 600;
    margin: 0;
    overflow-wrap: break-word;
}
.location .details[data-v-033cf00c] {
    padding: 30px 25px;
}
.location .details.hasImage[data-v-033cf00c] {
      flex-grow: 1;
}
.location div[data-v-033cf00c] {
    margin-bottom: 0px;
}
.location div a[data-v-033cf00c] {
      color: inherit;
      font-weight: 600;
      text-decoration: underline;
}
.location .btn-1[data-v-033cf00c] {
    width: 100%;
}

.venue-details {
  text-align: center;
}
@media (max-width: 575px) {
.venue-details {
    text-align: left;
}
}
.specs {
  padding: 30px 0px 10px 0px;
}
.specs h1 {
    font-weight: 600;
}
.specs i {
    cursor: pointer;
    font-size: 2rem;
    padding: 5px;
}
.specs a {
    color: inherit;
    text-decoration: underline;
}
.specs a:hover {
    color: inherit;
}

.video-wrapper-16-9[data-v-8298f922] {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper-16-9 iframe[data-v-8298f922] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-video-detail h3[data-v-8298f922] {
  font-weight: 600;
}

.video[data-v-1b96a624] {
  margin-bottom: 20px;
  margin-bottom: 30px;
}
.video .video-image[data-v-1b96a624] {
    background-color: #CCCCCC;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.video .video-image .play-container[data-v-1b96a624] {
      position: absolute;
      width: 100%;
      vertical-align: middle;
      top: 50%;
      margin-top: -3rem;
      text-align: center;
}
.video .video-image .play-container i[data-v-1b96a624] {
        color: #FFF;
        font-size: 5rem;
}
.video .video-image[data-v-1b96a624]:after {
      content: "";
      display: block;
      padding-bottom: 56.25%;
}
.video h3[data-v-1b96a624] {
    font-weight: 600;
    padding-top: 22px;
    cursor: pointer;
}

.stream[data-v-d3ec91bc] {
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  min-height: 150px;
}
.stream .stream-finished-overlay[data-v-d3ec91bc] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #ffffff;
    z-index: 2;
    left: 0px;
    right: 0px;
}
.stream .stream-no-permission-overlay[data-v-d3ec91bc], .stream .stream-workshop-error-overlay[data-v-d3ec91bc] {
    background-color: #333333;
    border: 1px solid #333333;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.7;
    display: none;
    left: 0px;
    right: 0px;
}
.stream .stream-no-permission-overlay.active[data-v-d3ec91bc], .stream .stream-workshop-error-overlay.active[data-v-d3ec91bc] {
      display: block;
}
.stream .stream-no-permission-overlay h2[data-v-d3ec91bc], .stream .stream-workshop-error-overlay h2[data-v-d3ec91bc] {
      color: #ffffff;
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 0px;
}
.stream .stream-no-permission-overlay p[data-v-d3ec91bc], .stream .stream-workshop-error-overlay p[data-v-d3ec91bc] {
      color: #ffffff;
}
.stream .stream-workshop-error-overlay[data-v-d3ec91bc] {
    display: block;
}
.stream .item-time[data-v-d3ec91bc] {
    border-right: 1px solid;
    padding-top: 30px;
}
.stream .item-content[data-v-d3ec91bc] {
    padding: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.stream .item-content h3[data-v-d3ec91bc] {
      text-align: left;
}
.stream .item-content h3.title[data-v-d3ec91bc] {
      font-weight: 600;
}
.stream .item-content .stream-info-workshop[data-v-d3ec91bc] {
      font-style: italic;
}
.stream .item-content .stream-info[data-v-d3ec91bc] {
      margin-bottom: 0px;
}
.stream .item-content .toggle-stream-content[data-v-d3ec91bc] {
      padding-top: 3px;
      display: block;
      cursor: pointer;
}
.stream .item-content .item-status-col[data-v-d3ec91bc] {
      padding-left: 0px;
      padding-right: 0px;
}
.stream .item-content .item-status-col .item-status[data-v-d3ec91bc] {
        margin-bottom: 20px;
        margin-top: 8px;
}
.stream .item-content .item-status-col .item-status .item-indicator[data-v-d3ec91bc] {
          height: 15px;
          width: 15px;
          border: 0px;
          border-radius: 50%;
}
.stream .item-content .item-status-col .item-status .item-indicator span[data-v-d3ec91bc] {
            font-size: 80%;
            margin-left: 20px;
            position: absolute;
            line-height: 80%;
            margin-top: 2px;
}
.stream .item-content .item-status-col .item-status .item-indicator-join[data-v-d3ec91bc] {
          background-color: green;
}
.stream .item-content .item-status-col .item-status .item-indicator-not-started[data-v-d3ec91bc] {
          background-color: yellow;
}
.stream .item-content .item-status-col .item-status .item-indicator-finished[data-v-d3ec91bc] {
          background-color: orange;
}
.stream .item-content .item-status-col .item-status .item-indicator-no-permission[data-v-d3ec91bc] {
          background-color: red;
}
.stream .item-content .item-status-col .item-status .item-access .item-access-icon[data-v-d3ec91bc] {
          width: 20px;
          height: 20px;
          background-size: contain;
          background-position: left;
          background-repeat: no-repeat;
          float: left;
          margin-top: -2px;
}
.stream .item-content .item-status-col .item-status .item-access span[data-v-d3ec91bc] {
          font-size: 80%;
          margin-left: 5px;
          position: absolute;
          line-height: 91%;
          margin-top: 2px;
}
@media (max-width: 1279px) {
.stream .item-status-col[data-v-d3ec91bc] {
      padding-left: 20px !important;
}
.stream .item-status-indicator-col[data-v-d3ec91bc] {
      padding-bottom: 20px;
}
}
.stream-content-row[data-v-d3ec91bc] {
  border-right: 1px solid;
  border-left: 1px solid;
}
.stream-content-row.active[data-v-d3ec91bc] {
    border-bottom: 1px solid;
}
.stream-content-row .stream-content[data-v-d3ec91bc] {
    padding: 20px;
    padding-bottom: 0px;
}
@media (max-width: 1279px) {
.stream-content-row .stream-content[data-v-d3ec91bc] {
    padding-right: 40px;
}
}

.content.mm-html.stream-content[data-v-8cf7121e] {
  padding-bottom: 0px;
}
@media (max-width: 1279px) {
.mm-streams[data-v-8cf7121e] {
    width: 100%;
    padding-left: 20px;
    padding-right: 0px;
}
}
@media (min-width: 768px) {
.mm-streams .row[data-v-8cf7121e]:not(:last-child) {
    padding-bottom: 40px;
}
}
.day-header[data-v-8cf7121e] {
  padding: 25px 0px 25px 50px;
  border-right: 1px solid;
}
.day-header.first[data-v-8cf7121e] {
    border-right: none;
}
.day-header.last[data-v-8cf7121e] {
    border-right: none;
}
.day-header h1[data-v-8cf7121e] {
    line-height: 2.1rem;
    font-size: 1.9rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.day-header h2[data-v-8cf7121e] {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
    margin-top: 9px;
    text-transform: capitalize;
}
.day-header h1[data-v-8cf7121e], .day-header h2[data-v-8cf7121e], .day-header h3[data-v-8cf7121e] {
    color: inherit;
}

.podcast[data-v-4c339cee] {
  margin-bottom: 20px;
}
.podcast .podcast-image[data-v-4c339cee] {
    background-color: #CCCCCC;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.podcast .podcast-image .play-container[data-v-4c339cee] {
      position: absolute;
      width: 100%;
      vertical-align: middle;
      top: 50%;
      margin-top: -3rem;
      text-align: center;
}
.podcast .podcast-image .play-container i[data-v-4c339cee] {
        color: #FFF;
        font-size: 5rem;
}
.podcast .podcast-image[data-v-4c339cee]:after {
      content: "";
      display: block;
      padding-bottom: 56.25%;
}
.podcast h3[data-v-4c339cee] {
    font-weight: 600;
    padding-top: 22px;
    cursor: pointer;
}

.header[data-v-57f71ce2] {
  min-height: 57px;
}
.header .title[data-v-57f71ce2] {
    float: left;
    padding: 14px 50px 14px 16px;
}
.header .title h3[data-v-57f71ce2] {
      margin: 0;
      text-align: left;
}
.header .type-icon[data-v-57f71ce2] {
    position: absolute;
    right: 19px;
    top: 16px;
}

.comments[data-v-0b374cb4] {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  clear: both;
}
.comments .comment-data[data-v-0b374cb4] {
    padding: 16px;
    padding-bottom: 10px;
    width: 100%;
}
.comments .comment-data .comment-avatar[data-v-0b374cb4] {
      float: left;
      padding: 5px;
      padding-left: 0px;
      display: none;
}
.comments .comment-data .comment-author[data-v-0b374cb4] {
      float: left;
}
.comments .comment-data .comment-date[data-v-0b374cb4] {
      float: right;
}
.comments .comment-data .comment-text[data-v-0b374cb4] {
      clear: right;
}
.comments .new-comment[data-v-0b374cb4] {
    padding: 16px;
}

.footer[data-v-6467a490] {
  width: 100%;
}
.reaction-stats[data-v-6467a490] {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.reaction-stats .comments[data-v-6467a490], .reaction-stats-widget .comments[data-v-6467a490] {
  float: left;
  padding: 16px;
  padding-left: 0px;
}
.reaction-stats .comments .icon-message[data-v-6467a490], .reaction-stats-widget .comments .icon-message[data-v-6467a490] {
    float: left;
    margin-top: 4px;
}
.reaction-stats .comments .icon-message-none[data-v-6467a490], .reaction-stats-widget .comments .icon-message-none[data-v-6467a490] {
    float: left;
    color: rgba(0, 0, 0, 0.12);
    margin-top: 4px;
}
.reaction-stats .comments .num-comments[data-v-6467a490], .reaction-stats-widget .comments .num-comments[data-v-6467a490] {
    float: left;
    margin-left: 5px;
}
.reaction-stats .likes[data-v-6467a490], .reaction-stats-widget .likes[data-v-6467a490] {
  cursor: pointer;
}
.reaction-stats .likes[data-v-6467a490], .reaction-stats .likes-unactive[data-v-6467a490], .reaction-stats-widget .likes[data-v-6467a490], .reaction-stats-widget .likes-unactive[data-v-6467a490] {
  float: left;
  padding: 16px;
}
.reaction-stats .likes .num-likes[data-v-6467a490], .reaction-stats .likes-unactive .num-likes[data-v-6467a490], .reaction-stats-widget .likes .num-likes[data-v-6467a490], .reaction-stats-widget .likes-unactive .num-likes[data-v-6467a490] {
    float: left;
    margin-left: 5px;
}
.reaction-stats .likes .news-card-liked[data-v-6467a490], .reaction-stats .likes-unactive .news-card-liked[data-v-6467a490], .reaction-stats-widget .likes .news-card-liked[data-v-6467a490], .reaction-stats-widget .likes-unactive .news-card-liked[data-v-6467a490] {
    float: left;
}
.reaction-stats .likes .news-card-default[data-v-6467a490], .reaction-stats .likes-unactive .news-card-default[data-v-6467a490], .reaction-stats-widget .likes .news-card-default[data-v-6467a490], .reaction-stats-widget .likes-unactive .news-card-default[data-v-6467a490] {
    color: rgba(0, 0, 0, 0.12);
    float: left;
}
.reaction-stats .date[data-v-6467a490], .reaction-stats-widget .date[data-v-6467a490] {
  float: right;
  padding: 16px;
}

.card-container[data-v-fcd7be82] {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  position: relative;
  border-radius: 6px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.card-container a[data-v-fcd7be82] {
    color: inherit;
}
.body[data-v-fcd7be82] {
  height: 160px;
  min-height: 160px;
  display: flex;
  background: #484b4d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  pointer-events: none;
}
.title[data-v-fcd7be82] {
  padding: 15px;
  text-align: left;
}
.poll-card[data-v-fcd7be82] {
  height: 160px;
  min-height: 160px;
  text-decoration: none;
}
.poll-vote-btn[data-v-fcd7be82] {
  clear: both;
  min-width: 250px;
}
.no-underline[data-v-fcd7be82] {
  text-decoration: none;
}

#prevPage[data-v-32c12874] {
  cursor: pointer;
}
.regular-post[data-v-32c12874] {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  position: relative;
  border-radius: 6px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.body[data-v-32c12874] {
  padding: 16px;
}
.image[data-v-32c12874] {
  height: 160px;
  display: flex;
  padding: 20px 12px;
  background: #484b4d;
  min-height: 160px;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ext-url[data-v-32c12874] {
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  margin-top: 5px;
}
@media (max-width: 1279px) {
#prevPage[data-v-32c12874] {
    display: none;
}
}

#prevPage[data-v-4bf2c76b] {
  cursor: pointer;
}
.news-wrapper[data-v-4bf2c76b] {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  position: relative;
  border-radius: 6px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.title[data-v-4bf2c76b] {
  padding: 0px;
}
.body[data-v-4bf2c76b] {
  padding: 16px;
}
@media (max-width: 1279px) {
#prevPage[data-v-4bf2c76b] {
    display: none;
}
}

#prevPage[data-v-7e3b8bf3] {
  cursor: pointer;
}
.news-wrapper[data-v-7e3b8bf3] {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  position: relative;
  border-radius: 6px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.body[data-v-7e3b8bf3] {
  padding: 0px;
}
.title[data-v-7e3b8bf3] {
  padding: 16px;
}
.video-wrapper[data-v-7e3b8bf3] {
  margin-bottom: 0px;
}
.video-wrapper-16-9[data-v-7e3b8bf3] {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper-16-9 iframe[data-v-7e3b8bf3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1279px) {
#prevPage[data-v-7e3b8bf3] {
    display: none;
}
}

#prevPage[data-v-83c98f8c] {
  cursor: pointer;
}
.news-wrapper[data-v-83c98f8c] {
  width: 100%;
  margin: 20px 0px;
  display: flex;
  position: relative;
  border-radius: 6px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.body[data-v-83c98f8c] {
  padding: 16px;
  text-align: center;
}
.poll-option[data-v-83c98f8c] {
  margin-bottom: 5px;
  min-width: 250px;
}
@media (max-width: 1279px) {
#prevPage[data-v-83c98f8c] {
    display: none;
}
}

.nav-tabs .nav-item.show .nav-link[data-v-577dc0ba], .nav-tabs .nav-link.active[data-v-577dc0ba] {
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
}
.nav-tabs .nav-link[data-v-577dc0ba] {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-size: 20px;
  color: inherit;
  cursor: pointer;
}
.nav-tabs .nav-link[data-v-577dc0ba]:focus, .nav-tabs .nav-link[data-v-577dc0ba]:hover {
    border: none;
}
.nav-tabs .nav-link i[data-v-577dc0ba] {
    color: inherit;
}

.hidden[data-v-31d6d60a] {
  display: none;
}
.photo-dropzone[data-v-31d6d60a] {
  padding: 60px;
  border: 6px dashed;
  text-align: center;
  font-size: 50px;
  margin: 0px 0px 60px 0px;
}
.photo-item[data-v-31d6d60a] {
  padding: 10px;
  border: 1px solid;
  margin-bottom: -1px;
}
.photo-item .icon-false-close[data-v-31d6d60a] {
    cursor: pointer;
}
.photo-item .photo-item-progress[data-v-31d6d60a] {
    height: 5px;
    background: lime;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    transition: width .3s;
}
.photo-item .photo-preview[data-v-31d6d60a] {
    max-width: 100px !important;
    max-height: 70px !important;
    border-radius: 3px !important;
    background-size: cover !important;
}

.chat-room-component[data-v-25061563] {
  height: 100%;
}
.chat-room-user-action[data-v-25061563] {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 53px;
  padding-left: 20px;
  line-height: 53px;
  width: 100%;
  padding-top: 12px;
  border-bottom: 1px solid;
}
.chat-room-user-action p[data-v-25061563] {
    padding: 0px;
    margin: 0px;
    font-style: italic;
}
.chat-room-content .chat-list-group[data-v-25061563] {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 10px;
  padding-left: 20px;
}
.chat-room-content .chat-list-group .chat-list-group-item[data-v-25061563] {
    border: none;
    padding: 0;
    padding-top: 15px;
    background-color: transparent;
}
.chat-room-content .chat-list-group .chat-list-group-item .chat-list-group-item-user[data-v-25061563] {
      font-size: 80%;
      font-weight: bold;
      font-family: inherit;
      width: 100%;
      margin-bottom: 0px;
}
.chat-room-content .chat-list-group .chat-list-group-item .chat-list-group-item-message[data-v-25061563] {
      font-family: inherit;
      width: 100%;
      margin-bottom: 5px;
      line-height: 1.3rem;
      word-break: break-word;
}
.chat-room-action[data-v-25061563] {
  border-top: 1px solid;
}
.chat-room-action .form-group[data-v-25061563] {
    margin: 0;
}
.chat-room-action .form-group .form-control[data-v-25061563] {
      width: 84%;
      float: left;
      height: 53px;
      border: 0;
      padding-left: 20px;
      background-color: transparent;
}
.chat-room-action .form-group .chat-room-action-sent[data-v-25061563] {
      width: 16%;
      float: right;
      height: 53px;
      text-align: center;
      font-size: 42px;
      cursor: pointer;
      line-height: 51px;
}
.chat-room-action .form-group .form-control[data-v-25061563]::-webkit-input-placeholder {
      font-family: inherit;
}

.chat-user-info[data-v-3873cc64] {
  height: 100%;
}
.chat-user-info .chat-room-action[data-v-3873cc64] {
    border-top: 1px solid;
}
.chat-user-info .chat-room-action .form-group[data-v-3873cc64] {
      margin: 0;
}
.chat-user-info .chat-room-action .form-group .form-control[data-v-3873cc64] {
        width: 84%;
        float: left;
        height: 53px;
        border: 0;
        padding-left: 20px;
        background-color: transparent;
}
.chat-user-info .chat-room-action .form-group .chat-room-action-sent[data-v-3873cc64] {
        width: 16%;
        float: right;
        height: 53px;
        text-align: center;
        font-size: 42px;
        cursor: pointer;
        line-height: 51px;
}

.chat-rooms-list[data-v-23a95336] {
  text-align: center;
  border-style: solid;
  position: relative;
}

.chat-container {
  height: 100%;
}
.chat-container .chat-room-header {
    height: 53px;
    border-bottom: 1px solid;
}
.chat-container .chat-room-header h3 {
      line-height: 53px;
      margin: 0;
      font-weight: bold;
}
.chat-container .chat-room-content {
    height: calc(100% - 53px - 53px);
}
.chat-container .chat-room-action {
    height: 53px;
}
.chat-container .chat-room-action .chat-room-action-join {
      height: 100%;
      width: 100%;
}
.chat-container .chat-join-room {
    height: 100%;
    position: relative;
}

.voting-container-mobile, .voting-container-desktop {
  height: 100%;
}
.voting-container-mobile .voting-room-header h3, .voting-container-desktop .voting-room-header h3 {
    font-weight: bold;
    color: #000000;
}
.voting-container-mobile .voting-content, .voting-container-desktop .voting-content {
    margin-top: 30px;
}
.voting-container-mobile .voting-content .voting-form, .voting-container-desktop .voting-content .voting-form {
      width: 100%;
}
.voting-container-mobile .voting-content .voting-form .voting-choice, .voting-container-desktop .voting-content .voting-form .voting-choice {
        width: 100%;
        min-height: 40px;
        margin-bottom: 15px;
        padding: 8px;
        position: relative;
        opacity: 0.7;
        cursor: pointer;
}
.voting-container-mobile .voting-content .voting-form .voting-choice input, .voting-container-desktop .voting-content .voting-form .voting-choice input {
          position: absolute;
          top: 12px;
          left: 10px;
          visibility: hidden;
}
.voting-container-mobile .voting-content .voting-form .voting-choice label, .voting-container-desktop .voting-content .voting-form .voting-choice label {
          line-height: 23px;
          width: 100%;
          margin-left: -15px;
}
.voting-container-mobile .voting-content .voting-form .voting-choice-selected, .voting-container-desktop .voting-content .voting-form .voting-choice-selected {
          opacity: 1;
}
.voting-container-mobile .voting-content .voting-form .voting-textarea, .voting-container-desktop .voting-content .voting-form .voting-textarea {
        border: none;
        height: 40px;
        padding: 10px;
        width: 100%;
        background-color: #f9f9f9;
        border: solid 0.5px #e3e3e3;
        margin-bottom: 20px;
}
.voting-container-mobile .voting-content .voting-form .voting-send-btn, .voting-container-desktop .voting-content .voting-form .voting-send-btn {
        text-align: center;
        width: 100%;
        margin-top: 30px;
}
.voting-container-mobile .voting-content .voting-form .btn, .voting-container-desktop .voting-content .voting-form .btn {
        width: 100%;
}
.voting-container-mobile .voting-result-sending, .voting-container-desktop .voting-result-sending {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    height: 150px;
    display: -webkit-box;
    background-color: white;
}
.voting-container-mobile .voting-result-sending .voting-result-message, .voting-container-desktop .voting-result-sending .voting-result-message {
      display: flex;
      align-items: center;
      text-align: center;
      width: 100%;
      opacity: 0.7;
}
.voting-container-mobile .voting-result-sending .voting-result-message .voting-message, .voting-container-desktop .voting-result-sending .voting-result-message .voting-message {
        width: 100%;
        font-size: 120%;
}
.voting-container-mobile .voting-result-sending .voting-result-message .voting-message *, .voting-container-desktop .voting-result-sending .voting-result-message .voting-message * {
          color: inherit;
          margin-bottom: 0px;
}
.voting-container-mobile .voting-result-sending .voting-result-message .voting-message span, .voting-container-desktop .voting-result-sending .voting-result-message .voting-message span {
          font-size: 30px;
          font-weight: 600;
}
.voting-container-mobile .voting-no-active-question, .voting-container-desktop .voting-no-active-question {
    position: absolute;
}
.voting-container-desktop {
  padding: 25px;
}
.voting-container-desktop .voting-result-sending {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    height: 150px;
    display: -webkit-box;
    background-color: white;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all .8s ease;
}
.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.stream-embed {
  margin: 0 auto;
}
.stream-embed .stream-embed-other {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 100px;
}
@media (max-height: 1024px) {
.stream-embed .stream-embed-other {
        padding: 20px;
}
}
@media (max-width: 1279px) {
.stream-embed .stream-embed-other {
        padding: 0px;
}
}
.stream-embed .stream-embed-other iframe {
      max-height: 100%;
      max-width: 100%;
      height: 100vh;
      width: 100vw;
}
@media (max-width: 1279px) {
.stream-embed .stream-embed-other iframe {
          height: 100%;
          width: 100%;
}
}

.stream-embed {
  margin: 0 auto;
}
.stream-embed .stream-embed-youtube {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px;
}
@media (max-height: 1024px) {
.stream-embed .stream-embed-youtube {
        padding: 20px;
}
}
@media (max-width: 1279px) {
.stream-embed .stream-embed-youtube {
        padding: 0px;
}
}
.stream-embed .stream-embed-youtube iframe {
      max-height: 100%;
      max-width: 100%;
      height: 100vh;
      width: 100vw;
}
@media (max-width: 1279px) {
.stream-embed .stream-embed-youtube iframe {
          height: 100%;
          width: 100%;
}
}

.stream-embed {
  margin: 0 auto;
}
.stream-embed .stream-embed-vimeo {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px;
}
@media (max-height: 1024px) {
.stream-embed .stream-embed-vimeo {
        padding: 20px;
}
}
@media (max-width: 1279px) {
.stream-embed .stream-embed-vimeo {
        padding: 0px;
}
}
.stream-embed .stream-embed-vimeo iframe {
      max-height: 100%;
      max-width: 100%;
      height: 100vh;
      width: 100vw;
}
@media (max-width: 1279px) {
.stream-embed .stream-embed-vimeo iframe {
          height: 100%;
          width: 100%;
}
}

.stream-embed {
  position: relative;
  width: 100%;
  height: 100%;
}

.qa-header {
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  color: #000000;
  font-weight: bold;
}
.qa-form {
  height: 260px;
  padding: 0px 24px 60px 24px;
}
.qa-textarea {
  border: none;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: solid 0.5px #e3e3e3;
  padding: 15px;
}
.qa-send-btn {
  text-align: center;
  display: flex;
}
.qa-send-btn .btn {
    width: 100%;
    height: 40px;
}
.qa-result-sending {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  height: 150px;
  display: -webkit-box;
  background-color: white;
}
.qa-result-sending .qa-result-message {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    opacity: 0.7;
}
.qa-result-sending .qa-result-message .qa-message {
      width: 100%;
      font-size: 120%;
      color: inherit !important;
}
.qa-result-sending .qa-result-message .qa-message span, .qa-result-sending .qa-result-message .qa-message p {
        font-size: 20px;
        font-weight: 600;
        color: inherit;
        margin-bottom: 0px;
}
@media (max-width: 1279px) {
.qa-header {
    margin-left: 2px;
    padding-top: 0px;
}
.qa-form {
    height: 260px;
    padding: 30px 24px 60px 24px;
    border: solid 0.5px #e3e3e3;
    background-color: #f9f9f9;
}
.qa-form .qa-textarea {
      border: none;
      padding: 0;
      overflow: scroll;
      background-color: #f9f9f9;
}
.qa-result-sending {
    position: fixed;
    bottom: 0;
}
}

p.thank-you[data-v-92ed3b66] {
  margin-bottom: 0;
  margin-top: 35px;
  font-size: 140%;
}
p.explanation[data-v-92ed3b66] {
  margin-bottom: 0;
  margin-top: 35px;
  font-size: 110%;
  padding-bottom: 20px;
}
#lm-session-rating-rate[data-v-92ed3b66] {
  display: flex;
  justify-content: center;
}
#lm-session-rating-rate .rating-stars[data-v-92ed3b66] {
    float: left;
    height: 46px;
    padding: 0 10px;
}
#lm-session-rating-rate .rating-stars label[data-v-92ed3b66] {
      font-size: 40px;
      cursor: pointer;
}
#lm-session-rating-rate .rating-stars:not(:checked) > input[data-v-92ed3b66] {
    position: absolute;
    top: -9999px;
}
#lm-session-rating-buttons[data-v-92ed3b66] {
  padding: 25px;
}

.qa-access-container[data-v-5ae82622] {
  padding: 20px;
  text-align: center;
}
.qa-access-qrcode[data-v-5ae82622] {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.qa-access-qrcode .qrImage[data-v-5ae82622] {
    padding: 0px;
    border: 0px;
}
.qa-access-instructions[data-v-5ae82622] {
  padding-top: 40px;
}

.mm-news-detail .container[data-v-a64f900e] {
  max-width: 700px;
}

div#language-switcher[data-v-3a32d15a] {
  border-top: 1px solid;
  list-style-type: none;
  font-size: 1.0rem;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  font-weight: 300;
  width: 100%;
}
div#language-switcher .mm-is-active > span[data-v-3a32d15a] {
    text-decoration: underline;
}
div#language-switcher div[data-v-3a32d15a] {
    font-size: 1rem;
    display: flex;
    align-items: flex-start;
    line-height: 26px;
    padding-bottom: 25px;
    cursor: pointer;
}
div#language-switcher div i[data-v-3a32d15a] {
      font-size: 1.78rem;
      display: inline-block;
      font-style: normal;
      margin-right: 15px;
}
div#language-switcher div span[data-v-3a32d15a] {
      display: inline-block;
      align-self: center;
}

.hamburger[data-v-ca762cf8] {
  display: inline-block !important;
}
@media (min-width: 1280px) {
.burger1[data-v-ca762cf8] {
    display: none !important;
}
}
@media (min-width: 1280px) {
.burger2[data-v-ca762cf8] {
    display: none !important;
}
}
.buttons button[data-v-ca762cf8]:nth-child(n+2) {
  margin-left: 7px;
}
.buttons.rtl button[data-v-ca762cf8]:nth-child(n+2) {
  margin-right: 7px;
}
.rtl[data-v-ca762cf8] {
  direction: rtl;
}
.rtl *[data-v-ca762cf8] {
    direction: ltr;
}
i.menu[data-v-ca762cf8] {
  cursor: pointer;
}
i.icon-menu[data-v-ca762cf8] {
  font-size: 24px;
}
#overlay[data-v-ca762cf8] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8799;
  width: 100%;
  height: 100%;
}
#menu-1[data-v-ca762cf8] {
  position: fixed;
  width: auto;
  max-width: 296px;
  min-width: 200px;
  padding: 0 50px;
  padding-top: 90px;
  padding-bottom: 50px;
  height: 100%;
  overflow-y: auto;
  top: 0;
  z-index: 8800;
}
#menu-1 div[data-v-ca762cf8] {
    list-style-type: none;
    font-size: 1.0rem;
    margin: 0;
    padding: 0;
    font-weight: 300;
    width: 100%;
}
#menu-1 div div[data-v-ca762cf8] {
      font-size: 1rem;
      display: flex;
      align-items: flex-start;
      line-height: 26px;
      padding-bottom: 25px;
}
#menu-1 div div i[data-v-ca762cf8] {
        font-size: 1.78rem;
        display: inline-block;
        font-style: normal;
        align-self: flex-start;
        margin-right: 15px;
}
#menu-1 div div span[data-v-ca762cf8] {
        display: inline-block;
        align-self: center;
}
#menu-1 div div[data-v-ca762cf8]:hover, #menu-1 div div.active[data-v-ca762cf8] {
      cursor: pointer;
}
#menu-1 div div:hover span[data-v-ca762cf8], #menu-1 div div.active span[data-v-ca762cf8] {
        text-decoration: underline;
}
#menu-1 #close[data-v-ca762cf8] {
    position: absolute;
    z-index: 8801;
    top: 0;
    left: 0;
    padding: 0 50px;
    width: 100%;
    height: 90px;
    cursor: pointer;
}
#menu-1 #close i[data-v-ca762cf8] {
      display: inline;
      color: inherit;
      font-size: 32px;
}
@media (max-width: 1279px) {
#menu-1[data-v-ca762cf8] {
    padding-top: 64px;
}
#menu-1 #close[data-v-ca762cf8] {
      height: 64px;
}
}

div#logo[data-v-387f6fee] {
  text-align: left;
  cursor: pointer;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1280px) {
div#logo[data-v-387f6fee] {
    height: 64px;
}
}
@media (max-width: 1279px) {
div#logo[data-v-387f6fee] {
    height: 44px;
}
}
#logo.logo-align-top[data-v-387f6fee] {
  height: 90px !important;
  background-position-y: top !important;
  background-size: auto 76px !important;
}
i[data-v-387f6fee] {
  cursor: pointer;
}

img[data-v-282187b0] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-282187b0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-282187b0] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-282187b0] {
    width: 100%;
}
#topbar .row[data-v-282187b0] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-282187b0] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-282187b0] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-282187b0] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-282187b0] {
    width: 100%;
}
}

img[data-v-c4beb440] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-c4beb440] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-c4beb440] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-c4beb440] {
    width: 100%;
}
#topbar .row[data-v-c4beb440] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-c4beb440] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-c4beb440] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-c4beb440] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-c4beb440] {
    width: 100%;
}
}

img[data-v-3703c1b4] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-3703c1b4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-3703c1b4] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-3703c1b4] {
    width: 100%;
}
#topbar .row[data-v-3703c1b4] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-3703c1b4] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-3703c1b4] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-3703c1b4] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-3703c1b4] {
    width: 100%;
}
}

img[data-v-36e050bc] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-36e050bc] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-36e050bc] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-36e050bc] {
    width: 100%;
}
#topbar .row[data-v-36e050bc] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-36e050bc] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-36e050bc] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-36e050bc] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-36e050bc] {
    width: 100%;
}
}

div.more[type='2'][data-v-67a961ee] {
  padding-top: 5px;
}
div.more[type='3'][data-v-67a961ee] {
  padding-top: 45px;
}
div.more[data-v-67a961ee] {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 9000;
  min-width: 150px;
}
div.more .content[data-v-67a961ee] {
    max-height: calc(100vh - 90px - 50px);
    overflow-y: auto;
    border: 1px solid;
}
div.more .content div#more-menu[data-v-67a961ee] {
      padding: 0;
      margin: 0;
      list-style-type: none;
}
div.more .content div#more-menu div[data-v-67a961ee] {
        border-bottom: 1px solid;
        text-align: left;
        width: 100%;
        white-space: nowrap;
        display: flex;
        align-items: center;
        padding: 8px 15px;
        text-transform: none;
}
div.more .content div#more-menu div span[data-v-67a961ee] {
          font-weight: 300;
}
div.more .content div#more-menu div i[data-v-67a961ee] {
          font-size: 1.56rem;
          font-style: normal;
          line-height: 1;
}
div.more .content div#more-menu div[data-v-67a961ee]:last-of-type {
        border: none;
}

select#language-switch[data-v-9b306dcc], select#language-switch[data-v-9b306dcc]:focus {
  margin: 0 20px;
  width: auto;
  background-color: transparent;
  border: 2px solid;
}

div#topmenu[data-v-26c0a700] {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  font-size: 0;
}
div#topmenu.IE #language-dropdown[data-v-26c0a700] {
    top: -40px;
}
div#topmenu > div[data-v-26c0a700] {
    position: relative;
    height: 100%;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
div#topmenu > div .menu-item[data-v-26c0a700] {
      display: flex;
      height: 100%;
      flex-direction: row;
}
div#topmenu > div .menu-item span div[data-v-26c0a700] {
        font-weight: 600;
        font-size: 0.89rem;
        white-space: nowrap;
}
div#topmenu > div i[data-v-26c0a700] {
      font-size: 1.78rem;
}
div#topmenu > div span[data-v-26c0a700] {
      width: 100%;
      white-space: nowrap;
}
div#topmenu div:not(.more) div.menu-title[data-v-26c0a700] {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}
select#language-switch[data-v-26c0a700] {
  background-color: transparent;
}
@media (max-width: 1279px) {
div#topmenu[data-v-26c0a700] {
    height: 64px;
}
}
@media (min-width: 1280px) {
div#topmenu[data-v-26c0a700] {
    height: 90px;
}
}
i[data-v-26c0a700] {
  font-style: normal;
  line-height: 1;
}

img[data-v-c7af2010] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-c7af2010] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-c7af2010] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-c7af2010] {
    width: 100%;
}
#topbar .row[data-v-c7af2010] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-c7af2010] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-c7af2010] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-c7af2010] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-c7af2010] {
    width: 100%;
}
}

img[data-v-6f65c502] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-6f65c502] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-6f65c502] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-6f65c502] {
    width: 100%;
}
#topbar .row[data-v-6f65c502] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-6f65c502] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-6f65c502] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-6f65c502] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-6f65c502] {
    width: 100%;
}
}

img[data-v-4dbc4039] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-4dbc4039] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-4dbc4039] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-4dbc4039] {
    width: 100%;
}
#topbar .row[data-v-4dbc4039] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-4dbc4039] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-4dbc4039] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-4dbc4039] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-4dbc4039] {
    width: 100%;
}
}

img[data-v-8a545804] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-8a545804] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-8a545804] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-8a545804] {
    width: 100%;
}
#topbar .row[data-v-8a545804] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-8a545804] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-8a545804] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-8a545804] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-8a545804] {
    width: 100%;
}
}

select#language-switch[data-v-30b1a0c4], select#language-switch[data-v-30b1a0c4]:focus {
  width: auto;
  background-color: transparent;
  border: 1px solid;
  height: auto;
  direction: ltr;
}

.btn[data-v-22f71e44] {
  position: relative;
}

img[data-v-3cc5e3a8] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-3cc5e3a8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-3cc5e3a8] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-3cc5e3a8] {
    width: 100%;
}
#topbar .row[data-v-3cc5e3a8] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-3cc5e3a8] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-3cc5e3a8] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-3cc5e3a8] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-3cc5e3a8] {
    width: 100%;
}
}

img[data-v-68fa53e3] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-68fa53e3] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-68fa53e3] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-68fa53e3] {
    width: 100%;
}
#topbar .row[data-v-68fa53e3] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-68fa53e3] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-68fa53e3] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-68fa53e3] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-68fa53e3] {
    width: 100%;
}
}

img[data-v-e4bc0d10] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-e4bc0d10] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-e4bc0d10] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-e4bc0d10] {
    width: 100%;
}
#topbar .row[data-v-e4bc0d10] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-e4bc0d10] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-e4bc0d10] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-e4bc0d10] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-e4bc0d10] {
    width: 100%;
}
}

img[data-v-fc4e64b4] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-fc4e64b4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-fc4e64b4] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-fc4e64b4] {
    width: 100%;
}
#topbar .row[data-v-fc4e64b4] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-fc4e64b4] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-fc4e64b4] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-fc4e64b4] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-fc4e64b4] {
    width: 100%;
}
}

img[data-v-10f865b4] {
  max-height: 75px;
  display: inline-block;
}
#topbar[data-v-10f865b4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 8700;
}
.title[data-v-10f865b4] {
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1279px) {
#topbar .container[data-v-10f865b4] {
    width: 100%;
}
#topbar .row[data-v-10f865b4] {
    height: 64px;
}
}
@media (min-width: 1280px) {
#topbar .row[data-v-10f865b4] {
    height: 90px;
}
}
@media (min-width: 1280px) {
#buttons button[data-v-10f865b4] {
    display: inline;
    letter-spacing: 1px;
    line-height: 1.8rem;
    padding: 0 12px;
    margin-left: 10px;
}
}
i[data-v-10f865b4] {
  font-size: 1.78rem;
}
@media (min-width: 1280px) and (max-width: 1280px) {
#topbar .container[data-v-10f865b4] {
    width: 100%;
}
}


.not_found_404[data-v-77ff0b23] {
  padding: 50px 0px;
}


/*# sourceMappingURL=common~app.81472d2908033f7b25aa.css.map*/