.ex-application__mock {
  opacity: 0.05;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0; }
  .ex-application__mock:hover {
    opacity: 1; }
/** @define image */
/** @define exhibitor-search-result-item */
/*
	This mixin can be used to set the object-fit:
	@include object-fit(contain);
	or object-fit and object-position:
	@include object-fit(cover, top);
*/
.ex-exhibitor-search-result-item__grid {
  margin-bottom: 20px; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__exhibitor-image {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain; object-position: top right";
    -o-object-position: top right;
    object-position: top right;
    margin-bottom: 25px;
    margin-left: 10px;
    max-height: 40px;
    width: 100%; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__copy {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__copy::after {
      display: none; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__headline {
    width: 100%; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__productContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__productContainer:not(:empty) {
      margin-bottom: 15px; }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__productContainer .a-image {
      border: 1px solid #dcdddf; }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__productContainer img {
      width: 100%; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__image-container {
    margin-bottom: calc(2.5px * 2);
    padding: 0 2.5px;
    width: 100%;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__image-container_halfwidth {
      width: 50%; }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__image-container .a-image {
      margin: 0; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__novelty-tag {
    left: 0; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__location {
    height: 25px; }
  .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__favourite {
    margin: 0; }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__favourite-icon {
      left: 7px; }
  @media screen and (max-width: 479px) {
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__exhibitor-image {
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain; object-position: top left";
      -o-object-position: top left;
      object-position: top left;
      margin-bottom: 10px;
      margin-top: -10px; } }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__copy {
      font-size: 16.5px;
      letter-spacing: 0;
      line-height: 30px; }
    .ex-exhibitor-search-result-item__grid .ex-exhibitor-search-result-item__exhibitor-image {
      height: auto;
      margin-bottom: 25px;
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .ex-exhibitor-search-result-item__grid {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-search-result-item__grid .a-image {
        margin: 0; } }
/*
	This mixin can be used to set the object-fit:
	@include object-fit(contain);
	or object-fit and object-position:
	@include object-fit(cover, top);
*/
/** @define exhibitor-search-result-item */
.ex-exhibitor-search-result-item {
  background: #fff;
  border: none;
  cursor: pointer;
  display: block;
  font-family: Roboto-Light;
  overflow: hidden;
  padding: 15px;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search-result-item__exhibitor-image {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
    float: right;
    height: auto; }
  .ex-exhibitor-search-result-item__favourite {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 26px; }
    .ex-exhibitor-search-result-item__favourite-count {
      margin-left: 7px; }
    .ex-exhibitor-search-result-item__favourite-icon {
      display: inline;
      font-size: 25px;
      line-height: 1;
      padding: 15px;
      position: absolute;
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-search-result-item__favourite-icon::after {
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        transition: -webkit-transform 300ms;
        transition: transform 300ms;
        transition: transform 300ms, -webkit-transform 300ms; }
      .ex-exhibitor-search-result-item__favourite-icon::before {
        left: 0;
        position: absolute;
        top: 0; }
      .ex-exhibitor-search-result-item__favourite-icon--active::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  .ex-exhibitor-search-result-item__highlight-text {
    color: #8d8f95;
    display: block;
    line-height: 14px;
    margin-bottom: 5px;
    position: relative;
    text-align: right; }
  .ex-exhibitor-search-result-item__lightbox-button-container button {
    display: block;
    margin: 0 auto 20px; }
    .ex-exhibitor-search-result-item__lightbox-button-container button:last-child {
      margin-bottom: 0; }
  .ex-exhibitor-search-result-item__lightbox-content-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .ex-exhibitor-search-result-item__lightbox-text-container {
    /* stylelint-disable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-result-item__lightbox-text-container h2 {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-search-result-item__lightbox-text-container h2:last-child {
        margin-bottom: 40px; }
  .ex-exhibitor-search-result-item__novelty-tag {
    background: #303030;
    color: #fff;
    font-size: 10px;
    left: 10px;
    letter-spacing: 0.5px;
    padding: 2px 12px;
    position: relative;
    top: -18px; }
  .ex-exhibitor-search-result-item__location {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -10px; }
    .ex-exhibitor-search-result-item__location-text {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ex-exhibitor-search-result-item__location-text::before {
        font-size: 23px;
        margin-right: 5px;
        position: relative; }
  @media screen and (max-width: 479px) {
    .ex-exhibitor-search-result-item__highlight-text {
      font-size: 11px;
      line-height: 10px;
      margin-top: -1px; }
    .ex-exhibitor-search-result-item__headline {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-search-result-item__novelty-tag {
      top: -22px; } }
  .ex-exhibitor-search-result-item .highlighted {
    font-weight: bold; }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-search-result-item {
      padding: 20px 25px; } }
/*
	This mixin can be used to set the object-fit:
	@include object-fit(contain);
	or object-fit and object-position:
	@include object-fit(cover, top);
*/
/** @define exhibitor-search-result-item */
.ex-exhibitor-search-result-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 10px 3px;
  position: relative;
  /* stylelint-disable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search-result-item__list p::after {
    display: none; }
  .ex-exhibitor-search-result-item__list .a-image {
    margin: 0; }
  .ex-exhibitor-search-result-item__list-container {
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-result-item__list-container--highlight {
      margin-bottom: 37px;
      margin-top: 12px; }
      .ex-exhibitor-search-result-item__list-container--highlight:first-child {
        margin-top: 0; }
      .ex-exhibitor-search-result-item__list-container--highlight + .ex-exhibitor-search-result-item__list-container--highlight {
        margin-top: 0; }
    .ex-exhibitor-search-result-item__list-container .ex-exhibitor-search-result-item__highlight-text {
      padding: 0 10px; }
  .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__exhibitor-image {
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain; object-position: top right";
      -o-object-position: top right;
      object-position: top right;
      float: none;
      height: auto;
      margin: 0;
      margin-bottom: 0;
      max-height: 40px;
      position: relative;
      top: 50%;
      width: 100%; }
    .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__favourite {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 25px;
      margin: 0;
      position: relative;
      text-align: left;
      width: 50%; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__favourite-count {
        color: #303030;
        vertical-align: middle; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__favourite-icon {
        margin-right: 25px;
        top: 0; }
    .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__headline {
      margin-bottom: 20px; }
    .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__imageContainer {
      margin: 0;
      margin-bottom: 10px; }
    .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__location {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 17px;
      margin: 0;
      text-align: left; }
    .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__novelty-tag + .row {
      margin-top: -10px; }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-search-result-item__list {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-search-result-item__list > .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__favourite {
        margin: 0; }
        .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__favourite-icon {
          font-size: 25px; } }
  @media screen and (min-width: 768px) {
    .ex-exhibitor-search-result-item__list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__headline {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__imageContainer {
        /* stylelint-disable plugin/selector-bem-pattern */
        /* stylelint-enable plugin/selector-bem-pattern */ }
        .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__imageContainer .a-image {
          padding: 0 10px; }
        .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__imageContainer img {
          -o-object-fit: contain;
          object-fit: contain;
          font-family: "object-fit: contain; object-position: center";
          -o-object-position: center;
          object-position: center; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__favourite {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__location {
        -ms-flex-item-align: center;
            align-self: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center; } }
  @media screen and (min-width: 1024px) {
    .ex-exhibitor-search-result-item__list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__imageContainer {
        /* stylelint-disable plugin/selector-bem-pattern */
        /* stylelint-enable plugin/selector-bem-pattern */ }
        .ex-exhibitor-search-result-item__list .ex-exhibitor-search-result-item__imageContainer .a-image {
          padding: 0 30px; } }
.ex-link::before {
  margin-right: 5px;
  vertical-align: middle; }

.ex-link span {
  font-size: 16.5px;
  vertical-align: middle; }
.ex-contact-box__container-location .ex-contact-box__container-location-content {
  height: 100%; }

.ex-contact-box__container-location .ex-contact-box__container-location-button {
  cursor: pointer; }
  .ex-contact-box__container-location .ex-contact-box__container-location-button:hover, .ex-contact-box__container-location .ex-contact-box__container-location-button:active, .ex-contact-box__container-location .ex-contact-box__container-location-button:focus {
    border-color: inherit;
    box-shadow: none;
    color: inherit; }
/** @define lightbox */
.ex-lightbox--fullcontentheight {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-lightbox--fullcontentheight .m-lightbox__content {
    height: 80%; }
.ex-contact-box__social-link-lightbox-qr {
  margin: 10px; }
  .ex-contact-box__social-link-lightbox-qr h5 {
    text-align: center;
    width: 100%; }
  .ex-contact-box__social-link-lightbox-qr .a-image {
    margin: 0; }
    .ex-contact-box__social-link-lightbox-qr .a-image img {
      margin: 0 auto; }
/** @define contact-box */
.ex-contact-box {
  left: 50%;
  margin-bottom: 40px;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  z-index: 100; }
  .ex-contact-box__address-field {
    margin-bottom: 25px;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-contact-box__address-field-zip:not(:empty) + .ex-contact-box__address-field-city {
      margin-left: 5px; }
    .ex-contact-box__address-field-tel-title:not(:empty) + .ex-contact-box__address-field-tel-number, .ex-contact-box__address-field-fax-title:not(:empty) + .ex-contact-box__address-field-tel-number, .ex-contact-box__address-field-tel-title:not(:empty) + .ex-contact-box__address-field-fax-number, .ex-contact-box__address-field-fax-title:not(:empty) + .ex-contact-box__address-field-fax-number {
      margin-left: 5px; }
    .ex-contact-box__address-field p {
      margin: 0;
      width: 100%; }
  .ex-contact-box__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .ex-contact-box__hint-wrapper {
    display: inline-block;
    margin-bottom: 22px;
    margin-top: 10px; }
  .ex-contact-box__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 10px; }
  .ex-contact-box__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    height: auto;
    position: relative; }
    .ex-contact-box__container-address, .ex-contact-box__container-links, .ex-contact-box__container-social, .ex-contact-box__container-location {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
    .ex-contact-box__container-address, .ex-contact-box__container-links, .ex-contact-box__container-social, .ex-contact-box__container-hint {
      padding: 22px 30px; }
    .ex-contact-box__container-hint {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .ex-contact-box__container-location {
      height: 256px;
      left: 50%;
      max-width: 320px;
      position: relative;
      text-align: center;
      top: -30px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 256px;
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location--no-link).ex-contact-box__container-location-item--long .ex-contact-box__container-location-button {
        margin-top: -25px; }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-button {
        margin-top: -50px; }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) .ex-contact-box__container-location-hall {
        display: block;
        font-family: Roboto-Bold;
        font-size: 70px;
        line-height: 35px;
        margin-bottom: 20px;
        position: relative; }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) .ex-contact-box__container-location-stand {
        display: block;
        font-family: Roboto-Regular;
        font-size: 35px;
        line-height: 35px;
        position: relative; }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) .ex-contact-box__container-location-category {
        display: block;
        font-family: Roboto-Light;
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 15px;
        margin-top: -5px;
        position: relative; }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) .ex-contact-box__container-location-item--long {
        height: 135px; }
        .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) .ex-contact-box__container-location-item--long .ex-contact-box__container-location-hall {
          font-size: 40px;
          margin-bottom: 10px; }
        .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) .ex-contact-box__container-location-item--long .ex-contact-box__container-location-category {
          margin-bottom: 5px;
          margin-top: 5px; }
      .ex-contact-box__container-location--no-link.ex-contact-box__container-location_multiple .ex-contact-box__container-location-title {
        margin-bottom: 0; }
      .ex-contact-box__container-location--no-link.ex-contact-box__container-location_multiple .ex-contact-box__container-location-item {
        display: inline-block;
        font-family: Roboto-Regular;
        font-size: 14px;
        height: 100%;
        margin-bottom: 0;
        width: auto; }
      .ex-contact-box__container-location::before {
        content: '';
        display: table;
        padding-top: 100%;
        position: relative;
        width: 100%; }
      .ex-contact-box__container-location-button {
        margin: 0 0.5em 15px;
        position: relative;
        top: 15px; }
        .ex-contact-box__container-location-button.btn-default {
          padding-left: 20px;
          padding-right: 20px; }
        .ex-contact-box__container-location-button::before {
          font-size: 25px;
          margin-right: 5px;
          position: relative;
          vertical-align: middle; }
      .ex-contact-box__container-location-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
        margin: 0;
        padding: 22px 30px;
        position: absolute;
        top: 0;
        width: 100%; }
      .ex-contact-box__container-location-item {
        width: 100%; }
      .ex-contact-box__container-location_multiple {
        left: 30px;
        max-width: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: calc(100% - 60px);
        z-index: 1;
        /* stylelint-disable plugin/selector-bem-pattern */
        /* stylelint-enable plugin/selector-bem-pattern */ }
        .ex-contact-box__container-location_multiple.ex-contact-box__container-location {
          height: auto; }
        .ex-contact-box__container-location_multiple .ex-contact-box__container-location-item {
          margin-bottom: 15px; }
        .ex-contact-box__container-location_multiple .ex-contact-box__container-location-title {
          margin-bottom: 15px; }
        .ex-contact-box__container-location_multiple .ex-contact-box__container-location-content {
          display: block;
          height: auto;
          position: relative; }
        .ex-contact-box__container-location_multiple .ex-contact-box__container-location-hall, .ex-contact-box__container-location_multiple .ex-contact-box__container-location-stand {
          margin-left: 0.25em; }
        .ex-contact-box__container-location_multiple-category, .ex-contact-box__container-location_multiple-hall, .ex-contact-box__container-location_multiple-stand {
          font-size: 20px; }
        .ex-contact-box__container-location_multiple::before {
          padding: 0; }
        .ex-contact-box__container-location_multiple:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-content {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .ex-contact-box__container-location_multiple:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-item {
          display: inline-block;
          font-size: 14px;
          margin-left: 1em;
          margin-right: 1em;
          width: auto; }
          .ex-contact-box__container-location_multiple:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-item::before {
            font-size: 25px;
            margin-right: 0;
            position: relative;
            top: -2px;
            vertical-align: middle; }
        .ex-contact-box__container-location_multiple:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-category, .ex-contact-box__container-location_multiple:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-hall, .ex-contact-box__container-location_multiple:not(.ex-contact-box__container-location--no-link) .ex-contact-box__container-location-stand {
          display: inline;
          font-family: Roboto-Light;
          font-size: 18px !important;
          font-weight: 300;
          line-height: 35px;
          position: relative;
          top: 0 !important; }
  .ex-contact-box__social-links-container {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-contact-box__social-links-container a {
      display: inline-block;
      font-size: 30px;
      margin: 0 15px; }
  .ex-contact-box__website-container, .ex-contact-box__shop-container {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .ex-contact-box__website-container, .ex-contact-box__shop-container {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    @media screen and (min-width: 1280px) {
      .ex-contact-box__website-container, .ex-contact-box__shop-container {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .ex-contact-box__website-title, .ex-contact-box__shop-title, .ex-contact-box__product-title {
    margin-bottom: 10px; }
  .ex-contact-box__social-title {
    margin-bottom: 25px; }
  .ex-contact-box__website-link, .ex-contact-box__shop-link, .ex-contact-box__product-link {
    font-size: 16.5px; }
  @media screen and (min-width: 768px) {
    .ex-contact-box {
      left: 0;
      margin-left: 0;
      width: auto;
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-contact-box.state-offset {
        margin-top: -75px; }
      .ex-contact-box__container {
        min-height: calc((100vw - 80px) / 3); }
        .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          left: auto;
          margin: 0;
          max-width: none;
          position: absolute;
          right: 30px;
          top: -30px;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          z-index: 2; } }
  @media screen and (min-width: 768px) {
    .ex-contact-box__background {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media screen and (min-width: 1024px) {
    .ex-contact-box__container {
      min-height: calc((100vw - 120px) / 3); } }
  @media screen and (min-width: 1280px) {
    .ex-contact-box__container {
      min-height: 285px;
      width: auto; }
      .ex-contact-box__container-location:not(.ex-contact-box__container-location_multiple) {
        width: 25%; }
      .ex-contact-box__container-location-content {
        width: 100%; }
      .ex-contact-box__container-social {
        padding-right: 0; } }
/** @define toggle-link */
.ex-toggle-link::before {
  display: inline-block;
  position: relative;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease; }

.ex-toggle-link_active::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
/** @define content-toggle */
.ex-content-toggle {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-content-toggle__content {
    max-height: 32em;
    overflow: hidden;
    position: relative;
    transition: max-height 800ms; }
    .ex-content-toggle__content::after {
      bottom: 0;
      box-shadow: inset 0 -30px 20px -10px #fff;
      content: '';
      height: 20px;
      position: absolute;
      width: 100%; }
    .ex-content-toggle__content_no-toggle::after {
      display: none; }
  .ex-content-toggle .ex-text-image__image--center {
    float: none;
    margin: 0 auto;
    padding: 0; }
  @media screen and (min-width: 480px) {
    .ex-content-toggle__content {
      max-height: 18em; } }
/** @define text-image */
.ex-text-image {
  /* stylelint-disable plugin/selector-bem-pattern */ }
  .ex-text-image .a-image--clickable figure {
    position: relative; }
    .ex-text-image .a-image--clickable figure::before {
      bottom: 10px;
      color: #fff;
      content: 'c';
      cursor: pointer;
      font-family: 'mef-iconset-bold' !important;
      font-size: 35px;
      opacity: 1;
      pointer-events: none;
      position: absolute;
      right: 20px;
      z-index: 1; }
  .ex-text-image .a-image--clickable .a-image-overlay {
    background: #000;
    content: '';
    cursor: pointer;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%; }
/** @define detail-description */
/** @define exhibitor-contact-persons */
.ex-exhibitor-contact-persons {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%; }
  .ex-exhibitor-contact-persons__contact-btn {
    margin-top: 15px; }
  .ex-exhibitor-contact-persons__contact-container {
    margin-bottom: 60px; }
  .ex-exhibitor-contact-persons__contact-data {
    display: inline-block;
    height: 90px; }
  .ex-exhibitor-contact-persons__contact-image {
    float: left;
    height: 90px;
    margin-right: 20px;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-contact-persons__contact-image .a-image {
      height: 100%; }
      .ex-exhibitor-contact-persons__contact-image .a-image img {
        height: 90px; }
  .ex-exhibitor-contact-persons__contact-name {
    margin-bottom: 5px;
    width: 100%; }
  .ex-exhibitor-contact-persons__contact-compartment, .ex-exhibitor-contact-persons__contact-position, .ex-exhibitor-contact-persons__contact-mobile, .ex-exhibitor-contact-persons__contact-telephone {
    display: block; }
  .ex-exhibitor-contact-persons__top-container {
    margin-bottom: 10px; }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-contact-persons__contact-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 187px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-contact-persons__contact-data .btn {
        -ms-flex-item-align: start;
            align-self: flex-start; }
    .ex-exhibitor-contact-persons__contact-image {
      height: 187px; }
      .ex-exhibitor-contact-persons__contact-image .a-image {
        /* stylelint-disable plugin/selector-bem-pattern */
        /* stylelint-enable plugin/selector-bem-pattern */ }
        .ex-exhibitor-contact-persons__contact-image .a-image img {
          height: 187px; } }
/** @define login */
.ex-login {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
/** @define header */
/** @define layout */
/** @define loading-area */
.ex-loading-area {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-loading-area_fixed {
    position: fixed; }
  .ex-loading-area .a-spinner {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.m-download-list__text {
  color: #8d8f95; }

.m-download-list .a-link-disabled {
  color: #8d8f95;
  cursor: not-allowed;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none; }
/** @define product-detail-downloads */
/** @define product-slider */
.ex-product-slider {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-product-slider .ex-loading-area {
    z-index: 1; }
  .ex-product-slider .a-slide-nav,
  .ex-product-slider .slick-slider {
    opacity: 0;
    transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, transform 400ms;
    transition: opacity 400ms, transform 400ms, -webkit-transform 400ms; }
  .ex-product-slider_ready .a-slide-nav,
  .ex-product-slider_ready .slick-slider {
    opacity: 1; }
  .ex-product-slider .a-image figure {
    overflow: hidden; }
  .ex-product-slider .a-image img {
    max-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; }
  .ex-product-slider.state-product-detail__fallback-item {
    height: 240px; }
  .ex-product-slider.state-product-detail .ex-product-slider__product-overlay {
    padding: 10px; }
  .ex-product-slider.state-product-detail .ex-product-slider__product-title {
    font-size: 20px; }
  .ex-product-slider.state-product-detail .a-slide-nav {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-product-slider.state-product-detail .a-slide-nav--prev {
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .ex-product-slider.state-product-detail .a-slide-nav--next {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .ex-product-slider.state-product-detail:hover .a-slide-nav {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-product-slider.state-product-detail:hover .a-slide-nav--prev {
      -webkit-transform: translate(40%, -50%);
          -ms-transform: translate(40%, -50%);
              transform: translate(40%, -50%); }
    .ex-product-slider.state-product-detail:hover .a-slide-nav--next {
      -webkit-transform: translate(-40%, -50%);
          -ms-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%); }
  .ex-product-slider.state-product-detail .m-slider__container .slick-track {
    height: 240px; }
  .ex-product-slider.state-product-detail .m-slider-item img {
    height: 240px; }
  .ex-product-slider .slick-active:not(.state-inactive):hover::before {
    opacity: 0.1; }
  .ex-product-slider .slick-active:not(.state-inactive):hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .ex-product-slider .slick-active:not(.state-inactive):hover .ex-product-slider__product-button {
    background-color: #fff;
    color: #303030; }
  .ex-product-slider__fallback-item {
    background: url(Pattern-1462860a6f2b1fd6fb63d754d30705ec.png);
    background-repeat: repeat;
    height: 320px;
    width: 50vw; }
  .ex-product-slider__product-button {
    display: block;
    min-width: 160px;
    position: relative;
    transition: color 400ms, border-color 400ms, background-color 400ms, opacity 300ms; }
    .ex-product-slider__product-button.btn.btn-default {
      padding: 20px; }
  .ex-product-slider__product-title {
    color: #fff;
    max-width: calc(100vw - 80px);
    position: relative;
    text-align: center; }
  .ex-product-slider__product-overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity 500ms;
    width: 100%;
    z-index: 2; }
  .ex-product-slider:hover .a-slide-nav {
    opacity: 1; }
  .ex-product-slider:hover .a-slide-nav {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-product-slider:hover .a-slide-nav--prev {
      -webkit-transform: translate(10%, -50%);
          -ms-transform: translate(10%, -50%);
              transform: translate(10%, -50%); }
    .ex-product-slider:hover .a-slide-nav--next {
      -webkit-transform: translate(-10%, -50%);
          -ms-transform: translate(-10%, -50%);
              transform: translate(-10%, -50%); }
  .ex-product-slider .a-slide-nav {
    font-size: 45px;
    height: auto; }
  .ex-product-slider .a-slide-nav {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-product-slider .a-slide-nav--prev {
      -webkit-transform: translate(25%, -50%);
          -ms-transform: translate(25%, -50%);
              transform: translate(25%, -50%); }
    .ex-product-slider .a-slide-nav--next {
      -webkit-transform: translate(-25%, -50%);
          -ms-transform: translate(-25%, -50%);
              transform: translate(-25%, -50%); }
  .ex-product-slider .m-slider__container {
    background: url(Pattern-1462860a6f2b1fd6fb63d754d30705ec.png);
    background-repeat: repeat;
    margin: 0; }
    .ex-product-slider .m-slider__container .slick-track {
      height: 320px;
      overflow: hidden; }
  .ex-product-slider .m-slider-item {
    background: #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    margin: 0;
    position: relative; }
    .ex-product-slider .m-slider-item::before {
      background-color: #000;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      opacity: 0.35;
      position: absolute;
      top: 0;
      transition: opacity 500ms;
      width: 100%;
      z-index: 1; }
    .ex-product-slider .m-slider-item.slick-active::before {
      opacity: 0.2; }
    .ex-product-slider .m-slider-item.slick-active .ex-product-slider__product-overlay {
      opacity: 1; }
    .ex-product-slider .m-slider-item img {
      height: 320px;
      width: auto !important; }
  @media screen and (min-width: 768px) {
    .ex-product-slider.state-product-detail__fallback-item {
      height: 280px; }
    .ex-product-slider.state-product-detail .ex-product-slider__product-title {
      font-size: 25px; }
    .ex-product-slider.state-product-detail .m-slider__container .slick-track {
      height: 280px; }
    .ex-product-slider.state-product-detail .m-slider-item img {
      height: 280px; }
    .ex-product-slider__fallback-item {
      height: 420px; }
    .ex-product-slider__product-button {
      min-width: 180px; }
    .ex-product-slider__product-overlay {
      padding-bottom: 85px; }
    .ex-product-slider:hover .a-slide-nav {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-product-slider:hover .a-slide-nav--prev {
        -webkit-transform: translate(40%, -100%);
            -ms-transform: translate(40%, -100%);
                transform: translate(40%, -100%); }
      .ex-product-slider:hover .a-slide-nav--next {
        -webkit-transform: translate(-40%, -100%);
            -ms-transform: translate(-40%, -100%);
                transform: translate(-40%, -100%); }
    .ex-product-slider .a-slide-nav {
      font-size: 60px; }
    .ex-product-slider .a-slide-nav {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-product-slider .a-slide-nav--prev {
        -webkit-transform: translate(50%, -100%);
            -ms-transform: translate(50%, -100%);
                transform: translate(50%, -100%); }
      .ex-product-slider .a-slide-nav--next {
        -webkit-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%); }
    .ex-product-slider .m-slider__container .slick-track {
      height: 420px; }
    .ex-product-slider .m-slider-item img {
      height: 420px; } }
  @media screen and (min-width: 1024px) {
    .ex-product-slider.state-product-detail__fallback-item {
      height: 320px; }
    .ex-product-slider.state-product-detail .m-slider__container .slick-track {
      height: 320px; }
    .ex-product-slider.state-product-detail .m-slider-item img {
      height: 320px; }
    .ex-product-slider__fallback-item {
      height: 520px; }
    .ex-product-slider__product-button {
      width: 200px; }
    .ex-product-slider:hover .a-slide-nav {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-product-slider:hover .a-slide-nav--prev {
        -webkit-transform: translate(75%, -90%);
            -ms-transform: translate(75%, -90%);
                transform: translate(75%, -90%); }
      .ex-product-slider:hover .a-slide-nav--next {
        -webkit-transform: translate(-75%, -90%);
            -ms-transform: translate(-75%, -90%);
                transform: translate(-75%, -90%); }
    .ex-product-slider .a-slide-nav {
      font-size: 75px; }
    .ex-product-slider .a-slide-nav {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-product-slider .a-slide-nav--prev {
        -webkit-transform: translate(85%, -90%);
            -ms-transform: translate(85%, -90%);
                transform: translate(85%, -90%); }
      .ex-product-slider .a-slide-nav--next {
        -webkit-transform: translate(-85%, -90%);
            -ms-transform: translate(-85%, -90%);
                transform: translate(-85%, -90%); }
    .ex-product-slider .m-slider__container .slick-track {
      height: 520px; }
    .ex-product-slider .m-slider-item img {
      height: 520px; } }
  @media screen and (min-width: 1280px) {
    .ex-product-slider.state-product-detail__fallback-item {
      height: 360px; }
    .ex-product-slider.state-product-detail .m-slider__container .slick-track {
      height: 360px; }
    .ex-product-slider.state-product-detail .m-slider-item img {
      height: 360px; }
    .ex-product-slider__fallback-item {
      height: 600px; }
    .ex-product-slider:hover .a-slide-nav {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-product-slider:hover .a-slide-nav--prev {
        -webkit-transform: translate(75%, -80%);
            -ms-transform: translate(75%, -80%);
                transform: translate(75%, -80%); }
      .ex-product-slider:hover .a-slide-nav--next {
        -webkit-transform: translate(-75%, -80%);
            -ms-transform: translate(-75%, -80%);
                transform: translate(-75%, -80%); }
    .ex-product-slider .a-slide-nav {
      font-size: 90px; }
    .ex-product-slider .a-slide-nav {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-product-slider .a-slide-nav--prev {
        -webkit-transform: translate(85%, -80%);
            -ms-transform: translate(85%, -80%);
                transform: translate(85%, -80%); }
      .ex-product-slider .a-slide-nav--next {
        -webkit-transform: translate(-85%, -80%);
            -ms-transform: translate(-85%, -80%);
                transform: translate(-85%, -80%); }
    .ex-product-slider .m-slider__container .slick-track {
      height: 600px; }
    .ex-product-slider .m-slider-item img {
      height: 600px; } }
/** @define video */
.ex-video {
  margin-bottom: 40px;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-video p {
    width: 100%; }
  .ex-video [id^="mi24playbutton_"] {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media screen and (min-width: 1024px) {
    .ex-video {
      margin-bottom: 60px; } }
/** @define product-detail */
.ex-product-detail {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-product-detail .ex-contact-box {
    margin-bottom: 60px;
    margin-top: 60px; }
  .ex-product-detail__contact-persons-copy {
    margin-bottom: 35px; }
  .ex-product-detail__product-slider-container {
    height: auto;
    left: 50%;
    margin-left: -50vw;
    padding: 0 0 80px;
    position: relative;
    width: 100vw; }
    .ex-product-detail__product-slider-container-title {
      margin-bottom: 20px;
      max-width: 83.33333%;
      text-align: center;
      width: 100%; }
  @media screen and (min-width: 768px) {
    .ex-product-detail {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-product-detail .ex-contact-box {
        margin-bottom: 80px;
        margin-top: 80px; }
      .ex-product-detail__product-slider-container-title {
        margin-bottom: 40px; } }
/** @define accordion-item */
.ex-accordion-item {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-accordion-item.m-accordion-item {
    border-bottom: 2px solid #fff;
    z-index: 1; }
    .ex-accordion-item.m-accordion-item:first-child {
      border-top: none; }
    .ex-accordion-item.m-accordion-item .collapsing {
      overflow: visible;
      transition-duration: 400ms; }
  .ex-accordion-item .m-accordion-item__content {
    padding-bottom: 40px; }
  .ex-accordion-item .m-accordion-item__title h4 {
    margin-bottom: 0; }
/** @define advertising */
.ex-advertising {
  overflow: hidden;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-advertising__title, .ex-advertising__content, .ex-advertising-billboard__title {
    display: none !important; }
  .ex-advertising_active .ex-advertising__content,
  .ex-advertising_active .ex-advertising__title,
  .ex-advertising_active .ex-advertising-billboard__title {
    display: block !important; }
  .ex-advertising_list {
    margin-bottom: 25px;
    margin-top: 11px; }
  .ex-advertising-billboard {
    margin: 20px 0 40px; }
/** @define cofair-event-item */
.ex-cofair-event-item__list-content, .ex-cofair-event-item__grid-content {
  position: relative;
  width: 100%; }

.ex-cofair-event-item__list-content-button, .ex-cofair-event-item__list-content-logo {
  display: inline-block; }

.ex-cofair-event-item__list-content-button {
  float: right;
  width: 40%;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-cofair-event-item__list-content-button .btn {
    float: right; }

.ex-cofair-event-item__list-content-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40%; }

.ex-cofair-event-item__grid-content {
  padding: 10px; }
  .ex-cofair-event-item__grid-content-button {
    text-align: center; }
  .ex-cofair-event-item__grid-content-logo {
    /* stylelint-disable plugin/selector-bem-pattern */ }
    .ex-cofair-event-item__grid-content-logo .a-image {
      margin-bottom: 20px !important;
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-cofair-event-item__grid-content-logo .a-image img {
        margin: 0 auto;
        width: 80%; }

@media screen and (max-width: 479px) {
  .ex-cofair-event-item__grid-content-button {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-cofair-event-item__grid-content-button .btn {
      padding: 5px; } }

@media screen and (min-width: 480px) {
  .ex-cofair-event-item__grid-content-logo {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-cofair-event-item__grid-content-logo .a-image {
      margin-bottom: 40px !important; } }
/** @define query-corrections */
.ex-query-corrections {
  margin-bottom: 20px; }
  .ex-query-corrections__query {
    display: inline;
    font-size: 16.5px; }
  .ex-query-corrections__copy {
    margin-bottom: 10px; }
/** @define empty-results */
.ex-empty-results {
  display: block;
  padding: 20px 0;
  text-align: center;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-empty-results h4,
  .ex-empty-results p {
    width: 100%; }
    .ex-empty-results h4:last-child,
    .ex-empty-results p:last-child {
      margin-bottom: 0; }
  .ex-empty-results .center-block {
    float: none; }
  .ex-empty-results__image {
    max-width: 100px;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-empty-results__image svg {
      max-width: 100%; }
  @media screen and (min-width: 480px) {
    .ex-empty-results__image {
      margin-bottom: 20px;
      margin-top: 20px;
      max-width: 200px; } }
/** @define search-result-segment */
.ex-search-result-segment {
  margin-bottom: 145px;
  margin-top: 0;
  overflow: hidden;
  padding: 0 10px;
  width: 100%; }
  .ex-search-result-segment__label {
    font-family: Roboto-Light;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .ex-search-result-segment__label::after {
      border-bottom: 1px solid #979797;
      content: '';
      margin-left: 15px;
      position: absolute;
      top: calc(50% + 1px);
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      width: 100%; }
  .ex-search-result-segment_first {
    margin-top: 0; }
  @media screen and (min-width: 480px) {
    .ex-search-result-segment {
      margin-bottom: 175px; } }
  @media screen and (min-width: 768px) {
    .ex-search-result-segment {
      margin-bottom: 75px; }
      .ex-search-result-segment__label {
        font-size: 30px; } }
  @media screen and (min-width: 1024px) {
    .ex-search-result-segment {
      margin-bottom: 80px; } }
/** @define ex-exhibitor-search-results */
.ex-exhibitor-search-results {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search-results.disable-hover,
  .ex-exhibitor-search-results.disable-hover * {
    pointer-events: none !important; }
/** @define exhibitor-cofairs */
/** @define filter-selection */
.ex-filter-selection {
  margin-top: 10px;
  text-align: left; }
  .ex-filter-selection__item {
    background: #f3f3f3;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 15px;
    text-transform: none;
    transition: background 400ms;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-filter-selection__item:last-child {
      margin-right: 0; }
    .ex-filter-selection__item:active, .ex-filter-selection__item:focus, .ex-filter-selection__item:hover {
      background: #dcdddf;
      color: inherit; }
    .ex-filter-selection__item .icon {
      font-size: 23px;
      line-height: 20px;
      margin-left: 15px;
      margin-right: 0;
      margin-top: -15px; }
      .ex-filter-selection__item .icon::after {
        display: block; }
  @media screen and (min-width: 768px) {
    .ex-filter-selection {
      margin-top: 0; } }
/** @define search-headline */
.ex-search-headline {
  margin-right: 30px;
  text-align: left;
  width: auto; }
  .ex-search-headline__text {
    font-family: "Roboto-Light", Arial, sans-serif; }
/** @define search-layout-toggle */
.ex-search-layout-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ex-search-layout-toggle__grid, .ex-search-layout-toggle__list {
    display: block;
    float: left;
    margin-left: 10px; }
    .ex-search-layout-toggle__grid:focus, .ex-search-layout-toggle__list:focus {
      outline: none; }
/** @define exhibitor-search-filter */
.ex-exhibitor-search-filter {
  margin-bottom: 30px;
  text-align: center;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search-filter__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-filter__container h2 {
      margin-bottom: 0;
      margin-top: 0; }
  .ex-exhibitor-search-filter .ex-filter-selection {
    margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-search-filter {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-search-filter__container {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .ex-exhibitor-search-filter .ex-filter-selection {
        margin-bottom: 0; } }
/** @define filter-layer */
/* stylelint-disable plugin/selector-bem-pattern */
.ex-filter-navigation .o-off-canvas__item-link--has-children::after {
  top: 50%; }

.ex-filter-navigation .o-off-canvas__layer-content h2 {
  margin-bottom: 20px;
  width: 100%;
  word-wrap: break-word; }

.ex-filter-navigation .o-off-canvas__select-all {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  font-size: 18px;
  padding-bottom: 20px;
  padding-left: 0; }
  .ex-filter-navigation .o-off-canvas__select-all::after {
    display: none; }

.ex-filter-navigation .o-off-canvas .o-off-canvas__item--selected .o-off-canvas__item-link--has-children::after {
  content: 'd';
  top: calc(100% - 10px) !important;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

/* stylelint-enable plugin/selector-bem-pattern */
/** @define filter-link */
/* stylelint-disable plugin/selector-bem-pattern */
.filter-link-layer-enter {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.filter-link-layer-enter.filter-link-layer-enter-active {
  -webkit-animation: slideIn 0.3s ease-in-out;
          animation: slideIn 0.3s ease-in-out; }

.filter-link-layer-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.filter-link-layer-leave.filter-link-layer-leave-active {
  -webkit-animation: slideIn 0.3s ease-in-out reverse;
          animation: slideIn 0.3s ease-in-out reverse; }

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
/** @define filter-navigation */
.ex-filter-navigation {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-filter-navigation .checkbox input[type="checkbox"] {
    margin-left: 0; }
  .ex-filter-navigation .o-off-canvas__list {
    overflow: visible; }
    .ex-filter-navigation .o-off-canvas__list .a-form-input--checkbox {
      margin-bottom: 20px; }
      .ex-filter-navigation .o-off-canvas__list .a-form-input--checkbox:first-of-type {
        margin-top: 40px; }
  .ex-filter-navigation .o-off-canvas__item--selected {
    background-color: #f5f5f5;
    margin: 10px -10px;
    padding: 0 10px; }
    .ex-filter-navigation .o-off-canvas__item--selected > .o-off-canvas__item-link {
      color: #303030 !important; }
    .ex-filter-navigation .o-off-canvas__item--selected .o-off-canvas__item-link-label {
      display: block;
      font-size: 13px; }
/** @define exhibitor-bookmark-all-button */
.ex-exhibitor-bookmark-all-button {
  margin-right: 10px;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-bookmark-all-button .btn {
    height: 50px; }
    .ex-exhibitor-bookmark-all-button .btn .icon-favourite-outline-before {
      vertical-align: sub; }
  .ex-exhibitor-bookmark-all-button .a-spinner {
    display: inline-block; }
  .ex-exhibitor-bookmark-all-button__lightbox-button-container button {
    display: block;
    margin: 0 auto 20px; }
    .ex-exhibitor-bookmark-all-button__lightbox-button-container button:last-child {
      margin-bottom: 0; }
  .ex-exhibitor-bookmark-all-button__lightbox-content-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .ex-exhibitor-bookmark-all-button__lightbox-text-container {
    width: 65%;
    /* stylelint-disable plugin/selector-bem-pattern */ }
    .ex-exhibitor-bookmark-all-button__lightbox-text-container h2 {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-bookmark-all-button__lightbox-text-container h2:last-child {
        margin-bottom: 40px; }
/** @define exhibitor-search-jumplabels */
.ex-exhibitor-search-jumplabels {
  height: 47px;
  overflow: hidden;
  position: relative; }
  .ex-exhibitor-search-jumplabels__arrow-left, .ex-exhibitor-search-jumplabels__arrow-right {
    font-size: 18px;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-jumplabels__arrow-left::before, .ex-exhibitor-search-jumplabels__arrow-right::before {
      content: '';
      height: 62px;
      position: absolute;
      top: -70%;
      width: 70px;
      z-index: -1; }
  .ex-exhibitor-search-jumplabels__arrow-left {
    left: -15px;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-jumplabels__arrow-left::before {
      background: linear-gradient(to right, #f3f3f3 20%, rgba(243, 243, 243, 0) 100%);
      left: 5px; }
  .ex-exhibitor-search-jumplabels__arrow-right {
    right: -15px;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-jumplabels__arrow-right::before {
      background: linear-gradient(to left, #f3f3f3 20%, rgba(243, 243, 243, 0) 100%);
      right: 5px; }
  .ex-exhibitor-search-jumplabels__jumplabels-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-jumplabels__jumplabels-container::-webkit-scrollbar {
      display: none; }
    .ex-exhibitor-search-jumplabels__jumplabels-container--location {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .ex-exhibitor-search-jumplabels__jumplabels-container--name {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .ex-exhibitor-search-jumplabels__jumpLabel {
    font-size: 18px;
    margin: 0 8px;
    position: relative;
    white-space: nowrap;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-jumplabels__jumpLabel::after {
      background: #303030;
      bottom: -20px;
      content: '';
      display: block;
      height: 21px;
      left: 0;
      position: relative;
      width: 0; }
    .ex-exhibitor-search-jumplabels__jumpLabel--active {
      color: #303030;
      text-align: center; }
      .ex-exhibitor-search-jumplabels__jumpLabel--active::after {
        min-width: 15px;
        width: 100%; }
    .ex-exhibitor-search-jumplabels__jumpLabel--disabled {
      pointer-events: none; }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-search-jumplabels__arrow-left {
      left: -10px; }
    .ex-exhibitor-search-jumplabels__arrow-right {
      right: -10px; } }
  @media screen and (min-width: 768px) {
    .ex-exhibitor-search-jumplabels {
      height: 73px;
      padding: 20px 0; }
      .ex-exhibitor-search-jumplabels__arrow-left, .ex-exhibitor-search-jumplabels__arrow-right {
        font-size: 25px;
        top: 50%; }
        .ex-exhibitor-search-jumplabels__arrow-left::before, .ex-exhibitor-search-jumplabels__arrow-right::before {
          top: -25%;
          width: 100px; }
      .ex-exhibitor-search-jumplabels__jumpLabel {
        font-size: 22px;
        margin: 0 12px; } }
  @media screen and (min-width: 1024px) {
    .ex-exhibitor-search-jumplabels__arrow-left {
      left: -15px; }
    .ex-exhibitor-search-jumplabels__arrow-right {
      right: -15px; } }
/** @define watchlist */
.ex-watchlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-watchlist .btn {
    height: 50px;
    min-width: auto !important;
    position: relative; }
  .ex-watchlist .badge {
    color: #fff;
    left: 25px;
    min-width: 20px;
    padding: 3px 5px 5px;
    position: absolute;
    top: 5px; }
  @media screen and (min-width: 480px) {
    .ex-watchlist {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-watchlist .badge {
        left: 35px; } }
  @media screen and (min-width: 768px) {
    .ex-watchlist {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-watchlist .badge {
        left: 45px; } }
  @media screen and (min-width: 1024px) {
    .ex-watchlist {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-watchlist .badge {
        left: 55px; } }
  @media screen and (min-width: 1280px) {
    .ex-watchlist {
      margin-right: 30px; } }
/** @define exhibitor-search-sort */
.ex-exhibitor-search-sort__search-filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  z-index: 2;
  /* stylelint-disable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search-sort__search-filter .m-search-filter {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 0;
    padding-top: 0; }

.ex-exhibitor-search-sort .o-search-results-container__filter-item-container {
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search-sort .o-search-results-container__filter-item-container.state-no-watchlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.ex-exhibitor-search-sort .o-search-results-container {
  /* stylelint-disable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search-sort .o-search-results-container__watchlist-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

@media screen and (min-width: 768px) {
  .ex-exhibitor-search-sort:not(.ex-exhibitor-search-sort--jumpLabels) {
    padding-bottom: 111px; }
  .ex-exhibitor-search-sort--jumpLabels {
    padding-bottom: 185px; } }

@media screen and (min-width: 1024px) {
  .ex-exhibitor-search-sort {
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-search-sort:not(.ex-exhibitor-search-sort--jumpLabels) {
      padding-bottom: 62px; }
    .ex-exhibitor-search-sort--jumpLabels {
      padding-bottom: 135px; }
    .ex-exhibitor-search-sort .o-search-results-container__watchlist-buttons {
      margin-left: auto; } }
/** @define notification-layer */
.ex-notification-layer {
  background: #303030;
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: 1035;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-notification-layer_enter {
    -webkit-transform: translateY(calc(100% + 50px));
        -ms-transform: translateY(calc(100% + 50px));
            transform: translateY(calc(100% + 50px)); }
  .ex-notification-layer_enter-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: -webkit-transform 600ms;
    transition: transform 600ms;
    transition: transform 600ms, -webkit-transform 600ms; }
  .ex-notification-layer_leave {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .ex-notification-layer_leave-active {
    -webkit-transform: translateY(calc(100% + 50px));
        -ms-transform: translateY(calc(100% + 50px));
            transform: translateY(calc(100% + 50px));
    transition: -webkit-transform 600ms;
    transition: transform 600ms;
    transition: transform 600ms, -webkit-transform 600ms; }
  .ex-notification-layer .container {
    position: relative; }
  .ex-notification-layer h4 {
    margin-bottom: 0;
    width: 100%; }
  .ex-notification-layer p {
    color: inherit;
    margin-bottom: 0;
    width: 100%; }
  .ex-notification-layer__close {
    background: #303030;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-notification-layer__close .icon::after {
      display: block;
      transition: -webkit-transform 400ms;
      transition: transform 400ms;
      transition: transform 400ms, -webkit-transform 400ms; }
    .ex-notification-layer__close:hover .icon::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .ex-notification-layer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0; }
    .ex-notification-layer__content-text {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 30px;
      min-width: 50%; }
  .ex-notification-layer__action {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 50%;
    text-align: right; }
  @media (max-width: 767px) {
    .ex-notification-layer__action {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-notification-layer__action .btn {
        font-size: 14px;
        padding: 10px 15px; } }
  @media print {
    .ex-notification-layer {
      display: none; } }
/** @define exhibitor-autosuggest */
.ex-exhibitor-autosuggest {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-autosuggest .highlighted {
    font-weight: bold; }
  .ex-exhibitor-autosuggest__responsive-list-length {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    @media screen and (max-width: 767px) {
      .ex-exhibitor-autosuggest__responsive-list-length li:nth-child(n+6) {
        display: none; } }
/** @define input-autosuggest */
.ex-input-autosuggest {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
/** @define search-form */
.ex-search-form {
  margin-bottom: 40px;
  margin-top: 20px;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-search-form .m-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .ex-search-form .center-block {
    float: none; }
  .ex-search-form__searchbar {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .ex-search-form__submit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 10px; }
  @media screen and (min-width: 480px) {
    .ex-search-form__submit {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-search-form__submit .icon {
        display: inline-block !important;
        font-size: 28px;
        margin-right: 15px;
        width: 20px; } }
/** @define exhibitor-search */
/* stylelint-disable plugin/selector-bem-pattern */
.ex-exhibitor-search {
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-search__container {
    position: relative;
    z-index: 1; }
    .ex-exhibitor-search__container .ex-search-result-segment {
      margin-bottom: 45px;
      margin-top: 35px; }
      .ex-exhibitor-search__container .ex-search-result-segment_first {
        margin-top: 0; }
    .ex-exhibitor-search__container_hidden {
      padding: 0; }
    .ex-exhibitor-search__container_narrow {
      margin-left: -20px;
      margin-right: -20px; }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-search__container_narrow {
      margin-left: 0;
      margin-right: 0; } }
/** @define custom-list */
.ex-custom-list {
  margin: 40px 0; }
  .ex-custom-list__item {
    border-top: 1px solid #dcdddf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding: 0 15px; }
    .ex-custom-list__item:last-child {
      border-bottom: 1px solid #dcdddf; }
    .ex-custom-list__item-image {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 80px;
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-custom-list__item-image img {
        height: 25px;
        margin: 0 auto;
        max-height: 25px; }
    .ex-custom-list__item-title {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      font-family: Roboto-Light;
      height: 80px;
      margin: 0; }
  @media screen and (min-width: 480px) {
    .ex-custom-list__item-image {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-custom-list__item-image img {
        height: 40px;
        max-height: 40px; } }
/** @define exhibitor-detail-brands */
.ex-exhibitor-detail-brands {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-detail-brands .a-image {
    margin: 0; }
    .ex-exhibitor-detail-brands .a-image img {
      height: auto; }
/** @define exhibitor-detail-catalog-extra-text */
.ex-exhibitor-detail-catalog-extra-text {
  margin-bottom: 40px; }
/** @define list-toggle */
.ex-list-toggle {
  margin-bottom: 40px; }
  .ex-list-toggle__list {
    position: relative;
    transition: max-height 400ms; }
  .ex-list-toggle__toggle {
    font-size: 16.5px;
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-list-toggle__toggle span {
      vertical-align: middle; }
    .ex-list-toggle__toggle::before {
      margin-right: 5px;
      vertical-align: middle; }
/** @define exhibitor-detail-categories */
/** @define exhibitor-detail-downloads */
/** @define exhibitor-detail-licences */
.ex-exhibitor-detail-licences {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-detail-licences .a-image {
    margin: 0; }
    .ex-exhibitor-detail-licences .a-image img {
      height: auto; }
/** @define exhibitor-detail-other-exhibitions */
.ex-exhibitor-detail-other-exhibitions {
  margin-bottom: 40px; }
/** @define exhibitor-detail-programs */
.ex-exhibitor-detail-programs {
  margin-bottom: 40px; }
  .ex-exhibitor-detail-programs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: none; }
  .ex-exhibitor-detail-programs--align-top {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-detail-programs--align-top figcaption {
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .ex-exhibitor-detail-programs__item {
    /* stylelint-disable plugin/selector-bem-pattern */
    /* stylelint-enable plugin/selector-bem-pattern */ }
    .ex-exhibitor-detail-programs__item figure {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .ex-exhibitor-detail-programs__item img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 15px;
      max-height: 60px;
      max-width: 60px;
      width: 60px; }
    .ex-exhibitor-detail-programs__item figcaption {
      font-weight: bold;
      margin-top: 0;
      text-align: left;
      word-wrap: break-word; }
    .ex-exhibitor-detail-programs__item-location {
      display: inline; }
  .ex-exhibitor-detail-programs__title {
    margin-bottom: 40px; }
  @media screen and (min-width: 480px) {
    .ex-exhibitor-detail-programs__item {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-detail-programs__item img {
        max-height: 80px;
        max-width: 80px;
        width: 80px; } }
  @media screen and (min-width: 768px) {
    .ex-exhibitor-detail-programs__item {
      /* stylelint-disable plugin/selector-bem-pattern */
      /* stylelint-enable plugin/selector-bem-pattern */ }
      .ex-exhibitor-detail-programs__item img {
        max-height: 100px;
        max-width: 100px;
        width: 100px; }
      .ex-exhibitor-detail-programs__item figcaption {
        line-height: 2; } }
/** @define exhibitor-detail-synonyms */
.ex-exhibitor-detail-synonyms {
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-exhibitor-detail-synonyms .a-image {
    margin: 0; }
    .ex-exhibitor-detail-synonyms .a-image img {
      height: auto; }
/** @define exhibitor-detail-usage-areas */
.ex-exhibitor-detail-usage-areas {
  margin-top: -30px; }
/** @define keyword-list */
.ex-keyword-list__container {
  float: none;
  position: relative;
  /* stylelint-disable plugin/selector-bem-pattern */
  /* stylelint-enable plugin/selector-bem-pattern */ }
  .ex-keyword-list__container ul {
    list-style-type: none;
    padding: 0; }

.ex-keyword-list__keyword {
  display: inline-block;
  letter-spacing: 0.88px;
  margin: 0;
  padding: 0 8px 0 0;
  text-transform: lowercase;
  width: auto; }
  .ex-keyword-list__keyword::before {
    display: none; }
  .ex-keyword-list__keyword::after {
    content: '|';
    font-size: inherit;
    margin-left: 8px; }
  .ex-keyword-list__keyword:last-child::after {
    display: none; }
.ex-exhibitor-detail__buttonrow {
  margin-bottom: 85px;
  padding-left: 10px; }
  .ex-exhibitor-detail__buttonrow--wechat .ex-exhibitor-detail__buttonrow-favourite {
    display: block; }
    .ex-exhibitor-detail__buttonrow--wechat .ex-exhibitor-detail__buttonrow-favourite[disabled]:active {
      pointer-events: none; }
    .ex-exhibitor-detail__buttonrow--wechat .ex-exhibitor-detail__buttonrow-favourite:first-child {
      margin-bottom: 15px; }
  .ex-exhibitor-detail__buttonrow--wechat .ex-exhibitor-detail__buttonrow-appointment {
    display: inline-block; }
  .ex-exhibitor-detail__buttonrow-favourite {
    position: relative; }
    .ex-exhibitor-detail__buttonrow-favourite span {
      vertical-align: middle; }
    .ex-exhibitor-detail__buttonrow-favourite-icon {
      position: relative; }
      .ex-exhibitor-detail__buttonrow-favourite-icon::after {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        transition: -webkit-transform 300ms;
        transition: transform 300ms;
        transition: transform 300ms, -webkit-transform 300ms; }
      .ex-exhibitor-detail__buttonrow-favourite-icon--active::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .ex-exhibitor-detail__buttonrow-favourite-icon::after {
        left: 0;
        position: absolute;
        top: 0; }

.ex-exhibitor-detail__contact-persons-copy {
  margin-bottom: 35px; }

.ex-exhibitor-detail__info-button {
  background: none;
  border: none; }
  .ex-exhibitor-detail__info-button:focus {
    outline: none; }
  .ex-exhibitor-detail__info-button .icon {
    position: relative; }
  @media screen and (min-width: 768px) {
    .ex-exhibitor-detail__info-button .icon {
      font-size: 20px;
      top: 3px; } }

.ex-exhibitor-detail__info-text-container {
  text-align: center; }
  .ex-exhibitor-detail__info-text-container p {
    margin: 0;
    width: 100%; }
  .ex-exhibitor-detail__info-text-container .icon {
    display: block;
    font-size: 45px;
    margin-bottom: 10px; }

.ex-exhibitor-detail__title {
  margin-bottom: 40px; }
  .ex-exhibitor-detail__title-container {
    margin-bottom: 20px; }
  .ex-exhibitor-detail__title-headline {
    display: inline; }
  .ex-exhibitor-detail__title-headline, .ex-exhibitor-detail__title-logo {
    float: none;
    vertical-align: top; }
    .ex-exhibitor-detail__title-headline img, .ex-exhibitor-detail__title-logo img {
      max-height: 80px;
      max-width: 160px; }
  .ex-exhibitor-detail__title-logo {
    display: inline-block; }
    .ex-exhibitor-detail__title-logo .a-image {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .ex-exhibitor-detail__title-container {
      margin-bottom: 0; }
    .ex-exhibitor-detail__title-logo {
      direction: rtl; }
      .ex-exhibitor-detail__title-logo img {
        max-height: 100px;
        max-width: 200px; }
    .ex-exhibitor-detail__title-headline {
      margin-bottom: 0; } }
