@charset "UTF-8";


/*  - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - -

normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */


html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

 *
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

 @-ms-viewport {
   width: device-width;
 }

 html {
   box-sizing: border-box;
   -ms-overflow-style: scrollbar;
 }

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

 .container {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }

 @media (min-width: 576px) {
   .container {
     max-width: 540px;
   }
 }

 @media (min-width: 768px) {
   .container {
     max-width: 720px;
   }
 }

 @media (min-width: 992px) {
   .container {
     max-width: 960px;
   }
 }

 @media (min-width: 1200px) {
   .container {
     max-width: 1140px;
   }
 }

 .container-fluid {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }

 .row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
 }

 .no-gutters {
   margin-right: 0;
   margin-left: 0;
 }

 .no-gutters > .col,
 .no-gutters > [class*="col-"] {
   padding-right: 0;
   padding-left: 0;
 }

 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
 .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
 .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
 .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
 .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
 .col-xl-auto {
   position: relative;
   width: 100%;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
 }

 .col {
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -ms-flex-positive: 1;
   flex-grow: 1;
   max-width: 100%;
 }

 .col-auto {
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   width: auto;
   max-width: none;
 }

 .col-1 {
   -ms-flex: 0 0 8.333333%;
   flex: 0 0 8.333333%;
   max-width: 8.333333%;
 }

 .col-2 {
   -ms-flex: 0 0 16.666667%;
   flex: 0 0 16.666667%;
   max-width: 16.666667%;
 }

 .col-3 {
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
 }

 .col-4 {
   -ms-flex: 0 0 33.333333%;
   flex: 0 0 33.333333%;
   max-width: 33.333333%;
 }

 .col-5 {
   -ms-flex: 0 0 41.666667%;
   flex: 0 0 41.666667%;
   max-width: 41.666667%;
 }

 .col-6 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
 }

 .col-7 {
   -ms-flex: 0 0 58.333333%;
   flex: 0 0 58.333333%;
   max-width: 58.333333%;
 }

 .col-8 {
   -ms-flex: 0 0 66.666667%;
   flex: 0 0 66.666667%;
   max-width: 66.666667%;
 }

 .col-9 {
   -ms-flex: 0 0 75%;
   flex: 0 0 75%;
   max-width: 75%;
 }

 .col-10 {
   -ms-flex: 0 0 83.333333%;
   flex: 0 0 83.333333%;
   max-width: 83.333333%;
 }

 .col-11 {
   -ms-flex: 0 0 91.666667%;
   flex: 0 0 91.666667%;
   max-width: 91.666667%;
 }

 .col-12 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
 }

 .order-first {
   -ms-flex-order: -1;
   order: -1;
 }

 .order-last {
   -ms-flex-order: 13;
   order: 13;
 }

 .order-0 {
   -ms-flex-order: 0;
   order: 0;
 }

 .order-1 {
   -ms-flex-order: 1;
   order: 1;
 }

 .order-2 {
   -ms-flex-order: 2;
   order: 2;
 }

 .order-3 {
   -ms-flex-order: 3;
   order: 3;
 }

 .order-4 {
   -ms-flex-order: 4;
   order: 4;
 }

 .order-5 {
   -ms-flex-order: 5;
   order: 5;
 }

 .order-6 {
   -ms-flex-order: 6;
   order: 6;
 }

 .order-7 {
   -ms-flex-order: 7;
   order: 7;
 }

 .order-8 {
   -ms-flex-order: 8;
   order: 8;
 }

 .order-9 {
   -ms-flex-order: 9;
   order: 9;
 }

 .order-10 {
   -ms-flex-order: 10;
   order: 10;
 }

 .order-11 {
   -ms-flex-order: 11;
   order: 11;
 }

 .order-12 {
   -ms-flex-order: 12;
   order: 12;
 }

 .offset-1 {
   margin-left: 8.333333%;
 }

 .offset-2 {
   margin-left: 16.666667%;
 }

 .offset-3 {
   margin-left: 25%;
 }

 .offset-4 {
   margin-left: 33.333333%;
 }

 .offset-5 {
   margin-left: 41.666667%;
 }

 .offset-6 {
   margin-left: 50%;
 }

 .offset-7 {
   margin-left: 58.333333%;
 }

 .offset-8 {
   margin-left: 66.666667%;
 }

 .offset-9 {
   margin-left: 75%;
 }

 .offset-10 {
   margin-left: 83.333333%;
 }

 .offset-11 {
   margin-left: 91.666667%;
 }

 @media (min-width: 576px) {
   .col-sm {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-sm-auto {
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-sm-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
   }
   .col-sm-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
   }
   .col-sm-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-sm-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
   }
   .col-sm-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
   }
   .col-sm-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-sm-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
   }
   .col-sm-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
   }
   .col-sm-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-sm-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
   }
   .col-sm-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
   }
   .col-sm-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-sm-first {
     -ms-flex-order: -1;
     order: -1;
   }
   .order-sm-last {
     -ms-flex-order: 13;
     order: 13;
   }
   .order-sm-0 {
     -ms-flex-order: 0;
     order: 0;
   }
   .order-sm-1 {
     -ms-flex-order: 1;
     order: 1;
   }
   .order-sm-2 {
     -ms-flex-order: 2;
     order: 2;
   }
   .order-sm-3 {
     -ms-flex-order: 3;
     order: 3;
   }
   .order-sm-4 {
     -ms-flex-order: 4;
     order: 4;
   }
   .order-sm-5 {
     -ms-flex-order: 5;
     order: 5;
   }
   .order-sm-6 {
     -ms-flex-order: 6;
     order: 6;
   }
   .order-sm-7 {
     -ms-flex-order: 7;
     order: 7;
   }
   .order-sm-8 {
     -ms-flex-order: 8;
     order: 8;
   }
   .order-sm-9 {
     -ms-flex-order: 9;
     order: 9;
   }
   .order-sm-10 {
     -ms-flex-order: 10;
     order: 10;
   }
   .order-sm-11 {
     -ms-flex-order: 11;
     order: 11;
   }
   .order-sm-12 {
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-sm-0 {
     margin-left: 0;
   }
   .offset-sm-1 {
     margin-left: 8.333333%;
   }
   .offset-sm-2 {
     margin-left: 16.666667%;
   }
   .offset-sm-3 {
     margin-left: 25%;
   }
   .offset-sm-4 {
     margin-left: 33.333333%;
   }
   .offset-sm-5 {
     margin-left: 41.666667%;
   }
   .offset-sm-6 {
     margin-left: 50%;
   }
   .offset-sm-7 {
     margin-left: 58.333333%;
   }
   .offset-sm-8 {
     margin-left: 66.666667%;
   }
   .offset-sm-9 {
     margin-left: 75%;
   }
   .offset-sm-10 {
     margin-left: 83.333333%;
   }
   .offset-sm-11 {
     margin-left: 91.666667%;
   }
 }

 @media (min-width: 992px) {
   .col-md {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-md-auto {
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-md-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
   }
   .col-md-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
   }
   .col-md-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-md-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
   }
   .col-md-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
   }
   .col-md-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-md-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
   }
   .col-md-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
   }
   .col-md-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-md-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
   }
   .col-md-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
   }
   .col-md-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-md-first {
     -ms-flex-order: -1;
     order: -1;
   }
   .order-md-last {
     -ms-flex-order: 13;
     order: 13;
   }
   .order-md-0 {
     -ms-flex-order: 0;
     order: 0;
   }
   .order-md-1 {
     -ms-flex-order: 1;
     order: 1;
   }
   .order-md-2 {
     -ms-flex-order: 2;
     order: 2;
   }
   .order-md-3 {
     -ms-flex-order: 3;
     order: 3;
   }
   .order-md-4 {
     -ms-flex-order: 4;
     order: 4;
   }
   .order-md-5 {
     -ms-flex-order: 5;
     order: 5;
   }
   .order-md-6 {
     -ms-flex-order: 6;
     order: 6;
   }
   .order-md-7 {
     -ms-flex-order: 7;
     order: 7;
   }
   .order-md-8 {
     -ms-flex-order: 8;
     order: 8;
   }
   .order-md-9 {
     -ms-flex-order: 9;
     order: 9;
   }
   .order-md-10 {
     -ms-flex-order: 10;
     order: 10;
   }
   .order-md-11 {
     -ms-flex-order: 11;
     order: 11;
   }
   .order-md-12 {
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-md-0 {
     margin-left: 0;
   }
   .offset-md-1 {
     margin-left: 8.333333%;
   }
   .offset-md-2 {
     margin-left: 16.666667%;
   }
   .offset-md-3 {
     margin-left: 25%;
   }
   .offset-md-4 {
     margin-left: 33.333333%;
   }
   .offset-md-5 {
     margin-left: 41.666667%;
   }
   .offset-md-6 {
     margin-left: 50%;
   }
   .offset-md-7 {
     margin-left: 58.333333%;
   }
   .offset-md-8 {
     margin-left: 66.666667%;
   }
   .offset-md-9 {
     margin-left: 75%;
   }
   .offset-md-10 {
     margin-left: 83.333333%;
   }
   .offset-md-11 {
     margin-left: 91.666667%;
   }
 }

 @media (min-width: 1200px) {
   .col-lg {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-lg-auto {
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-lg-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
   }
   .col-lg-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
   }
   .col-lg-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-lg-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
   }
   .col-lg-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
   }
   .col-lg-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-lg-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
   }
   .col-lg-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
   }
   .col-lg-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-lg-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
   }
   .col-lg-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
   }
   .col-lg-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-lg-first {
     -ms-flex-order: -1;
     order: -1;
   }
   .order-lg-last {
     -ms-flex-order: 13;
     order: 13;
   }
   .order-lg-0 {
     -ms-flex-order: 0;
     order: 0;
   }
   .order-lg-1 {
     -ms-flex-order: 1;
     order: 1;
   }
   .order-lg-2 {
     -ms-flex-order: 2;
     order: 2;
   }
   .order-lg-3 {
     -ms-flex-order: 3;
     order: 3;
   }
   .order-lg-4 {
     -ms-flex-order: 4;
     order: 4;
   }
   .order-lg-5 {
     -ms-flex-order: 5;
     order: 5;
   }
   .order-lg-6 {
     -ms-flex-order: 6;
     order: 6;
   }
   .order-lg-7 {
     -ms-flex-order: 7;
     order: 7;
   }
   .order-lg-8 {
     -ms-flex-order: 8;
     order: 8;
   }
   .order-lg-9 {
     -ms-flex-order: 9;
     order: 9;
   }
   .order-lg-10 {
     -ms-flex-order: 10;
     order: 10;
   }
   .order-lg-11 {
     -ms-flex-order: 11;
     order: 11;
   }
   .order-lg-12 {
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-lg-0 {
     margin-left: 0;
   }
   .offset-lg-1 {
     margin-left: 8.333333%;
   }
   .offset-lg-2 {
     margin-left: 16.666667%;
   }
   .offset-lg-3 {
     margin-left: 25%;
   }
   .offset-lg-4 {
     margin-left: 33.333333%;
   }
   .offset-lg-5 {
     margin-left: 41.666667%;
   }
   .offset-lg-6 {
     margin-left: 50%;
   }
   .offset-lg-7 {
     margin-left: 58.333333%;
   }
   .offset-lg-8 {
     margin-left: 66.666667%;
   }
   .offset-lg-9 {
     margin-left: 75%;
   }
   .offset-lg-10 {
     margin-left: 83.333333%;
   }
   .offset-lg-11 {
     margin-left: 91.666667%;
   }
 }

 @media (min-width: 1200px) {
   .col-xl {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
   }
   .col-xl-auto {
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
   }
   .col-xl-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
   }
   .col-xl-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
   }
   .col-xl-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
   }
   .col-xl-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
   }
   .col-xl-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
   }
   .col-xl-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
   }
   .col-xl-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
   }
   .col-xl-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
   }
   .col-xl-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
   }
   .col-xl-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
   }
   .col-xl-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
   }
   .col-xl-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
   .order-xl-first {
     -ms-flex-order: -1;
     order: -1;
   }
   .order-xl-last {
     -ms-flex-order: 13;
     order: 13;
   }
   .order-xl-0 {
     -ms-flex-order: 0;
     order: 0;
   }
   .order-xl-1 {
     -ms-flex-order: 1;
     order: 1;
   }
   .order-xl-2 {
     -ms-flex-order: 2;
     order: 2;
   }
   .order-xl-3 {
     -ms-flex-order: 3;
     order: 3;
   }
   .order-xl-4 {
     -ms-flex-order: 4;
     order: 4;
   }
   .order-xl-5 {
     -ms-flex-order: 5;
     order: 5;
   }
   .order-xl-6 {
     -ms-flex-order: 6;
     order: 6;
   }
   .order-xl-7 {
     -ms-flex-order: 7;
     order: 7;
   }
   .order-xl-8 {
     -ms-flex-order: 8;
     order: 8;
   }
   .order-xl-9 {
     -ms-flex-order: 9;
     order: 9;
   }
   .order-xl-10 {
     -ms-flex-order: 10;
     order: 10;
   }
   .order-xl-11 {
     -ms-flex-order: 11;
     order: 11;
   }
   .order-xl-12 {
     -ms-flex-order: 12;
     order: 12;
   }
   .offset-xl-0 {
     margin-left: 0;
   }
   .offset-xl-1 {
     margin-left: 8.333333%;
   }
   .offset-xl-2 {
     margin-left: 16.666667%;
   }
   .offset-xl-3 {
     margin-left: 25%;
   }
   .offset-xl-4 {
     margin-left: 33.333333%;
   }
   .offset-xl-5 {
     margin-left: 41.666667%;
   }
   .offset-xl-6 {
     margin-left: 50%;
   }
   .offset-xl-7 {
     margin-left: 58.333333%;
   }
   .offset-xl-8 {
     margin-left: 66.666667%;
   }
   .offset-xl-9 {
     margin-left: 75%;
   }
   .offset-xl-10 {
     margin-left: 83.333333%;
   }
   .offset-xl-11 {
     margin-left: 91.666667%;
   }
 }

 .d-none {
   display: none !important;
 }

 .d-inline {
   display: inline !important;
 }

 .d-inline-block {
   display: inline-block !important;
 }

 .d-block {
   display: block !important;
 }

 .d-table {
   display: table !important;
 }

 .d-table-row {
   display: table-row !important;
 }

 .d-table-cell {
   display: table-cell !important;
 }

 .d-flex {
   display: -ms-flexbox !important;
   display: flex !important;
 }

 .d-inline-flex {
   display: -ms-inline-flexbox !important;
   display: inline-flex !important;
 }

 @media (min-width: 576px) {
   .d-sm-none {
     display: none !important;
   }
   .d-sm-inline {
     display: inline !important;
   }
   .d-sm-inline-block {
     display: inline-block !important;
   }
   .d-sm-block {
     display: block !important;
   }
   .d-sm-table {
     display: table !important;
   }
   .d-sm-table-row {
     display: table-row !important;
   }
   .d-sm-table-cell {
     display: table-cell !important;
   }
   .d-sm-flex {
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-sm-inline-flex {
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }

 @media (min-width: 768px) {
   .d-md-none {
     display: none !important;
   }
   .d-md-inline {
     display: inline !important;
   }
   .d-md-inline-block {
     display: inline-block !important;
   }
   .d-md-block {
     display: block !important;
   }
   .d-md-table {
     display: table !important;
   }
   .d-md-table-row {
     display: table-row !important;
   }
   .d-md-table-cell {
     display: table-cell !important;
   }
   .d-md-flex {
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-md-inline-flex {
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }

 @media (min-width: 992px) {
   .d-lg-none {
     display: none !important;
   }
   .d-lg-inline {
     display: inline !important;
   }
   .d-lg-inline-block {
     display: inline-block !important;
   }
   .d-lg-block {
     display: block !important;
   }
   .d-lg-table {
     display: table !important;
   }
   .d-lg-table-row {
     display: table-row !important;
   }
   .d-lg-table-cell {
     display: table-cell !important;
   }
   .d-lg-flex {
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-lg-inline-flex {
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }

 @media (min-width: 1200px) {
   .d-xl-none {
     display: none !important;
   }
   .d-xl-inline {
     display: inline !important;
   }
   .d-xl-inline-block {
     display: inline-block !important;
   }
   .d-xl-block {
     display: block !important;
   }
   .d-xl-table {
     display: table !important;
   }
   .d-xl-table-row {
     display: table-row !important;
   }
   .d-xl-table-cell {
     display: table-cell !important;
   }
   .d-xl-flex {
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-xl-inline-flex {
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }

 @media print {
   .d-print-none {
     display: none !important;
   }
   .d-print-inline {
     display: inline !important;
   }
   .d-print-inline-block {
     display: inline-block !important;
   }
   .d-print-block {
     display: block !important;
   }
   .d-print-table {
     display: table !important;
   }
   .d-print-table-row {
     display: table-row !important;
   }
   .d-print-table-cell {
     display: table-cell !important;
   }
   .d-print-flex {
     display: -ms-flexbox !important;
     display: flex !important;
   }
   .d-print-inline-flex {
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
   }
 }

 .flex-row {
   -ms-flex-direction: row !important;
   flex-direction: row !important;
 }

 .flex-column {
   -ms-flex-direction: column !important;
   flex-direction: column !important;
 }

 .flex-row-reverse {
   -ms-flex-direction: row-reverse !important;
   flex-direction: row-reverse !important;
 }

 .flex-column-reverse {
   -ms-flex-direction: column-reverse !important;
   flex-direction: column-reverse !important;
 }

 .flex-wrap {
   -ms-flex-wrap: wrap !important;
   flex-wrap: wrap !important;
 }

 .flex-nowrap {
   -ms-flex-wrap: nowrap !important;
   flex-wrap: nowrap !important;
 }

 .flex-wrap-reverse {
   -ms-flex-wrap: wrap-reverse !important;
   flex-wrap: wrap-reverse !important;
 }

 .flex-fill {
   -ms-flex: 1 1 auto !important;
   flex: 1 1 auto !important;
 }

 .flex-grow-0 {
   -ms-flex-positive: 0 !important;
   flex-grow: 0 !important;
 }

 .flex-grow-1 {
   -ms-flex-positive: 1 !important;
   flex-grow: 1 !important;
 }

 .flex-shrink-0 {
   -ms-flex-negative: 0 !important;
   flex-shrink: 0 !important;
 }

 .flex-shrink-1 {
   -ms-flex-negative: 1 !important;
   flex-shrink: 1 !important;
 }

 .justify-content-start {
   -ms-flex-pack: start !important;
   justify-content: flex-start !important;
 }

 .justify-content-end {
   -ms-flex-pack: end !important;
   justify-content: flex-end !important;
 }

 .justify-content-center {
   -ms-flex-pack: center !important;
   justify-content: center !important;
 }

 .justify-content-between {
   -ms-flex-pack: justify !important;
   justify-content: space-between !important;
 }

 .justify-content-around {
   -ms-flex-pack: distribute !important;
   justify-content: space-around !important;
 }

 .align-items-start {
   -ms-flex-align: start !important;
   align-items: flex-start !important;
 }

 .align-items-end {
   -ms-flex-align: end !important;
   align-items: flex-end !important;
 }

 .align-items-center {
   -ms-flex-align: center !important;
   align-items: center !important;
 }

 .align-items-baseline {
   -ms-flex-align: baseline !important;
   align-items: baseline !important;
 }

 .align-items-stretch {
   -ms-flex-align: stretch !important;
   align-items: stretch !important;
 }

 .align-content-start {
   -ms-flex-line-pack: start !important;
   align-content: flex-start !important;
 }

 .align-content-end {
   -ms-flex-line-pack: end !important;
   align-content: flex-end !important;
 }

 .align-content-center {
   -ms-flex-line-pack: center !important;
   align-content: center !important;
 }

 .align-content-between {
   -ms-flex-line-pack: justify !important;
   align-content: space-between !important;
 }

 .align-content-around {
   -ms-flex-line-pack: distribute !important;
   align-content: space-around !important;
 }

 .align-content-stretch {
   -ms-flex-line-pack: stretch !important;
   align-content: stretch !important;
 }

 .align-self-auto {
   -ms-flex-item-align: auto !important;
   align-self: auto !important;
 }

 .align-self-start {
   -ms-flex-item-align: start !important;
   align-self: flex-start !important;
 }

 .align-self-end {
   -ms-flex-item-align: end !important;
   align-self: flex-end !important;
 }

 .align-self-center {
   -ms-flex-item-align: center !important;
   align-self: center !important;
 }

 .align-self-baseline {
   -ms-flex-item-align: baseline !important;
   align-self: baseline !important;
 }

 .align-self-stretch {
   -ms-flex-item-align: stretch !important;
   align-self: stretch !important;
 }

 @media (min-width: 576px) {
   .flex-sm-row {
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-sm-column {
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-sm-row-reverse {
     -ms-flex-direction: row-reverse !important;
     flex-direction: row-reverse !important;
   }
   .flex-sm-column-reverse {
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-sm-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-sm-nowrap {
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-sm-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .flex-sm-fill {
     -ms-flex: 1 1 auto !important;
     flex: 1 1 auto !important;
   }
   .flex-sm-grow-0 {
     -ms-flex-positive: 0 !important;
     flex-grow: 0 !important;
   }
   .flex-sm-grow-1 {
     -ms-flex-positive: 1 !important;
     flex-grow: 1 !important;
   }
   .flex-sm-shrink-0 {
     -ms-flex-negative: 0 !important;
     flex-shrink: 0 !important;
   }
   .flex-sm-shrink-1 {
     -ms-flex-negative: 1 !important;
     flex-shrink: 1 !important;
   }
   .justify-content-sm-start {
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-sm-end {
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-sm-center {
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-sm-between {
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-sm-around {
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-sm-start {
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-sm-end {
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-sm-center {
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-sm-baseline {
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-sm-stretch {
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-sm-start {
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-sm-end {
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-sm-center {
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-sm-between {
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-sm-around {
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-sm-stretch {
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-sm-auto {
     -ms-flex-item-align: auto !important;
     align-self: auto !important;
   }
   .align-self-sm-start {
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-sm-end {
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-sm-center {
     -ms-flex-item-align: center !important;
     align-self: center !important;
   }
   .align-self-sm-baseline {
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-sm-stretch {
     -ms-flex-item-align: stretch !important;
     align-self: stretch !important;
   }
 }

 @media (min-width: 768px) {
   .flex-md-row {
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-md-column {
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-md-row-reverse {
     -ms-flex-direction: row-reverse !important;
     flex-direction: row-reverse !important;
   }
   .flex-md-column-reverse {
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-md-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-md-nowrap {
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-md-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .flex-md-fill {
     -ms-flex: 1 1 auto !important;
     flex: 1 1 auto !important;
   }
   .flex-md-grow-0 {
     -ms-flex-positive: 0 !important;
     flex-grow: 0 !important;
   }
   .flex-md-grow-1 {
     -ms-flex-positive: 1 !important;
     flex-grow: 1 !important;
   }
   .flex-md-shrink-0 {
     -ms-flex-negative: 0 !important;
     flex-shrink: 0 !important;
   }
   .flex-md-shrink-1 {
     -ms-flex-negative: 1 !important;
     flex-shrink: 1 !important;
   }
   .justify-content-md-start {
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-md-end {
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-md-center {
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-md-between {
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-md-around {
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-md-start {
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-md-end {
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-md-center {
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-md-baseline {
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-md-stretch {
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-md-start {
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-md-end {
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-md-center {
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-md-between {
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-md-around {
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-md-stretch {
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-md-auto {
     -ms-flex-item-align: auto !important;
     align-self: auto !important;
   }
   .align-self-md-start {
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-md-end {
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-md-center {
     -ms-flex-item-align: center !important;
     align-self: center !important;
   }
   .align-self-md-baseline {
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-md-stretch {
     -ms-flex-item-align: stretch !important;
     align-self: stretch !important;
   }
 }

 @media (min-width: 992px) {
   .flex-lg-row {
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-lg-column {
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-lg-row-reverse {
     -ms-flex-direction: row-reverse !important;
     flex-direction: row-reverse !important;
   }
   .flex-lg-column-reverse {
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-lg-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-lg-nowrap {
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-lg-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .flex-lg-fill {
     -ms-flex: 1 1 auto !important;
     flex: 1 1 auto !important;
   }
   .flex-lg-grow-0 {
     -ms-flex-positive: 0 !important;
     flex-grow: 0 !important;
   }
   .flex-lg-grow-1 {
     -ms-flex-positive: 1 !important;
     flex-grow: 1 !important;
   }
   .flex-lg-shrink-0 {
     -ms-flex-negative: 0 !important;
     flex-shrink: 0 !important;
   }
   .flex-lg-shrink-1 {
     -ms-flex-negative: 1 !important;
     flex-shrink: 1 !important;
   }
   .justify-content-lg-start {
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-lg-end {
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-lg-center {
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-lg-between {
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-lg-around {
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-lg-start {
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-lg-end {
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-lg-center {
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-lg-baseline {
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-lg-stretch {
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-lg-start {
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-lg-end {
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-lg-center {
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-lg-between {
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-lg-around {
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-lg-stretch {
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-lg-auto {
     -ms-flex-item-align: auto !important;
     align-self: auto !important;
   }
   .align-self-lg-start {
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-lg-end {
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-lg-center {
     -ms-flex-item-align: center !important;
     align-self: center !important;
   }
   .align-self-lg-baseline {
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-lg-stretch {
     -ms-flex-item-align: stretch !important;
     align-self: stretch !important;
   }
 }

 @media (min-width: 1200px) {
   .flex-xl-row {
     -ms-flex-direction: row !important;
     flex-direction: row !important;
   }
   .flex-xl-column {
     -ms-flex-direction: column !important;
     flex-direction: column !important;
   }
   .flex-xl-row-reverse {
     -ms-flex-direction: row-reverse !important;
     flex-direction: row-reverse !important;
   }
   .flex-xl-column-reverse {
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
   }
   .flex-xl-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
   }
   .flex-xl-nowrap {
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
   }
   .flex-xl-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
   }
   .flex-xl-fill {
     -ms-flex: 1 1 auto !important;
     flex: 1 1 auto !important;
   }
   .flex-xl-grow-0 {
     -ms-flex-positive: 0 !important;
     flex-grow: 0 !important;
   }
   .flex-xl-grow-1 {
     -ms-flex-positive: 1 !important;
     flex-grow: 1 !important;
   }
   .flex-xl-shrink-0 {
     -ms-flex-negative: 0 !important;
     flex-shrink: 0 !important;
   }
   .flex-xl-shrink-1 {
     -ms-flex-negative: 1 !important;
     flex-shrink: 1 !important;
   }
   .justify-content-xl-start {
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
   }
   .justify-content-xl-end {
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
   }
   .justify-content-xl-center {
     -ms-flex-pack: center !important;
     justify-content: center !important;
   }
   .justify-content-xl-between {
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
   }
   .justify-content-xl-around {
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
   }
   .align-items-xl-start {
     -ms-flex-align: start !important;
     align-items: flex-start !important;
   }
   .align-items-xl-end {
     -ms-flex-align: end !important;
     align-items: flex-end !important;
   }
   .align-items-xl-center {
     -ms-flex-align: center !important;
     align-items: center !important;
   }
   .align-items-xl-baseline {
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
   }
   .align-items-xl-stretch {
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
   }
   .align-content-xl-start {
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
   }
   .align-content-xl-end {
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
   }
   .align-content-xl-center {
     -ms-flex-line-pack: center !important;
     align-content: center !important;
   }
   .align-content-xl-between {
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
   }
   .align-content-xl-around {
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
   }
   .align-content-xl-stretch {
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
   }
   .align-self-xl-auto {
     -ms-flex-item-align: auto !important;
     align-self: auto !important;
   }
   .align-self-xl-start {
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
   }
   .align-self-xl-end {
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
   }
   .align-self-xl-center {
     -ms-flex-item-align: center !important;
     align-self: center !important;
   }
   .align-self-xl-baseline {
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
   }
   .align-self-xl-stretch {
     -ms-flex-item-align: stretch !important;
     align-self: stretch !important;
   }
 }

/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - -

Understrap

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.wp-caption {
  font-size: inherit; }

.wp-caption-text {
  font-size: inherit; }

.screen-reader-text {
  font-size: inherit; }

.alignright {
  float: right;
  padding-left: 10px; }

.alignleft {
  float: left;
  padding-right: 10px; }

.aligncenter {
  margin: 0px auto; }

.entry-footer span {
  padding-right: 10px; }

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto; }

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px; }

.jumbotron {
  margin-bottom: 0px; }

.menu-item {
  float: left;
  display: inline;
  width: auto; }

.navbar-toggleable-md .navbar-nav .dropdown-menu {
  float: left; }

.dropdown-menu .dropdown-menu {
  position: relative;
  display: block;
  margin-left: 10px;
  border: none;
  box-shadow: none; }
  .dropdown-menu .dropdown-menu li {
    padding-left: 0px;
    list-style: square; }

.dropdown-menu .menu-item {
  width: 100%; }
  .dropdown-menu .menu-item a.nav-link {
    margin: 0px;
    padding: 0.5em 1em; }
  .dropdown-menu .menu-item a.nav-link:hover {
    background-color: #7852B2; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

aside.widget {
  clear: both; }

#wrapper-hero .carousel-inner .textwidget {
  width: 100%; }

h1.navbar-brand a:hover {
  text-decoration: none; }

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
  max-width: 600px;
  margin: 0 auto !important; }
  .wpcf7 .wpcf7-form label {
    width: 100%; }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #d9534f !important; }
  .wpcf7 .wpcf7-validation-errors {
    color: #d9534f !important;
    border: 1px solid #eceeef !important; }


/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - -

This is Dongzi Styles

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.row {
  margin: 0;
}


/*- - - - - - - - - - - - - - - - - Font paths - - - - - - - - - - - - - - - - -*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);


/*- - - - - - - - - - - - - - - - - Colour - - - - - - - - - - - - - - - - -*/

body {
  background: #fff;
}

/*- - - - - - - - - - - - - - - - - Typography - - - - - - - - - - - - - - - - -*/

body {
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-weight: inherit;
  font-size:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-size: 100%;
  font-weight: 900;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:-webkit-any-link {
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  color: #093682;
  font-weight: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-nav a.nav-title {
  display: block;
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-size: 1.25em;
  color: #093682 !important;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.navbar-nav a.nav-category {
  display: block;
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-size: 1em;
  color: #093682;
  pointer-events: none;
  margin: 1.953em 0 0.8em 0;
  padding: 0;
}

.navbar-nav a.nav-link {
  display: inline-block;
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-size: 1em;
  color: #093682;
  margin: .8em 0;
  padding: 0;
}

.navbar-nav a.nav-link:hover {
  color: #093682;
  text-decoration: underline;
}

.navbar-nav .active a.nav-link {
  color: #093682;
}

/*- - - - - - - - - - - - - - - - - General - - - - - - - - - - - - - - - - -*/

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

ol, ul, dl {
  list-style: none;
}

html, body {
  margin:0;
  padding:0;
  -webkit-overflow-scrolling: touch;
}

.affix {
    position: fixed;
}

/*- - - - - - - - - - - - - - - - - Preloader - - - - - - - - - - - - - - - - -*/

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  display: none;
}

.preloader-animate {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background-color: transparent;
  border: 8px solid #000;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/*- - - - - - - - - - - - - - - - - Structure Frontpage Items- - - - - - - - - - - - - - - - -*/

.frontpage .content-wrapper {
  width: 100%;
  padding: 0 30px;
  margin-left: 72px;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.frontpage p {
  color: #093682;
  font-size: 1em;
  line-height: 1.7em;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 24px 0 0 0;
}

.frontpage p a {
  font-weight: bolder;
}

.frontpage .chinese p {
  text-align: right;
}

.frontpage .english p {
  text-align: left;
}

.frontpage p strong {
  font-weight: inherit;
}

.frontpage-header {
  height: 100vh;
  position: fixed;
  top: 0;
}

.frontpage_image {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
}

.frontpage_image img {
  width: 300px;
  height: auto;
  margin-left: 120px;
  position: relative;
  bottom: -12px;
}

/*- - - - - - - - - - - - - - - - - Structure Navigation - - - - - - - - - - - - - - - - -*/

.site-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.site-wrapper .site-canvas {
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  z-index: 1;
  padding-left: 72px;
}

.frontpage .site-canvas {
  height: 100vh;
  position: relative;
  padding-left: 0;
}

.site-wrapper.show-nav .site-canvas {
  position: fixed;
  overflow: hidden;
  transform: translate3d(400px,0,0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.site-wrapper.show-nav .site-menu {
  transform: translate3d(0,0,0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.site-wrapper .site-menu {
  transform: translate3d(-400px,0,0);
  background: #fff;
  width: 400px;
  height: 100%;
  position: fixed;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  top: 0;
  z-index: 0;
}

:focus {
  outline: none;
}

.navbar-nav {
  padding: 0 0 0 48px;
  margin: 22px 0 0 0;
  position: fixed;
  top: 40%;
  transform: translateY(-40%);
}

.navbar-nav li {
  width: 100%;
}

.nav-wrapper {
  position: fixed;
  left: 0;
  padding: 0;
  height: 100vh;
  width: 72px;
  z-index: 100;
}

button.toggle-nav {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  padding: 0;
  margin: 0;
}

span.menu-title {
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-size: 1em;
  font-weight: 900;
  color: #093682;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
}

.hamburger {
  display: inline-block;
  position: relative;
  top: 2px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 200ms ease-in-out;
  background: #093682;
  height: 3px;
  width: 16px;
  display: block;
  margin: 3px 0 0 6px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

.navbar-toggleable-md {
  position: relative;
}

.nav-button {
  width: 100px;
  position: absolute;
  left: -12px;
  top: 50px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.project-title {
  width: 200px;
  position: absolute;
  left: -60px;
  top: 47vh;
}

.project-title h4 {
  font-size: 1em;
  text-align: center;
  color: #093682;
  white-space: nowrap;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-title {
  width: 200px;
  position: absolute;
  left: -60px;
  bottom: 100px;
  z-index: 100;
}

.site-title a {
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #093682;
  white-space: nowrap;
  margin: 0;
  padding-left: 12px;
}

.site-title h1 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*- - - - - - - - - - - - - - - - - Structure Projects - - - - - - - - - - - - - - - - -*/

.project-info {
  position: relative;
  height: 100vh;
}

.project-info-inner {
  width: 100%;
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  font-size: 0.8em;
  color: #093682;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 90px;
  left: 0;
}

.project-info h1 {
  color: #093682;
  font-size: 1.563em;
  margin: 0;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.project-info p {
  color: #093682;
  font-size: 0.8em;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin: 0;
  padding-right: 48px;
}


/*- - - - - - - - - - - - - - - - - Structure 404 - - - - - - - - - - - - - - - - -*/

.error404 {
  height: 100vh;
  width: 100%;
  background: #000;
  position: relative;
}

.error404 h1 {
  font-size: 1.4em;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*- - - - - - - - - - - - - - - - - Royalslider - - - - - - - - - - - - - - - - -*/

.royalSlider-content {
  height: 100vh !important;
}

.slide-wrapper {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.rsOverflow {
  overflow-y: scroll;
}

.slide-wrapper div {
  position: relative;
  max-height: 90vh;
}

.slide-wrapper img {
  max-height: 90vh;
}

.project_entry_text_top {
  position: relative;
  font-weight: 400;
  color: #093682;
  text-align: right;
  max-height: 46%;
  overflow: scroll;
  line-height: 1.5em;
  padding-left: 64px;
  margin: 0;
}

.project_entry_text_bottom {
  font-weight: 400;
  color: #093682;
  position: absolute;
  bottom: 0;
  line-height: 1.5em;
  margin: 0;
  overflow-y: scroll;
  height: auto;
}

.project_entry_text_bottom.friends::after {
  content: "";
  display: block;
  height: 72px;
}

.project_entry_text_bottom.friends {
  height: 171px;
}

.text_bottom_gradient {
  display: none;
}

.text_bottom_gradient.friends {
  display: block;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.rsDefault .rsArrow {
  height: 100%;
  width: 70px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefault.rsHor .rsArrowLeft {
  opacity: .5;
}

.rsDefault.rsHor .rsArrowLeft:hover {
  opacity: 1;
}

.rsDefault.rsHor .rsArrowRight {
  opacity: .5;
}

.rsDefault.rsHor .rsArrowRight:hover {
  opacity: 1;
}

.rsDefault .rsArrowIcn {
  width: 16px;
  height: 26px;
  margin-top: -16px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  background-color: transparent;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-image: url(../img/Left_Arrow@2x.png);
  background-size: 16px 26px;
  background-position: 0 0;
  top: 50%;
  left: 50%;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-image: url(../img/Right_Arrow@2x.png);
  background-size: 16px 26px;
  background-position: 0 0;
  top: 50%;
  left: 50%;
}

.royalSlider-images p {
  font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
  color: #093682;
  font-size: 1em;
  margin-top: 30px;
  margin-left: 0px;
  text-align: center;
}

.slide-wrapper .col-md-5 {
  min-height: 400px;
}

/*- - - - - - - - - - - - - - - - - Responsive Overrides - - - - - - - - - - - - - - - - -*/

@media (max-width: 992px) {

  /*- - - - - - - - - - - - - - - - - Structure Frontpage Items- - - - - - - - - - - - - - - - -*/

  .frontpage .content-wrapper {
    margin-left: 0px;
    padding: 0;
    padding-top: 15vh;
  }

  .frontpage .row {
    display: block;
  }

  .chinese, .english {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .frontpage_image {
    text-align: right;
  }

  .frontpage_image img {
    width: 200px;
    height: auto;
  }

  /*- - - - - - - - - - - - - - - - - Structure Navigation - - - - - - - - - - - - - - - - -*/

   .navbar {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     position: fixed;
     left: 0;
     top: 0;
     height: 60px;
     width: 100%;
     z-index: 2;
   }

   .navbar-toggle span {
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   .navbar-nav {
     padding: 0 0 0 48px;
     margin: 48px 0 0 0;
     position: fixed;
     top: 0%;
     transform: translateY(0%);
   }

   .navbar-nav li {
     width: 100%;
   }

   .navbar-nav li a {
     font-size: 0.8em;
   }

   .project-title h4 {
     font-size: 1em;
     text-align: center;
     color: #093682;
     white-space: nowrap;
     margin: 0;
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
   }

   .site-wrapper{
     overflow: visible;
   }

   .site-wrapper .site-canvas {
     width: 100%;
     height: 100vh;
     -webkit-transition: .3s ease all;
     transition: .3s ease all;
     z-index: 100;
     padding-left: 0;
     overflow: visible;
   }

   .site-wrapper.show-nav .site-canvas {
     position: fixed;
     overflow: hidden;
     transform: translate3d(300px,0,0);
     -webkit-transition: .3s ease all;
     transition: .3s ease all;
   }

   .site-wrapper.show-nav .site-menu {
     transform: translate3d(0,0,0);
     -webkit-transition: .3s ease all;
     transition: .3s ease all;
   }

   .site-wrapper .site-menu {
     transform: translate3d(-300px,0,0);
     width: 300px;
     height: 100%;
     position: fixed;
     -webkit-transition: .3s ease all;
     transition: .3s ease all;
     top: 0;
   }

   :focus {
     outline: none;
   }

   .nav-wrapper {
     background: #fff;
     padding-top: 0px;
     margin: 0px 0px 0px -1px;
     position: fixed;
     left: 0;
     top: 0;
     height: 0px;
     width: 100%;
     z-index: 100;
   }

   button.toggle-nav {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     position: relative;
     top: 0;
     padding: 0;
     margin: 0;
     z-index: 100;
   }

   .nav-button {
     width: auto;
     position: absolute;
     left: 0px;
     top: 22px;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   .hamburger {
     display: inline-block;
     margin: 0;
   }

   .navbar-toggle .icon-bar {
     position: relative;
     transition: all 200ms ease-in-out;
     background: #093682;
     height: 3px;
     width: 20px;
     display: block;
     margin: 3px 8px 0 20px;
   }

   button.toggle-nav span.menu-title {
     display: none;
   }

   .site-title {
     background: #fff;
     width: 100%;
     position: absolute;
     right: 15px;
     top: 0;
     left: inherit;
     bottom: inherit;
     z-index: 0;
   }

   .site-title h1 {
     -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
     -o-transform: rotate(0);
     transform: rotate(0);
     text-align: right;
     margin: 28px 15px;
   }

   .site-title a {
     font-family: "Noto Sans", "Helvetica Neue", "Noto Sans SC", sans-serif;
     font-size: 1em;
     color: #093682;
     white-space: nowrap;
     margin: 0;
   }

}


@media (max-width: 500px) and (min-width: 320px) {

  /*- - - - - - - - - - - - - - - - - Structure Frontpage Items- - - - - - - - - - - - - - - - -*/


  /*- - - - - - - - - - - - - - - - - Structure Projects - - - - - - - - - - - - - - - - -*/

  .project-info {
    position: static;
    z-index: 2;
    height: auto;
  }

  .project-info-inner {
    margin: 96px 0 0;
    position: static;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .project-title, .project-description {
    padding: 0;
  }

  .project-details {
    padding-left: 0px;
    margin-top: 24px;
  }

  .project-images {
    margin-top: 14vh;
    overflow: visible;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    margin-left: 0;
    height: 100vh;
  }

  .project-images ul {
    padding: 0;
    margin: 0;
  }

  .project-info h1 {
    font-size: 1.563em;
    margin-bottom: 24px;
  }

  .project-description p,  .project-info p {
    color: #666;
    font-size: 0.8em;
  }

  .project-images p {
    color: #093682;
    font-size: 0.8em;
    margin-left: 0;
    margin-top: 18px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-images p::before {
    height: 0;
    background: transparent;
    margin-bottom: 0;
  }

/*- - - - - - - - - - - - - - - - - Royalslider - - - - - - - - - - - - - - - - -*/

  .project_entry_short {
    /* margin-top: 82px; */
    overflow: visible;
    z-index: 0;
  }

  .royalSlider-content {
    height: 100%;
    margin-top: 74px;
  }

  .slide-wrapper {
    position: relative;
    top: 0;
    transform: perspective(0px) translateY(0);
  }

  .slide-wrapper .col-md-5 {
    min-height: auto;
  }

  .slide-wrapper .col-md-5::after {
    content: "";
        display: block;
        background: #fff;
        width: 28px;
        height: 40px;
        position: absolute;
        bottom: 27px;
        right: 0;
        background-image: url(../img/Right_Arrow@2x.png);
        background-size: 16px 26px;
        background-position: 6px 6px;
        background-repeat: no-repeat;
        opacity: .5;
  }

  .slide-wrapper div {
    position: relative;
    max-height: 100%;
    padding: 0;
    margin: 0;
  }

  .slide-wrapper img {
    max-height: 100%;
    margin-bottom: 24px;
  }

  .project_entry_text_top {
    position: relative;
    font-weight: 400;
    color: #093682;
    text-align: left;
    max-height: 100%;
    overflow: visible;
    line-height: 1.5em;
    padding-left: 0;
    margin-bottom: 24px;
  }

  .project_entry_text_bottom {
    font-weight: 400;
    color: #093682;
    position: relative;
    bottom: 0;
    line-height: 1.5em;
    overflow-y: visible;
  }

  .royalSlider {
    position: static;
  }

  .royalSlider-images {
    margin: 0;
  }

  img.rsImg {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0;
  }

  div.rsSlide {
    padding-left: 0px;
    overflow: visible !important;
    display: table;
  }

  .rsDefault.rsHor .rsArrowRight {
    display: none !important;
  }

  .rsDefault.rsHor .rsArrowLeft {
    display: none !important;
  }

}
