@charset "UTF-8";

@font-face {
  font-family: "mm";
  font-display: swap;
  src:url("fonts/mm.eot");
  src:url("fonts/mm.eot?#iefix") format("embedded-opentype"),
    url("fonts/mm.woff") format("woff"),
    url("fonts/mm.ttf") format("truetype"),
    url("fonts/mm.svg#mm") format("svg");

  font-weight: normal;
  font-style: normal;
}


[class^="mm-icon-"]:before,
[class*=" mm-icon-"]:before {
  font-family: "mm" !important;
  font-style: normal;
  font-weight: normal !important;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
   text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.mm-icon-electric-stairs-down:before { content: '\e800'; }
.mm-icon-electric-stairs-up:before { content: '\e801'; }
.mm-icon-walk:before { content: '\e802'; }
.mm-icon-add:before { content: '\e803'; }
.mm-icon-arrow-back:before { content: '\e804'; }
.mm-icon-elevator:before { content: '\e805'; }
.mm-icon-stairs-down:before { content: '\e806'; }
.mm-icon-arrow-right:before { content: '\e807'; }
.mm-icon-audio:before { content: '\e808'; }
.mm-icon-stairs-up:before { content: '\e809'; }
.mm-icon-text-size:before { content: '\e80a'; }
.mm-icon-backspace:before { content: '\e80b'; }
.mm-icon-close:before { content: '\e80c'; }
.mm-icon-flag:before { content: '\e80d'; }
.mm-icon-flip-camera:before { content: '\e80e'; }
.mm-icon-forward:before { content: '\e80f'; }
.mm-icon-home:before { content: '\e810'; }
.mm-icon-info:before { content: '\e811'; }
.mm-icon-location:before { content: '\e812'; }
.mm-icon-museum:before { content: '\e813'; }
.mm-icon-pause:before { content: '\e814'; }
.mm-icon-volume-up:before { content: '\e815'; }
.mm-icon-volume-mute:before { content: '\e816'; }
.mm-icon-video:before { content: '\e817'; }
.mm-icon-translate:before { content: '\e818'; }
.mm-icon-time:before { content: '\e819'; }
.mm-icon-rewind:before { content: '\e81a'; }
.mm-icon-star:before { content: '\e81b'; }
.mm-icon-replay:before { content: '\e81c'; }
.mm-icon-qr-scanner:before { content: '\e81d'; }
.mm-icon-play:before { content: '\e81e'; }
.mm-icon-picture:before { content: '\e81f'; }
.mm-icon-remove:before { content: '\e820'; }
.mm-icon-survey:before { content: '\e821'; }
.mm-icon-game:before { content: '\e822'; }
.mm-icon-keyboard:before { content: '\e823'; }
.mm-icon-delete:before { content: '\e824'; }
.mm-icon-download:before { content: '\e825'; }
.mm-icon-languages:before { content: '\e826'; }
.mm-icon-star-rating:before { content: '\e827'; }
.mm-icon-star-rating-filled:before { content: '\e828'; }
.mm-icon-check:before { content: '\e829'; }
.mm-icon-info-simple:before { content: '\f129'; }

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?j4jxei');
  src:  url('fonts/icomoon.eot?j4jxei#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?j4jxei') format('truetype'),
    url('fonts/icomoon.woff?j4jxei') format('woff'),
    url('fonts/icomoon.svg?j4jxei#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-language-edited:before {
  content: "\e900";
  color: #e95e30;
}

.VueCarousel-wrapper {
  min-height: 90vh;
  padding-top: 4em !important;
}

.step-richText p {
  text-align: inherit !important;
}

.step-richText img {
  max-width: 100% !important;
}