.hidden {
  display: none !important; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-block {
  display: block; }

.nomaxheight {
  max-height: none !important; }

.f-1-0-100 {
  flex: 1 0 100%; }

.overflow-visible {
  overflow: visible !important; }

.flow-row-wrap {
  flex-flow: row wrap; }

.flow-column {
  flex-flow: column; }

.justify-content-between {
  justify-content: space-between; }

.text-nowrap {
  white-space: nowrap; }

.bgimg {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .bgimg::after {
    content: '';
    display: block; }
  .bgimg img {
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1; }

.nowrap {
  white-space: nowrap; }

.no-m {
  margin: 0 !important; }

.loading {
  opacity: 0.5; }

.no-p-t {
  padding-top: 0 !important; }

.no-p-b {
  padding-bottom: 0 !important; }

.no-p-r {
  padding-right: 0 !important; }

.no-p-l {
  padding-left: 0 !important; }

.no-m-b {
  margin-bottom: 0 !important; }

.no-m-t {
  margin-top: 0 !important; }

.full-width {
  width: 100% !important; }

.newline {
  display: block; }

.justify-start {
  justify-content: flex-start !important; }

.justify-center {
  justify-content: center !important; }

.text-center {
  text-align: center; }

.align-content-start {
  align-content: flex-start !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.justify-between {
  justify-content: space-between !important; }

.justify-end {
  justify-content: flex-end !important; }

.horizontal-line {
  height: 1px;
  background-color: #000; }

.no-decoration {
  border-bottom: 0 !important;
  padding-bottom: 0 !important; }

.pos-rel {
  position: relative; }

.nobg {
  background: none !important; }

.no-p {
  padding: 0 !important; }

.neg-m-tb {
  margin-top: -2.7777777778vw;
  margin-bottom: -2.7777777778vw; }

@media (min-width: 1000px) {
  .mt-auto-d {
    margin-top: auto; }
  .d-flex-d {
    display: flex; }
  .row-nowrap-d {
    flex-flow: row nowrap; }
  .full-width-d {
    width: 100%; }
  .max-height-60 {
    max-height: 4.1666666667vw; }
  .h-100-d {
    height: 100%; }
  .no-p-d {
    padding: 0 !important; }
  .no-p-r-d {
    padding-right: 0 !important; }
  .no-p-l-d {
    padding-left: 0 !important; }
  .neg-mt-4-d {
    margin-top: -0.2777777778vw; }
  .justify-end-d {
    justify-content: flex-end !important; }
  .b-d-l {
    border-left: 1px solid #000; }
  .b-d-r {
    border-right: 1px solid #000; }
  .b-d-t {
    border-top: 1px solid #000; }
  .b-d-b {
    border-bottom: 1px solid #000; }
  .b-d-bl {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
  .move-top-5 {
    top: -0.3472222222vw !important; }
  .hidden-d {
    display: none !important; }
  .o-d-0 {
    order: 0 !important; }
  .o-d-1 {
    order: 1 !important; }
  .o-d-2 {
    order: 2 !important; }
  .o-d-3 {
    order: 3 !important; }
  .o-d-4 {
    order: 4 !important; }
  .o-d-5 {
    order: 5 !important; }
  .o-d-6 {
    order: 6 !important; }
  .o-d-7 {
    order: 7 !important; }
  .o-d-8 {
    order: 8 !important; }
  .o-d-9 {
    order: 9 !important; }
  .o-d-10 {
    order: 10 !important; }
  .o-d-11 {
    order: 11 !important; }
  .w-50 {
    width: 50% !important; }
  .mt-20, .mt-20-d {
    margin-top: 1.3888888889vw !important; }
  .mt-5 {
    margin-top: 0.3472222222vw !important; }
  .ml-5 {
    margin-left: 0.3472222222vw !important; }
  .mr-5 {
    margin-right: 0.3472222222vw !important; }
  .mt-10 {
    margin-top: 0.6944444444vw !important; }
  .mt-15 {
    margin-top: 1.0416666667vw !important; }
  .mt-30 {
    margin-top: 2.0833333333vw !important; }
  .mt-32 {
    margin-top: 2.2222222222vw !important; }
  .mt-40 {
    margin-top: 2.7777777778vw !important; }
  .mb-10 {
    margin-bottom: 0.6944444444vw !important; }
  .mb-5 {
    margin-bottom: 0.3472222222vw !important; }
  .mb-9 {
    margin-bottom: 0.625vw !important; }
  .mb-15 {
    margin-bottom: 1.0416666667vw !important; }
  .mb-20 {
    margin-bottom: 1.3888888889vw !important; }
  .mb-23 {
    margin-bottom: 1.5972222222vw !important; }
  .mb-25 {
    margin-bottom: 1.7361111111vw !important; }
  .mb-30 {
    margin-bottom: 2.0833333333vw !important; }
  .mb-32 {
    margin-bottom: 2.2222222222vw !important; }
  .mb-35 {
    margin-bottom: 2.4305555556vw !important; }
  .mb-40 {
    margin-bottom: 2.7777777778vw !important; }
  .mb-50 {
    margin-bottom: 3.4722222222vw !important; }
  .mb-70 {
    margin-bottom: 4.8611111111vw !important; }
  .mb-80 {
    margin-bottom: 5.5555555556vw !important; }
  .m-l-10 {
    margin-left: 0.6944444444vw !important; }
  .m-l-15, .m-l-15-d {
    margin-left: 1.0416666667vw !important; }
  .m-l-30, .m-l-30-d {
    margin-left: 2.0833333333vw !important; }
  .pb-15 {
    padding-bottom: 1.0416666667vw !important; }
  .p-r-40-d {
    padding-right: 2.7777777778vw !important; }
  .p-l-0-d {
    padding-left: 0 !important; }
  .p-r-0-d {
    padding-right: 0 !important; } }

@media (min-width: 501px) and (max-width: 999px) {
  .w-50-t {
    width: 50% !important; }
  .h-100-t {
    height: 100%; }
  .max-height-60 {
    max-height: 7.8125vw; }
  .box-height-t {
    min-height: 46.2239583333vw; }
  .neg-m-tb {
    margin-top: -3.90625vw;
    margin-bottom: -3.90625vw; }
  .neg-mt-20-t {
    margin-top: -2.6041666667vw; }
  .neg-m-l-50-t {
    margin-left: -6.5104166667vw !important; }
  .neg-m-r-50-t {
    margin-right: -6.5104166667vw !important; }
  .no-p-r-t {
    padding-right: 0 !important; }
  .flow-column-t {
    flex-flow: column; }
  .justify-end-t {
    justify-content: flex-end !important; }
  .justify-start-t {
    justify-content: flex-start !important; }
  .justify-between-t {
    justify-content: space-between !important; }
  .align-items-center-t {
    align-items: center !important; }
  .full-width-t {
    width: 100% !important; }
  .b-t-l {
    border-left: 1px solid #000; }
  .b-t-r {
    border-right: 1px solid #000; }
  .b-t-t {
    border-top: 1px solid #000; }
  .b-t-b {
    border-bottom: 1px solid #000; }
  .b-t-bl {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
  .hidden-t {
    display: none !important; }
  .o-t-0 {
    order: 0 !important; }
  .o-t-1 {
    order: 1 !important; }
  .o-t-2 {
    order: 2 !important; }
  .o-t-3 {
    order: 3 !important; }
  .o-t-4 {
    order: 4 !important; }
  .o-t-5 {
    order: 5 !important; }
  .o-t-6 {
    order: 6 !important; }
  .o-t-7 {
    order: 7 !important; }
  .o-t-8 {
    order: 8 !important; }
  .o-t-9 {
    order: 9 !important; }
  .o-t-10 {
    order: 10 !important; }
  .o-t-11 {
    order: 11 !important; }
  .ml-5 {
    margin-left: 0.6510416667vw !important; }
  .mr-5 {
    margin-right: 0.6510416667vw !important; }
  .mt-15, .mt-15-t {
    margin-top: 1.953125vw !important; }
  .mt-25-t {
    margin-top: 3.2552083333vw !important; }
  .mt-30-t {
    margin-top: 3.90625vw !important; }
  .mt-40, .mt-40-t {
    margin-top: 5.2083333333vw !important; }
  .mt-20, .mt-20-t {
    margin-top: 2.6041666667vw !important; }
  .mb-10-t, .mb-10 {
    margin-bottom: 1.3020833333vw !important; }
  .mb-9-t, .mb-9 {
    margin-bottom: 1.171875vw !important; }
  .mb-5-t, .mb-5 {
    margin-bottom: 0.6510416667vw !important; }
  .mb-15-t, .mb-15 {
    margin-bottom: 1.953125vw !important; }
  .mb-20-t, .mb-20 {
    margin-bottom: 2.6041666667vw !important; }
  .mb-25-t, .mb-25 {
    margin-bottom: 3.2552083333vw !important; }
  .mb-23-t, .mb-23 {
    margin-bottom: 2.9947916667vw !important; }
  .mb-30-t, .mb-30 {
    margin-bottom: 3.90625vw !important; }
  .mb-32-t, .mb-32 {
    margin-bottom: 4.1666666667vw !important; }
  .mb-40-t, .mb-40 {
    margin-bottom: 5.2083333333vw !important; }
  .mb-50-t, .mb-50 {
    margin-bottom: 6.5104166667vw !important; }
  .mb-70-t, .mb-70 {
    margin-bottom: 9.1145833333vw !important; }
  .mb-65-t, .mb-65 {
    margin-bottom: 8.4635416667vw !important; }
  .mb-0-t {
    margin-bottom: 0 !important; }
  .m-l-10 {
    margin-left: 1.3020833333vw !important; }
  .m-l-15, .m-l-15-t {
    margin-left: 1.953125vw !important; }
  .m-l-30 {
    margin-left: 3.90625vw !important; }
  .no-pb-t {
    padding-bottom: 0 !important; }
  .m-0-t {
    margin: 0 !important; }
  .pb-15 {
    padding-bottom: 1.953125vw !important; }
  .pl-50-t {
    padding-left: 6.5104166667vw !important; }
  .pr-50-t {
    padding-right: 6.5104166667vw !important; }
  .pr-30-t {
    padding-right: 3.90625vw !important; }
  .pl-40-t {
    padding-left: 5.2083333333vw !important; }
  .pr-40-t {
    padding-right: 5.2083333333vw !important; }
  .pr-20-t {
    padding-right: 2.6041666667vw !important; }
  .pl-20-t {
    padding-left: 2.6041666667vw !important; }
  .p-l-0-t {
    padding-left: 0 !important; }
  .p-r-0-t {
    padding-right: 0 !important; }
  .full-width-grid-t {
    width: auto !important;
    margin-left: -2.6041666667vw !important;
    margin-right: -2.6041666667vw !important; }
  .h-1-3-t {
    height: 33.3333%; }
  .no-p-t-t {
    padding-top: 0 !important; } }

@media (max-width: 500px) {
  .max-height-60 {
    max-height: 16vw; }
  .h-100-p {
    height: 100%; }
  .pl-30-p {
    padding-left: 8vw !important; }
  .pr-30-p {
    padding-right: 8vw !important; }
  .pl-20-p {
    padding-left: 5.3333333333vw !important; }
  .pr-20-p {
    padding-right: 5.3333333333vw !important; }
  .no-p-t-p {
    padding-top: 0 !important; }
  .neg-m-tb {
    margin-top: -5.3333333333vw;
    margin-bottom: -5.3333333333vw; }
  .neg-m-lr {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw; }
  .neg-m-tb-p {
    margin-top: -5.3333333333vw;
    margin-bottom: -5.3333333333vw; }
  .neg-m-lr-p {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw; }
  .h-1-3-p {
    height: 33.3333%; }
  .text-right-p {
    text-align: right; }
  .bg-contain-p {
    background-size: contain !important; }
  .justify-start-p {
    justify-content: flex-start !important; }
  .justify-end-p {
    justify-content: flex-end !important; }
  .justify-center-p {
    justify-content: center !important; }
  .justify-between-p {
    justify-content: space-between !important; }
  .neg-m-p {
    margin: 0 -2.6666666667vw;
    flex: 1 0 100%; }
    .neg-m-p .grid__item__inner {
      padding: 2.6666666667vw 6.6666666667vw 4vw !important; }
  .full-width-p {
    width: 100% !important; }
  .full-width-grid-p {
    width: auto !important;
    margin-left: -2.6666666667vw !important;
    margin-right: -2.6666666667vw !important; }
  .b-p-l {
    border-left: 1px solid #000; }
  .b-p-r {
    border-right: 1px solid #000; }
  .b-p-t {
    border-top: 1px solid #000; }
  .b-p-b {
    border-bottom: 1px solid #000; }
  .b-p-bl {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; }
  .hidden-p {
    display: none !important; }
  .o-p-0 {
    order: 0 !important; }
  .o-p-1 {
    order: 1 !important; }
  .o-p-2 {
    order: 2 !important; }
  .o-p-3 {
    order: 3 !important; }
  .o-p-4 {
    order: 4 !important; }
  .o-p-5 {
    order: 5 !important; }
  .o-p-6 {
    order: 6 !important; }
  .o-p-7 {
    order: 7 !important; }
  .o-p-8 {
    order: 8 !important; }
  .o-p-9 {
    order: 9 !important; }
  .o-p-10 {
    order: 10 !important; }
  .o-p-11 {
    order: 11 !important; }
  .pb-15 {
    padding-bottom: 4vw !important; }
  .f-b-50-p {
    flex-basis: 50%; }
  .t-right-p {
    text-align: right; }
  .m-0-auto-p {
    margin: 0 auto; }
  .m-0-p {
    margin: 0 !important; }
  .no-pb-p {
    padding-bottom: 0 !important; }
  .no-p-p {
    padding: 0 !important; }
  .ml-5 {
    margin-left: 1.3333333333vw !important; }
  .mr-5 {
    margin-right: 1.3333333333vw !important; }
  .mt-15, .mt-15-p {
    margin-top: 4vw !important; }
  .mt-20-p {
    margin-top: 5.3333333333vw !important; }
  .mt-25-p {
    margin-top: 6.6666666667vw !important; }
  .mt-30-p {
    margin-top: 8vw !important; }
  .mt-40-p {
    margin-top: 10.6666666667vw !important; }
  .mt-0-p {
    margin-top: 0 !important; }
  .mb-5-p, .mb-5 {
    margin-bottom: 1.3333333333vw !important; }
  .mb-9-p, .mb-9 {
    margin-bottom: 2.4vw !important; }
  .mb-15-p, .mb-15 {
    margin-bottom: 4vw !important; }
  .mb-20-p, .mb-20 {
    margin-bottom: 5.3333333333vw !important; }
  .mb-25-p, .mb-25 {
    margin-bottom: 6.6666666667vw !important; }
  .mb-23-p, .mb-23 {
    margin-bottom: 6.1333333333vw !important; }
  .mb-21-p, .mb-21 {
    margin-bottom: 5.6vw !important; }
  .mb-40-p, .mb-40 {
    margin-bottom: 10.6666666667vw !important; }
  .mb-32-p, .mb-32 {
    margin-bottom: 8.5333333333vw !important; }
  .mb-35-p, .mb-35 {
    margin-bottom: 9.3333333333vw !important; }
  .mb-30-p, .mb-30 {
    margin-bottom: 8vw !important; }
  .mb-40-p, .mb-40 {
    margin-bottom: 10.6666666667vw !important; }
  .mb-50-p, .mb-50 {
    margin-bottom: 13.3333333333vw !important; }
  .mb-10-p, .mb-10 {
    margin-bottom: 2.6666666667vw !important; }
  .mb-80-p, .mb-80 {
    margin-bottom: 21.3333333333vw !important; }
  .pb-80-p, .pb-80 {
    padding-bottom: 21.3333333333vw !important; }
  .mb-0-p {
    margin-bottom: 0 !important; }
  .m-l-10 {
    margin-left: 2.6666666667vw !important; }
  .m-l-15 {
    margin-left: 4vw !important; }
  .m-l-30 {
    margin-left: 8vw !important; }
  .p-l-0-p {
    padding-left: 0 !important; }
  .p-r-0-p {
    padding-right: 0 !important; }
  .no-m-p-t {
    margin-top: 0 !important; }
  .no-m-b-p {
    margin-bottom: 0 !important; }
  .flow-column-p {
    flex-flow: column !important; }
  .neg-m-10-p {
    margin-left: -2.6666666667vw !important;
    margin-right: -2.6666666667vw !important;
    width: auto !important; }
  .neg-m-15-p {
    margin-left: -4vw !important;
    margin-right: -4vw !important;
    width: auto !important; } }

.color--red {
  color: #fe0000 !important;
  border-color: #fe0000 !important; }

.color--blue {
  color: #0000ff !important;
  border-color: #0000ff !important; }

.color--white {
  color: #fff !important;
  border-color: #fff !important; }

.color--black {
  color: #000 !important;
  border-color: #000 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.flex-1-1 {
  flex: 1 1; }

.b-red {
  border-color: #fe0000 !important; }

.b-blue {
  border-color: #0000ff !important; }

.bg-white {
  background-color: #fff; }

.bg-red {
  background-color: #ff0000; }

.bg-blue {
  background-color: #0000ff; }

.bg-black {
  background-color: #000; }

.bg-none {
  background: none !important; }

.h-auto {
  height: auto !important; }

.h-100 {
  height: 100%; }

.h-50 {
  height: 50%; }

.zindex-auto {
  z-index: auto !important; }

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

.font-inherit > * {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-top: 0 !important; }

/* [responsive-background-image] img {*/
/*   display: none;*/
/* }*/
@media (max-width: 999px) {
  .img-responsive {
    width: 100%; }
  .article .article__header .article__header-info {
    flex-wrap: wrap; } }

input, textarea, select, button {
  font-weight: 300; }

.tinymce-output a {
  text-decoration: none !important;
  border-bottom: 1px solid #000; }

.tinymce-output a:not(.btn):hover {
  border-bottom-color: transparent; }

.tinymce-output ul, .tinymce-output ol {
  list-style-position: inside;
  margin-bottom: 2.7777777778vw; }

.color--white a {
  color: #fff !important;
  border-bottom: 1px solid #fff; }

@media (max-width: 999px) {
  .color--white ul, .color--white ol {
    margin-bottom: 5.2083333333vw; } }

@media (max-width: 500px) {
  .color--white ul, .color--white ol {
    margin-bottom: 10.6666666667vw; } }

.hidden-id {
  height: 0 !important;
  opacity: 0;
  overflow: hidden !important; }

.article .article__header .article__header-info {
  margin-bottom: 0; }

#footer .footer-grid {
  margin-top: -1px; }
  #footer .footer-grid.footer-grid--red {
    border-color: #FF0000; }

.grid__item__inner--podcast-player {
  position: relative; }
  .grid__item__inner--podcast-player .post .post__content .post__title {
    margin: 0 0 2.0833333333vw; }
    @media screen and (max-width: 999px) {
      .grid__item__inner--podcast-player .post .post__content .post__title {
        margin: 0 0 3.90625vw; } }
    @media screen and (max-width: 500px) {
      .grid__item__inner--podcast-player .post .post__content .post__title {
        margin: 0 0 8vw; } }

.post .post__content .post__title.no-trunc {
  max-height: none; }

.podcast-player-holder .podcast-download-link {
  /* padding-top: 4px;*/
  margin-left: 10px;
  font-size: 18px; }

.uppercase {
  text-transform: uppercase; }

.bgimg-a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.top-section-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.download-form {
  background-color: #fff;
  position: absolute !important;
  float: none !important;
  top: 1px;
  right: 0;
  z-index: 10; }
  .download-form .close-icon {
    top: 0.5555555556vw; }
  @media (max-width: 999px) {
    .download-form .close-icon {
      top: 1.0416666667vw; } }
  @media (max-width: 500px) {
    .download-form .close-icon {
      top: 2.4vw; } }

.form--download {
  width: calc(50% - 2.77vw); }

@media (max-width: 500px) {
  .form--download {
    width: 100%; } }

.about-video {
  width: 100%; }

.video {
  height: 100%; }
  .video .video__video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 999px), (max-width: 500px) {
      .video .video__video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

.post--quote img {
  max-width: 3.4722222222vw; }
  @media screen and (max-width: 999px) {
    .post--quote img {
      max-width: 6.5104166667vw; } }
  @media screen and (max-width: 500px) {
    .post--quote img {
      max-width: 13.3333333333vw; } }

.tinymce-output h3, .tinymce-output .h3 {
  font-size: 1.875vw !important;
  line-height: 2.2222222222vw !important;
  font-weight: 300; }
  @media screen and (max-width: 999px) {
    .tinymce-output h3, .tinymce-output .h3 {
      font-size: 3.515625vw !important;
      line-height: 4.1666666667vw !important; } }
  @media screen and (max-width: 500px) {
    .tinymce-output h3, .tinymce-output .h3 {
      font-size: 7.2vw !important;
      line-height: 8.5333333333vw !important; } }

.tinymce-output p {
  font-size: 1.25vw !important;
  line-height: 1.6666666667vw !important; }
  @media screen and (max-width: 999px) {
    .tinymce-output p {
      font-size: 2.34375vw !important;
      line-height: 3.125vw !important; } }
  @media screen and (max-width: 500px) {
    .tinymce-output p {
      font-size: 4.8vw !important;
      line-height: 6.4vw !important; } }

.tinymce-output ol li, .tinymce-output ul li {
  font-size: 1.25vw !important;
  line-height: 1.6666666667vw !important; }
  @media screen and (max-width: 999px) {
    .tinymce-output ol li, .tinymce-output ul li {
      font-size: 2.34375vw !important;
      line-height: 3.125vw !important; } }
  @media screen and (max-width: 500px) {
    .tinymce-output ol li, .tinymce-output ul li {
      font-size: 4.8vw !important;
      line-height: 6.4vw !important; } }

.elastic-content__content-text.tinymce-output ol li:before {
  color: #000; }

/* .stats.stats--horizontal-d {*/
/*   .stats__container {*/
/*     width: calc(100% / 3);*/
/*   }*/
/* }*/
.post__exhibitor-logo.post--link {
  padding: 2.7777777778vw; }

.post__exhibitor-logo img {
  max-width: 70%;
  max-height: 30%;
  flex: 0 0 auto; }

.post__exhibitor-logo .post__exhibitor-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.post__exhibitor-logo.post__exhibitor-logo--about img {
  height: 70%;
  max-height: 70%;
  flex: 0 0 auto; }

@media screen and (max-width: 999px) {
  .post__exhibitor-logo.post--link {
    padding: 3.90625vw; } }

@media screen and (max-width: 500px) {
  .post__exhibitor-logo.post--link {
    padding: 5.3333333333vw; }
  .post__exhibitor-logo img {
    max-width: 70%;
    max-height: 40%;
    margin-bottom: -5.3333333333vw; } }

.post.post--halls-logos .post__content .post__head {
  display: block; }
  .post.post--halls-logos .post__content .post__head .post__title {
    margin: 0 0 0.6944444444vw; }
    @media screen and (max-width: 999px) {
      .post.post--halls-logos .post__content .post__head .post__title {
        margin: 0 0 1.3020833333vw; } }
    @media screen and (max-width: 500px) {
      .post.post--halls-logos .post__content .post__head .post__title {
        margin: 0 0 2.6666666667vw; } }

.post.post--halls-logos .post__content .post__logos {
  display: flex;
  flex-wrap: wrap; }
  .post.post--halls-logos .post__content .post__logos a {
    width: 20%;
    display: flex;
    height: 3.8194444444vw;
    align-items: center;
    justify-content: center;
    padding: 0.6944444444vw 1.3888888889vw; }
    .post.post--halls-logos .post__content .post__logos a img {
      max-height: 100%;
      max-width: 80%; }

.post.post--trunc .post__content .post__excerpt {
  max-height: 5vw; }
  @media screen and (max-width: 999px) {
    .post.post--trunc .post__content .post__excerpt {
      max-height: 9.375vw; } }
  @media screen and (max-width: 500px) {
    .post.post--trunc .post__content .post__excerpt {
      max-height: 19.2vw; } }

.post.post--header .post__content .post__title {
  height: 7.7777777778vw;
  max-height: 7.7777777778vw; }

.post.post--header .post__content .post__excerpt {
  max-height: 5vw; }

@media (max-width: 500px) {
  .page-template-page-contact .socials {
    padding-top: 8vw; } }

@media (max-width: 999px) {
  .page-template-page-about .highlights-links-container {
    justify-content: space-between; }
    .page-template-page-about .highlights-links-container .links--half-t {
      flex-basis: auto;
      width: auto; }
  .page-template-page-about .tabs {
    margin: 0;
    width: 100%; }
    .page-template-page-about .tabs .tabs__tab {
      display: none; }
      .page-template-page-about .tabs .tabs__tab.tabs__tab--active {
        display: flex; } }

@media (max-width: 500px) {
  .page-template-page-about .box-text-47-52 {
    font-size: 9.6vw !important;
    line-height: 11.2vw !important; } }

@media (max-width: 999px) {
  .expo-conf-tabs {
    /* margin-left: -20px;*/
    /* margin: 0 cvw((-20),768);*/
    /* width: calc(100% + 2*2.604166666666667vw) !important;*/
    margin: 0; }
    .expo-conf-tabs .tabs .tabs__tab {
      display: flex; }
      .expo-conf-tabs .tabs .tabs__tab.tabs__tab--active .tabs__header--b-b-red {
        border-bottom: 1px solid #fe0000 !important; }
      .expo-conf-tabs .tabs .tabs__tab.tabs__tab--active .tabs__header--b-b-blue {
        border-bottom: 1px solid #0000ff !important; }
      .expo-conf-tabs .tabs .tabs__tab.tabs__tab--active .tabs__content .grid__item:first-child {
        margin-top: 0; } }

@media (max-width: 500px) {
  .expo-conf-tabs {
    width: calc(100% + 2*2.6666666667vw) !important;
    margin: 0 -2.6666666667vw; }
    .expo-conf-tabs .tabs {
      margin: 0;
      width: 100%;
      /* .tabs__content {*/
      /*   .grid__item {*/
      /*     .grid__item__inner {*/
      /*       padding: 5.3333333333vw 8.6666666667vw;*/
      /*     }          */
      /*   }*/
      /* } */ }
      .expo-conf-tabs .tabs .tabs__header .post__additionals {
        right: 4vw; } }

@media (max-width: 999px) {
  #head .box-text {
    margin-top: 0; }
  #head .grid .grid__item.post__additionals--onhover .post__additionals {
    opacity: 1; } }

@media (max-width: 999px) {
  .page-template-page-speaker_lp #head .post--header .box-text,
  .page-template-page-exhibitor_lp #head .post--header .box-text {
    margin-bottom: 0 !important; } }

.speaker--active .post__type,
.speaker--active .post__title {
  padding-right: 2.0833333333vw;
  margin-right: 0 !important; }
  @media (max-width: 999px) {
    .speaker--active .post__type,
    .speaker--active .post__title {
      padding-right: 3.90625vw; } }
  @media (max-width: 500px) {
    .speaker--active .post__type,
    .speaker--active .post__title {
      padding-right: 8vw; } }

.single-speakers__biography .simplebar-content {
  padding-right: 2.7777777778vw; }

.link-icon--speaker-twitter {
  flex: 0 0 auto; }

.single-speakers__twitter-link {
  margin-top: 0; }

.swiper-container .swiper-button-next svg {
  color: #000; }

.swiper-container .swiper-button-prev svg {
  color: #000; }

/* search*/
body.page-template-page-expo .search,
body.error404 .search {
  display: block; }

/* cookieconsent*/
#cookieconsent {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  z-index: 100;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25vw !important;
  line-height: 1.6666666667vw !important; }
  @media screen and (max-width: 999px) {
    #cookieconsent {
      font-size: 2.34375vw !important;
      line-height: 3.125vw !important; } }
  @media screen and (max-width: 500px) {
    #cookieconsent {
      font-size: 4.8vw !important;
      line-height: 6.4vw !important; } }
  #cookieconsent.hidden {
    display: none; }
  #cookieconsent a {
    color: #fff; }

#cookieconsent_btn {
  padding-left: 1.3888888889vw; }

@media (max-width: 999px) {
  #cookieconsent_btn {
    padding-left: 3.90625vw; } }

@media (max-width: 500px) {
  #cookieconsent {
    flex-wrap: wrap; }
  #cookieconsent_btn {
    padding-left: 0;
    margin-top: 2.6666666667vw; } }

@media (max-width: 999px) {
  .page-template-page-homepage #head .grid .grid__item.grid__item--link > .grid__item__inner > a,
  .page-template-page-exhibitor_lp #head .grid .grid__item.grid__item--link > .grid__item__inner > a,
  .page-template-page-speaker_lp #head .grid .grid__item.grid__item--link > .grid__item__inner > a {
    padding: 0; } }

@media (max-width: 500px) {
  .page-template-page-homepage #head,
  .page-template-page-exhibitor_lp #head,
  .page-template-page-speaker_lp #head {
    /* .grid .grid__item.grid__item--half .post .post__additionals .post__additional {*/
    /*   top: auto;*/
    /*   -webkit-transform: none;*/
    /*           transform: none;*/
    /* }*/ }
    .page-template-page-homepage #head .grid .grid__item.grid__item--link > .grid__item__inner > a,
    .page-template-page-exhibitor_lp #head .grid .grid__item.grid__item--link > .grid__item__inner > a,
    .page-template-page-speaker_lp #head .grid .grid__item.grid__item--link > .grid__item__inner > a {
      align-items: center; }
    .page-template-page-homepage #head .grid .grid__item.grid__item--link > .grid__item__inner .post__link__container,
    .page-template-page-exhibitor_lp #head .grid .grid__item.grid__item--link > .grid__item__inner .post__link__container,
    .page-template-page-speaker_lp #head .grid .grid__item.grid__item--link > .grid__item__inner .post__link__container {
      justify-content: center; }
    .page-template-page-homepage #head .post__additionals,
    .page-template-page-exhibitor_lp #head .post__additionals,
    .page-template-page-speaker_lp #head .post__additionals {
      bottom: 0;
      /* top: 50%;*/
      /* -webkit-transform: translateY(-50%);*/
      /*         transform: translateY(-50%);*/ } }

/* logo animation*/
.logo-holder {
  display: flex;
  align-items: center; }

#animated-logo {
  overflow: visible;
  cursor: pointer; }

.line {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  height: 35%; }

.line.second {
  top: 50%; }

.underline {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  height: 1px;
  background-color: black;
  margin-bottom: 10px; }

.underline.second {
  top: 90%; }

.letters, .ys {
  height: 100%;
  width: auto; }

.letters {
  display: flex;
  flex-grow: 1; }

.word {
  height: 100%;
  display: flex;
  -webkit-box-flex: 1; }

.word.ys {
  justify-content: flex-end; }

.line img {
  display: block;
  flex-shrink: 3;
  height: 100%;
  margin-right: 1px; }

.line .space {
  opacity: 0; }

body {
  opacity: 0; }

.speaker--no-img .speaker__title, .speaker--no-img .speaker__role {
  color: #000; }

.speaker--no-img .speaker__name {
  color: #ff0000; }

.post--speaker.post--hover .post__content .post__title {
  margin-top: 1.3888888889vw; }
  @media (max-width: 999px) {
    .post--speaker.post--hover .post__content .post__title {
      margin-top: 2.6041666667vw; } }
  @media (max-width: 500px) {
    .post--speaker.post--hover .post__content .post__title {
      margin-top: 5.3333333333vw; } }

.post__exhibitor-name {
  position: absolute;
  top: 2.7777777778vw;
  left: 2.7777777778vw;
  right: 2.7777777778vw;
  text-align: left;
  font-size: 1.25vw;
  line-height: 1.3; }
  @media (max-width: 999px) {
    .post__exhibitor-name {
      top: 3.90625vw;
      left: 3.90625vw;
      right: 3.90625vw;
      font-size: 2.34375vw; } }
  @media (max-width: 500px) {
    .post__exhibitor-name {
      top: 8vw;
      left: 8vw;
      right: 8vw;
      font-size: 3.2vw;
      line-height: 1.4; } }

body.logged-in.admin-bar #footer {
  z-index: 15; }

.post__additionals .post__additional {
  line-height: initial; }

#time-slider {
  height: 1px; }
  #time-slider .ui-slider-handle {
    cursor: pointer; }
    #time-slider .ui-slider-handle:before {
      content: '';
      position: absolute;
      display: block;
      width: 200%;
      height: 200%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media (min-width: 1000px) {
  .cfgd-timeline-holder {
    margin-bottom: -1px; }
    .cfgd-timeline-holder .guide--height {
      height: auto !important; }
    .cfgd-timeline-holder .tabs.tabs--guide .tabs__tab,
    .cfgd-timeline-holder .tabs.tabs--guide .tabs__content,
    .cfgd-timeline-holder .tabs.tabs--guide .tabs__content .guide--height {
      height: 100% !important; }
    .cfgd-timeline-holder .tabs.tabs--guide .tabs__header:last-child {
      border-bottom: 1px solid #000; }
    .cfgd-timeline-holder .tabs.tabs--guide .tabs__header {
      height: 5.91vw; }
    .cfgd-timeline-holder .guide__item {
      height: 5.91vw; }
    .cfgd-timeline-holder .guide__item.guide__item--details {
      height: auto; } }

.guide__title span {
  display: inline; }

.guide__date {
  flex: 0 0 auto; }

.tabs.tabs--guide .tabs__header a {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0; }

.guide-speaker-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }
  .guide-speaker-img.visible {
    opacity: 1; }

.guide__item.guide__item--details .guide__image {
  position: relative; }

@media (min-width: 501px) and (max-width: 999px) {
  .tabs.tabs--guide .tabs__tab.tabs__tab--active .tabs__content .grid__item .grid__item__inner {
    padding-bottom: 0; } }

@media (max-width: 500px) {
  .guide__item:last-child {
    margin-bottom: 6px; } }

.tech-lp-hs-title {
  font-size: 3.2638888889vw;
  line-height: 3.6111111111vw; }
  @media (max-width: 999px) {
    .tech-lp-hs-title {
      font-size: 6.1197916667vw;
      line-height: 6.7708333333vw; } }
  @media (max-width: 500px) {
    .tech-lp-hs-title {
      font-size: 9.6vw;
      line-height: 11.2vw; } }

/* PDF doenload fixed overlay*/
.pdf-download-overlay {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  z-index: 100;
  height: 5.5555555556vw;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25vw !important;
  line-height: 1.6666666667vw !important; }
  @media screen and (max-width: 999px) {
    .pdf-download-overlay {
      font-size: 2.34375vw !important;
      line-height: 3.125vw !important; } }
  @media screen and (max-width: 500px) {
    .pdf-download-overlay {
      font-size: 4.8vw !important;
      line-height: 6.4vw !important; } }
  .pdf-download-overlay.hidden {
    display: none; }
  .pdf-download-overlay a {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 2.0833333333vw; }
  .pdf-download-overlay .download-icon {
    margin-left: 1.0416666667vw;
    height: 0.9027777778vw; }
  .pdf-download-overlay .pdf-overlay-close {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: transparent;
    border: 0;
    padding: 0 2.0833333333vw;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .pdf-download-overlay .pdf-overlay-close svg {
      height: 1.7361111111vw; }
  @media (max-width: 999px) {
    .pdf-download-overlay {
      height: 7.8125vw; }
      .pdf-download-overlay a, .pdf-download-overlay .pdf-overlay-close {
        padding: 0 3.2552083333vw; }
      .pdf-download-overlay .download-icon {
        margin-left: 1.953125vw;
        height: 1.6927083333vw; }
      .pdf-download-overlay .pdf-overlay-close svg {
        height: 1.953125vw; } }
  @media (max-width: 500px) {
    .pdf-download-overlay {
      height: 13.3333333333vw;
      font-size: calc(14/375 * 100vw) !important;
      line-height: calc(18/375 * 100vw) !important; }
      .pdf-download-overlay a, .pdf-download-overlay .pdf-overlay-close {
        padding: 0 5.3333333333vw; }
      .pdf-download-overlay .download-icon {
        margin-left: 2.6666666667vw;
        height: 3.4666666667vw; }
      .pdf-download-overlay .pdf-overlay-close svg {
        height: 4vw; } }

/* GDPR global form consent styling*/
.legal-consent-container p, .legal-consent-container .hs-richtext,
.legal-consent-container .hs-form-booleancheckbox-display {
  font-size: 0.6944444444vw !important;
  line-height: 0.8333333333vw !important; }

.legal-consent-container .hs-fieldtype-booleancheckbox {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.legal-consent-container .hs-form-booleancheckbox-display span::before {
  width: 1.1111111111vw !important;
  height: 1.1111111111vw !important; }

.legal-consent-container .hs-form-booleancheckbox-display span span::before {
  display: none !important; }

.form--exhibitor-registration .hs_submit {
  right: 0;
  left: auto; }
  .form--exhibitor-registration .hs_submit .actions {
    margin-top: 0; }

@media (min-width: 1000px) {
  .registration-form-halls {
    min-height: auto; }
  .form--exhibitor-registration-halls .hs_submit {
    position: absolute;
    bottom: 0;
    left: 23.9583333333vw; }
  .form--exhibitor-registration-halls .hsform__exhibitor .hs-fieldtype-booleancheckbox.hs_newsletter_signup {
    position: relative; } }

@media (max-width: 999px) {
  .form--exhibitor-registration-halls .hs_submit {
    position: absolute;
    bottom: 0;
    left: 45.5729166667vw; }
  .legal-consent-container p, .legal-consent-container .hs-richtext,
  .legal-consent-container .hs-form-booleancheckbox-display {
    font-size: 1.3020833333vw !important;
    line-height: 1.5625vw !important; }
  .legal-consent-container .hs-form-booleancheckbox-display span::before {
    width: 1.5625vw !important;
    height: 1.5625vw !important; } }

@media (max-width: 500px) {
  .form--exhibitor-registration-halls .hs_submit {
    position: relative;
    bottom: auto;
    left: auto; }
  .legal-consent-container p, .legal-consent-container .hs-richtext,
  .legal-consent-container .hs-form-booleancheckbox-display {
    font-size: 2.6666666667vw !important;
    line-height: 3.2vw !important; }
  .legal-consent-container .hs-form-booleancheckbox-display span::before {
    width: 3.2vw !important;
    height: 3.2vw !important; } }

#stream {
  height: auto; }

#stream-tabs {
  height: auto; }
  #stream-tabs .grid__item {
    height: 100%; }
  #stream-tabs .simplebar-content {
    padding-bottom: 0 !important; }
  #stream-tabs .tabs.tabs--live .tabs__header {
    height: 6.7361111111vw; }
    #stream-tabs .tabs.tabs--live .tabs__header:last-child {
      border-bottom: 0; }

@media (max-width: 999px) {
  #stream .tabs.tabs--live .tabs__tab.tabs__tab--active a {
    color: #FF0000; }
  #stream .tabs.tabs--live .tabs__header {
    height: auto;
    border-color: #fff; }
    #stream .tabs.tabs--live .tabs__header a {
      font-size: 3.515625vw;
      line-height: 4.1666666667vw;
      color: #fff; }
  #stream .tabs.tabs--live .tabs__content {
    margin: 0 20px; } }

@media (max-width: 500px) {
  #stream {
    margin: 0; }
    #stream .tabs.tabs--live {
      width: 100%;
      margin: 0; }
      #stream .tabs.tabs--live .tabs__header {
        margin: 0; }
        #stream .tabs.tabs--live .tabs__header a {
          font-size: 7.2vw;
          line-height: 8.5333333333vw;
          padding-top: 5.3333333333vw;
          padding-bottom: 5.3333333333vw; }
      #stream .tabs.tabs--live .tabs__content {
        margin: 0; } }

.scrollmagic-pin-spacer {
  z-index: 10; }

/*# sourceMappingURL=styles-ms.css.map */