@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Roboto Condensed Light "),local("Roboto Condensed-Light"),url(fonts/roboto-condensed-latin-300.woff2) format("woff2"),url(fonts/roboto-condensed-latin-300.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local("Roboto Condensed Light italic"),local("Roboto Condensed-Lightitalic"),url(fonts/roboto-condensed-latin-300italic.woff2) format("woff2"),url(fonts/roboto-condensed-latin-300italic.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Roboto Condensed Regular "),local("Roboto Condensed-Regular"),url(fonts/roboto-condensed-latin-400.woff2) format("woff2"),url(fonts/roboto-condensed-latin-400.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local("Roboto Condensed Regular italic"),local("Roboto Condensed-Regularitalic"),url(fonts/roboto-condensed-latin-400italic.woff2) format("woff2"),url(fonts/roboto-condensed-latin-400italic.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Roboto Condensed Bold "),local("Roboto Condensed-Bold"),url(fonts/roboto-condensed-latin-700.woff2) format("woff2"),url(fonts/roboto-condensed-latin-700.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: local("Roboto Condensed Bold italic"),local("Roboto Condensed-Bolditalic"),url(fonts/roboto-condensed-latin-700italic.woff2) format("woff2"),url(fonts/roboto-condensed-latin-700italic.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("Open Sans Light "),local("Open Sans-Light"),url(fonts/open-sans-latin-300.woff2) format("woff2"),url(fonts/open-sans-latin-300.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: local("Open Sans Light italic"),local("Open Sans-Lightitalic"),url(fonts/open-sans-latin-300italic.woff2) format("woff2"),url(fonts/open-sans-latin-300italic.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Open Sans Regular "),local("Open Sans-Regular"),url(fonts/open-sans-latin-400.woff2) format("woff2"),url(fonts/open-sans-latin-400.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: local("Open Sans Regular italic"),local("Open Sans-Regularitalic"),url(fonts/open-sans-latin-400italic.woff2) format("woff2"),url(fonts/open-sans-latin-400italic.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Open Sans SemiBold "),local("Open Sans-SemiBold"),url(fonts/open-sans-latin-600.woff2) format("woff2"),url(fonts/open-sans-latin-600.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: local("Open Sans SemiBold italic"),local("Open Sans-SemiBolditalic"),url(fonts/open-sans-latin-600italic.woff2) format("woff2"),url(fonts/open-sans-latin-600italic.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Open Sans Bold "),local("Open Sans-Bold"),url(fonts/open-sans-latin-700.woff2) format("woff2"),url(fonts/open-sans-latin-700.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: local("Open Sans Bold italic"),local("Open Sans-Bolditalic"),url(fonts/open-sans-latin-700italic.woff2) format("woff2"),url(fonts/open-sans-latin-700italic.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local("Open Sans ExtraBold "),local("Open Sans-ExtraBold"),url(fonts/open-sans-latin-800.woff2) format("woff2"),url(fonts/open-sans-latin-800.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: local("Open Sans ExtraBold italic"),local("Open Sans-ExtraBolditalic"),url(fonts/open-sans-latin-800italic.woff2) format("woff2"),url(fonts/open-sans-latin-800italic.woff) format("woff");
}

.slbOverlay,
.slbWrapOuter,
.slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0,0,0,0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0,0,0,0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255,255,255,0.7);
  text-align: center;
}

.slbCloseBtn,
.slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner,
.slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover,
.slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active,
.slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255,255,255,0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255,255,255,0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0,0,0,0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*! excerpts from normalize.css v3.0.1 | MIT License | git.io/normalize */

body {
  margin: 0;
}

aside,
details,
main,
summary {
  display: block;
}

template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 14px;
}

@media screen and (min-width: 32rem) and (max-width: 48rem) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 48rem) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  line-height: 1.85;
  color: #333;
}

p,
.p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin: 1.414rem 0 0.5rem;
  font-weight: inherit;
  line-height: 1.42;
}

h1,
.h1 {
  margin-top: 0;
  font-size: 3.998rem;
}

h2,
.h2 {
  font-size: 2.827rem;
}

h3,
.h3 {
  font-size: 1.999rem;
}

h4,
.h4 {
  font-size: 1.414rem;
}

h5,
.h5 {
  font-size: 1.121rem;
}

h6,
.h6 {
  font-size: .88rem;
}

small,
.small,
.mtx-consultants-list .basic p {
  font-size: 0.707em;
}

pre,
code {
  font-family: "Monaco","Lucida Console",Courier,monospace;
}

.italic {
  font-style: italic;
}

.thin {
  font-weight: 100;
}

.bold {
  font-weight: bold;
}

.caps {
  font-variant: small-caps;
}

.justify {
  text-align: justify;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.muted {
  opacity: .7;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.flt--left {
  float: left;
}

.flt--right {
  float: right;
}

.flt--none {
  float: none;
}

.center {
  margin: auto auto;
}

.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

.txt--left {
  text-align: left;
}

.oflow-y--scroll {
  overflow-y: scroll;
}

.w100,
.w100--s {
  width: 100%;
  display: block;
}

@media screen and (min-width: 32rem) {
  .w100--s {
    width: auto;
    display: inline-block;
  }
}

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

.list--unstyled {
  list-style-type: none;
}

input,
select,
textarea {
  padding: .5rem;
  margin-bottom: .5rem;
  display: block;
  width: 100%;
  box-shadow: none;
  border: thin solid #bfbfbf;
}

input[type="submit"] {
  margin-top: .85rem;
}

input[type="checkbox"] {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media .media-figure {
  margin-right: 1em;
}

.media .media-body {
  flex: 1 0 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  background-color: #f9f9f9;
}

h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
.mtx-navigation ul {
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
}

input,
textarea,
select,
button,
.button {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  margin-bottom: 1rem;
  padding: .5rem;
  background-color: #fff;
  color: #333;
  border-radius: 0;
  border: 1px solid #bfbfbf;
  box-shadow: none;
  background-clip: padding-box;
}

.mtx-navigation ul,
.mtx-footer ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mtx-navigation ul {
  justify-content: flex-end;
}

.mtx-navigation ul li {
  margin: 0 0 0 1rem;
}

.mtx-footer ul {
  justify-content: flex-start;
}

.mtx-footer ul li {
  margin: 0 1rem 0 0;
}

ul.long li:nth-child(6n),
ol.long li:nth-child(6n),
.mtx-manage-list li:nth-child(6n) {
  padding-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h3,
.h3 {
  font-size: 1.44rem;
}

h2,
.h2 {
  font-size: 1.728rem;
}

h1,
.h1 {
  font-size: 2.0736rem;
}

small,
.small,
.mtx-consultants-list .basic p {
  font-size: .83333rem;
}

.container {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
}

.inline-right {
  float: right;
  margin: .5rem 0 1rem 1rem;
}

@media (max-width: 32rem) {
  .inline-right {
    float: none;
    margin: .5rem;
  }
}

.inline-left {
  float: left;
  margin: .5rem 1rem 1rem 0;
}

@media (max-width: 32rem) {
  .inline-left {
    float: none;
    margin: .5rem;
  }
}

.clear {
  clear: both;
}

.box,
.boxed-columns,
.notification {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: auto;
}

.box.has-shadow,
.has-shadow.boxed-columns,
.has-shadow.notification {
  box-shadow: 0 0 10px #bfbfbf;
}

.columns,
.boxed-columns {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}

.boxed-columns {
  margin: 1rem -1px;
  padding: 0;
}

.columns .column-1-12,
.boxed-columns .column-1-12,
.columns .column-2-12,
.boxed-columns .column-2-12,
.columns .column-3-12,
.boxed-columns .column-3-12,
.columns .column-4-12,
.boxed-columns .column-4-12,
.columns .column-5-12,
.boxed-columns .column-5-12,
.columns .column-6-12,
.boxed-columns .column-6-12,
.columns .column-7-12,
.boxed-columns .column-7-12,
.columns .column-8-12,
.boxed-columns .column-8-12,
.columns .column-9-12,
.boxed-columns .column-9-12,
.columns .column-10-12,
.boxed-columns .column-10-12,
.columns .column-11-12,
.boxed-columns .column-11-12,
.columns .column-12-12,
.boxed-columns .column-12-12 {
  display: block;
  padding: 1rem;
}

.columns .no-pad.column-1-12,
.boxed-columns .no-pad.column-1-12,
.columns .no-pad.column-2-12,
.boxed-columns .no-pad.column-2-12,
.columns .no-pad.column-3-12,
.boxed-columns .no-pad.column-3-12,
.columns .no-pad.column-4-12,
.boxed-columns .no-pad.column-4-12,
.columns .no-pad.column-5-12,
.boxed-columns .no-pad.column-5-12,
.columns .no-pad.column-6-12,
.boxed-columns .no-pad.column-6-12,
.columns .no-pad.column-7-12,
.boxed-columns .no-pad.column-7-12,
.columns .no-pad.column-8-12,
.boxed-columns .no-pad.column-8-12,
.columns .no-pad.column-9-12,
.boxed-columns .no-pad.column-9-12,
.columns .no-pad.column-10-12,
.boxed-columns .no-pad.column-10-12,
.columns .no-pad.column-11-12,
.boxed-columns .no-pad.column-11-12,
.columns .no-pad.column-12-12,
.boxed-columns .no-pad.column-12-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.columns .column-1-12,
.boxed-columns .column-1-12 {
  flex-basis: 5.5rem;
  max-width: 5.5rem;
}

.boxed-columns .column-1-12 {
  flex-basis: 5.33333rem;
  max-width: 5.33333rem;
}

.columns .column-2-12,
.boxed-columns .column-2-12 {
  flex-basis: 11rem;
  max-width: 11rem;
}

.boxed-columns .column-2-12 {
  flex-basis: 10.66667rem;
  max-width: 10.66667rem;
}

.columns .column-3-12,
.boxed-columns .column-3-12 {
  flex-basis: 16.5rem;
  max-width: 16.5rem;
}

.boxed-columns .column-3-12 {
  flex-basis: 16rem;
  max-width: 16rem;
}

.columns .column-4-12,
.boxed-columns .column-4-12 {
  flex-basis: 22rem;
  max-width: 22rem;
}

.boxed-columns .column-4-12 {
  flex-basis: 21.33333rem;
  max-width: 21.33333rem;
}

.columns .column-5-12,
.boxed-columns .column-5-12 {
  flex-basis: 27.5rem;
  max-width: 27.5rem;
}

.boxed-columns .column-5-12 {
  flex-basis: 26.66667rem;
  max-width: 26.66667rem;
}

.columns .column-6-12,
.boxed-columns .column-6-12 {
  flex-basis: 33rem;
  max-width: 33rem;
}

.boxed-columns .column-6-12 {
  flex-basis: 32rem;
  max-width: 32rem;
}

.columns .column-7-12,
.boxed-columns .column-7-12 {
  flex-basis: 38.5rem;
  max-width: 38.5rem;
}

.boxed-columns .column-7-12 {
  flex-basis: 37.33333rem;
  max-width: 37.33333rem;
}

.columns .column-8-12,
.boxed-columns .column-8-12 {
  flex-basis: 44rem;
  max-width: 44rem;
}

.boxed-columns .column-8-12 {
  flex-basis: 42.66667rem;
  max-width: 42.66667rem;
}

.columns .column-9-12,
.boxed-columns .column-9-12 {
  flex-basis: 49.5rem;
  max-width: 49.5rem;
}

.boxed-columns .column-9-12 {
  flex-basis: 48rem;
  max-width: 48rem;
}

.columns .column-10-12,
.boxed-columns .column-10-12 {
  flex-basis: 55rem;
  max-width: 55rem;
}

.boxed-columns .column-10-12 {
  flex-basis: 53.33333rem;
  max-width: 53.33333rem;
}

.columns .column-11-12,
.boxed-columns .column-11-12 {
  flex-basis: 60.5rem;
  max-width: 60.5rem;
}

.boxed-columns .column-11-12 {
  flex-basis: 58.66667rem;
  max-width: 58.66667rem;
}

.columns .column-12-12,
.boxed-columns .column-12-12 {
  flex-basis: 66rem;
  max-width: 66rem;
}

.boxed-columns .column-12-12 {
  flex-basis: 64rem;
  max-width: 64rem;
}

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  border-color: #056b91;
}

select {
  padding-top: calc(.5rem - 1px);
  padding-bottom: calc(.5rem - 1px);
}

form label {
  display: block;
  font-weight: bold;
}

form .captcha {
  margin-bottom: 1rem;
}

button,
.button {
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  text-decoration: none;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
  background-color: rgba(0,0,0,0.05);
  text-decoration: none;
}

button.is-primary,
.button.is-primary {
  background-color: #056b91;
  border: 1px solid #045978;
  color: #fff;
}

button.is-primary:hover,
button.is-primary:focus,
button.is-primary:active,
.button.is-primary:hover,
.button.is-primary:focus,
.button.is-primary:active {
  background-color: #045978;
}

button.is-delete,
.button.is-delete {
  height: 1rem;
  width: 1rem;
  padding: .5rem;
  background: url(fonts/close.svg) no-repeat center center;
  background-size: 1rem;
  vertical-align: super;
}

button.is-danger,
.button.is-danger {
  background-color: rgba(204,51,51,0.5);
  border: 1px solid #c33;
}

button.is-danger:hover,
button.is-danger:focus,
button.is-danger:active,
.button.is-danger:hover,
.button.is-danger:focus,
.button.is-danger:active {
  background-color: #c33;
  color: #fff;
}

input.md {
  position: relative;
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-size: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0 none;
  vertical-align: baseline;
}

input.md::before {
  visibility: visible;
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 2px solid #bfbfbf;
}

input.md[type=checkbox]::before {
  border-radius: 0;
  transition: .2s;
}

input.md[type=checkbox]:focus::before {
  border-color: #056b91;
}

input.md[type=checkbox]:focus::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  width: 1em;
  height: 1em;
  visibility: visible;
  background-color: #056b91;
  border-radius: 0;
  opacity: 0;
  animation: 1s 1 md-checkbox-fade;
}

input.md[type=checkbox]:checked::before {
  width: .4em;
  background-color: transparent;
  border-color: #056b91;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
}

input.md[type=radio]::before {
  border-radius: 50%;
  transition: .28s ease;
}

input.md[type=radio]:checked::before,
input.md[type=radio]:focus::before {
  background-color: #056b91;
  border-color: #056b91;
}

input.md[type=radio]:checked::before {
  box-shadow: inset 0 0 0 3px #fff;
}

input.md[type=radio]:focus::before {
  box-shadow: inset 0 0 0 3px #fff;
  animation: 1s 1 md-radio-fade;
}

input.md::-ms-check {
  color: #056b91;
  border: 2px solid #056b91;
}

input.md input.md[type=checkbox]:checked::-ms-check {
  border: 0;
}

@keyframes md-checkbox-fade {
  from {
    opacity: .3;
  }

  to {
    opacity: 0;
  }
}

@keyframes md-radio-fade {
  from {
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.6);
  }

  to {
    box-shadow: inset 0 0 0 3px #fff;
  }
}

.notification.is-danger {
  background-color: rgba(204,51,51,0.5);
  border: 1px solid #c33;
}

.notification.is-warning {
  background-color: rgba(204,204,51,0.5);
  border: 1px solid #cc3;
}

.notification.is-success {
  background-color: rgba(51,204,51,0.5);
  border: 1px solid #3c3;
}

.notification.is-info {
  background-color: rgba(51,51,204,0.5);
  border: 1px solid #33c;
}

a {
  color: #056b91;
  text-decoration: none;
}

a svg {
  fill: #056b91;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a:hover svg,
a:focus svg,
a:active svg {
  fill: #045978;
}

li {
  font-size: 1rem;
}

.inlinesvg svg {
  font-size: inherit;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  border: none;
}

.inlinesvg.is-primary svg {
  fill: #056b91;
}

.inlinesvg.is-accent svg {
  fill: #f90;
}

.inlinesvg.is-danger svg {
  fill: #c33;
}

.inlinesvg.is-warning svg {
  fill: #cc3;
}

.inlinesvg.is-success svg {
  fill: #3c3;
}

.inlinesvg.is-info svg {
  fill: #33c;
}

.mtx-navigation .burger {
  display: none;
}

.mtx-navigation .user {
  background-color: #f90;
  color: #fff;
  padding: .5rem 0 .5rem 0;
}

.mtx-navigation .user a {
  color: #fff;
}

.mtx-navigation .main {
  padding: 2rem 0 2rem 0;
}

.mtx-navigation .main .container {
  display: flex;
  align-items: center;
}

.mtx-navigation .main .container ul {
  flex-grow: 1;
  text-transform: uppercase;
  color: #333;
}

.mtx-navigation .main .container ul a {
  color: #333;
}

.mtx-navigation .main .container .logo a {
  display: flex;
  align-items: center;
  line-height: 1;
}

.mtx-navigation .main .container .logo a:hover,
.mtx-navigation .main .container .logo a:focus,
.mtx-navigation .main .container .logo a:active {
  text-decoration: none;
}

.mtx-navigation .main .container .logo a img {
  max-height: none;
  height: 3.5rem;
  margin-right: 1rem;
}

.mtx-navigation .main .container .logo a div div.site {
  font-size: 150%;
}

.mtx-navigation .main .container .logo a div div.tagline {
  color: #f90;
  white-space: nowrap;
}

@media (max-width: 48rem) {
  .mtx-navigation {
    display: flex;
    flex-direction: column-reverse;
  }

  .mtx-navigation .logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mtx-navigation .burger {
    display: block;
    float: right;
    margin: .5rem;
    padding: .5rem;
    line-height: 1.5rem;
    height: 2.5rem;
  }

  .mtx-navigation .burger svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .mtx-navigation ul,
  .mtx-navigation .user,
  .mtx-navigation .main,
  .mtx-navigation .main .container {
    display: block;
    padding: 0;
    background-color: #fff;
    text-align: center;
  }

  .mtx-navigation ul li {
    padding: .5rem;
  }

  .mtx-navigation .user {
    color: #333;
    text-transform: uppercase;
  }

  .mtx-navigation .user a {
    color: #333;
  }

  .mtx-navigation .main .container ul,
  .mtx-navigation .user {
    display: none;
  }

  .mtx-navigation.is-open {
    position: absolute;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 2px -2px gray;
  }

  .mtx-navigation.is-open .main .container ul,
  .mtx-navigation.is-open .user {
    display: block;
  }
}

.mtx-headbanner {
  background: #056b91 url(images/abstract-architecture-art-69040.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 1rem;
}

.mtx-headbanner .overlay {
  background-color: rgba(5,107,145,0.5);
  min-height: 4rem;
}

.mtx-headbanner .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mtx-headbanner .container .mtx-display {
  position: absolute;
  top: -15px;
  right: 0;
}

.mtx-headbanner .hl {
  text-align: right;
  display: table;
  margin: 0 auto 0 0;
  padding: 3rem 0;
}

.mtx-headbanner .hl h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.mtx-headbanner .hl a {
  color: #fff;
  font-weight: bold;
  opacity: .8;
  line-height: 1;
}

@media (max-width: 48rem) {
  .mtx-headbanner .overlay {
    position: relative;
    min-height: 6rem;
  }

  .mtx-headbanner .hl {
    padding: 1rem .5rem 6rem;
  }

  .mtx-headbanner .container {
    min-height: 10px;
    position: static;
  }

  .mtx-headbanner .container .mtx-display {
    top: auto;
    bottom: 1rem;
    max-width: calc(100% - 1rem);
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .mtx-headbanner .container .mtx-display img {
    height: auto;
    max-width: 100%;
  }
}

.mtx-dbadmin th,
.mtx-dbadmin td {
  vertical-align: top;
  border-bottom: 1px solid #bfbfbf;
}

.mtx-dbadmin th div,
.mtx-dbadmin td div {
  padding: .5rem;
  max-height: 7rem;
  overflow: auto;
}

.mtx-display {
  display: inline-block;
  position: relative;
}

.mtx-display::before {
  position: absolute;
  top: -1em;
  content: 'Advertisement';
  display: table;
  font-size: 50%;
  background-color: #fff;
  color: #333;
  border: 1px solid #056b91;
  border-bottom: none;
  padding: 0 .25em 0 .25em;
  line-height: 1em;
  border-top-left-radius: .25em;
  border-top-right-radius: .25em;
  margin-left: 1rem;
}

.mtx-display>div {
  border: 1px solid #056b91;
  line-height: 0;
}

.mtx-compare {
  display: flex;
}

.mtx-compare>div {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.mtx-comparefilter {
  float: right;
}

.mtx-comparefilter select {
  width: auto;
  margin-left: 1rem;
}

.mtx-compareform div.products {
  display: flex;
  flex-wrap: wrap;
}

.mtx-compareform div.products label {
  display: block;
  margin-bottom: .5rem;
  width: 15rem;
  font-weight: 600;
}

.mtx-consultants-filter .filter {
  clear: both;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap;
}

.mtx-consultants-filter .filter label {
  white-space: nowrap;
}

.mtx-consultants-filter .filter select {
  display: inline-block;
  width: auto;
}

.mtx-consultants-list .consultant {
  padding-top: 0;
  padding-bottom: 0;
}

.mtx-consultants-list .basic {
  opacity: .8;
}

.mtx-edit-screenshots .js-screenshot-preview {
  position: relative;
  display: inline-block;
  margin: .5rem;
}

.mtx-edit-screenshots .js-screenshot-preview button {
  position: absolute;
  top: .5rem;
  left: .5rem;
  background-color: #fff;
}

.mtx-home .mtx-markdown .cta {
  float: left;
  margin-right: .5em;
}

.mtx-home .mtx-markdown .cta svg {
  width: 4em;
  height: 4em;
}

.mtx-home .mtx-markdown p {
  clear: left;
}

.mtx-manage-consultant .consultant-logo {
  border: solid 1px #bfbfbf;
  padding: .5rem;
}

.mtx-manage-list .inlinesvg {
  vertical-align: middle;
}

.mtx-manage-list li {
  line-height: 1.15;
  padding-bottom: .5rem;
}

.mtx-producttable {
  width: 100%;
}

.mtx-producttable th:first-of-type {
  position: sticky;
  left: 0;
}

.mtx-producttable th,
.mtx-producttable td {
  padding: .25rem .5rem;
  color: #333;
  background-color: #fff;
  vertical-align: top;
}

.mtx-producttable thead {
  cursor: pointer;
  overflow: hidden;
}

.mtx-producttable thead::before {
  content: '';
  display: block;
  height: 1rem;
  width: 100%;
  background-color: #f9f9f9;
}

.mtx-producttable thead:first-of-type::before {
  display: none;
}

.mtx-producttable thead th {
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  padding: 1rem .5rem;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
}

.mtx-producttable thead th:first-of-type {
  text-align: left;
  border-left: solid 1px #bfbfbf;
}

.mtx-producttable thead th:last-of-type {
  border-right: solid 1px #bfbfbf;
}

.mtx-producttable tbody {
  border: solid 1px #bfbfbf;
  border-top: 0 none;
}

.mtx-producttable tbody.is-hidden {
  display: none;
}

.mtx-producttable tbody th {
  text-align: left;
}

.mtx-producttable tbody tr:hover td,
.mtx-producttable tbody tr:hover th {
  background-color: #f2f2f2;
}

.mtx-producttable td {
  max-width: 20rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mtx-producttable svg {
  width: 1.42rem;
  height: 1.42rem;
  vertical-align: text-bottom;
}

.mtx-producttable .f-language label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-right: .5rem;
  min-width: 4.5em;
}

.mtx-producttable .f-notapplicable {
  color: #b3b3b3;
}

.mtx-producttable .f-uri a:link,
.mtx-producttable .f-uri a:visited {
  display: block;
  color: #056b91;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mtx-producttable .f-uri a:hover,
.mtx-producttable .f-uri a:active {
  color: #f90;
}

.mtx-producttable .f-example pre {
  background: none;
  margin-top: 0;
  padding: 0;
}

@media (max-width: 48rem) {
  .mtx-producttable {
    width: 100%;
  }

  .mtx-producttable,
  .mtx-producttable thead,
  .mtx-producttable tbody,
  .mtx-producttable th,
  .mtx-producttable td,
  .mtx-producttable tr {
    display: block;
    overflow: hidden;
  }

  .mtx-producttable th {
    text-align: center;
  }

  .mtx-producttable thead {
    border-radius: 0;
  }

  .mtx-producttable thead th {
    border: 0 none;
    background-color: transparent;
  }

  .mtx-producttable thead th[scope=col] {
    display: none;
  }

  .mtx-producttable tbody th {
    background-color: #ecf3f6;
    border-top: 0 none;
  }

  .mtx-producttable tbody th[scope="row"] {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
  }

  .mtx-producttable tbody tr:hover th {
    background-color: #ecf3f6;
  }

  .mtx-producttable tbody.is-hidden+thead::before {
    display: none;
  }

  .mtx-producttable td {
    max-width: 100%;
    padding-left: 1.5rem;
  }

  .mtx-producttable td::before {
    content: attr(data-product) ": ";
    display: block;
    font-weight: bold;
    margin-left: -1rem;
    margin-bottom: .25rem;
  }
}

.mtx-product-tabs {
  padding-top: 1rem;
}

.mtx-product-tabs ul {
  border-bottom: solid 2px #bfbfbf;
  margin: 0 0 30px;
  padding: 0;
}

.mtx-product-tabs ul::after {
  content: '';
  clear: both;
  display: block;
}

.mtx-product-tabs li {
  list-style-type: none;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.mtx-product-tabs li a,
.mtx-product-tabs li strong {
  position: relative;
  display: block;
  padding: 13px 20px;
}

.mtx-product-tabs li a::after,
.mtx-product-tabs li strong::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  clear: both;
  display: block;
  height: 2px;
}

.mtx-product-tabs li a {
  color: #333;
}

.mtx-product-tabs li a::after {
  background-color: #bfbfbf;
}

.mtx-product-tabs li a:hover,
.mtx-product-tabs li a:focus,
.mtx-product-tabs li a:active {
  background-color: #b9d3dc;
  text-decoration: none;
}

.mtx-product-tabs li a:hover::after,
.mtx-product-tabs li a:focus::after,
.mtx-product-tabs li a:active::after {
  background-color: #056b91;
}

.mtx-product-tabs li strong {
  color: #056b91;
  font-weight: normal;
}

.mtx-product-tabs li strong::after {
  background-color: #056b91;
}

.mtx-product-consultants .consultant {
  margin-bottom: 1rem;
  cursor: pointer;
}

.mtx-product-consultants .consultant img.logo {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 1rem;
}

.mtx-product-consultants .consultant .detail {
  display: none;
}

.mtx-product-consultants .consultant .detail.is-open {
  display: block;
}

.mtx-product-stats dl {
  margin: 0;
}

.mtx-product-stats dt,
.mtx-product-stats dd {
  margin: .5rem 0 0;
}

.mtx-product-stats dt {
  clear: both;
  float: left;
  width: 42%;
  font-weight: bold;
  padding-right: 2%;
}

.mtx-product-stats dd {
  float: left;
  width: 58%;
}

.mtx-product-stats dd ol {
  width: 100%;
  padding-left: 1rem;
}

.mtx-product-show .inlinesvg.large svg {
  height: 4rem;
  width: 4rem;
  fill: #bfbfbf;
}

@media (max-width: 48rem) {
  .mtx-product-show {
    display: block;
  }

  .mtx-product-show .column-7-12,
  .mtx-product-show .column-5-12 {
    max-width: 100%;
    width: 100%;
  }
}

.mtx-markdown li p {
  margin: 0;
}

.mtx-footer {
  background-color: #056b91;
  color: #fff;
  margin-top: 4rem;
}

.mtx-footer a {
  color: #fff;
}

.mtx-tooltip {
  position: absolute;
  background: #fff;
  z-index: 1000;
  border: 1px solid #bfbfbf;
  padding: .5rem;
  border-radius: 4px;
  max-width: 20rem;
  box-shadow: 5px 5px 5px #bfbfbf;
}

.mtx-tooltip::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #bfbfbf;
  position: absolute;
  top: -10px;
  left: 5px;
}

.mtx-show-screenshots {
  font-size: 0;
}

.mtx-show-screenshots>* {
  font-size: 1rem;
}

.mtx-show-screenshots img {
  width: 100%;
  height: auto;
  border: solid 1px #bfbfbf;
  padding: .5rem;
}

.mtx-show-screenshots a {
  display: inline-block;
  width: 49%;
}

@media (max-width: 32rem) {
  .mtx-show-screenshots a {
    display: block;
    width: 100%;
  }
}

.mtx-show-screenshots a:nth-child(even) {
  margin-left: 2%;
}

@media (max-width: 32rem) {
  .mtx-show-screenshots a:nth-child(even) {
    margin-left: 0;
  }
}

.mtx-cookiebanner {
  max-width: 30rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  z-index: 2000;
  background-color: #fff;
  color: #333;
  border: 1px solid #056b91;
  box-shadow: 5px 5px 5px #000;
}

@media screen and (max-width: 48rem) {
  .mtx-cookiebanner {
    max-width: none;
    margin: 1rem;
  }
}

.mtx-cookiebanner button {
  float: right;
  margin-left: 1rem;
  border: 1px solid #056b91;
  padding: .5rem;
  cursor: pointer;
}

.mtx-cookiebanner button.nay {
  opacity: .8;
}

.mtx-cookiebanner button.yay {
  font-weight: bold;
  border-color: #056b91;
}

.search-area {
  width: 100%;
  padding: 1rem 0;
}

@media (max-width: 32rem) {
  .search-area {
    padding: 0 .5rem;
  }
}

.search-filter-results {
  position: relative;
}

.search-filter-results ul {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 30vh;
  overflow: auto;
  background-color: #fff;
  box-shadow: 5px 5px 15px #333;
  padding: .5rem;
  margin: 0;
  border: 1px solid #bfbfbf;
  list-style: none;
}

.search-filter-results ul li {
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.search-filter-results ul li input,
.search-filter-results ul li textarea,
.search-filter-results ul li select,
.search-filter-results ul li label {
  flex: auto;
  width: 12rem;
  margin: 0;
}

.search-filter-results ul li .comperator,
.search-filter-results ul li .add {
  text-align: center;
  width: 2.5rem;
  flex: 0 0 auto;
}

.search-filter-results ul li .add svg {
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  fill: #bfbfbf;
  cursor: pointer;
}

div.flag-switch {
  line-height: 2rem;
}

div.flag-switch span,
div.flag-switch label {
  margin-right: 1rem;
}

.search-search-box {
  padding: 0;
  position: relative;
}

.search-search-box input {
  margin: 0;
  box-sizing: border-box;
}

.search-search-box span.inlinesvg {
  position: absolute;
  right: .5rem;
  top: .5rem;
  cursor: pointer;
}

.search-search-box span.inlinesvg svg {
  width: 1.5rem;
  height: 1.5em;
  fill: #bfbfbf;
}

.search-selected-filter-area {
  margin-bottom: 1rem;
}

.search-selected-filter-area .feature {
  display: inline-block;
  margin-bottom: .25rem;
  margin-right: 1rem;
}

.search-selected-filter-area .feature strong,
.search-selected-filter-area .feature span {
  margin-right: .5rem;
}

.search-selected-filter-area .feature.multi-select {
  min-width: 50%;
}

.search-results-loading {
  opacity: .5;
  pointer-events: none;
}

.results-wrapper {
  clear: both;
}

@media (max-width: 32rem) {
  .results-wrapper .box,
  .results-wrapper .boxed-columns,
  .results-wrapper .notification {
    margin: 1rem .5rem 0;
  }
}



/*# sourceMappingURL=style.css.map*/