/* Reset
 ------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  font: inherit;
  vertical-align: baseline;
  outline: none; }
/*font-weight:100;*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

iframe {
  position: relative; }
/* Mixins
 ------------------------------------------*/
/*
 Grids are determined by Site.xml
 */
/* Grid Column Widths
 ------------------------------------------*/
/* Grid Gutters
 ------------------------------------------*/
/* Media Queries
 ------------------------------------------*/
/* Framework
 ------------------------------------------*/
* {
  box-sizing: border-box; }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

html {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s; }
  html body {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    color: GetVar(BodyCopyColour); }
  html.disable-scroll {
    overflow: hidden !important;
    height: 100% !important; }
    html.disable-scroll body {
      overflow: hidden;
      height: 100% !important; }
  .Page {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center; }

section, header, footer {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  text-align: center; }

.content-container {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  text-align: center; }

.grid {
  display: block;
  position: relative;
  clear: both;
  margin: auto;
  float: none;
  text-align: left;
  /* Fixed Width Grids
   ------------------------------------------*/
  /* Default - Large Desktop */
  width: 1080px;
  /* Fluid (percentile) Grids
   ------------------------------------------*/ }
  .grid .col1, .grid .col2, .grid .col3, .grid .col4, .grid .col5, .grid .col6, .grid .col7, .grid .col8, .grid .col9, .grid .col10, .grid .col11, .grid .col12 {
    display: inline-block;
    position: relative;
    float: left; }
  .grid .col1 {
    width: 50px; }
  .grid .col2 {
    width: 140px; }
  .grid .col3 {
    width: 230px; }
  .grid .col4 {
    width: 320px; }
  .grid .col5 {
    width: 410px; }
  .grid .col6 {
    width: 500px; }
  .grid .col7 {
    width: 590px; }
  .grid .col8 {
    width: 680px; }
  .grid .col9 {
    width: 770px; }
  .grid .col10 {
    width: 860px; }
  .grid .col11 {
    width: 950px; }
  .grid .col12 {
    width: 1040px; }
  .grid .col1, .grid .col2, .grid .col3, .grid .col4, .grid .col5, .grid .col6, .grid .col7, .grid .col8, .grid .col9, .grid .col10, .grid .col11, .grid .col12 {
    margin-left: 20px;
    margin-right: 20px; }
  @media only screen and (min-width : 980px) and (max-width : 1099px) {
  .grid {
    /* Tablet Landscape */
    width: 960px; }
    .grid .col1 {
      width: 40px; }

    .grid .col2 {
      width: 120px; }

    .grid .col3 {
      width: 200px; }

    .grid .col4 {
      width: 280px; }

    .grid .col5 {
      width: 360px; }

    .grid .col6 {
      width: 440px; }

    .grid .col7 {
      width: 520px; }

    .grid .col8 {
      width: 600px; }

    .grid .col9 {
      width: 680px; }

    .grid .col10 {
      width: 760px; }

    .grid .col11 {
      width: 840px; }

    .grid .col12 {
      width: 920px; }

    .grid .col1, .grid .col2, .grid .col3, .grid .col4, .grid .col5, .grid .col6, .grid .col7, .grid .col8, .grid .col9, .grid .col10, .grid .col11, .grid .col12 {
      margin-left: 20px;
      margin-right: 20px; } }
  .grid.Fluid {
    width: 100%;
    margin: none;
    float: left; }
    .grid.Fluid .Col2, .grid.Fluid .Col5, .grid.Fluid .Col10, .grid.Fluid .Col15, .grid.Fluid .Col20, .grid.Fluid .Col25, .grid.Fluid .Col30, .grid.Fluid .Col33, .grid.Fluid .Col40, .grid.Fluid .Col45, .grid.Fluid .Col50, .grid.Fluid .Col55, .grid.Fluid .Col60, .grid.Fluid .Col65, .grid.Fluid .Col70, .grid.Fluid .Col75, .grid.Fluid .Col80, .grid.Fluid .Col85, .grid.Fluid .Col90, .grid.Fluid .Col95, .grid.Fluid .Col100 {
      display: inline-block;
      position: relative;
      float: left; }
    .grid.Fluid .Col2 {
      width: 2%; }
    .grid.Fluid .Col5 {
      width: 5%; }
    .grid.Fluid .Col10 {
      width: 10%; }
    .grid.Fluid .Col15 {
      width: 15%; }
    .grid.Fluid .Col20 {
      width: 20%; }
    .grid.Fluid .Col25 {
      width: 25%; }
    .grid.Fluid .Col30 {
      width: 30%; }
    .grid.Fluid .Col33 {
      width: 33%; }
    .grid.Fluid .Col40 {
      width: 40%; }
    .grid.Fluid .Col45 {
      width: 45%; }
    .grid.Fluid .Col50 {
      width: 50%; }
    .grid.Fluid .Col55 {
      width: 55%; }
    .grid.Fluid .Col60 {
      width: 60%; }
    .grid.Fluid .Col65 {
      width: 65%; }
    .grid.Fluid .Col70 {
      width: 70%; }
    .grid.Fluid .Col75 {
      width: 75%; }
    .grid.Fluid .Col80 {
      width: 80%; }
    .grid.Fluid .Col85 {
      width: 85%; }
    .grid.Fluid .Col90 {
      width: 90%; }
    .grid.Fluid .Col95 {
      width: 95%; }
    .grid.Fluid .Col100 {
      width: 100%; }
  @media only screen and (min-width : 720px) and (max-width : 979px) {
  .grid {
    /* Tablet Portrait Grid */
    width: 100%;
    margin: 0%;
    padding-left: 6%;
    padding-right: 6%;
    /* Column Defaults */
    /* Column Overrides */ }
    .grid .col2, .grid .col3, .grid .col4, .grid .col5, .grid .col6, .grid .col7 {
      margin: 0%;
      width: -moz-calc((50%) - 12%);
      width: -o-calc((50%) - 12%);
      width: -webkit-calc((50%) - 12%);
      width: calc((50%) - 12%);
      margin-left: 6%;
      margin-right: 6%; }

    .grid .col1, .grid .col7, .grid .col8, .grid .col9, .grid .col10, .grid .col11, .grid .col12 {
      margin: 0%;
      width: -moz-calc((100%) - 12%);
      width: -o-calc((100%) - 12%);
      width: -webkit-calc((100%) - 12%);
      width: calc((100%) - 12%);
      margin-left: 6%;
      margin-right: 6%; }

    .grid .col1.tp100, .grid .col2.tp100, .grid .col3.tp100, .grid .col4.tp100, .grid .col5.tp100, .grid .col6.tp100, .grid .col7.tp100, .grid .col8.tp100, .grid .col9.tp100, .grid .col10.tp100, .grid .col11.tp100, .grid .col12.tp100 {
      margin: 0%;
      width: -moz-calc((100%) - 12%);
      width: -o-calc((100%) - 12%);
      width: -webkit-calc((100%) - 12%);
      width: calc((100%) - 12%);
      margin-left: 6%;
      margin-right: 6%; }
      .grid .col1.tp75, .grid .col2.tp75, .grid .col3.tp75, .grid .col4.tp75, .grid .col5.tp75, .grid .col6.tp75, .grid .col7.tp75, .grid .col8.tp75, .grid .col9.tp75, .grid .col10.tp75, .grid .col11.tp75, .grid .col12.tp75 {
        margin: 0%;
        width: -moz-calc((75%) - 12%);
        width: -o-calc((75%) - 12%);
        width: -webkit-calc((75%) - 12%);
        width: calc((75%) - 12%);
        margin-left: 6%;
        margin-right: 6%; }
      .grid .col1.tp50, .grid .col2.tp50, .grid .col3.tp50, .grid .col4.tp50, .grid .col5.tp50, .grid .col6.tp50, .grid .col7.tp50, .grid .col8.tp50, .grid .col9.tp50, .grid .col10.tp50, .grid .col11.tp50, .grid .col12.tp50 {
        margin: 0%;
        width: -moz-calc((50%) - 12%);
        width: -o-calc((50%) - 12%);
        width: -webkit-calc((50%) - 12%);
        width: calc((50%) - 12%);
        margin-left: 6%;
        margin-right: 6%; }
      .grid .col1.tp25, .grid .col2.tp25, .grid .col3.tp25, .grid .col4.tp25, .grid .col5.tp25, .grid .col6.tp25, .grid .col7.tp25, .grid .col8.tp25, .grid .col9.tp25, .grid .col10.tp25, .grid .col11.tp25, .grid .col12.tp25 {
        margin: 0%;
        width: -moz-calc((25%) - 12%);
        width: -o-calc((25%) - 12%);
        width: -webkit-calc((25%) - 12%);
        width: calc((25%) - 12%);
        margin-left: 6%;
        margin-right: 6%; } }
  @media only screen and (max-width : 719px) and (orientation: landscape) {
  .grid {
    /* Mobile Landscape Grid */
    width: 100%;
    margin: 0%;
    padding-left: 5%;
    padding-right: 5%;
    /* Column Defaults */
    /* Column Overrides */ }
    .grid .col2, .grid .col3, .grid .col4, .grid .col5, .grid .col6, .grid .col7 {
      margin: 0%;
      width: -moz-calc((50%) - 10%);
      width: -o-calc((50%) - 10%);
      width: -webkit-calc((50%) - 10%);
      width: calc((50%) - 10%);
      margin-left: 5%;
      margin-right: 5%; }

    .grid .col1, .grid .col7, .grid .col8, .grid .col9, .grid .col10, .grid .col11, .grid .col12 {
      margin: 0%;
      width: -moz-calc((100%) - 10%);
      width: -o-calc((100%) - 10%);
      width: -webkit-calc((100%) - 10%);
      width: calc((100%) - 10%);
      margin-left: 5%;
      margin-right: 5%; }

    .grid .col1.ml100, .grid .col2.ml100, .grid .col3.ml100, .grid .col4.ml100, .grid .col5.ml100, .grid .col6.ml100, .grid .col7.ml100, .grid .col8.ml100, .grid .col9.ml100, .grid .col10.ml100, .grid .col11.ml100, .grid .col12.ml100 {
      margin: 0%;
      width: -moz-calc((100%) - 10%);
      width: -o-calc((100%) - 10%);
      width: -webkit-calc((100%) - 10%);
      width: calc((100%) - 10%);
      margin-left: 5%;
      margin-right: 5%; }
      .grid .col1.ml75, .grid .col2.ml75, .grid .col3.ml75, .grid .col4.ml75, .grid .col5.ml75, .grid .col6.ml75, .grid .col7.ml75, .grid .col8.ml75, .grid .col9.ml75, .grid .col10.ml75, .grid .col11.ml75, .grid .col12.ml75 {
        margin: 0%;
        width: -moz-calc((75%) - 10%);
        width: -o-calc((75%) - 10%);
        width: -webkit-calc((75%) - 10%);
        width: calc((75%) - 10%);
        margin-left: 5%;
        margin-right: 5%; }
      .grid .col1.ml50, .grid .col2.ml50, .grid .col3.ml50, .grid .col4.ml50, .grid .col5.ml50, .grid .col6.ml50, .grid .col7.ml50, .grid .col8.ml50, .grid .col9.ml50, .grid .col10.ml50, .grid .col11.ml50, .grid .col12.ml50 {
        margin: 0%;
        width: -moz-calc((50%) - 10%);
        width: -o-calc((50%) - 10%);
        width: -webkit-calc((50%) - 10%);
        width: calc((50%) - 10%);
        margin-left: 5%;
        margin-right: 5%; }
      .grid .col1.ml25, .grid .col2.ml25, .grid .col3.ml25, .grid .col4.ml25, .grid .col5.ml25, .grid .col6.ml25, .grid .col7.ml25, .grid .col8.ml25, .grid .col9.ml25, .grid .col10.ml25, .grid .col11.ml25, .grid .col12.ml25 {
        margin: 0%;
        width: -moz-calc((25%) - 10%);
        width: -o-calc((25%) - 10%);
        width: -webkit-calc((25%) - 10%);
        width: calc((25%) - 10%);
        margin-left: 5%;
        margin-right: 5%; } }
  @media only screen and (max-width : 719px) and (orientation: portrait) {
  .grid {
    /* Mobile Portrait Grid */
    width: 100%;
    margin: 0%;
    padding-left: 4%;
    padding-right: 4%;
    /* Column Defaults */
    /* Column Overrides */ }
    .grid .col2, .grid .col3, .grid .col4, .grid .col5, .grid .col6, .grid .col7 {
      margin: 0%;
      width: -moz-calc((50%) - 8%);
      width: -o-calc((50%) - 8%);
      width: -webkit-calc((50%) - 8%);
      width: calc((50%) - 8%);
      margin-left: 4%;
      margin-right: 4%; }

    .grid .col1, .grid .col7, .grid .col8, .grid .col9, .grid .col10, .grid .col11, .grid .col12 {
      margin: 0%;
      width: -moz-calc((100%) - 8%);
      width: -o-calc((100%) - 8%);
      width: -webkit-calc((100%) - 8%);
      width: calc((100%) - 8%);
      margin-left: 4%;
      margin-right: 4%; }

    .grid .col1.mp100, .grid .col2.mp100, .grid .col3.mp100, .grid .col4.mp100, .grid .col5.mp100, .grid .col6.mp100, .grid .col7.mp100, .grid .col8.mp100, .grid .col9.mp100, .grid .col10.mp100, .grid .col11.mp100, .grid .col12.mp100 {
      margin: 0%;
      width: -moz-calc((100%) - 8%);
      width: -o-calc((100%) - 8%);
      width: -webkit-calc((100%) - 8%);
      width: calc((100%) - 8%);
      margin-left: 4%;
      margin-right: 4%; }
      .grid .col1.mp75, .grid .col2.mp75, .grid .col3.mp75, .grid .col4.mp75, .grid .col5.mp75, .grid .col6.mp75, .grid .col7.mp75, .grid .col8.mp75, .grid .col9.mp75, .grid .col10.mp75, .grid .col11.mp75, .grid .col12.mp75 {
        margin: 0%;
        width: -moz-calc((75%) - 8%);
        width: -o-calc((75%) - 8%);
        width: -webkit-calc((75%) - 8%);
        width: calc((75%) - 8%);
        margin-left: 4%;
        margin-right: 4%; }
      .grid .col1.mp50, .grid .col2.mp50, .grid .col3.mp50, .grid .col4.mp50, .grid .col5.mp50, .grid .col6.mp50, .grid .col7.mp50, .grid .col8.mp50, .grid .col9.mp50, .grid .col10.mp50, .grid .col11.mp50, .grid .col12.mp50 {
        margin: 0%;
        width: -moz-calc((50%) - 8%);
        width: -o-calc((50%) - 8%);
        width: -webkit-calc((50%) - 8%);
        width: calc((50%) - 8%);
        margin-left: 4%;
        margin-right: 4%; }
      .grid .col1.mp25, .grid .col2.mp25, .grid .col3.mp25, .grid .col4.mp25, .grid .col5.mp25, .grid .col6.mp25, .grid .col7.mp25, .grid .col8.mp25, .grid .col9.mp25, .grid .col10.mp25, .grid .col11.mp25, .grid .col12.mp25 {
        margin: 0%;
        width: -moz-calc((25%) - 8%);
        width: -o-calc((25%) - 8%);
        width: -webkit-calc((25%) - 8%);
        width: calc((25%) - 8%);
        margin-left: 4%;
        margin-right: 4%; } }
/* Fixes
 ------------------------------------------*/
@media only screen and (max-width : 719px) and (orientation: portrait) {
  .not-for-mobile {
    display: none; } }
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("Components/FontAwesome/Font//fontawesome-webfont.eot?v=4.6.1");
  src: url("Components/FontAwesome/Font//fontawesome-webfont.eot?#iefix&v=4.6.1") format('embedded-opentype'), url("Components/FontAwesome/Font//fontawesome-webfont.woff2?v=4.6.1") format('woff2'), url("Components/FontAwesome/Font//fontawesome-webfont.woff?v=4.6.1") format('woff'), url("Components/FontAwesome/Font//fontawesome-webfont.ttf?v=4.6.1") format('truetype'), url("Components/FontAwesome/Font//fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: 0.3em; }
  .fa.fa-pull-right {
    margin-left: 0.3em; }
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
  .fa.pull-right {
    margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.4 (29/12/2015)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/Core/Components/Lightcase/src/fonts/lightcase.eot?55356177");
  src: url("/Core/Components/Lightcase/src/fonts/lightcase.eot?55356177#iefix") format('embedded-opentype'), url("/Core/Components/Lightcase/src/fonts/lightcase.woff?55356177") format('woff'), url("/Core/Components/Lightcase/src/fonts/lightcase.ttf?55356177") format('truetype'), url("/Core/Components/Lightcase/src/fonts/lightcase.svg?55356177#lightcase") format('svg');
  font-weight: normal;
  font-style: normal; }

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
/* Codes */
.lightcase-icon-play:before {
  content: '\e800'; }

.lightcase-icon-pause:before {
  content: '\e801'; }

.lightcase-icon-close:before {
  content: '\e802'; }

.lightcase-icon-prev:before {
  content: '\e803'; }

.lightcase-icon-next:before {
  content: '\e804'; }

.lightcase-icon-spin:before {
  content: '\e805'; }
/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      background: none !important; } }

@media screen and (min-width: 641px) {
      #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden; } }
  @media screen and (min-width: 641px) {
    #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
      background-color: #333; } }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    @media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px; }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
      width: 100% !important;
      max-width: none !important; }
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
      height: auto !important;
      max-height: none !important; } }
  @media screen and (max-width: 640px) {
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
    @media screen and (max-width: 640px) and (min-width: 641px) {
      [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75; } }
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 640px) {
      #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important; } }
    @media screen and (min-width: 641px) {
      #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; } }
  @media screen and (max-width: 640px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
      color: #aaa; } }
    @media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-case p.lightcase-error {
      padding: 30px 0; } }
  @media screen and (min-width: 641px) {
    #lightcase-case p.lightcase-error {
      padding: 0; } }

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .lightcase-open body {
      padding: 55px 0 70px 0; }
      .lightcase-open body > *:not([id*='lightcase-']) {
        position: fixed !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important; } }

#lightcase-info {
  position: absolute;
  padding-top: 15px; }
  #lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis; }
  #lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa; }
  @media screen and (max-width: 640px) {
    #lightcase-info #lightcase-title {
      position: fixed;
      top: 10px;
      left: 0;
      max-width: 87.5%;
      padding: 5px 15px;
      background: #333; } }
  #lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa; }
  #lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa; }
  @media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }
  #lightcase-loading, #lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px; }

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }
  #lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s; }
  #lightcase-nav a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px; }
  #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 15px rgba(255, 255, 255, 1); }
  .lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em; }
  @media screen and (min-width: 641px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0; } }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none; }
  @media screen and (max-width: 640px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute; } }
  @media screen and (min-width: 641px) {
      #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed; } }
  @media screen and (max-width: 640px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 15px;
      font-size: 24px; } }
  @media screen and (min-width: 641px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
      bottom: 50%;
      margin-bottom: -0.5em; }
      #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
        opacity: 1; } }

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #333; }
  @media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important; } }
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }
/* No Js */
.no-js .owl-carousel {
  display: block; }
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }
/* Base Line
 ------------------------------------------ */
/*
 Note: These settings were intended to come from the site definition (xml)
 via the GetVar() function.  Unfortunately, there seems to be a bug in the 
 sass parser when performing calculations, so they are hard-coded for now.
 */
.Page.Typography {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  background-image: url('/Local/Components/Typography/BaselineGrid12m.png'); }
  .Page.Typography section {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
/* Root Font Size
 ------------------------------------------ */
/* Font Sizes
 ------------------------------------------ */
/* Type Faces
 ------------------------------------------ */
/* Type Classes
 ------------------------------------------ */
.a0 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 0; }

.a1 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 1; }

.a2 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 2; }

.a3 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 3; }

.a4 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 4; }

.a5 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 5; }

.a6 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 22px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 6; }

.a7 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 24px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 7; }

.a8 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 8; }

.a9 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 28px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 9; }

.a10 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 30px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 10; }

.a11 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 32px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 11; }

.a12 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 34px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 12; }

.a13 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 36px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 13; }

.a14 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 38px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 14; }

.a15 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 40px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 15; }

.a16 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 42px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 16; }

.a17 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 44px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 17; }

.a18 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 46px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 18; }

.a19 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 48px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 19; }

.b0 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 0; }

.b1 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 1; }

.b2 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 2; }

.b3 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 3; }

.b4 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 4; }

.b5 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 5; }

.b6 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 22px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 6; }

.b7 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 24px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 7; }

.b8 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 26px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 8; }

.b9 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 28px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 9; }

.b10 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 30px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 10; }

.b11 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 32px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 11; }

.b12 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 34px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 12; }

.b13 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 36px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 13; }

.b14 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 38px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 14; }

.b15 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 40px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 15; }

.b16 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 42px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 16; }

.b17 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 44px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 17; }

.b18 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 46px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 18; }

.b19 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 48px;
  line-height: 24px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 19; }

.c0 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 0; }

.c1 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 1; }

.c2 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 2; }

.c3 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 3; }

.c4 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 4; }

.c5 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 5; }

.c6 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 6; }

.c7 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 7; }

.c8 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 8; }

.c9 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 28px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 9; }

.c10 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 30px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 10; }

.c11 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 32px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 11; }

.c12 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 34px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 12; }

.c13 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 36px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 13; }

.c14 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 38px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 14; }

.c15 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 40px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 15; }

.c16 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 42px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 16; }

.c17 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 44px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 17; }

.c18 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 46px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 18; }

.c19 {
  font-family: "Oswald", Arial;
  font-style: normal;
  font-weight: 700;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 48px;
  line-height: 24px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  class: 19; }
/*
 Nesting overrides
 ------------------------------------------ */
.a0 .a0 {
  line-height: 0px !important; }
  .a0 .a1 {
    line-height: 0px !important; }
  .a0 .a2 {
    line-height: 0px !important; }
  .a0 .a3 {
    line-height: 0px !important; }
  .a0 .a4 {
    line-height: 0px !important; }
  .a0 .a5 {
    line-height: 0px !important; }
  .a0 .a6 {
    line-height: 0px !important; }
  .a0 .a7 {
    line-height: 0px !important; }
  .a0 .a8 {
    line-height: 0px !important; }
  .a0 .a9 {
    line-height: 0px !important; }
  .a0 .a10 {
    line-height: 0px !important; }
  .a0 .a11 {
    line-height: 0px !important; }
  .a0 .a12 {
    line-height: 0px !important; }
  .a0 .a13 {
    line-height: 0px !important; }
  .a0 .a14 {
    line-height: 0px !important; }
  .a0 .a15 {
    line-height: 0px !important; }
  .a0 .a16 {
    line-height: 0px !important; }
  .a0 .a17 {
    line-height: 0px !important; }
  .a0 .a18 {
    line-height: 0px !important; }
  .a0 .a19 {
    line-height: 0px !important; }
  .a0 .b0 {
    line-height: 0px !important; }
  .a0 .b1 {
    line-height: 0px !important; }
  .a0 .b2 {
    line-height: 0px !important; }
  .a0 .b3 {
    line-height: 0px !important; }
  .a0 .b4 {
    line-height: 0px !important; }
  .a0 .b5 {
    line-height: 0px !important; }
  .a0 .b6 {
    line-height: 0px !important; }
  .a0 .b7 {
    line-height: 0px !important; }
  .a0 .b8 {
    line-height: 0px !important; }
  .a0 .b9 {
    line-height: 0px !important; }
  .a0 .b10 {
    line-height: 0px !important; }
  .a0 .b11 {
    line-height: 0px !important; }
  .a0 .b12 {
    line-height: 0px !important; }
  .a0 .b13 {
    line-height: 0px !important; }
  .a0 .b14 {
    line-height: 0px !important; }
  .a0 .b15 {
    line-height: 0px !important; }
  .a0 .b16 {
    line-height: 0px !important; }
  .a0 .b17 {
    line-height: 0px !important; }
  .a0 .b18 {
    line-height: 0px !important; }
  .a0 .b19 {
    line-height: 0px !important; }
  .a0 .c0 {
    line-height: 0px !important; }
  .a0 .c1 {
    line-height: 0px !important; }
  .a0 .c2 {
    line-height: 0px !important; }
  .a0 .c3 {
    line-height: 0px !important; }
  .a0 .c4 {
    line-height: 0px !important; }
  .a0 .c5 {
    line-height: 0px !important; }
  .a0 .c6 {
    line-height: 0px !important; }
  .a0 .c7 {
    line-height: 0px !important; }
  .a0 .c8 {
    line-height: 0px !important; }
  .a0 .c9 {
    line-height: 0px !important; }
  .a0 .c10 {
    line-height: 0px !important; }
  .a0 .c11 {
    line-height: 0px !important; }
  .a0 .c12 {
    line-height: 0px !important; }
  .a0 .c13 {
    line-height: 0px !important; }
  .a0 .c14 {
    line-height: 0px !important; }
  .a0 .c15 {
    line-height: 0px !important; }
  .a0 .c16 {
    line-height: 0px !important; }
  .a0 .c17 {
    line-height: 0px !important; }
  .a0 .c18 {
    line-height: 0px !important; }
  .a0 .c19 {
    line-height: 0px !important; }

.a1 .a0 {
  line-height: 0px !important; }
  .a1 .a1 {
    line-height: 0px !important; }
  .a1 .a2 {
    line-height: 0px !important; }
  .a1 .a3 {
    line-height: 0px !important; }
  .a1 .a4 {
    line-height: 0px !important; }
  .a1 .a5 {
    line-height: 0px !important; }
  .a1 .a6 {
    line-height: 0px !important; }
  .a1 .a7 {
    line-height: 0px !important; }
  .a1 .a8 {
    line-height: 0px !important; }
  .a1 .a9 {
    line-height: 0px !important; }
  .a1 .a10 {
    line-height: 0px !important; }
  .a1 .a11 {
    line-height: 0px !important; }
  .a1 .a12 {
    line-height: 0px !important; }
  .a1 .a13 {
    line-height: 0px !important; }
  .a1 .a14 {
    line-height: 0px !important; }
  .a1 .a15 {
    line-height: 0px !important; }
  .a1 .a16 {
    line-height: 0px !important; }
  .a1 .a17 {
    line-height: 0px !important; }
  .a1 .a18 {
    line-height: 0px !important; }
  .a1 .a19 {
    line-height: 0px !important; }
  .a1 .b0 {
    line-height: 0px !important; }
  .a1 .b1 {
    line-height: 0px !important; }
  .a1 .b2 {
    line-height: 0px !important; }
  .a1 .b3 {
    line-height: 0px !important; }
  .a1 .b4 {
    line-height: 0px !important; }
  .a1 .b5 {
    line-height: 0px !important; }
  .a1 .b6 {
    line-height: 0px !important; }
  .a1 .b7 {
    line-height: 0px !important; }
  .a1 .b8 {
    line-height: 0px !important; }
  .a1 .b9 {
    line-height: 0px !important; }
  .a1 .b10 {
    line-height: 0px !important; }
  .a1 .b11 {
    line-height: 0px !important; }
  .a1 .b12 {
    line-height: 0px !important; }
  .a1 .b13 {
    line-height: 0px !important; }
  .a1 .b14 {
    line-height: 0px !important; }
  .a1 .b15 {
    line-height: 0px !important; }
  .a1 .b16 {
    line-height: 0px !important; }
  .a1 .b17 {
    line-height: 0px !important; }
  .a1 .b18 {
    line-height: 0px !important; }
  .a1 .b19 {
    line-height: 0px !important; }
  .a1 .c0 {
    line-height: 0px !important; }
  .a1 .c1 {
    line-height: 0px !important; }
  .a1 .c2 {
    line-height: 0px !important; }
  .a1 .c3 {
    line-height: 0px !important; }
  .a1 .c4 {
    line-height: 0px !important; }
  .a1 .c5 {
    line-height: 0px !important; }
  .a1 .c6 {
    line-height: 0px !important; }
  .a1 .c7 {
    line-height: 0px !important; }
  .a1 .c8 {
    line-height: 0px !important; }
  .a1 .c9 {
    line-height: 0px !important; }
  .a1 .c10 {
    line-height: 0px !important; }
  .a1 .c11 {
    line-height: 0px !important; }
  .a1 .c12 {
    line-height: 0px !important; }
  .a1 .c13 {
    line-height: 0px !important; }
  .a1 .c14 {
    line-height: 0px !important; }
  .a1 .c15 {
    line-height: 0px !important; }
  .a1 .c16 {
    line-height: 0px !important; }
  .a1 .c17 {
    line-height: 0px !important; }
  .a1 .c18 {
    line-height: 0px !important; }
  .a1 .c19 {
    line-height: 0px !important; }

.a2 .a0 {
  line-height: 0px !important; }
  .a2 .a1 {
    line-height: 0px !important; }
  .a2 .a2 {
    line-height: 0px !important; }
  .a2 .a3 {
    line-height: 0px !important; }
  .a2 .a4 {
    line-height: 0px !important; }
  .a2 .a5 {
    line-height: 0px !important; }
  .a2 .a6 {
    line-height: 0px !important; }
  .a2 .a7 {
    line-height: 0px !important; }
  .a2 .a8 {
    line-height: 0px !important; }
  .a2 .a9 {
    line-height: 0px !important; }
  .a2 .a10 {
    line-height: 0px !important; }
  .a2 .a11 {
    line-height: 0px !important; }
  .a2 .a12 {
    line-height: 0px !important; }
  .a2 .a13 {
    line-height: 0px !important; }
  .a2 .a14 {
    line-height: 0px !important; }
  .a2 .a15 {
    line-height: 0px !important; }
  .a2 .a16 {
    line-height: 0px !important; }
  .a2 .a17 {
    line-height: 0px !important; }
  .a2 .a18 {
    line-height: 0px !important; }
  .a2 .a19 {
    line-height: 0px !important; }
  .a2 .b0 {
    line-height: 0px !important; }
  .a2 .b1 {
    line-height: 0px !important; }
  .a2 .b2 {
    line-height: 0px !important; }
  .a2 .b3 {
    line-height: 0px !important; }
  .a2 .b4 {
    line-height: 0px !important; }
  .a2 .b5 {
    line-height: 0px !important; }
  .a2 .b6 {
    line-height: 0px !important; }
  .a2 .b7 {
    line-height: 0px !important; }
  .a2 .b8 {
    line-height: 0px !important; }
  .a2 .b9 {
    line-height: 0px !important; }
  .a2 .b10 {
    line-height: 0px !important; }
  .a2 .b11 {
    line-height: 0px !important; }
  .a2 .b12 {
    line-height: 0px !important; }
  .a2 .b13 {
    line-height: 0px !important; }
  .a2 .b14 {
    line-height: 0px !important; }
  .a2 .b15 {
    line-height: 0px !important; }
  .a2 .b16 {
    line-height: 0px !important; }
  .a2 .b17 {
    line-height: 0px !important; }
  .a2 .b18 {
    line-height: 0px !important; }
  .a2 .b19 {
    line-height: 0px !important; }
  .a2 .c0 {
    line-height: 0px !important; }
  .a2 .c1 {
    line-height: 0px !important; }
  .a2 .c2 {
    line-height: 0px !important; }
  .a2 .c3 {
    line-height: 0px !important; }
  .a2 .c4 {
    line-height: 0px !important; }
  .a2 .c5 {
    line-height: 0px !important; }
  .a2 .c6 {
    line-height: 0px !important; }
  .a2 .c7 {
    line-height: 0px !important; }
  .a2 .c8 {
    line-height: 0px !important; }
  .a2 .c9 {
    line-height: 0px !important; }
  .a2 .c10 {
    line-height: 0px !important; }
  .a2 .c11 {
    line-height: 0px !important; }
  .a2 .c12 {
    line-height: 0px !important; }
  .a2 .c13 {
    line-height: 0px !important; }
  .a2 .c14 {
    line-height: 0px !important; }
  .a2 .c15 {
    line-height: 0px !important; }
  .a2 .c16 {
    line-height: 0px !important; }
  .a2 .c17 {
    line-height: 0px !important; }
  .a2 .c18 {
    line-height: 0px !important; }
  .a2 .c19 {
    line-height: 0px !important; }

.a3 .a0 {
  line-height: 0px !important; }
  .a3 .a1 {
    line-height: 0px !important; }
  .a3 .a2 {
    line-height: 0px !important; }
  .a3 .a3 {
    line-height: 0px !important; }
  .a3 .a4 {
    line-height: 0px !important; }
  .a3 .a5 {
    line-height: 0px !important; }
  .a3 .a6 {
    line-height: 0px !important; }
  .a3 .a7 {
    line-height: 0px !important; }
  .a3 .a8 {
    line-height: 0px !important; }
  .a3 .a9 {
    line-height: 0px !important; }
  .a3 .a10 {
    line-height: 0px !important; }
  .a3 .a11 {
    line-height: 0px !important; }
  .a3 .a12 {
    line-height: 0px !important; }
  .a3 .a13 {
    line-height: 0px !important; }
  .a3 .a14 {
    line-height: 0px !important; }
  .a3 .a15 {
    line-height: 0px !important; }
  .a3 .a16 {
    line-height: 0px !important; }
  .a3 .a17 {
    line-height: 0px !important; }
  .a3 .a18 {
    line-height: 0px !important; }
  .a3 .a19 {
    line-height: 0px !important; }
  .a3 .b0 {
    line-height: 0px !important; }
  .a3 .b1 {
    line-height: 0px !important; }
  .a3 .b2 {
    line-height: 0px !important; }
  .a3 .b3 {
    line-height: 0px !important; }
  .a3 .b4 {
    line-height: 0px !important; }
  .a3 .b5 {
    line-height: 0px !important; }
  .a3 .b6 {
    line-height: 0px !important; }
  .a3 .b7 {
    line-height: 0px !important; }
  .a3 .b8 {
    line-height: 0px !important; }
  .a3 .b9 {
    line-height: 0px !important; }
  .a3 .b10 {
    line-height: 0px !important; }
  .a3 .b11 {
    line-height: 0px !important; }
  .a3 .b12 {
    line-height: 0px !important; }
  .a3 .b13 {
    line-height: 0px !important; }
  .a3 .b14 {
    line-height: 0px !important; }
  .a3 .b15 {
    line-height: 0px !important; }
  .a3 .b16 {
    line-height: 0px !important; }
  .a3 .b17 {
    line-height: 0px !important; }
  .a3 .b18 {
    line-height: 0px !important; }
  .a3 .b19 {
    line-height: 0px !important; }
  .a3 .c0 {
    line-height: 0px !important; }
  .a3 .c1 {
    line-height: 0px !important; }
  .a3 .c2 {
    line-height: 0px !important; }
  .a3 .c3 {
    line-height: 0px !important; }
  .a3 .c4 {
    line-height: 0px !important; }
  .a3 .c5 {
    line-height: 0px !important; }
  .a3 .c6 {
    line-height: 0px !important; }
  .a3 .c7 {
    line-height: 0px !important; }
  .a3 .c8 {
    line-height: 0px !important; }
  .a3 .c9 {
    line-height: 0px !important; }
  .a3 .c10 {
    line-height: 0px !important; }
  .a3 .c11 {
    line-height: 0px !important; }
  .a3 .c12 {
    line-height: 0px !important; }
  .a3 .c13 {
    line-height: 0px !important; }
  .a3 .c14 {
    line-height: 0px !important; }
  .a3 .c15 {
    line-height: 0px !important; }
  .a3 .c16 {
    line-height: 0px !important; }
  .a3 .c17 {
    line-height: 0px !important; }
  .a3 .c18 {
    line-height: 0px !important; }
  .a3 .c19 {
    line-height: 0px !important; }

.a4 .a0 {
  line-height: 0px !important; }
  .a4 .a1 {
    line-height: 0px !important; }
  .a4 .a2 {
    line-height: 0px !important; }
  .a4 .a3 {
    line-height: 0px !important; }
  .a4 .a4 {
    line-height: 0px !important; }
  .a4 .a5 {
    line-height: 0px !important; }
  .a4 .a6 {
    line-height: 0px !important; }
  .a4 .a7 {
    line-height: 0px !important; }
  .a4 .a8 {
    line-height: 0px !important; }
  .a4 .a9 {
    line-height: 0px !important; }
  .a4 .a10 {
    line-height: 0px !important; }
  .a4 .a11 {
    line-height: 0px !important; }
  .a4 .a12 {
    line-height: 0px !important; }
  .a4 .a13 {
    line-height: 0px !important; }
  .a4 .a14 {
    line-height: 0px !important; }
  .a4 .a15 {
    line-height: 0px !important; }
  .a4 .a16 {
    line-height: 0px !important; }
  .a4 .a17 {
    line-height: 0px !important; }
  .a4 .a18 {
    line-height: 0px !important; }
  .a4 .a19 {
    line-height: 0px !important; }
  .a4 .b0 {
    line-height: 0px !important; }
  .a4 .b1 {
    line-height: 0px !important; }
  .a4 .b2 {
    line-height: 0px !important; }
  .a4 .b3 {
    line-height: 0px !important; }
  .a4 .b4 {
    line-height: 0px !important; }
  .a4 .b5 {
    line-height: 0px !important; }
  .a4 .b6 {
    line-height: 0px !important; }
  .a4 .b7 {
    line-height: 0px !important; }
  .a4 .b8 {
    line-height: 0px !important; }
  .a4 .b9 {
    line-height: 0px !important; }
  .a4 .b10 {
    line-height: 0px !important; }
  .a4 .b11 {
    line-height: 0px !important; }
  .a4 .b12 {
    line-height: 0px !important; }
  .a4 .b13 {
    line-height: 0px !important; }
  .a4 .b14 {
    line-height: 0px !important; }
  .a4 .b15 {
    line-height: 0px !important; }
  .a4 .b16 {
    line-height: 0px !important; }
  .a4 .b17 {
    line-height: 0px !important; }
  .a4 .b18 {
    line-height: 0px !important; }
  .a4 .b19 {
    line-height: 0px !important; }
  .a4 .c0 {
    line-height: 0px !important; }
  .a4 .c1 {
    line-height: 0px !important; }
  .a4 .c2 {
    line-height: 0px !important; }
  .a4 .c3 {
    line-height: 0px !important; }
  .a4 .c4 {
    line-height: 0px !important; }
  .a4 .c5 {
    line-height: 0px !important; }
  .a4 .c6 {
    line-height: 0px !important; }
  .a4 .c7 {
    line-height: 0px !important; }
  .a4 .c8 {
    line-height: 0px !important; }
  .a4 .c9 {
    line-height: 0px !important; }
  .a4 .c10 {
    line-height: 0px !important; }
  .a4 .c11 {
    line-height: 0px !important; }
  .a4 .c12 {
    line-height: 0px !important; }
  .a4 .c13 {
    line-height: 0px !important; }
  .a4 .c14 {
    line-height: 0px !important; }
  .a4 .c15 {
    line-height: 0px !important; }
  .a4 .c16 {
    line-height: 0px !important; }
  .a4 .c17 {
    line-height: 0px !important; }
  .a4 .c18 {
    line-height: 0px !important; }
  .a4 .c19 {
    line-height: 0px !important; }

.a5 .a0 {
  line-height: 0px !important; }
  .a5 .a1 {
    line-height: 0px !important; }
  .a5 .a2 {
    line-height: 0px !important; }
  .a5 .a3 {
    line-height: 0px !important; }
  .a5 .a4 {
    line-height: 0px !important; }
  .a5 .a5 {
    line-height: 0px !important; }
  .a5 .a6 {
    line-height: 0px !important; }
  .a5 .a7 {
    line-height: 0px !important; }
  .a5 .a8 {
    line-height: 0px !important; }
  .a5 .a9 {
    line-height: 0px !important; }
  .a5 .a10 {
    line-height: 0px !important; }
  .a5 .a11 {
    line-height: 0px !important; }
  .a5 .a12 {
    line-height: 0px !important; }
  .a5 .a13 {
    line-height: 0px !important; }
  .a5 .a14 {
    line-height: 0px !important; }
  .a5 .a15 {
    line-height: 0px !important; }
  .a5 .a16 {
    line-height: 0px !important; }
  .a5 .a17 {
    line-height: 0px !important; }
  .a5 .a18 {
    line-height: 0px !important; }
  .a5 .a19 {
    line-height: 0px !important; }
  .a5 .b0 {
    line-height: 0px !important; }
  .a5 .b1 {
    line-height: 0px !important; }
  .a5 .b2 {
    line-height: 0px !important; }
  .a5 .b3 {
    line-height: 0px !important; }
  .a5 .b4 {
    line-height: 0px !important; }
  .a5 .b5 {
    line-height: 0px !important; }
  .a5 .b6 {
    line-height: 0px !important; }
  .a5 .b7 {
    line-height: 0px !important; }
  .a5 .b8 {
    line-height: 0px !important; }
  .a5 .b9 {
    line-height: 0px !important; }
  .a5 .b10 {
    line-height: 0px !important; }
  .a5 .b11 {
    line-height: 0px !important; }
  .a5 .b12 {
    line-height: 0px !important; }
  .a5 .b13 {
    line-height: 0px !important; }
  .a5 .b14 {
    line-height: 0px !important; }
  .a5 .b15 {
    line-height: 0px !important; }
  .a5 .b16 {
    line-height: 0px !important; }
  .a5 .b17 {
    line-height: 0px !important; }
  .a5 .b18 {
    line-height: 0px !important; }
  .a5 .b19 {
    line-height: 0px !important; }
  .a5 .c0 {
    line-height: 0px !important; }
  .a5 .c1 {
    line-height: 0px !important; }
  .a5 .c2 {
    line-height: 0px !important; }
  .a5 .c3 {
    line-height: 0px !important; }
  .a5 .c4 {
    line-height: 0px !important; }
  .a5 .c5 {
    line-height: 0px !important; }
  .a5 .c6 {
    line-height: 0px !important; }
  .a5 .c7 {
    line-height: 0px !important; }
  .a5 .c8 {
    line-height: 0px !important; }
  .a5 .c9 {
    line-height: 0px !important; }
  .a5 .c10 {
    line-height: 0px !important; }
  .a5 .c11 {
    line-height: 0px !important; }
  .a5 .c12 {
    line-height: 0px !important; }
  .a5 .c13 {
    line-height: 0px !important; }
  .a5 .c14 {
    line-height: 0px !important; }
  .a5 .c15 {
    line-height: 0px !important; }
  .a5 .c16 {
    line-height: 0px !important; }
  .a5 .c17 {
    line-height: 0px !important; }
  .a5 .c18 {
    line-height: 0px !important; }
  .a5 .c19 {
    line-height: 0px !important; }

.a6 .a0 {
  line-height: 0px !important; }
  .a6 .a1 {
    line-height: 0px !important; }
  .a6 .a2 {
    line-height: 0px !important; }
  .a6 .a3 {
    line-height: 0px !important; }
  .a6 .a4 {
    line-height: 0px !important; }
  .a6 .a5 {
    line-height: 0px !important; }
  .a6 .a6 {
    line-height: 0px !important; }
  .a6 .a7 {
    line-height: 0px !important; }
  .a6 .a8 {
    line-height: 0px !important; }
  .a6 .a9 {
    line-height: 0px !important; }
  .a6 .a10 {
    line-height: 0px !important; }
  .a6 .a11 {
    line-height: 0px !important; }
  .a6 .a12 {
    line-height: 0px !important; }
  .a6 .a13 {
    line-height: 0px !important; }
  .a6 .a14 {
    line-height: 0px !important; }
  .a6 .a15 {
    line-height: 0px !important; }
  .a6 .a16 {
    line-height: 0px !important; }
  .a6 .a17 {
    line-height: 0px !important; }
  .a6 .a18 {
    line-height: 0px !important; }
  .a6 .a19 {
    line-height: 0px !important; }
  .a6 .b0 {
    line-height: 0px !important; }
  .a6 .b1 {
    line-height: 0px !important; }
  .a6 .b2 {
    line-height: 0px !important; }
  .a6 .b3 {
    line-height: 0px !important; }
  .a6 .b4 {
    line-height: 0px !important; }
  .a6 .b5 {
    line-height: 0px !important; }
  .a6 .b6 {
    line-height: 0px !important; }
  .a6 .b7 {
    line-height: 0px !important; }
  .a6 .b8 {
    line-height: 0px !important; }
  .a6 .b9 {
    line-height: 0px !important; }
  .a6 .b10 {
    line-height: 0px !important; }
  .a6 .b11 {
    line-height: 0px !important; }
  .a6 .b12 {
    line-height: 0px !important; }
  .a6 .b13 {
    line-height: 0px !important; }
  .a6 .b14 {
    line-height: 0px !important; }
  .a6 .b15 {
    line-height: 0px !important; }
  .a6 .b16 {
    line-height: 0px !important; }
  .a6 .b17 {
    line-height: 0px !important; }
  .a6 .b18 {
    line-height: 0px !important; }
  .a6 .b19 {
    line-height: 0px !important; }
  .a6 .c0 {
    line-height: 0px !important; }
  .a6 .c1 {
    line-height: 0px !important; }
  .a6 .c2 {
    line-height: 0px !important; }
  .a6 .c3 {
    line-height: 0px !important; }
  .a6 .c4 {
    line-height: 0px !important; }
  .a6 .c5 {
    line-height: 0px !important; }
  .a6 .c6 {
    line-height: 0px !important; }
  .a6 .c7 {
    line-height: 0px !important; }
  .a6 .c8 {
    line-height: 0px !important; }
  .a6 .c9 {
    line-height: 0px !important; }
  .a6 .c10 {
    line-height: 0px !important; }
  .a6 .c11 {
    line-height: 0px !important; }
  .a6 .c12 {
    line-height: 0px !important; }
  .a6 .c13 {
    line-height: 0px !important; }
  .a6 .c14 {
    line-height: 0px !important; }
  .a6 .c15 {
    line-height: 0px !important; }
  .a6 .c16 {
    line-height: 0px !important; }
  .a6 .c17 {
    line-height: 0px !important; }
  .a6 .c18 {
    line-height: 0px !important; }
  .a6 .c19 {
    line-height: 0px !important; }

.a7 .a0 {
  line-height: 0px !important; }
  .a7 .a1 {
    line-height: 0px !important; }
  .a7 .a2 {
    line-height: 0px !important; }
  .a7 .a3 {
    line-height: 0px !important; }
  .a7 .a4 {
    line-height: 0px !important; }
  .a7 .a5 {
    line-height: 0px !important; }
  .a7 .a6 {
    line-height: 0px !important; }
  .a7 .a7 {
    line-height: 0px !important; }
  .a7 .a8 {
    line-height: 0px !important; }
  .a7 .a9 {
    line-height: 0px !important; }
  .a7 .a10 {
    line-height: 0px !important; }
  .a7 .a11 {
    line-height: 0px !important; }
  .a7 .a12 {
    line-height: 0px !important; }
  .a7 .a13 {
    line-height: 0px !important; }
  .a7 .a14 {
    line-height: 0px !important; }
  .a7 .a15 {
    line-height: 0px !important; }
  .a7 .a16 {
    line-height: 0px !important; }
  .a7 .a17 {
    line-height: 0px !important; }
  .a7 .a18 {
    line-height: 0px !important; }
  .a7 .a19 {
    line-height: 0px !important; }
  .a7 .b0 {
    line-height: 0px !important; }
  .a7 .b1 {
    line-height: 0px !important; }
  .a7 .b2 {
    line-height: 0px !important; }
  .a7 .b3 {
    line-height: 0px !important; }
  .a7 .b4 {
    line-height: 0px !important; }
  .a7 .b5 {
    line-height: 0px !important; }
  .a7 .b6 {
    line-height: 0px !important; }
  .a7 .b7 {
    line-height: 0px !important; }
  .a7 .b8 {
    line-height: 0px !important; }
  .a7 .b9 {
    line-height: 0px !important; }
  .a7 .b10 {
    line-height: 0px !important; }
  .a7 .b11 {
    line-height: 0px !important; }
  .a7 .b12 {
    line-height: 0px !important; }
  .a7 .b13 {
    line-height: 0px !important; }
  .a7 .b14 {
    line-height: 0px !important; }
  .a7 .b15 {
    line-height: 0px !important; }
  .a7 .b16 {
    line-height: 0px !important; }
  .a7 .b17 {
    line-height: 0px !important; }
  .a7 .b18 {
    line-height: 0px !important; }
  .a7 .b19 {
    line-height: 0px !important; }
  .a7 .c0 {
    line-height: 0px !important; }
  .a7 .c1 {
    line-height: 0px !important; }
  .a7 .c2 {
    line-height: 0px !important; }
  .a7 .c3 {
    line-height: 0px !important; }
  .a7 .c4 {
    line-height: 0px !important; }
  .a7 .c5 {
    line-height: 0px !important; }
  .a7 .c6 {
    line-height: 0px !important; }
  .a7 .c7 {
    line-height: 0px !important; }
  .a7 .c8 {
    line-height: 0px !important; }
  .a7 .c9 {
    line-height: 0px !important; }
  .a7 .c10 {
    line-height: 0px !important; }
  .a7 .c11 {
    line-height: 0px !important; }
  .a7 .c12 {
    line-height: 0px !important; }
  .a7 .c13 {
    line-height: 0px !important; }
  .a7 .c14 {
    line-height: 0px !important; }
  .a7 .c15 {
    line-height: 0px !important; }
  .a7 .c16 {
    line-height: 0px !important; }
  .a7 .c17 {
    line-height: 0px !important; }
  .a7 .c18 {
    line-height: 0px !important; }
  .a7 .c19 {
    line-height: 0px !important; }

.a8 .a0 {
  line-height: 0px !important; }
  .a8 .a1 {
    line-height: 0px !important; }
  .a8 .a2 {
    line-height: 0px !important; }
  .a8 .a3 {
    line-height: 0px !important; }
  .a8 .a4 {
    line-height: 0px !important; }
  .a8 .a5 {
    line-height: 0px !important; }
  .a8 .a6 {
    line-height: 0px !important; }
  .a8 .a7 {
    line-height: 0px !important; }
  .a8 .a8 {
    line-height: 0px !important; }
  .a8 .a9 {
    line-height: 0px !important; }
  .a8 .a10 {
    line-height: 0px !important; }
  .a8 .a11 {
    line-height: 0px !important; }
  .a8 .a12 {
    line-height: 0px !important; }
  .a8 .a13 {
    line-height: 0px !important; }
  .a8 .a14 {
    line-height: 0px !important; }
  .a8 .a15 {
    line-height: 0px !important; }
  .a8 .a16 {
    line-height: 0px !important; }
  .a8 .a17 {
    line-height: 0px !important; }
  .a8 .a18 {
    line-height: 0px !important; }
  .a8 .a19 {
    line-height: 0px !important; }
  .a8 .b0 {
    line-height: 0px !important; }
  .a8 .b1 {
    line-height: 0px !important; }
  .a8 .b2 {
    line-height: 0px !important; }
  .a8 .b3 {
    line-height: 0px !important; }
  .a8 .b4 {
    line-height: 0px !important; }
  .a8 .b5 {
    line-height: 0px !important; }
  .a8 .b6 {
    line-height: 0px !important; }
  .a8 .b7 {
    line-height: 0px !important; }
  .a8 .b8 {
    line-height: 0px !important; }
  .a8 .b9 {
    line-height: 0px !important; }
  .a8 .b10 {
    line-height: 0px !important; }
  .a8 .b11 {
    line-height: 0px !important; }
  .a8 .b12 {
    line-height: 0px !important; }
  .a8 .b13 {
    line-height: 0px !important; }
  .a8 .b14 {
    line-height: 0px !important; }
  .a8 .b15 {
    line-height: 0px !important; }
  .a8 .b16 {
    line-height: 0px !important; }
  .a8 .b17 {
    line-height: 0px !important; }
  .a8 .b18 {
    line-height: 0px !important; }
  .a8 .b19 {
    line-height: 0px !important; }
  .a8 .c0 {
    line-height: 0px !important; }
  .a8 .c1 {
    line-height: 0px !important; }
  .a8 .c2 {
    line-height: 0px !important; }
  .a8 .c3 {
    line-height: 0px !important; }
  .a8 .c4 {
    line-height: 0px !important; }
  .a8 .c5 {
    line-height: 0px !important; }
  .a8 .c6 {
    line-height: 0px !important; }
  .a8 .c7 {
    line-height: 0px !important; }
  .a8 .c8 {
    line-height: 0px !important; }
  .a8 .c9 {
    line-height: 0px !important; }
  .a8 .c10 {
    line-height: 0px !important; }
  .a8 .c11 {
    line-height: 0px !important; }
  .a8 .c12 {
    line-height: 0px !important; }
  .a8 .c13 {
    line-height: 0px !important; }
  .a8 .c14 {
    line-height: 0px !important; }
  .a8 .c15 {
    line-height: 0px !important; }
  .a8 .c16 {
    line-height: 0px !important; }
  .a8 .c17 {
    line-height: 0px !important; }
  .a8 .c18 {
    line-height: 0px !important; }
  .a8 .c19 {
    line-height: 0px !important; }

.a9 .a0 {
  line-height: 0px !important; }
  .a9 .a1 {
    line-height: 0px !important; }
  .a9 .a2 {
    line-height: 0px !important; }
  .a9 .a3 {
    line-height: 0px !important; }
  .a9 .a4 {
    line-height: 0px !important; }
  .a9 .a5 {
    line-height: 0px !important; }
  .a9 .a6 {
    line-height: 0px !important; }
  .a9 .a7 {
    line-height: 0px !important; }
  .a9 .a8 {
    line-height: 0px !important; }
  .a9 .a9 {
    line-height: 0px !important; }
  .a9 .a10 {
    line-height: 0px !important; }
  .a9 .a11 {
    line-height: 0px !important; }
  .a9 .a12 {
    line-height: 0px !important; }
  .a9 .a13 {
    line-height: 0px !important; }
  .a9 .a14 {
    line-height: 0px !important; }
  .a9 .a15 {
    line-height: 0px !important; }
  .a9 .a16 {
    line-height: 0px !important; }
  .a9 .a17 {
    line-height: 0px !important; }
  .a9 .a18 {
    line-height: 0px !important; }
  .a9 .a19 {
    line-height: 0px !important; }
  .a9 .b0 {
    line-height: 0px !important; }
  .a9 .b1 {
    line-height: 0px !important; }
  .a9 .b2 {
    line-height: 0px !important; }
  .a9 .b3 {
    line-height: 0px !important; }
  .a9 .b4 {
    line-height: 0px !important; }
  .a9 .b5 {
    line-height: 0px !important; }
  .a9 .b6 {
    line-height: 0px !important; }
  .a9 .b7 {
    line-height: 0px !important; }
  .a9 .b8 {
    line-height: 0px !important; }
  .a9 .b9 {
    line-height: 0px !important; }
  .a9 .b10 {
    line-height: 0px !important; }
  .a9 .b11 {
    line-height: 0px !important; }
  .a9 .b12 {
    line-height: 0px !important; }
  .a9 .b13 {
    line-height: 0px !important; }
  .a9 .b14 {
    line-height: 0px !important; }
  .a9 .b15 {
    line-height: 0px !important; }
  .a9 .b16 {
    line-height: 0px !important; }
  .a9 .b17 {
    line-height: 0px !important; }
  .a9 .b18 {
    line-height: 0px !important; }
  .a9 .b19 {
    line-height: 0px !important; }
  .a9 .c0 {
    line-height: 0px !important; }
  .a9 .c1 {
    line-height: 0px !important; }
  .a9 .c2 {
    line-height: 0px !important; }
  .a9 .c3 {
    line-height: 0px !important; }
  .a9 .c4 {
    line-height: 0px !important; }
  .a9 .c5 {
    line-height: 0px !important; }
  .a9 .c6 {
    line-height: 0px !important; }
  .a9 .c7 {
    line-height: 0px !important; }
  .a9 .c8 {
    line-height: 0px !important; }
  .a9 .c9 {
    line-height: 0px !important; }
  .a9 .c10 {
    line-height: 0px !important; }
  .a9 .c11 {
    line-height: 0px !important; }
  .a9 .c12 {
    line-height: 0px !important; }
  .a9 .c13 {
    line-height: 0px !important; }
  .a9 .c14 {
    line-height: 0px !important; }
  .a9 .c15 {
    line-height: 0px !important; }
  .a9 .c16 {
    line-height: 0px !important; }
  .a9 .c17 {
    line-height: 0px !important; }
  .a9 .c18 {
    line-height: 0px !important; }
  .a9 .c19 {
    line-height: 0px !important; }

.a10 .a0 {
  line-height: 0px !important; }
  .a10 .a1 {
    line-height: 0px !important; }
  .a10 .a2 {
    line-height: 0px !important; }
  .a10 .a3 {
    line-height: 0px !important; }
  .a10 .a4 {
    line-height: 0px !important; }
  .a10 .a5 {
    line-height: 0px !important; }
  .a10 .a6 {
    line-height: 0px !important; }
  .a10 .a7 {
    line-height: 0px !important; }
  .a10 .a8 {
    line-height: 0px !important; }
  .a10 .a9 {
    line-height: 0px !important; }
  .a10 .a10 {
    line-height: 0px !important; }
  .a10 .a11 {
    line-height: 0px !important; }
  .a10 .a12 {
    line-height: 0px !important; }
  .a10 .a13 {
    line-height: 0px !important; }
  .a10 .a14 {
    line-height: 0px !important; }
  .a10 .a15 {
    line-height: 0px !important; }
  .a10 .a16 {
    line-height: 0px !important; }
  .a10 .a17 {
    line-height: 0px !important; }
  .a10 .a18 {
    line-height: 0px !important; }
  .a10 .a19 {
    line-height: 0px !important; }
  .a10 .b0 {
    line-height: 0px !important; }
  .a10 .b1 {
    line-height: 0px !important; }
  .a10 .b2 {
    line-height: 0px !important; }
  .a10 .b3 {
    line-height: 0px !important; }
  .a10 .b4 {
    line-height: 0px !important; }
  .a10 .b5 {
    line-height: 0px !important; }
  .a10 .b6 {
    line-height: 0px !important; }
  .a10 .b7 {
    line-height: 0px !important; }
  .a10 .b8 {
    line-height: 0px !important; }
  .a10 .b9 {
    line-height: 0px !important; }
  .a10 .b10 {
    line-height: 0px !important; }
  .a10 .b11 {
    line-height: 0px !important; }
  .a10 .b12 {
    line-height: 0px !important; }
  .a10 .b13 {
    line-height: 0px !important; }
  .a10 .b14 {
    line-height: 0px !important; }
  .a10 .b15 {
    line-height: 0px !important; }
  .a10 .b16 {
    line-height: 0px !important; }
  .a10 .b17 {
    line-height: 0px !important; }
  .a10 .b18 {
    line-height: 0px !important; }
  .a10 .b19 {
    line-height: 0px !important; }
  .a10 .c0 {
    line-height: 0px !important; }
  .a10 .c1 {
    line-height: 0px !important; }
  .a10 .c2 {
    line-height: 0px !important; }
  .a10 .c3 {
    line-height: 0px !important; }
  .a10 .c4 {
    line-height: 0px !important; }
  .a10 .c5 {
    line-height: 0px !important; }
  .a10 .c6 {
    line-height: 0px !important; }
  .a10 .c7 {
    line-height: 0px !important; }
  .a10 .c8 {
    line-height: 0px !important; }
  .a10 .c9 {
    line-height: 0px !important; }
  .a10 .c10 {
    line-height: 0px !important; }
  .a10 .c11 {
    line-height: 0px !important; }
  .a10 .c12 {
    line-height: 0px !important; }
  .a10 .c13 {
    line-height: 0px !important; }
  .a10 .c14 {
    line-height: 0px !important; }
  .a10 .c15 {
    line-height: 0px !important; }
  .a10 .c16 {
    line-height: 0px !important; }
  .a10 .c17 {
    line-height: 0px !important; }
  .a10 .c18 {
    line-height: 0px !important; }
  .a10 .c19 {
    line-height: 0px !important; }

.a11 .a0 {
  line-height: 0px !important; }
  .a11 .a1 {
    line-height: 0px !important; }
  .a11 .a2 {
    line-height: 0px !important; }
  .a11 .a3 {
    line-height: 0px !important; }
  .a11 .a4 {
    line-height: 0px !important; }
  .a11 .a5 {
    line-height: 0px !important; }
  .a11 .a6 {
    line-height: 0px !important; }
  .a11 .a7 {
    line-height: 0px !important; }
  .a11 .a8 {
    line-height: 0px !important; }
  .a11 .a9 {
    line-height: 0px !important; }
  .a11 .a10 {
    line-height: 0px !important; }
  .a11 .a11 {
    line-height: 0px !important; }
  .a11 .a12 {
    line-height: 0px !important; }
  .a11 .a13 {
    line-height: 0px !important; }
  .a11 .a14 {
    line-height: 0px !important; }
  .a11 .a15 {
    line-height: 0px !important; }
  .a11 .a16 {
    line-height: 0px !important; }
  .a11 .a17 {
    line-height: 0px !important; }
  .a11 .a18 {
    line-height: 0px !important; }
  .a11 .a19 {
    line-height: 0px !important; }
  .a11 .b0 {
    line-height: 0px !important; }
  .a11 .b1 {
    line-height: 0px !important; }
  .a11 .b2 {
    line-height: 0px !important; }
  .a11 .b3 {
    line-height: 0px !important; }
  .a11 .b4 {
    line-height: 0px !important; }
  .a11 .b5 {
    line-height: 0px !important; }
  .a11 .b6 {
    line-height: 0px !important; }
  .a11 .b7 {
    line-height: 0px !important; }
  .a11 .b8 {
    line-height: 0px !important; }
  .a11 .b9 {
    line-height: 0px !important; }
  .a11 .b10 {
    line-height: 0px !important; }
  .a11 .b11 {
    line-height: 0px !important; }
  .a11 .b12 {
    line-height: 0px !important; }
  .a11 .b13 {
    line-height: 0px !important; }
  .a11 .b14 {
    line-height: 0px !important; }
  .a11 .b15 {
    line-height: 0px !important; }
  .a11 .b16 {
    line-height: 0px !important; }
  .a11 .b17 {
    line-height: 0px !important; }
  .a11 .b18 {
    line-height: 0px !important; }
  .a11 .b19 {
    line-height: 0px !important; }
  .a11 .c0 {
    line-height: 0px !important; }
  .a11 .c1 {
    line-height: 0px !important; }
  .a11 .c2 {
    line-height: 0px !important; }
  .a11 .c3 {
    line-height: 0px !important; }
  .a11 .c4 {
    line-height: 0px !important; }
  .a11 .c5 {
    line-height: 0px !important; }
  .a11 .c6 {
    line-height: 0px !important; }
  .a11 .c7 {
    line-height: 0px !important; }
  .a11 .c8 {
    line-height: 0px !important; }
  .a11 .c9 {
    line-height: 0px !important; }
  .a11 .c10 {
    line-height: 0px !important; }
  .a11 .c11 {
    line-height: 0px !important; }
  .a11 .c12 {
    line-height: 0px !important; }
  .a11 .c13 {
    line-height: 0px !important; }
  .a11 .c14 {
    line-height: 0px !important; }
  .a11 .c15 {
    line-height: 0px !important; }
  .a11 .c16 {
    line-height: 0px !important; }
  .a11 .c17 {
    line-height: 0px !important; }
  .a11 .c18 {
    line-height: 0px !important; }
  .a11 .c19 {
    line-height: 0px !important; }

.a12 .a0 {
  line-height: 0px !important; }
  .a12 .a1 {
    line-height: 0px !important; }
  .a12 .a2 {
    line-height: 0px !important; }
  .a12 .a3 {
    line-height: 0px !important; }
  .a12 .a4 {
    line-height: 0px !important; }
  .a12 .a5 {
    line-height: 0px !important; }
  .a12 .a6 {
    line-height: 0px !important; }
  .a12 .a7 {
    line-height: 0px !important; }
  .a12 .a8 {
    line-height: 0px !important; }
  .a12 .a9 {
    line-height: 0px !important; }
  .a12 .a10 {
    line-height: 0px !important; }
  .a12 .a11 {
    line-height: 0px !important; }
  .a12 .a12 {
    line-height: 0px !important; }
  .a12 .a13 {
    line-height: 0px !important; }
  .a12 .a14 {
    line-height: 0px !important; }
  .a12 .a15 {
    line-height: 0px !important; }
  .a12 .a16 {
    line-height: 0px !important; }
  .a12 .a17 {
    line-height: 0px !important; }
  .a12 .a18 {
    line-height: 0px !important; }
  .a12 .a19 {
    line-height: 0px !important; }
  .a12 .b0 {
    line-height: 0px !important; }
  .a12 .b1 {
    line-height: 0px !important; }
  .a12 .b2 {
    line-height: 0px !important; }
  .a12 .b3 {
    line-height: 0px !important; }
  .a12 .b4 {
    line-height: 0px !important; }
  .a12 .b5 {
    line-height: 0px !important; }
  .a12 .b6 {
    line-height: 0px !important; }
  .a12 .b7 {
    line-height: 0px !important; }
  .a12 .b8 {
    line-height: 0px !important; }
  .a12 .b9 {
    line-height: 0px !important; }
  .a12 .b10 {
    line-height: 0px !important; }
  .a12 .b11 {
    line-height: 0px !important; }
  .a12 .b12 {
    line-height: 0px !important; }
  .a12 .b13 {
    line-height: 0px !important; }
  .a12 .b14 {
    line-height: 0px !important; }
  .a12 .b15 {
    line-height: 0px !important; }
  .a12 .b16 {
    line-height: 0px !important; }
  .a12 .b17 {
    line-height: 0px !important; }
  .a12 .b18 {
    line-height: 0px !important; }
  .a12 .b19 {
    line-height: 0px !important; }
  .a12 .c0 {
    line-height: 0px !important; }
  .a12 .c1 {
    line-height: 0px !important; }
  .a12 .c2 {
    line-height: 0px !important; }
  .a12 .c3 {
    line-height: 0px !important; }
  .a12 .c4 {
    line-height: 0px !important; }
  .a12 .c5 {
    line-height: 0px !important; }
  .a12 .c6 {
    line-height: 0px !important; }
  .a12 .c7 {
    line-height: 0px !important; }
  .a12 .c8 {
    line-height: 0px !important; }
  .a12 .c9 {
    line-height: 0px !important; }
  .a12 .c10 {
    line-height: 0px !important; }
  .a12 .c11 {
    line-height: 0px !important; }
  .a12 .c12 {
    line-height: 0px !important; }
  .a12 .c13 {
    line-height: 0px !important; }
  .a12 .c14 {
    line-height: 0px !important; }
  .a12 .c15 {
    line-height: 0px !important; }
  .a12 .c16 {
    line-height: 0px !important; }
  .a12 .c17 {
    line-height: 0px !important; }
  .a12 .c18 {
    line-height: 0px !important; }
  .a12 .c19 {
    line-height: 0px !important; }

.a13 .a0 {
  line-height: 0px !important; }
  .a13 .a1 {
    line-height: 0px !important; }
  .a13 .a2 {
    line-height: 0px !important; }
  .a13 .a3 {
    line-height: 0px !important; }
  .a13 .a4 {
    line-height: 0px !important; }
  .a13 .a5 {
    line-height: 0px !important; }
  .a13 .a6 {
    line-height: 0px !important; }
  .a13 .a7 {
    line-height: 0px !important; }
  .a13 .a8 {
    line-height: 0px !important; }
  .a13 .a9 {
    line-height: 0px !important; }
  .a13 .a10 {
    line-height: 0px !important; }
  .a13 .a11 {
    line-height: 0px !important; }
  .a13 .a12 {
    line-height: 0px !important; }
  .a13 .a13 {
    line-height: 0px !important; }
  .a13 .a14 {
    line-height: 0px !important; }
  .a13 .a15 {
    line-height: 0px !important; }
  .a13 .a16 {
    line-height: 0px !important; }
  .a13 .a17 {
    line-height: 0px !important; }
  .a13 .a18 {
    line-height: 0px !important; }
  .a13 .a19 {
    line-height: 0px !important; }
  .a13 .b0 {
    line-height: 0px !important; }
  .a13 .b1 {
    line-height: 0px !important; }
  .a13 .b2 {
    line-height: 0px !important; }
  .a13 .b3 {
    line-height: 0px !important; }
  .a13 .b4 {
    line-height: 0px !important; }
  .a13 .b5 {
    line-height: 0px !important; }
  .a13 .b6 {
    line-height: 0px !important; }
  .a13 .b7 {
    line-height: 0px !important; }
  .a13 .b8 {
    line-height: 0px !important; }
  .a13 .b9 {
    line-height: 0px !important; }
  .a13 .b10 {
    line-height: 0px !important; }
  .a13 .b11 {
    line-height: 0px !important; }
  .a13 .b12 {
    line-height: 0px !important; }
  .a13 .b13 {
    line-height: 0px !important; }
  .a13 .b14 {
    line-height: 0px !important; }
  .a13 .b15 {
    line-height: 0px !important; }
  .a13 .b16 {
    line-height: 0px !important; }
  .a13 .b17 {
    line-height: 0px !important; }
  .a13 .b18 {
    line-height: 0px !important; }
  .a13 .b19 {
    line-height: 0px !important; }
  .a13 .c0 {
    line-height: 0px !important; }
  .a13 .c1 {
    line-height: 0px !important; }
  .a13 .c2 {
    line-height: 0px !important; }
  .a13 .c3 {
    line-height: 0px !important; }
  .a13 .c4 {
    line-height: 0px !important; }
  .a13 .c5 {
    line-height: 0px !important; }
  .a13 .c6 {
    line-height: 0px !important; }
  .a13 .c7 {
    line-height: 0px !important; }
  .a13 .c8 {
    line-height: 0px !important; }
  .a13 .c9 {
    line-height: 0px !important; }
  .a13 .c10 {
    line-height: 0px !important; }
  .a13 .c11 {
    line-height: 0px !important; }
  .a13 .c12 {
    line-height: 0px !important; }
  .a13 .c13 {
    line-height: 0px !important; }
  .a13 .c14 {
    line-height: 0px !important; }
  .a13 .c15 {
    line-height: 0px !important; }
  .a13 .c16 {
    line-height: 0px !important; }
  .a13 .c17 {
    line-height: 0px !important; }
  .a13 .c18 {
    line-height: 0px !important; }
  .a13 .c19 {
    line-height: 0px !important; }

.a14 .a0 {
  line-height: 0px !important; }
  .a14 .a1 {
    line-height: 0px !important; }
  .a14 .a2 {
    line-height: 0px !important; }
  .a14 .a3 {
    line-height: 0px !important; }
  .a14 .a4 {
    line-height: 0px !important; }
  .a14 .a5 {
    line-height: 0px !important; }
  .a14 .a6 {
    line-height: 0px !important; }
  .a14 .a7 {
    line-height: 0px !important; }
  .a14 .a8 {
    line-height: 0px !important; }
  .a14 .a9 {
    line-height: 0px !important; }
  .a14 .a10 {
    line-height: 0px !important; }
  .a14 .a11 {
    line-height: 0px !important; }
  .a14 .a12 {
    line-height: 0px !important; }
  .a14 .a13 {
    line-height: 0px !important; }
  .a14 .a14 {
    line-height: 0px !important; }
  .a14 .a15 {
    line-height: 0px !important; }
  .a14 .a16 {
    line-height: 0px !important; }
  .a14 .a17 {
    line-height: 0px !important; }
  .a14 .a18 {
    line-height: 0px !important; }
  .a14 .a19 {
    line-height: 0px !important; }
  .a14 .b0 {
    line-height: 0px !important; }
  .a14 .b1 {
    line-height: 0px !important; }
  .a14 .b2 {
    line-height: 0px !important; }
  .a14 .b3 {
    line-height: 0px !important; }
  .a14 .b4 {
    line-height: 0px !important; }
  .a14 .b5 {
    line-height: 0px !important; }
  .a14 .b6 {
    line-height: 0px !important; }
  .a14 .b7 {
    line-height: 0px !important; }
  .a14 .b8 {
    line-height: 0px !important; }
  .a14 .b9 {
    line-height: 0px !important; }
  .a14 .b10 {
    line-height: 0px !important; }
  .a14 .b11 {
    line-height: 0px !important; }
  .a14 .b12 {
    line-height: 0px !important; }
  .a14 .b13 {
    line-height: 0px !important; }
  .a14 .b14 {
    line-height: 0px !important; }
  .a14 .b15 {
    line-height: 0px !important; }
  .a14 .b16 {
    line-height: 0px !important; }
  .a14 .b17 {
    line-height: 0px !important; }
  .a14 .b18 {
    line-height: 0px !important; }
  .a14 .b19 {
    line-height: 0px !important; }
  .a14 .c0 {
    line-height: 0px !important; }
  .a14 .c1 {
    line-height: 0px !important; }
  .a14 .c2 {
    line-height: 0px !important; }
  .a14 .c3 {
    line-height: 0px !important; }
  .a14 .c4 {
    line-height: 0px !important; }
  .a14 .c5 {
    line-height: 0px !important; }
  .a14 .c6 {
    line-height: 0px !important; }
  .a14 .c7 {
    line-height: 0px !important; }
  .a14 .c8 {
    line-height: 0px !important; }
  .a14 .c9 {
    line-height: 0px !important; }
  .a14 .c10 {
    line-height: 0px !important; }
  .a14 .c11 {
    line-height: 0px !important; }
  .a14 .c12 {
    line-height: 0px !important; }
  .a14 .c13 {
    line-height: 0px !important; }
  .a14 .c14 {
    line-height: 0px !important; }
  .a14 .c15 {
    line-height: 0px !important; }
  .a14 .c16 {
    line-height: 0px !important; }
  .a14 .c17 {
    line-height: 0px !important; }
  .a14 .c18 {
    line-height: 0px !important; }
  .a14 .c19 {
    line-height: 0px !important; }

.a15 .a0 {
  line-height: 0px !important; }
  .a15 .a1 {
    line-height: 0px !important; }
  .a15 .a2 {
    line-height: 0px !important; }
  .a15 .a3 {
    line-height: 0px !important; }
  .a15 .a4 {
    line-height: 0px !important; }
  .a15 .a5 {
    line-height: 0px !important; }
  .a15 .a6 {
    line-height: 0px !important; }
  .a15 .a7 {
    line-height: 0px !important; }
  .a15 .a8 {
    line-height: 0px !important; }
  .a15 .a9 {
    line-height: 0px !important; }
  .a15 .a10 {
    line-height: 0px !important; }
  .a15 .a11 {
    line-height: 0px !important; }
  .a15 .a12 {
    line-height: 0px !important; }
  .a15 .a13 {
    line-height: 0px !important; }
  .a15 .a14 {
    line-height: 0px !important; }
  .a15 .a15 {
    line-height: 0px !important; }
  .a15 .a16 {
    line-height: 0px !important; }
  .a15 .a17 {
    line-height: 0px !important; }
  .a15 .a18 {
    line-height: 0px !important; }
  .a15 .a19 {
    line-height: 0px !important; }
  .a15 .b0 {
    line-height: 0px !important; }
  .a15 .b1 {
    line-height: 0px !important; }
  .a15 .b2 {
    line-height: 0px !important; }
  .a15 .b3 {
    line-height: 0px !important; }
  .a15 .b4 {
    line-height: 0px !important; }
  .a15 .b5 {
    line-height: 0px !important; }
  .a15 .b6 {
    line-height: 0px !important; }
  .a15 .b7 {
    line-height: 0px !important; }
  .a15 .b8 {
    line-height: 0px !important; }
  .a15 .b9 {
    line-height: 0px !important; }
  .a15 .b10 {
    line-height: 0px !important; }
  .a15 .b11 {
    line-height: 0px !important; }
  .a15 .b12 {
    line-height: 0px !important; }
  .a15 .b13 {
    line-height: 0px !important; }
  .a15 .b14 {
    line-height: 0px !important; }
  .a15 .b15 {
    line-height: 0px !important; }
  .a15 .b16 {
    line-height: 0px !important; }
  .a15 .b17 {
    line-height: 0px !important; }
  .a15 .b18 {
    line-height: 0px !important; }
  .a15 .b19 {
    line-height: 0px !important; }
  .a15 .c0 {
    line-height: 0px !important; }
  .a15 .c1 {
    line-height: 0px !important; }
  .a15 .c2 {
    line-height: 0px !important; }
  .a15 .c3 {
    line-height: 0px !important; }
  .a15 .c4 {
    line-height: 0px !important; }
  .a15 .c5 {
    line-height: 0px !important; }
  .a15 .c6 {
    line-height: 0px !important; }
  .a15 .c7 {
    line-height: 0px !important; }
  .a15 .c8 {
    line-height: 0px !important; }
  .a15 .c9 {
    line-height: 0px !important; }
  .a15 .c10 {
    line-height: 0px !important; }
  .a15 .c11 {
    line-height: 0px !important; }
  .a15 .c12 {
    line-height: 0px !important; }
  .a15 .c13 {
    line-height: 0px !important; }
  .a15 .c14 {
    line-height: 0px !important; }
  .a15 .c15 {
    line-height: 0px !important; }
  .a15 .c16 {
    line-height: 0px !important; }
  .a15 .c17 {
    line-height: 0px !important; }
  .a15 .c18 {
    line-height: 0px !important; }
  .a15 .c19 {
    line-height: 0px !important; }

.a16 .a0 {
  line-height: 0px !important; }
  .a16 .a1 {
    line-height: 0px !important; }
  .a16 .a2 {
    line-height: 0px !important; }
  .a16 .a3 {
    line-height: 0px !important; }
  .a16 .a4 {
    line-height: 0px !important; }
  .a16 .a5 {
    line-height: 0px !important; }
  .a16 .a6 {
    line-height: 0px !important; }
  .a16 .a7 {
    line-height: 0px !important; }
  .a16 .a8 {
    line-height: 0px !important; }
  .a16 .a9 {
    line-height: 0px !important; }
  .a16 .a10 {
    line-height: 0px !important; }
  .a16 .a11 {
    line-height: 0px !important; }
  .a16 .a12 {
    line-height: 0px !important; }
  .a16 .a13 {
    line-height: 0px !important; }
  .a16 .a14 {
    line-height: 0px !important; }
  .a16 .a15 {
    line-height: 0px !important; }
  .a16 .a16 {
    line-height: 0px !important; }
  .a16 .a17 {
    line-height: 0px !important; }
  .a16 .a18 {
    line-height: 0px !important; }
  .a16 .a19 {
    line-height: 0px !important; }
  .a16 .b0 {
    line-height: 0px !important; }
  .a16 .b1 {
    line-height: 0px !important; }
  .a16 .b2 {
    line-height: 0px !important; }
  .a16 .b3 {
    line-height: 0px !important; }
  .a16 .b4 {
    line-height: 0px !important; }
  .a16 .b5 {
    line-height: 0px !important; }
  .a16 .b6 {
    line-height: 0px !important; }
  .a16 .b7 {
    line-height: 0px !important; }
  .a16 .b8 {
    line-height: 0px !important; }
  .a16 .b9 {
    line-height: 0px !important; }
  .a16 .b10 {
    line-height: 0px !important; }
  .a16 .b11 {
    line-height: 0px !important; }
  .a16 .b12 {
    line-height: 0px !important; }
  .a16 .b13 {
    line-height: 0px !important; }
  .a16 .b14 {
    line-height: 0px !important; }
  .a16 .b15 {
    line-height: 0px !important; }
  .a16 .b16 {
    line-height: 0px !important; }
  .a16 .b17 {
    line-height: 0px !important; }
  .a16 .b18 {
    line-height: 0px !important; }
  .a16 .b19 {
    line-height: 0px !important; }
  .a16 .c0 {
    line-height: 0px !important; }
  .a16 .c1 {
    line-height: 0px !important; }
  .a16 .c2 {
    line-height: 0px !important; }
  .a16 .c3 {
    line-height: 0px !important; }
  .a16 .c4 {
    line-height: 0px !important; }
  .a16 .c5 {
    line-height: 0px !important; }
  .a16 .c6 {
    line-height: 0px !important; }
  .a16 .c7 {
    line-height: 0px !important; }
  .a16 .c8 {
    line-height: 0px !important; }
  .a16 .c9 {
    line-height: 0px !important; }
  .a16 .c10 {
    line-height: 0px !important; }
  .a16 .c11 {
    line-height: 0px !important; }
  .a16 .c12 {
    line-height: 0px !important; }
  .a16 .c13 {
    line-height: 0px !important; }
  .a16 .c14 {
    line-height: 0px !important; }
  .a16 .c15 {
    line-height: 0px !important; }
  .a16 .c16 {
    line-height: 0px !important; }
  .a16 .c17 {
    line-height: 0px !important; }
  .a16 .c18 {
    line-height: 0px !important; }
  .a16 .c19 {
    line-height: 0px !important; }

.a17 .a0 {
  line-height: 0px !important; }
  .a17 .a1 {
    line-height: 0px !important; }
  .a17 .a2 {
    line-height: 0px !important; }
  .a17 .a3 {
    line-height: 0px !important; }
  .a17 .a4 {
    line-height: 0px !important; }
  .a17 .a5 {
    line-height: 0px !important; }
  .a17 .a6 {
    line-height: 0px !important; }
  .a17 .a7 {
    line-height: 0px !important; }
  .a17 .a8 {
    line-height: 0px !important; }
  .a17 .a9 {
    line-height: 0px !important; }
  .a17 .a10 {
    line-height: 0px !important; }
  .a17 .a11 {
    line-height: 0px !important; }
  .a17 .a12 {
    line-height: 0px !important; }
  .a17 .a13 {
    line-height: 0px !important; }
  .a17 .a14 {
    line-height: 0px !important; }
  .a17 .a15 {
    line-height: 0px !important; }
  .a17 .a16 {
    line-height: 0px !important; }
  .a17 .a17 {
    line-height: 0px !important; }
  .a17 .a18 {
    line-height: 0px !important; }
  .a17 .a19 {
    line-height: 0px !important; }
  .a17 .b0 {
    line-height: 0px !important; }
  .a17 .b1 {
    line-height: 0px !important; }
  .a17 .b2 {
    line-height: 0px !important; }
  .a17 .b3 {
    line-height: 0px !important; }
  .a17 .b4 {
    line-height: 0px !important; }
  .a17 .b5 {
    line-height: 0px !important; }
  .a17 .b6 {
    line-height: 0px !important; }
  .a17 .b7 {
    line-height: 0px !important; }
  .a17 .b8 {
    line-height: 0px !important; }
  .a17 .b9 {
    line-height: 0px !important; }
  .a17 .b10 {
    line-height: 0px !important; }
  .a17 .b11 {
    line-height: 0px !important; }
  .a17 .b12 {
    line-height: 0px !important; }
  .a17 .b13 {
    line-height: 0px !important; }
  .a17 .b14 {
    line-height: 0px !important; }
  .a17 .b15 {
    line-height: 0px !important; }
  .a17 .b16 {
    line-height: 0px !important; }
  .a17 .b17 {
    line-height: 0px !important; }
  .a17 .b18 {
    line-height: 0px !important; }
  .a17 .b19 {
    line-height: 0px !important; }
  .a17 .c0 {
    line-height: 0px !important; }
  .a17 .c1 {
    line-height: 0px !important; }
  .a17 .c2 {
    line-height: 0px !important; }
  .a17 .c3 {
    line-height: 0px !important; }
  .a17 .c4 {
    line-height: 0px !important; }
  .a17 .c5 {
    line-height: 0px !important; }
  .a17 .c6 {
    line-height: 0px !important; }
  .a17 .c7 {
    line-height: 0px !important; }
  .a17 .c8 {
    line-height: 0px !important; }
  .a17 .c9 {
    line-height: 0px !important; }
  .a17 .c10 {
    line-height: 0px !important; }
  .a17 .c11 {
    line-height: 0px !important; }
  .a17 .c12 {
    line-height: 0px !important; }
  .a17 .c13 {
    line-height: 0px !important; }
  .a17 .c14 {
    line-height: 0px !important; }
  .a17 .c15 {
    line-height: 0px !important; }
  .a17 .c16 {
    line-height: 0px !important; }
  .a17 .c17 {
    line-height: 0px !important; }
  .a17 .c18 {
    line-height: 0px !important; }
  .a17 .c19 {
    line-height: 0px !important; }

.a18 .a0 {
  line-height: 0px !important; }
  .a18 .a1 {
    line-height: 0px !important; }
  .a18 .a2 {
    line-height: 0px !important; }
  .a18 .a3 {
    line-height: 0px !important; }
  .a18 .a4 {
    line-height: 0px !important; }
  .a18 .a5 {
    line-height: 0px !important; }
  .a18 .a6 {
    line-height: 0px !important; }
  .a18 .a7 {
    line-height: 0px !important; }
  .a18 .a8 {
    line-height: 0px !important; }
  .a18 .a9 {
    line-height: 0px !important; }
  .a18 .a10 {
    line-height: 0px !important; }
  .a18 .a11 {
    line-height: 0px !important; }
  .a18 .a12 {
    line-height: 0px !important; }
  .a18 .a13 {
    line-height: 0px !important; }
  .a18 .a14 {
    line-height: 0px !important; }
  .a18 .a15 {
    line-height: 0px !important; }
  .a18 .a16 {
    line-height: 0px !important; }
  .a18 .a17 {
    line-height: 0px !important; }
  .a18 .a18 {
    line-height: 0px !important; }
  .a18 .a19 {
    line-height: 0px !important; }
  .a18 .b0 {
    line-height: 0px !important; }
  .a18 .b1 {
    line-height: 0px !important; }
  .a18 .b2 {
    line-height: 0px !important; }
  .a18 .b3 {
    line-height: 0px !important; }
  .a18 .b4 {
    line-height: 0px !important; }
  .a18 .b5 {
    line-height: 0px !important; }
  .a18 .b6 {
    line-height: 0px !important; }
  .a18 .b7 {
    line-height: 0px !important; }
  .a18 .b8 {
    line-height: 0px !important; }
  .a18 .b9 {
    line-height: 0px !important; }
  .a18 .b10 {
    line-height: 0px !important; }
  .a18 .b11 {
    line-height: 0px !important; }
  .a18 .b12 {
    line-height: 0px !important; }
  .a18 .b13 {
    line-height: 0px !important; }
  .a18 .b14 {
    line-height: 0px !important; }
  .a18 .b15 {
    line-height: 0px !important; }
  .a18 .b16 {
    line-height: 0px !important; }
  .a18 .b17 {
    line-height: 0px !important; }
  .a18 .b18 {
    line-height: 0px !important; }
  .a18 .b19 {
    line-height: 0px !important; }
  .a18 .c0 {
    line-height: 0px !important; }
  .a18 .c1 {
    line-height: 0px !important; }
  .a18 .c2 {
    line-height: 0px !important; }
  .a18 .c3 {
    line-height: 0px !important; }
  .a18 .c4 {
    line-height: 0px !important; }
  .a18 .c5 {
    line-height: 0px !important; }
  .a18 .c6 {
    line-height: 0px !important; }
  .a18 .c7 {
    line-height: 0px !important; }
  .a18 .c8 {
    line-height: 0px !important; }
  .a18 .c9 {
    line-height: 0px !important; }
  .a18 .c10 {
    line-height: 0px !important; }
  .a18 .c11 {
    line-height: 0px !important; }
  .a18 .c12 {
    line-height: 0px !important; }
  .a18 .c13 {
    line-height: 0px !important; }
  .a18 .c14 {
    line-height: 0px !important; }
  .a18 .c15 {
    line-height: 0px !important; }
  .a18 .c16 {
    line-height: 0px !important; }
  .a18 .c17 {
    line-height: 0px !important; }
  .a18 .c18 {
    line-height: 0px !important; }
  .a18 .c19 {
    line-height: 0px !important; }

.a19 .a0 {
  line-height: 0px !important; }
  .a19 .a1 {
    line-height: 0px !important; }
  .a19 .a2 {
    line-height: 0px !important; }
  .a19 .a3 {
    line-height: 0px !important; }
  .a19 .a4 {
    line-height: 0px !important; }
  .a19 .a5 {
    line-height: 0px !important; }
  .a19 .a6 {
    line-height: 0px !important; }
  .a19 .a7 {
    line-height: 0px !important; }
  .a19 .a8 {
    line-height: 0px !important; }
  .a19 .a9 {
    line-height: 0px !important; }
  .a19 .a10 {
    line-height: 0px !important; }
  .a19 .a11 {
    line-height: 0px !important; }
  .a19 .a12 {
    line-height: 0px !important; }
  .a19 .a13 {
    line-height: 0px !important; }
  .a19 .a14 {
    line-height: 0px !important; }
  .a19 .a15 {
    line-height: 0px !important; }
  .a19 .a16 {
    line-height: 0px !important; }
  .a19 .a17 {
    line-height: 0px !important; }
  .a19 .a18 {
    line-height: 0px !important; }
  .a19 .a19 {
    line-height: 0px !important; }
  .a19 .b0 {
    line-height: 0px !important; }
  .a19 .b1 {
    line-height: 0px !important; }
  .a19 .b2 {
    line-height: 0px !important; }
  .a19 .b3 {
    line-height: 0px !important; }
  .a19 .b4 {
    line-height: 0px !important; }
  .a19 .b5 {
    line-height: 0px !important; }
  .a19 .b6 {
    line-height: 0px !important; }
  .a19 .b7 {
    line-height: 0px !important; }
  .a19 .b8 {
    line-height: 0px !important; }
  .a19 .b9 {
    line-height: 0px !important; }
  .a19 .b10 {
    line-height: 0px !important; }
  .a19 .b11 {
    line-height: 0px !important; }
  .a19 .b12 {
    line-height: 0px !important; }
  .a19 .b13 {
    line-height: 0px !important; }
  .a19 .b14 {
    line-height: 0px !important; }
  .a19 .b15 {
    line-height: 0px !important; }
  .a19 .b16 {
    line-height: 0px !important; }
  .a19 .b17 {
    line-height: 0px !important; }
  .a19 .b18 {
    line-height: 0px !important; }
  .a19 .b19 {
    line-height: 0px !important; }
  .a19 .c0 {
    line-height: 0px !important; }
  .a19 .c1 {
    line-height: 0px !important; }
  .a19 .c2 {
    line-height: 0px !important; }
  .a19 .c3 {
    line-height: 0px !important; }
  .a19 .c4 {
    line-height: 0px !important; }
  .a19 .c5 {
    line-height: 0px !important; }
  .a19 .c6 {
    line-height: 0px !important; }
  .a19 .c7 {
    line-height: 0px !important; }
  .a19 .c8 {
    line-height: 0px !important; }
  .a19 .c9 {
    line-height: 0px !important; }
  .a19 .c10 {
    line-height: 0px !important; }
  .a19 .c11 {
    line-height: 0px !important; }
  .a19 .c12 {
    line-height: 0px !important; }
  .a19 .c13 {
    line-height: 0px !important; }
  .a19 .c14 {
    line-height: 0px !important; }
  .a19 .c15 {
    line-height: 0px !important; }
  .a19 .c16 {
    line-height: 0px !important; }
  .a19 .c17 {
    line-height: 0px !important; }
  .a19 .c18 {
    line-height: 0px !important; }
  .a19 .c19 {
    line-height: 0px !important; }

.b0 .a0 {
  line-height: 0px !important; }
  .b0 .a1 {
    line-height: 0px !important; }
  .b0 .a2 {
    line-height: 0px !important; }
  .b0 .a3 {
    line-height: 0px !important; }
  .b0 .a4 {
    line-height: 0px !important; }
  .b0 .a5 {
    line-height: 0px !important; }
  .b0 .a6 {
    line-height: 0px !important; }
  .b0 .a7 {
    line-height: 0px !important; }
  .b0 .a8 {
    line-height: 0px !important; }
  .b0 .a9 {
    line-height: 0px !important; }
  .b0 .a10 {
    line-height: 0px !important; }
  .b0 .a11 {
    line-height: 0px !important; }
  .b0 .a12 {
    line-height: 0px !important; }
  .b0 .a13 {
    line-height: 0px !important; }
  .b0 .a14 {
    line-height: 0px !important; }
  .b0 .a15 {
    line-height: 0px !important; }
  .b0 .a16 {
    line-height: 0px !important; }
  .b0 .a17 {
    line-height: 0px !important; }
  .b0 .a18 {
    line-height: 0px !important; }
  .b0 .a19 {
    line-height: 0px !important; }
  .b0 .b0 {
    line-height: 0px !important; }
  .b0 .b1 {
    line-height: 0px !important; }
  .b0 .b2 {
    line-height: 0px !important; }
  .b0 .b3 {
    line-height: 0px !important; }
  .b0 .b4 {
    line-height: 0px !important; }
  .b0 .b5 {
    line-height: 0px !important; }
  .b0 .b6 {
    line-height: 0px !important; }
  .b0 .b7 {
    line-height: 0px !important; }
  .b0 .b8 {
    line-height: 0px !important; }
  .b0 .b9 {
    line-height: 0px !important; }
  .b0 .b10 {
    line-height: 0px !important; }
  .b0 .b11 {
    line-height: 0px !important; }
  .b0 .b12 {
    line-height: 0px !important; }
  .b0 .b13 {
    line-height: 0px !important; }
  .b0 .b14 {
    line-height: 0px !important; }
  .b0 .b15 {
    line-height: 0px !important; }
  .b0 .b16 {
    line-height: 0px !important; }
  .b0 .b17 {
    line-height: 0px !important; }
  .b0 .b18 {
    line-height: 0px !important; }
  .b0 .b19 {
    line-height: 0px !important; }
  .b0 .c0 {
    line-height: 0px !important; }
  .b0 .c1 {
    line-height: 0px !important; }
  .b0 .c2 {
    line-height: 0px !important; }
  .b0 .c3 {
    line-height: 0px !important; }
  .b0 .c4 {
    line-height: 0px !important; }
  .b0 .c5 {
    line-height: 0px !important; }
  .b0 .c6 {
    line-height: 0px !important; }
  .b0 .c7 {
    line-height: 0px !important; }
  .b0 .c8 {
    line-height: 0px !important; }
  .b0 .c9 {
    line-height: 0px !important; }
  .b0 .c10 {
    line-height: 0px !important; }
  .b0 .c11 {
    line-height: 0px !important; }
  .b0 .c12 {
    line-height: 0px !important; }
  .b0 .c13 {
    line-height: 0px !important; }
  .b0 .c14 {
    line-height: 0px !important; }
  .b0 .c15 {
    line-height: 0px !important; }
  .b0 .c16 {
    line-height: 0px !important; }
  .b0 .c17 {
    line-height: 0px !important; }
  .b0 .c18 {
    line-height: 0px !important; }
  .b0 .c19 {
    line-height: 0px !important; }

.b1 .a0 {
  line-height: 0px !important; }
  .b1 .a1 {
    line-height: 0px !important; }
  .b1 .a2 {
    line-height: 0px !important; }
  .b1 .a3 {
    line-height: 0px !important; }
  .b1 .a4 {
    line-height: 0px !important; }
  .b1 .a5 {
    line-height: 0px !important; }
  .b1 .a6 {
    line-height: 0px !important; }
  .b1 .a7 {
    line-height: 0px !important; }
  .b1 .a8 {
    line-height: 0px !important; }
  .b1 .a9 {
    line-height: 0px !important; }
  .b1 .a10 {
    line-height: 0px !important; }
  .b1 .a11 {
    line-height: 0px !important; }
  .b1 .a12 {
    line-height: 0px !important; }
  .b1 .a13 {
    line-height: 0px !important; }
  .b1 .a14 {
    line-height: 0px !important; }
  .b1 .a15 {
    line-height: 0px !important; }
  .b1 .a16 {
    line-height: 0px !important; }
  .b1 .a17 {
    line-height: 0px !important; }
  .b1 .a18 {
    line-height: 0px !important; }
  .b1 .a19 {
    line-height: 0px !important; }
  .b1 .b0 {
    line-height: 0px !important; }
  .b1 .b1 {
    line-height: 0px !important; }
  .b1 .b2 {
    line-height: 0px !important; }
  .b1 .b3 {
    line-height: 0px !important; }
  .b1 .b4 {
    line-height: 0px !important; }
  .b1 .b5 {
    line-height: 0px !important; }
  .b1 .b6 {
    line-height: 0px !important; }
  .b1 .b7 {
    line-height: 0px !important; }
  .b1 .b8 {
    line-height: 0px !important; }
  .b1 .b9 {
    line-height: 0px !important; }
  .b1 .b10 {
    line-height: 0px !important; }
  .b1 .b11 {
    line-height: 0px !important; }
  .b1 .b12 {
    line-height: 0px !important; }
  .b1 .b13 {
    line-height: 0px !important; }
  .b1 .b14 {
    line-height: 0px !important; }
  .b1 .b15 {
    line-height: 0px !important; }
  .b1 .b16 {
    line-height: 0px !important; }
  .b1 .b17 {
    line-height: 0px !important; }
  .b1 .b18 {
    line-height: 0px !important; }
  .b1 .b19 {
    line-height: 0px !important; }
  .b1 .c0 {
    line-height: 0px !important; }
  .b1 .c1 {
    line-height: 0px !important; }
  .b1 .c2 {
    line-height: 0px !important; }
  .b1 .c3 {
    line-height: 0px !important; }
  .b1 .c4 {
    line-height: 0px !important; }
  .b1 .c5 {
    line-height: 0px !important; }
  .b1 .c6 {
    line-height: 0px !important; }
  .b1 .c7 {
    line-height: 0px !important; }
  .b1 .c8 {
    line-height: 0px !important; }
  .b1 .c9 {
    line-height: 0px !important; }
  .b1 .c10 {
    line-height: 0px !important; }
  .b1 .c11 {
    line-height: 0px !important; }
  .b1 .c12 {
    line-height: 0px !important; }
  .b1 .c13 {
    line-height: 0px !important; }
  .b1 .c14 {
    line-height: 0px !important; }
  .b1 .c15 {
    line-height: 0px !important; }
  .b1 .c16 {
    line-height: 0px !important; }
  .b1 .c17 {
    line-height: 0px !important; }
  .b1 .c18 {
    line-height: 0px !important; }
  .b1 .c19 {
    line-height: 0px !important; }

.b2 .a0 {
  line-height: 0px !important; }
  .b2 .a1 {
    line-height: 0px !important; }
  .b2 .a2 {
    line-height: 0px !important; }
  .b2 .a3 {
    line-height: 0px !important; }
  .b2 .a4 {
    line-height: 0px !important; }
  .b2 .a5 {
    line-height: 0px !important; }
  .b2 .a6 {
    line-height: 0px !important; }
  .b2 .a7 {
    line-height: 0px !important; }
  .b2 .a8 {
    line-height: 0px !important; }
  .b2 .a9 {
    line-height: 0px !important; }
  .b2 .a10 {
    line-height: 0px !important; }
  .b2 .a11 {
    line-height: 0px !important; }
  .b2 .a12 {
    line-height: 0px !important; }
  .b2 .a13 {
    line-height: 0px !important; }
  .b2 .a14 {
    line-height: 0px !important; }
  .b2 .a15 {
    line-height: 0px !important; }
  .b2 .a16 {
    line-height: 0px !important; }
  .b2 .a17 {
    line-height: 0px !important; }
  .b2 .a18 {
    line-height: 0px !important; }
  .b2 .a19 {
    line-height: 0px !important; }
  .b2 .b0 {
    line-height: 0px !important; }
  .b2 .b1 {
    line-height: 0px !important; }
  .b2 .b2 {
    line-height: 0px !important; }
  .b2 .b3 {
    line-height: 0px !important; }
  .b2 .b4 {
    line-height: 0px !important; }
  .b2 .b5 {
    line-height: 0px !important; }
  .b2 .b6 {
    line-height: 0px !important; }
  .b2 .b7 {
    line-height: 0px !important; }
  .b2 .b8 {
    line-height: 0px !important; }
  .b2 .b9 {
    line-height: 0px !important; }
  .b2 .b10 {
    line-height: 0px !important; }
  .b2 .b11 {
    line-height: 0px !important; }
  .b2 .b12 {
    line-height: 0px !important; }
  .b2 .b13 {
    line-height: 0px !important; }
  .b2 .b14 {
    line-height: 0px !important; }
  .b2 .b15 {
    line-height: 0px !important; }
  .b2 .b16 {
    line-height: 0px !important; }
  .b2 .b17 {
    line-height: 0px !important; }
  .b2 .b18 {
    line-height: 0px !important; }
  .b2 .b19 {
    line-height: 0px !important; }
  .b2 .c0 {
    line-height: 0px !important; }
  .b2 .c1 {
    line-height: 0px !important; }
  .b2 .c2 {
    line-height: 0px !important; }
  .b2 .c3 {
    line-height: 0px !important; }
  .b2 .c4 {
    line-height: 0px !important; }
  .b2 .c5 {
    line-height: 0px !important; }
  .b2 .c6 {
    line-height: 0px !important; }
  .b2 .c7 {
    line-height: 0px !important; }
  .b2 .c8 {
    line-height: 0px !important; }
  .b2 .c9 {
    line-height: 0px !important; }
  .b2 .c10 {
    line-height: 0px !important; }
  .b2 .c11 {
    line-height: 0px !important; }
  .b2 .c12 {
    line-height: 0px !important; }
  .b2 .c13 {
    line-height: 0px !important; }
  .b2 .c14 {
    line-height: 0px !important; }
  .b2 .c15 {
    line-height: 0px !important; }
  .b2 .c16 {
    line-height: 0px !important; }
  .b2 .c17 {
    line-height: 0px !important; }
  .b2 .c18 {
    line-height: 0px !important; }
  .b2 .c19 {
    line-height: 0px !important; }

.b3 .a0 {
  line-height: 0px !important; }
  .b3 .a1 {
    line-height: 0px !important; }
  .b3 .a2 {
    line-height: 0px !important; }
  .b3 .a3 {
    line-height: 0px !important; }
  .b3 .a4 {
    line-height: 0px !important; }
  .b3 .a5 {
    line-height: 0px !important; }
  .b3 .a6 {
    line-height: 0px !important; }
  .b3 .a7 {
    line-height: 0px !important; }
  .b3 .a8 {
    line-height: 0px !important; }
  .b3 .a9 {
    line-height: 0px !important; }
  .b3 .a10 {
    line-height: 0px !important; }
  .b3 .a11 {
    line-height: 0px !important; }
  .b3 .a12 {
    line-height: 0px !important; }
  .b3 .a13 {
    line-height: 0px !important; }
  .b3 .a14 {
    line-height: 0px !important; }
  .b3 .a15 {
    line-height: 0px !important; }
  .b3 .a16 {
    line-height: 0px !important; }
  .b3 .a17 {
    line-height: 0px !important; }
  .b3 .a18 {
    line-height: 0px !important; }
  .b3 .a19 {
    line-height: 0px !important; }
  .b3 .b0 {
    line-height: 0px !important; }
  .b3 .b1 {
    line-height: 0px !important; }
  .b3 .b2 {
    line-height: 0px !important; }
  .b3 .b3 {
    line-height: 0px !important; }
  .b3 .b4 {
    line-height: 0px !important; }
  .b3 .b5 {
    line-height: 0px !important; }
  .b3 .b6 {
    line-height: 0px !important; }
  .b3 .b7 {
    line-height: 0px !important; }
  .b3 .b8 {
    line-height: 0px !important; }
  .b3 .b9 {
    line-height: 0px !important; }
  .b3 .b10 {
    line-height: 0px !important; }
  .b3 .b11 {
    line-height: 0px !important; }
  .b3 .b12 {
    line-height: 0px !important; }
  .b3 .b13 {
    line-height: 0px !important; }
  .b3 .b14 {
    line-height: 0px !important; }
  .b3 .b15 {
    line-height: 0px !important; }
  .b3 .b16 {
    line-height: 0px !important; }
  .b3 .b17 {
    line-height: 0px !important; }
  .b3 .b18 {
    line-height: 0px !important; }
  .b3 .b19 {
    line-height: 0px !important; }
  .b3 .c0 {
    line-height: 0px !important; }
  .b3 .c1 {
    line-height: 0px !important; }
  .b3 .c2 {
    line-height: 0px !important; }
  .b3 .c3 {
    line-height: 0px !important; }
  .b3 .c4 {
    line-height: 0px !important; }
  .b3 .c5 {
    line-height: 0px !important; }
  .b3 .c6 {
    line-height: 0px !important; }
  .b3 .c7 {
    line-height: 0px !important; }
  .b3 .c8 {
    line-height: 0px !important; }
  .b3 .c9 {
    line-height: 0px !important; }
  .b3 .c10 {
    line-height: 0px !important; }
  .b3 .c11 {
    line-height: 0px !important; }
  .b3 .c12 {
    line-height: 0px !important; }
  .b3 .c13 {
    line-height: 0px !important; }
  .b3 .c14 {
    line-height: 0px !important; }
  .b3 .c15 {
    line-height: 0px !important; }
  .b3 .c16 {
    line-height: 0px !important; }
  .b3 .c17 {
    line-height: 0px !important; }
  .b3 .c18 {
    line-height: 0px !important; }
  .b3 .c19 {
    line-height: 0px !important; }

.b4 .a0 {
  line-height: 0px !important; }
  .b4 .a1 {
    line-height: 0px !important; }
  .b4 .a2 {
    line-height: 0px !important; }
  .b4 .a3 {
    line-height: 0px !important; }
  .b4 .a4 {
    line-height: 0px !important; }
  .b4 .a5 {
    line-height: 0px !important; }
  .b4 .a6 {
    line-height: 0px !important; }
  .b4 .a7 {
    line-height: 0px !important; }
  .b4 .a8 {
    line-height: 0px !important; }
  .b4 .a9 {
    line-height: 0px !important; }
  .b4 .a10 {
    line-height: 0px !important; }
  .b4 .a11 {
    line-height: 0px !important; }
  .b4 .a12 {
    line-height: 0px !important; }
  .b4 .a13 {
    line-height: 0px !important; }
  .b4 .a14 {
    line-height: 0px !important; }
  .b4 .a15 {
    line-height: 0px !important; }
  .b4 .a16 {
    line-height: 0px !important; }
  .b4 .a17 {
    line-height: 0px !important; }
  .b4 .a18 {
    line-height: 0px !important; }
  .b4 .a19 {
    line-height: 0px !important; }
  .b4 .b0 {
    line-height: 0px !important; }
  .b4 .b1 {
    line-height: 0px !important; }
  .b4 .b2 {
    line-height: 0px !important; }
  .b4 .b3 {
    line-height: 0px !important; }
  .b4 .b4 {
    line-height: 0px !important; }
  .b4 .b5 {
    line-height: 0px !important; }
  .b4 .b6 {
    line-height: 0px !important; }
  .b4 .b7 {
    line-height: 0px !important; }
  .b4 .b8 {
    line-height: 0px !important; }
  .b4 .b9 {
    line-height: 0px !important; }
  .b4 .b10 {
    line-height: 0px !important; }
  .b4 .b11 {
    line-height: 0px !important; }
  .b4 .b12 {
    line-height: 0px !important; }
  .b4 .b13 {
    line-height: 0px !important; }
  .b4 .b14 {
    line-height: 0px !important; }
  .b4 .b15 {
    line-height: 0px !important; }
  .b4 .b16 {
    line-height: 0px !important; }
  .b4 .b17 {
    line-height: 0px !important; }
  .b4 .b18 {
    line-height: 0px !important; }
  .b4 .b19 {
    line-height: 0px !important; }
  .b4 .c0 {
    line-height: 0px !important; }
  .b4 .c1 {
    line-height: 0px !important; }
  .b4 .c2 {
    line-height: 0px !important; }
  .b4 .c3 {
    line-height: 0px !important; }
  .b4 .c4 {
    line-height: 0px !important; }
  .b4 .c5 {
    line-height: 0px !important; }
  .b4 .c6 {
    line-height: 0px !important; }
  .b4 .c7 {
    line-height: 0px !important; }
  .b4 .c8 {
    line-height: 0px !important; }
  .b4 .c9 {
    line-height: 0px !important; }
  .b4 .c10 {
    line-height: 0px !important; }
  .b4 .c11 {
    line-height: 0px !important; }
  .b4 .c12 {
    line-height: 0px !important; }
  .b4 .c13 {
    line-height: 0px !important; }
  .b4 .c14 {
    line-height: 0px !important; }
  .b4 .c15 {
    line-height: 0px !important; }
  .b4 .c16 {
    line-height: 0px !important; }
  .b4 .c17 {
    line-height: 0px !important; }
  .b4 .c18 {
    line-height: 0px !important; }
  .b4 .c19 {
    line-height: 0px !important; }

.b5 .a0 {
  line-height: 0px !important; }
  .b5 .a1 {
    line-height: 0px !important; }
  .b5 .a2 {
    line-height: 0px !important; }
  .b5 .a3 {
    line-height: 0px !important; }
  .b5 .a4 {
    line-height: 0px !important; }
  .b5 .a5 {
    line-height: 0px !important; }
  .b5 .a6 {
    line-height: 0px !important; }
  .b5 .a7 {
    line-height: 0px !important; }
  .b5 .a8 {
    line-height: 0px !important; }
  .b5 .a9 {
    line-height: 0px !important; }
  .b5 .a10 {
    line-height: 0px !important; }
  .b5 .a11 {
    line-height: 0px !important; }
  .b5 .a12 {
    line-height: 0px !important; }
  .b5 .a13 {
    line-height: 0px !important; }
  .b5 .a14 {
    line-height: 0px !important; }
  .b5 .a15 {
    line-height: 0px !important; }
  .b5 .a16 {
    line-height: 0px !important; }
  .b5 .a17 {
    line-height: 0px !important; }
  .b5 .a18 {
    line-height: 0px !important; }
  .b5 .a19 {
    line-height: 0px !important; }
  .b5 .b0 {
    line-height: 0px !important; }
  .b5 .b1 {
    line-height: 0px !important; }
  .b5 .b2 {
    line-height: 0px !important; }
  .b5 .b3 {
    line-height: 0px !important; }
  .b5 .b4 {
    line-height: 0px !important; }
  .b5 .b5 {
    line-height: 0px !important; }
  .b5 .b6 {
    line-height: 0px !important; }
  .b5 .b7 {
    line-height: 0px !important; }
  .b5 .b8 {
    line-height: 0px !important; }
  .b5 .b9 {
    line-height: 0px !important; }
  .b5 .b10 {
    line-height: 0px !important; }
  .b5 .b11 {
    line-height: 0px !important; }
  .b5 .b12 {
    line-height: 0px !important; }
  .b5 .b13 {
    line-height: 0px !important; }
  .b5 .b14 {
    line-height: 0px !important; }
  .b5 .b15 {
    line-height: 0px !important; }
  .b5 .b16 {
    line-height: 0px !important; }
  .b5 .b17 {
    line-height: 0px !important; }
  .b5 .b18 {
    line-height: 0px !important; }
  .b5 .b19 {
    line-height: 0px !important; }
  .b5 .c0 {
    line-height: 0px !important; }
  .b5 .c1 {
    line-height: 0px !important; }
  .b5 .c2 {
    line-height: 0px !important; }
  .b5 .c3 {
    line-height: 0px !important; }
  .b5 .c4 {
    line-height: 0px !important; }
  .b5 .c5 {
    line-height: 0px !important; }
  .b5 .c6 {
    line-height: 0px !important; }
  .b5 .c7 {
    line-height: 0px !important; }
  .b5 .c8 {
    line-height: 0px !important; }
  .b5 .c9 {
    line-height: 0px !important; }
  .b5 .c10 {
    line-height: 0px !important; }
  .b5 .c11 {
    line-height: 0px !important; }
  .b5 .c12 {
    line-height: 0px !important; }
  .b5 .c13 {
    line-height: 0px !important; }
  .b5 .c14 {
    line-height: 0px !important; }
  .b5 .c15 {
    line-height: 0px !important; }
  .b5 .c16 {
    line-height: 0px !important; }
  .b5 .c17 {
    line-height: 0px !important; }
  .b5 .c18 {
    line-height: 0px !important; }
  .b5 .c19 {
    line-height: 0px !important; }

.b6 .a0 {
  line-height: 0px !important; }
  .b6 .a1 {
    line-height: 0px !important; }
  .b6 .a2 {
    line-height: 0px !important; }
  .b6 .a3 {
    line-height: 0px !important; }
  .b6 .a4 {
    line-height: 0px !important; }
  .b6 .a5 {
    line-height: 0px !important; }
  .b6 .a6 {
    line-height: 0px !important; }
  .b6 .a7 {
    line-height: 0px !important; }
  .b6 .a8 {
    line-height: 0px !important; }
  .b6 .a9 {
    line-height: 0px !important; }
  .b6 .a10 {
    line-height: 0px !important; }
  .b6 .a11 {
    line-height: 0px !important; }
  .b6 .a12 {
    line-height: 0px !important; }
  .b6 .a13 {
    line-height: 0px !important; }
  .b6 .a14 {
    line-height: 0px !important; }
  .b6 .a15 {
    line-height: 0px !important; }
  .b6 .a16 {
    line-height: 0px !important; }
  .b6 .a17 {
    line-height: 0px !important; }
  .b6 .a18 {
    line-height: 0px !important; }
  .b6 .a19 {
    line-height: 0px !important; }
  .b6 .b0 {
    line-height: 0px !important; }
  .b6 .b1 {
    line-height: 0px !important; }
  .b6 .b2 {
    line-height: 0px !important; }
  .b6 .b3 {
    line-height: 0px !important; }
  .b6 .b4 {
    line-height: 0px !important; }
  .b6 .b5 {
    line-height: 0px !important; }
  .b6 .b6 {
    line-height: 0px !important; }
  .b6 .b7 {
    line-height: 0px !important; }
  .b6 .b8 {
    line-height: 0px !important; }
  .b6 .b9 {
    line-height: 0px !important; }
  .b6 .b10 {
    line-height: 0px !important; }
  .b6 .b11 {
    line-height: 0px !important; }
  .b6 .b12 {
    line-height: 0px !important; }
  .b6 .b13 {
    line-height: 0px !important; }
  .b6 .b14 {
    line-height: 0px !important; }
  .b6 .b15 {
    line-height: 0px !important; }
  .b6 .b16 {
    line-height: 0px !important; }
  .b6 .b17 {
    line-height: 0px !important; }
  .b6 .b18 {
    line-height: 0px !important; }
  .b6 .b19 {
    line-height: 0px !important; }
  .b6 .c0 {
    line-height: 0px !important; }
  .b6 .c1 {
    line-height: 0px !important; }
  .b6 .c2 {
    line-height: 0px !important; }
  .b6 .c3 {
    line-height: 0px !important; }
  .b6 .c4 {
    line-height: 0px !important; }
  .b6 .c5 {
    line-height: 0px !important; }
  .b6 .c6 {
    line-height: 0px !important; }
  .b6 .c7 {
    line-height: 0px !important; }
  .b6 .c8 {
    line-height: 0px !important; }
  .b6 .c9 {
    line-height: 0px !important; }
  .b6 .c10 {
    line-height: 0px !important; }
  .b6 .c11 {
    line-height: 0px !important; }
  .b6 .c12 {
    line-height: 0px !important; }
  .b6 .c13 {
    line-height: 0px !important; }
  .b6 .c14 {
    line-height: 0px !important; }
  .b6 .c15 {
    line-height: 0px !important; }
  .b6 .c16 {
    line-height: 0px !important; }
  .b6 .c17 {
    line-height: 0px !important; }
  .b6 .c18 {
    line-height: 0px !important; }
  .b6 .c19 {
    line-height: 0px !important; }

.b7 .a0 {
  line-height: 0px !important; }
  .b7 .a1 {
    line-height: 0px !important; }
  .b7 .a2 {
    line-height: 0px !important; }
  .b7 .a3 {
    line-height: 0px !important; }
  .b7 .a4 {
    line-height: 0px !important; }
  .b7 .a5 {
    line-height: 0px !important; }
  .b7 .a6 {
    line-height: 0px !important; }
  .b7 .a7 {
    line-height: 0px !important; }
  .b7 .a8 {
    line-height: 0px !important; }
  .b7 .a9 {
    line-height: 0px !important; }
  .b7 .a10 {
    line-height: 0px !important; }
  .b7 .a11 {
    line-height: 0px !important; }
  .b7 .a12 {
    line-height: 0px !important; }
  .b7 .a13 {
    line-height: 0px !important; }
  .b7 .a14 {
    line-height: 0px !important; }
  .b7 .a15 {
    line-height: 0px !important; }
  .b7 .a16 {
    line-height: 0px !important; }
  .b7 .a17 {
    line-height: 0px !important; }
  .b7 .a18 {
    line-height: 0px !important; }
  .b7 .a19 {
    line-height: 0px !important; }
  .b7 .b0 {
    line-height: 0px !important; }
  .b7 .b1 {
    line-height: 0px !important; }
  .b7 .b2 {
    line-height: 0px !important; }
  .b7 .b3 {
    line-height: 0px !important; }
  .b7 .b4 {
    line-height: 0px !important; }
  .b7 .b5 {
    line-height: 0px !important; }
  .b7 .b6 {
    line-height: 0px !important; }
  .b7 .b7 {
    line-height: 0px !important; }
  .b7 .b8 {
    line-height: 0px !important; }
  .b7 .b9 {
    line-height: 0px !important; }
  .b7 .b10 {
    line-height: 0px !important; }
  .b7 .b11 {
    line-height: 0px !important; }
  .b7 .b12 {
    line-height: 0px !important; }
  .b7 .b13 {
    line-height: 0px !important; }
  .b7 .b14 {
    line-height: 0px !important; }
  .b7 .b15 {
    line-height: 0px !important; }
  .b7 .b16 {
    line-height: 0px !important; }
  .b7 .b17 {
    line-height: 0px !important; }
  .b7 .b18 {
    line-height: 0px !important; }
  .b7 .b19 {
    line-height: 0px !important; }
  .b7 .c0 {
    line-height: 0px !important; }
  .b7 .c1 {
    line-height: 0px !important; }
  .b7 .c2 {
    line-height: 0px !important; }
  .b7 .c3 {
    line-height: 0px !important; }
  .b7 .c4 {
    line-height: 0px !important; }
  .b7 .c5 {
    line-height: 0px !important; }
  .b7 .c6 {
    line-height: 0px !important; }
  .b7 .c7 {
    line-height: 0px !important; }
  .b7 .c8 {
    line-height: 0px !important; }
  .b7 .c9 {
    line-height: 0px !important; }
  .b7 .c10 {
    line-height: 0px !important; }
  .b7 .c11 {
    line-height: 0px !important; }
  .b7 .c12 {
    line-height: 0px !important; }
  .b7 .c13 {
    line-height: 0px !important; }
  .b7 .c14 {
    line-height: 0px !important; }
  .b7 .c15 {
    line-height: 0px !important; }
  .b7 .c16 {
    line-height: 0px !important; }
  .b7 .c17 {
    line-height: 0px !important; }
  .b7 .c18 {
    line-height: 0px !important; }
  .b7 .c19 {
    line-height: 0px !important; }

.b8 .a0 {
  line-height: 0px !important; }
  .b8 .a1 {
    line-height: 0px !important; }
  .b8 .a2 {
    line-height: 0px !important; }
  .b8 .a3 {
    line-height: 0px !important; }
  .b8 .a4 {
    line-height: 0px !important; }
  .b8 .a5 {
    line-height: 0px !important; }
  .b8 .a6 {
    line-height: 0px !important; }
  .b8 .a7 {
    line-height: 0px !important; }
  .b8 .a8 {
    line-height: 0px !important; }
  .b8 .a9 {
    line-height: 0px !important; }
  .b8 .a10 {
    line-height: 0px !important; }
  .b8 .a11 {
    line-height: 0px !important; }
  .b8 .a12 {
    line-height: 0px !important; }
  .b8 .a13 {
    line-height: 0px !important; }
  .b8 .a14 {
    line-height: 0px !important; }
  .b8 .a15 {
    line-height: 0px !important; }
  .b8 .a16 {
    line-height: 0px !important; }
  .b8 .a17 {
    line-height: 0px !important; }
  .b8 .a18 {
    line-height: 0px !important; }
  .b8 .a19 {
    line-height: 0px !important; }
  .b8 .b0 {
    line-height: 0px !important; }
  .b8 .b1 {
    line-height: 0px !important; }
  .b8 .b2 {
    line-height: 0px !important; }
  .b8 .b3 {
    line-height: 0px !important; }
  .b8 .b4 {
    line-height: 0px !important; }
  .b8 .b5 {
    line-height: 0px !important; }
  .b8 .b6 {
    line-height: 0px !important; }
  .b8 .b7 {
    line-height: 0px !important; }
  .b8 .b8 {
    line-height: 0px !important; }
  .b8 .b9 {
    line-height: 0px !important; }
  .b8 .b10 {
    line-height: 0px !important; }
  .b8 .b11 {
    line-height: 0px !important; }
  .b8 .b12 {
    line-height: 0px !important; }
  .b8 .b13 {
    line-height: 0px !important; }
  .b8 .b14 {
    line-height: 0px !important; }
  .b8 .b15 {
    line-height: 0px !important; }
  .b8 .b16 {
    line-height: 0px !important; }
  .b8 .b17 {
    line-height: 0px !important; }
  .b8 .b18 {
    line-height: 0px !important; }
  .b8 .b19 {
    line-height: 0px !important; }
  .b8 .c0 {
    line-height: 0px !important; }
  .b8 .c1 {
    line-height: 0px !important; }
  .b8 .c2 {
    line-height: 0px !important; }
  .b8 .c3 {
    line-height: 0px !important; }
  .b8 .c4 {
    line-height: 0px !important; }
  .b8 .c5 {
    line-height: 0px !important; }
  .b8 .c6 {
    line-height: 0px !important; }
  .b8 .c7 {
    line-height: 0px !important; }
  .b8 .c8 {
    line-height: 0px !important; }
  .b8 .c9 {
    line-height: 0px !important; }
  .b8 .c10 {
    line-height: 0px !important; }
  .b8 .c11 {
    line-height: 0px !important; }
  .b8 .c12 {
    line-height: 0px !important; }
  .b8 .c13 {
    line-height: 0px !important; }
  .b8 .c14 {
    line-height: 0px !important; }
  .b8 .c15 {
    line-height: 0px !important; }
  .b8 .c16 {
    line-height: 0px !important; }
  .b8 .c17 {
    line-height: 0px !important; }
  .b8 .c18 {
    line-height: 0px !important; }
  .b8 .c19 {
    line-height: 0px !important; }

.b9 .a0 {
  line-height: 0px !important; }
  .b9 .a1 {
    line-height: 0px !important; }
  .b9 .a2 {
    line-height: 0px !important; }
  .b9 .a3 {
    line-height: 0px !important; }
  .b9 .a4 {
    line-height: 0px !important; }
  .b9 .a5 {
    line-height: 0px !important; }
  .b9 .a6 {
    line-height: 0px !important; }
  .b9 .a7 {
    line-height: 0px !important; }
  .b9 .a8 {
    line-height: 0px !important; }
  .b9 .a9 {
    line-height: 0px !important; }
  .b9 .a10 {
    line-height: 0px !important; }
  .b9 .a11 {
    line-height: 0px !important; }
  .b9 .a12 {
    line-height: 0px !important; }
  .b9 .a13 {
    line-height: 0px !important; }
  .b9 .a14 {
    line-height: 0px !important; }
  .b9 .a15 {
    line-height: 0px !important; }
  .b9 .a16 {
    line-height: 0px !important; }
  .b9 .a17 {
    line-height: 0px !important; }
  .b9 .a18 {
    line-height: 0px !important; }
  .b9 .a19 {
    line-height: 0px !important; }
  .b9 .b0 {
    line-height: 0px !important; }
  .b9 .b1 {
    line-height: 0px !important; }
  .b9 .b2 {
    line-height: 0px !important; }
  .b9 .b3 {
    line-height: 0px !important; }
  .b9 .b4 {
    line-height: 0px !important; }
  .b9 .b5 {
    line-height: 0px !important; }
  .b9 .b6 {
    line-height: 0px !important; }
  .b9 .b7 {
    line-height: 0px !important; }
  .b9 .b8 {
    line-height: 0px !important; }
  .b9 .b9 {
    line-height: 0px !important; }
  .b9 .b10 {
    line-height: 0px !important; }
  .b9 .b11 {
    line-height: 0px !important; }
  .b9 .b12 {
    line-height: 0px !important; }
  .b9 .b13 {
    line-height: 0px !important; }
  .b9 .b14 {
    line-height: 0px !important; }
  .b9 .b15 {
    line-height: 0px !important; }
  .b9 .b16 {
    line-height: 0px !important; }
  .b9 .b17 {
    line-height: 0px !important; }
  .b9 .b18 {
    line-height: 0px !important; }
  .b9 .b19 {
    line-height: 0px !important; }
  .b9 .c0 {
    line-height: 0px !important; }
  .b9 .c1 {
    line-height: 0px !important; }
  .b9 .c2 {
    line-height: 0px !important; }
  .b9 .c3 {
    line-height: 0px !important; }
  .b9 .c4 {
    line-height: 0px !important; }
  .b9 .c5 {
    line-height: 0px !important; }
  .b9 .c6 {
    line-height: 0px !important; }
  .b9 .c7 {
    line-height: 0px !important; }
  .b9 .c8 {
    line-height: 0px !important; }
  .b9 .c9 {
    line-height: 0px !important; }
  .b9 .c10 {
    line-height: 0px !important; }
  .b9 .c11 {
    line-height: 0px !important; }
  .b9 .c12 {
    line-height: 0px !important; }
  .b9 .c13 {
    line-height: 0px !important; }
  .b9 .c14 {
    line-height: 0px !important; }
  .b9 .c15 {
    line-height: 0px !important; }
  .b9 .c16 {
    line-height: 0px !important; }
  .b9 .c17 {
    line-height: 0px !important; }
  .b9 .c18 {
    line-height: 0px !important; }
  .b9 .c19 {
    line-height: 0px !important; }

.b10 .a0 {
  line-height: 0px !important; }
  .b10 .a1 {
    line-height: 0px !important; }
  .b10 .a2 {
    line-height: 0px !important; }
  .b10 .a3 {
    line-height: 0px !important; }
  .b10 .a4 {
    line-height: 0px !important; }
  .b10 .a5 {
    line-height: 0px !important; }
  .b10 .a6 {
    line-height: 0px !important; }
  .b10 .a7 {
    line-height: 0px !important; }
  .b10 .a8 {
    line-height: 0px !important; }
  .b10 .a9 {
    line-height: 0px !important; }
  .b10 .a10 {
    line-height: 0px !important; }
  .b10 .a11 {
    line-height: 0px !important; }
  .b10 .a12 {
    line-height: 0px !important; }
  .b10 .a13 {
    line-height: 0px !important; }
  .b10 .a14 {
    line-height: 0px !important; }
  .b10 .a15 {
    line-height: 0px !important; }
  .b10 .a16 {
    line-height: 0px !important; }
  .b10 .a17 {
    line-height: 0px !important; }
  .b10 .a18 {
    line-height: 0px !important; }
  .b10 .a19 {
    line-height: 0px !important; }
  .b10 .b0 {
    line-height: 0px !important; }
  .b10 .b1 {
    line-height: 0px !important; }
  .b10 .b2 {
    line-height: 0px !important; }
  .b10 .b3 {
    line-height: 0px !important; }
  .b10 .b4 {
    line-height: 0px !important; }
  .b10 .b5 {
    line-height: 0px !important; }
  .b10 .b6 {
    line-height: 0px !important; }
  .b10 .b7 {
    line-height: 0px !important; }
  .b10 .b8 {
    line-height: 0px !important; }
  .b10 .b9 {
    line-height: 0px !important; }
  .b10 .b10 {
    line-height: 0px !important; }
  .b10 .b11 {
    line-height: 0px !important; }
  .b10 .b12 {
    line-height: 0px !important; }
  .b10 .b13 {
    line-height: 0px !important; }
  .b10 .b14 {
    line-height: 0px !important; }
  .b10 .b15 {
    line-height: 0px !important; }
  .b10 .b16 {
    line-height: 0px !important; }
  .b10 .b17 {
    line-height: 0px !important; }
  .b10 .b18 {
    line-height: 0px !important; }
  .b10 .b19 {
    line-height: 0px !important; }
  .b10 .c0 {
    line-height: 0px !important; }
  .b10 .c1 {
    line-height: 0px !important; }
  .b10 .c2 {
    line-height: 0px !important; }
  .b10 .c3 {
    line-height: 0px !important; }
  .b10 .c4 {
    line-height: 0px !important; }
  .b10 .c5 {
    line-height: 0px !important; }
  .b10 .c6 {
    line-height: 0px !important; }
  .b10 .c7 {
    line-height: 0px !important; }
  .b10 .c8 {
    line-height: 0px !important; }
  .b10 .c9 {
    line-height: 0px !important; }
  .b10 .c10 {
    line-height: 0px !important; }
  .b10 .c11 {
    line-height: 0px !important; }
  .b10 .c12 {
    line-height: 0px !important; }
  .b10 .c13 {
    line-height: 0px !important; }
  .b10 .c14 {
    line-height: 0px !important; }
  .b10 .c15 {
    line-height: 0px !important; }
  .b10 .c16 {
    line-height: 0px !important; }
  .b10 .c17 {
    line-height: 0px !important; }
  .b10 .c18 {
    line-height: 0px !important; }
  .b10 .c19 {
    line-height: 0px !important; }

.b11 .a0 {
  line-height: 0px !important; }
  .b11 .a1 {
    line-height: 0px !important; }
  .b11 .a2 {
    line-height: 0px !important; }
  .b11 .a3 {
    line-height: 0px !important; }
  .b11 .a4 {
    line-height: 0px !important; }
  .b11 .a5 {
    line-height: 0px !important; }
  .b11 .a6 {
    line-height: 0px !important; }
  .b11 .a7 {
    line-height: 0px !important; }
  .b11 .a8 {
    line-height: 0px !important; }
  .b11 .a9 {
    line-height: 0px !important; }
  .b11 .a10 {
    line-height: 0px !important; }
  .b11 .a11 {
    line-height: 0px !important; }
  .b11 .a12 {
    line-height: 0px !important; }
  .b11 .a13 {
    line-height: 0px !important; }
  .b11 .a14 {
    line-height: 0px !important; }
  .b11 .a15 {
    line-height: 0px !important; }
  .b11 .a16 {
    line-height: 0px !important; }
  .b11 .a17 {
    line-height: 0px !important; }
  .b11 .a18 {
    line-height: 0px !important; }
  .b11 .a19 {
    line-height: 0px !important; }
  .b11 .b0 {
    line-height: 0px !important; }
  .b11 .b1 {
    line-height: 0px !important; }
  .b11 .b2 {
    line-height: 0px !important; }
  .b11 .b3 {
    line-height: 0px !important; }
  .b11 .b4 {
    line-height: 0px !important; }
  .b11 .b5 {
    line-height: 0px !important; }
  .b11 .b6 {
    line-height: 0px !important; }
  .b11 .b7 {
    line-height: 0px !important; }
  .b11 .b8 {
    line-height: 0px !important; }
  .b11 .b9 {
    line-height: 0px !important; }
  .b11 .b10 {
    line-height: 0px !important; }
  .b11 .b11 {
    line-height: 0px !important; }
  .b11 .b12 {
    line-height: 0px !important; }
  .b11 .b13 {
    line-height: 0px !important; }
  .b11 .b14 {
    line-height: 0px !important; }
  .b11 .b15 {
    line-height: 0px !important; }
  .b11 .b16 {
    line-height: 0px !important; }
  .b11 .b17 {
    line-height: 0px !important; }
  .b11 .b18 {
    line-height: 0px !important; }
  .b11 .b19 {
    line-height: 0px !important; }
  .b11 .c0 {
    line-height: 0px !important; }
  .b11 .c1 {
    line-height: 0px !important; }
  .b11 .c2 {
    line-height: 0px !important; }
  .b11 .c3 {
    line-height: 0px !important; }
  .b11 .c4 {
    line-height: 0px !important; }
  .b11 .c5 {
    line-height: 0px !important; }
  .b11 .c6 {
    line-height: 0px !important; }
  .b11 .c7 {
    line-height: 0px !important; }
  .b11 .c8 {
    line-height: 0px !important; }
  .b11 .c9 {
    line-height: 0px !important; }
  .b11 .c10 {
    line-height: 0px !important; }
  .b11 .c11 {
    line-height: 0px !important; }
  .b11 .c12 {
    line-height: 0px !important; }
  .b11 .c13 {
    line-height: 0px !important; }
  .b11 .c14 {
    line-height: 0px !important; }
  .b11 .c15 {
    line-height: 0px !important; }
  .b11 .c16 {
    line-height: 0px !important; }
  .b11 .c17 {
    line-height: 0px !important; }
  .b11 .c18 {
    line-height: 0px !important; }
  .b11 .c19 {
    line-height: 0px !important; }

.b12 .a0 {
  line-height: 0px !important; }
  .b12 .a1 {
    line-height: 0px !important; }
  .b12 .a2 {
    line-height: 0px !important; }
  .b12 .a3 {
    line-height: 0px !important; }
  .b12 .a4 {
    line-height: 0px !important; }
  .b12 .a5 {
    line-height: 0px !important; }
  .b12 .a6 {
    line-height: 0px !important; }
  .b12 .a7 {
    line-height: 0px !important; }
  .b12 .a8 {
    line-height: 0px !important; }
  .b12 .a9 {
    line-height: 0px !important; }
  .b12 .a10 {
    line-height: 0px !important; }
  .b12 .a11 {
    line-height: 0px !important; }
  .b12 .a12 {
    line-height: 0px !important; }
  .b12 .a13 {
    line-height: 0px !important; }
  .b12 .a14 {
    line-height: 0px !important; }
  .b12 .a15 {
    line-height: 0px !important; }
  .b12 .a16 {
    line-height: 0px !important; }
  .b12 .a17 {
    line-height: 0px !important; }
  .b12 .a18 {
    line-height: 0px !important; }
  .b12 .a19 {
    line-height: 0px !important; }
  .b12 .b0 {
    line-height: 0px !important; }
  .b12 .b1 {
    line-height: 0px !important; }
  .b12 .b2 {
    line-height: 0px !important; }
  .b12 .b3 {
    line-height: 0px !important; }
  .b12 .b4 {
    line-height: 0px !important; }
  .b12 .b5 {
    line-height: 0px !important; }
  .b12 .b6 {
    line-height: 0px !important; }
  .b12 .b7 {
    line-height: 0px !important; }
  .b12 .b8 {
    line-height: 0px !important; }
  .b12 .b9 {
    line-height: 0px !important; }
  .b12 .b10 {
    line-height: 0px !important; }
  .b12 .b11 {
    line-height: 0px !important; }
  .b12 .b12 {
    line-height: 0px !important; }
  .b12 .b13 {
    line-height: 0px !important; }
  .b12 .b14 {
    line-height: 0px !important; }
  .b12 .b15 {
    line-height: 0px !important; }
  .b12 .b16 {
    line-height: 0px !important; }
  .b12 .b17 {
    line-height: 0px !important; }
  .b12 .b18 {
    line-height: 0px !important; }
  .b12 .b19 {
    line-height: 0px !important; }
  .b12 .c0 {
    line-height: 0px !important; }
  .b12 .c1 {
    line-height: 0px !important; }
  .b12 .c2 {
    line-height: 0px !important; }
  .b12 .c3 {
    line-height: 0px !important; }
  .b12 .c4 {
    line-height: 0px !important; }
  .b12 .c5 {
    line-height: 0px !important; }
  .b12 .c6 {
    line-height: 0px !important; }
  .b12 .c7 {
    line-height: 0px !important; }
  .b12 .c8 {
    line-height: 0px !important; }
  .b12 .c9 {
    line-height: 0px !important; }
  .b12 .c10 {
    line-height: 0px !important; }
  .b12 .c11 {
    line-height: 0px !important; }
  .b12 .c12 {
    line-height: 0px !important; }
  .b12 .c13 {
    line-height: 0px !important; }
  .b12 .c14 {
    line-height: 0px !important; }
  .b12 .c15 {
    line-height: 0px !important; }
  .b12 .c16 {
    line-height: 0px !important; }
  .b12 .c17 {
    line-height: 0px !important; }
  .b12 .c18 {
    line-height: 0px !important; }
  .b12 .c19 {
    line-height: 0px !important; }

.b13 .a0 {
  line-height: 0px !important; }
  .b13 .a1 {
    line-height: 0px !important; }
  .b13 .a2 {
    line-height: 0px !important; }
  .b13 .a3 {
    line-height: 0px !important; }
  .b13 .a4 {
    line-height: 0px !important; }
  .b13 .a5 {
    line-height: 0px !important; }
  .b13 .a6 {
    line-height: 0px !important; }
  .b13 .a7 {
    line-height: 0px !important; }
  .b13 .a8 {
    line-height: 0px !important; }
  .b13 .a9 {
    line-height: 0px !important; }
  .b13 .a10 {
    line-height: 0px !important; }
  .b13 .a11 {
    line-height: 0px !important; }
  .b13 .a12 {
    line-height: 0px !important; }
  .b13 .a13 {
    line-height: 0px !important; }
  .b13 .a14 {
    line-height: 0px !important; }
  .b13 .a15 {
    line-height: 0px !important; }
  .b13 .a16 {
    line-height: 0px !important; }
  .b13 .a17 {
    line-height: 0px !important; }
  .b13 .a18 {
    line-height: 0px !important; }
  .b13 .a19 {
    line-height: 0px !important; }
  .b13 .b0 {
    line-height: 0px !important; }
  .b13 .b1 {
    line-height: 0px !important; }
  .b13 .b2 {
    line-height: 0px !important; }
  .b13 .b3 {
    line-height: 0px !important; }
  .b13 .b4 {
    line-height: 0px !important; }
  .b13 .b5 {
    line-height: 0px !important; }
  .b13 .b6 {
    line-height: 0px !important; }
  .b13 .b7 {
    line-height: 0px !important; }
  .b13 .b8 {
    line-height: 0px !important; }
  .b13 .b9 {
    line-height: 0px !important; }
  .b13 .b10 {
    line-height: 0px !important; }
  .b13 .b11 {
    line-height: 0px !important; }
  .b13 .b12 {
    line-height: 0px !important; }
  .b13 .b13 {
    line-height: 0px !important; }
  .b13 .b14 {
    line-height: 0px !important; }
  .b13 .b15 {
    line-height: 0px !important; }
  .b13 .b16 {
    line-height: 0px !important; }
  .b13 .b17 {
    line-height: 0px !important; }
  .b13 .b18 {
    line-height: 0px !important; }
  .b13 .b19 {
    line-height: 0px !important; }
  .b13 .c0 {
    line-height: 0px !important; }
  .b13 .c1 {
    line-height: 0px !important; }
  .b13 .c2 {
    line-height: 0px !important; }
  .b13 .c3 {
    line-height: 0px !important; }
  .b13 .c4 {
    line-height: 0px !important; }
  .b13 .c5 {
    line-height: 0px !important; }
  .b13 .c6 {
    line-height: 0px !important; }
  .b13 .c7 {
    line-height: 0px !important; }
  .b13 .c8 {
    line-height: 0px !important; }
  .b13 .c9 {
    line-height: 0px !important; }
  .b13 .c10 {
    line-height: 0px !important; }
  .b13 .c11 {
    line-height: 0px !important; }
  .b13 .c12 {
    line-height: 0px !important; }
  .b13 .c13 {
    line-height: 0px !important; }
  .b13 .c14 {
    line-height: 0px !important; }
  .b13 .c15 {
    line-height: 0px !important; }
  .b13 .c16 {
    line-height: 0px !important; }
  .b13 .c17 {
    line-height: 0px !important; }
  .b13 .c18 {
    line-height: 0px !important; }
  .b13 .c19 {
    line-height: 0px !important; }

.b14 .a0 {
  line-height: 0px !important; }
  .b14 .a1 {
    line-height: 0px !important; }
  .b14 .a2 {
    line-height: 0px !important; }
  .b14 .a3 {
    line-height: 0px !important; }
  .b14 .a4 {
    line-height: 0px !important; }
  .b14 .a5 {
    line-height: 0px !important; }
  .b14 .a6 {
    line-height: 0px !important; }
  .b14 .a7 {
    line-height: 0px !important; }
  .b14 .a8 {
    line-height: 0px !important; }
  .b14 .a9 {
    line-height: 0px !important; }
  .b14 .a10 {
    line-height: 0px !important; }
  .b14 .a11 {
    line-height: 0px !important; }
  .b14 .a12 {
    line-height: 0px !important; }
  .b14 .a13 {
    line-height: 0px !important; }
  .b14 .a14 {
    line-height: 0px !important; }
  .b14 .a15 {
    line-height: 0px !important; }
  .b14 .a16 {
    line-height: 0px !important; }
  .b14 .a17 {
    line-height: 0px !important; }
  .b14 .a18 {
    line-height: 0px !important; }
  .b14 .a19 {
    line-height: 0px !important; }
  .b14 .b0 {
    line-height: 0px !important; }
  .b14 .b1 {
    line-height: 0px !important; }
  .b14 .b2 {
    line-height: 0px !important; }
  .b14 .b3 {
    line-height: 0px !important; }
  .b14 .b4 {
    line-height: 0px !important; }
  .b14 .b5 {
    line-height: 0px !important; }
  .b14 .b6 {
    line-height: 0px !important; }
  .b14 .b7 {
    line-height: 0px !important; }
  .b14 .b8 {
    line-height: 0px !important; }
  .b14 .b9 {
    line-height: 0px !important; }
  .b14 .b10 {
    line-height: 0px !important; }
  .b14 .b11 {
    line-height: 0px !important; }
  .b14 .b12 {
    line-height: 0px !important; }
  .b14 .b13 {
    line-height: 0px !important; }
  .b14 .b14 {
    line-height: 0px !important; }
  .b14 .b15 {
    line-height: 0px !important; }
  .b14 .b16 {
    line-height: 0px !important; }
  .b14 .b17 {
    line-height: 0px !important; }
  .b14 .b18 {
    line-height: 0px !important; }
  .b14 .b19 {
    line-height: 0px !important; }
  .b14 .c0 {
    line-height: 0px !important; }
  .b14 .c1 {
    line-height: 0px !important; }
  .b14 .c2 {
    line-height: 0px !important; }
  .b14 .c3 {
    line-height: 0px !important; }
  .b14 .c4 {
    line-height: 0px !important; }
  .b14 .c5 {
    line-height: 0px !important; }
  .b14 .c6 {
    line-height: 0px !important; }
  .b14 .c7 {
    line-height: 0px !important; }
  .b14 .c8 {
    line-height: 0px !important; }
  .b14 .c9 {
    line-height: 0px !important; }
  .b14 .c10 {
    line-height: 0px !important; }
  .b14 .c11 {
    line-height: 0px !important; }
  .b14 .c12 {
    line-height: 0px !important; }
  .b14 .c13 {
    line-height: 0px !important; }
  .b14 .c14 {
    line-height: 0px !important; }
  .b14 .c15 {
    line-height: 0px !important; }
  .b14 .c16 {
    line-height: 0px !important; }
  .b14 .c17 {
    line-height: 0px !important; }
  .b14 .c18 {
    line-height: 0px !important; }
  .b14 .c19 {
    line-height: 0px !important; }

.b15 .a0 {
  line-height: 0px !important; }
  .b15 .a1 {
    line-height: 0px !important; }
  .b15 .a2 {
    line-height: 0px !important; }
  .b15 .a3 {
    line-height: 0px !important; }
  .b15 .a4 {
    line-height: 0px !important; }
  .b15 .a5 {
    line-height: 0px !important; }
  .b15 .a6 {
    line-height: 0px !important; }
  .b15 .a7 {
    line-height: 0px !important; }
  .b15 .a8 {
    line-height: 0px !important; }
  .b15 .a9 {
    line-height: 0px !important; }
  .b15 .a10 {
    line-height: 0px !important; }
  .b15 .a11 {
    line-height: 0px !important; }
  .b15 .a12 {
    line-height: 0px !important; }
  .b15 .a13 {
    line-height: 0px !important; }
  .b15 .a14 {
    line-height: 0px !important; }
  .b15 .a15 {
    line-height: 0px !important; }
  .b15 .a16 {
    line-height: 0px !important; }
  .b15 .a17 {
    line-height: 0px !important; }
  .b15 .a18 {
    line-height: 0px !important; }
  .b15 .a19 {
    line-height: 0px !important; }
  .b15 .b0 {
    line-height: 0px !important; }
  .b15 .b1 {
    line-height: 0px !important; }
  .b15 .b2 {
    line-height: 0px !important; }
  .b15 .b3 {
    line-height: 0px !important; }
  .b15 .b4 {
    line-height: 0px !important; }
  .b15 .b5 {
    line-height: 0px !important; }
  .b15 .b6 {
    line-height: 0px !important; }
  .b15 .b7 {
    line-height: 0px !important; }
  .b15 .b8 {
    line-height: 0px !important; }
  .b15 .b9 {
    line-height: 0px !important; }
  .b15 .b10 {
    line-height: 0px !important; }
  .b15 .b11 {
    line-height: 0px !important; }
  .b15 .b12 {
    line-height: 0px !important; }
  .b15 .b13 {
    line-height: 0px !important; }
  .b15 .b14 {
    line-height: 0px !important; }
  .b15 .b15 {
    line-height: 0px !important; }
  .b15 .b16 {
    line-height: 0px !important; }
  .b15 .b17 {
    line-height: 0px !important; }
  .b15 .b18 {
    line-height: 0px !important; }
  .b15 .b19 {
    line-height: 0px !important; }
  .b15 .c0 {
    line-height: 0px !important; }
  .b15 .c1 {
    line-height: 0px !important; }
  .b15 .c2 {
    line-height: 0px !important; }
  .b15 .c3 {
    line-height: 0px !important; }
  .b15 .c4 {
    line-height: 0px !important; }
  .b15 .c5 {
    line-height: 0px !important; }
  .b15 .c6 {
    line-height: 0px !important; }
  .b15 .c7 {
    line-height: 0px !important; }
  .b15 .c8 {
    line-height: 0px !important; }
  .b15 .c9 {
    line-height: 0px !important; }
  .b15 .c10 {
    line-height: 0px !important; }
  .b15 .c11 {
    line-height: 0px !important; }
  .b15 .c12 {
    line-height: 0px !important; }
  .b15 .c13 {
    line-height: 0px !important; }
  .b15 .c14 {
    line-height: 0px !important; }
  .b15 .c15 {
    line-height: 0px !important; }
  .b15 .c16 {
    line-height: 0px !important; }
  .b15 .c17 {
    line-height: 0px !important; }
  .b15 .c18 {
    line-height: 0px !important; }
  .b15 .c19 {
    line-height: 0px !important; }

.b16 .a0 {
  line-height: 0px !important; }
  .b16 .a1 {
    line-height: 0px !important; }
  .b16 .a2 {
    line-height: 0px !important; }
  .b16 .a3 {
    line-height: 0px !important; }
  .b16 .a4 {
    line-height: 0px !important; }
  .b16 .a5 {
    line-height: 0px !important; }
  .b16 .a6 {
    line-height: 0px !important; }
  .b16 .a7 {
    line-height: 0px !important; }
  .b16 .a8 {
    line-height: 0px !important; }
  .b16 .a9 {
    line-height: 0px !important; }
  .b16 .a10 {
    line-height: 0px !important; }
  .b16 .a11 {
    line-height: 0px !important; }
  .b16 .a12 {
    line-height: 0px !important; }
  .b16 .a13 {
    line-height: 0px !important; }
  .b16 .a14 {
    line-height: 0px !important; }
  .b16 .a15 {
    line-height: 0px !important; }
  .b16 .a16 {
    line-height: 0px !important; }
  .b16 .a17 {
    line-height: 0px !important; }
  .b16 .a18 {
    line-height: 0px !important; }
  .b16 .a19 {
    line-height: 0px !important; }
  .b16 .b0 {
    line-height: 0px !important; }
  .b16 .b1 {
    line-height: 0px !important; }
  .b16 .b2 {
    line-height: 0px !important; }
  .b16 .b3 {
    line-height: 0px !important; }
  .b16 .b4 {
    line-height: 0px !important; }
  .b16 .b5 {
    line-height: 0px !important; }
  .b16 .b6 {
    line-height: 0px !important; }
  .b16 .b7 {
    line-height: 0px !important; }
  .b16 .b8 {
    line-height: 0px !important; }
  .b16 .b9 {
    line-height: 0px !important; }
  .b16 .b10 {
    line-height: 0px !important; }
  .b16 .b11 {
    line-height: 0px !important; }
  .b16 .b12 {
    line-height: 0px !important; }
  .b16 .b13 {
    line-height: 0px !important; }
  .b16 .b14 {
    line-height: 0px !important; }
  .b16 .b15 {
    line-height: 0px !important; }
  .b16 .b16 {
    line-height: 0px !important; }
  .b16 .b17 {
    line-height: 0px !important; }
  .b16 .b18 {
    line-height: 0px !important; }
  .b16 .b19 {
    line-height: 0px !important; }
  .b16 .c0 {
    line-height: 0px !important; }
  .b16 .c1 {
    line-height: 0px !important; }
  .b16 .c2 {
    line-height: 0px !important; }
  .b16 .c3 {
    line-height: 0px !important; }
  .b16 .c4 {
    line-height: 0px !important; }
  .b16 .c5 {
    line-height: 0px !important; }
  .b16 .c6 {
    line-height: 0px !important; }
  .b16 .c7 {
    line-height: 0px !important; }
  .b16 .c8 {
    line-height: 0px !important; }
  .b16 .c9 {
    line-height: 0px !important; }
  .b16 .c10 {
    line-height: 0px !important; }
  .b16 .c11 {
    line-height: 0px !important; }
  .b16 .c12 {
    line-height: 0px !important; }
  .b16 .c13 {
    line-height: 0px !important; }
  .b16 .c14 {
    line-height: 0px !important; }
  .b16 .c15 {
    line-height: 0px !important; }
  .b16 .c16 {
    line-height: 0px !important; }
  .b16 .c17 {
    line-height: 0px !important; }
  .b16 .c18 {
    line-height: 0px !important; }
  .b16 .c19 {
    line-height: 0px !important; }

.b17 .a0 {
  line-height: 0px !important; }
  .b17 .a1 {
    line-height: 0px !important; }
  .b17 .a2 {
    line-height: 0px !important; }
  .b17 .a3 {
    line-height: 0px !important; }
  .b17 .a4 {
    line-height: 0px !important; }
  .b17 .a5 {
    line-height: 0px !important; }
  .b17 .a6 {
    line-height: 0px !important; }
  .b17 .a7 {
    line-height: 0px !important; }
  .b17 .a8 {
    line-height: 0px !important; }
  .b17 .a9 {
    line-height: 0px !important; }
  .b17 .a10 {
    line-height: 0px !important; }
  .b17 .a11 {
    line-height: 0px !important; }
  .b17 .a12 {
    line-height: 0px !important; }
  .b17 .a13 {
    line-height: 0px !important; }
  .b17 .a14 {
    line-height: 0px !important; }
  .b17 .a15 {
    line-height: 0px !important; }
  .b17 .a16 {
    line-height: 0px !important; }
  .b17 .a17 {
    line-height: 0px !important; }
  .b17 .a18 {
    line-height: 0px !important; }
  .b17 .a19 {
    line-height: 0px !important; }
  .b17 .b0 {
    line-height: 0px !important; }
  .b17 .b1 {
    line-height: 0px !important; }
  .b17 .b2 {
    line-height: 0px !important; }
  .b17 .b3 {
    line-height: 0px !important; }
  .b17 .b4 {
    line-height: 0px !important; }
  .b17 .b5 {
    line-height: 0px !important; }
  .b17 .b6 {
    line-height: 0px !important; }
  .b17 .b7 {
    line-height: 0px !important; }
  .b17 .b8 {
    line-height: 0px !important; }
  .b17 .b9 {
    line-height: 0px !important; }
  .b17 .b10 {
    line-height: 0px !important; }
  .b17 .b11 {
    line-height: 0px !important; }
  .b17 .b12 {
    line-height: 0px !important; }
  .b17 .b13 {
    line-height: 0px !important; }
  .b17 .b14 {
    line-height: 0px !important; }
  .b17 .b15 {
    line-height: 0px !important; }
  .b17 .b16 {
    line-height: 0px !important; }
  .b17 .b17 {
    line-height: 0px !important; }
  .b17 .b18 {
    line-height: 0px !important; }
  .b17 .b19 {
    line-height: 0px !important; }
  .b17 .c0 {
    line-height: 0px !important; }
  .b17 .c1 {
    line-height: 0px !important; }
  .b17 .c2 {
    line-height: 0px !important; }
  .b17 .c3 {
    line-height: 0px !important; }
  .b17 .c4 {
    line-height: 0px !important; }
  .b17 .c5 {
    line-height: 0px !important; }
  .b17 .c6 {
    line-height: 0px !important; }
  .b17 .c7 {
    line-height: 0px !important; }
  .b17 .c8 {
    line-height: 0px !important; }
  .b17 .c9 {
    line-height: 0px !important; }
  .b17 .c10 {
    line-height: 0px !important; }
  .b17 .c11 {
    line-height: 0px !important; }
  .b17 .c12 {
    line-height: 0px !important; }
  .b17 .c13 {
    line-height: 0px !important; }
  .b17 .c14 {
    line-height: 0px !important; }
  .b17 .c15 {
    line-height: 0px !important; }
  .b17 .c16 {
    line-height: 0px !important; }
  .b17 .c17 {
    line-height: 0px !important; }
  .b17 .c18 {
    line-height: 0px !important; }
  .b17 .c19 {
    line-height: 0px !important; }

.b18 .a0 {
  line-height: 0px !important; }
  .b18 .a1 {
    line-height: 0px !important; }
  .b18 .a2 {
    line-height: 0px !important; }
  .b18 .a3 {
    line-height: 0px !important; }
  .b18 .a4 {
    line-height: 0px !important; }
  .b18 .a5 {
    line-height: 0px !important; }
  .b18 .a6 {
    line-height: 0px !important; }
  .b18 .a7 {
    line-height: 0px !important; }
  .b18 .a8 {
    line-height: 0px !important; }
  .b18 .a9 {
    line-height: 0px !important; }
  .b18 .a10 {
    line-height: 0px !important; }
  .b18 .a11 {
    line-height: 0px !important; }
  .b18 .a12 {
    line-height: 0px !important; }
  .b18 .a13 {
    line-height: 0px !important; }
  .b18 .a14 {
    line-height: 0px !important; }
  .b18 .a15 {
    line-height: 0px !important; }
  .b18 .a16 {
    line-height: 0px !important; }
  .b18 .a17 {
    line-height: 0px !important; }
  .b18 .a18 {
    line-height: 0px !important; }
  .b18 .a19 {
    line-height: 0px !important; }
  .b18 .b0 {
    line-height: 0px !important; }
  .b18 .b1 {
    line-height: 0px !important; }
  .b18 .b2 {
    line-height: 0px !important; }
  .b18 .b3 {
    line-height: 0px !important; }
  .b18 .b4 {
    line-height: 0px !important; }
  .b18 .b5 {
    line-height: 0px !important; }
  .b18 .b6 {
    line-height: 0px !important; }
  .b18 .b7 {
    line-height: 0px !important; }
  .b18 .b8 {
    line-height: 0px !important; }
  .b18 .b9 {
    line-height: 0px !important; }
  .b18 .b10 {
    line-height: 0px !important; }
  .b18 .b11 {
    line-height: 0px !important; }
  .b18 .b12 {
    line-height: 0px !important; }
  .b18 .b13 {
    line-height: 0px !important; }
  .b18 .b14 {
    line-height: 0px !important; }
  .b18 .b15 {
    line-height: 0px !important; }
  .b18 .b16 {
    line-height: 0px !important; }
  .b18 .b17 {
    line-height: 0px !important; }
  .b18 .b18 {
    line-height: 0px !important; }
  .b18 .b19 {
    line-height: 0px !important; }
  .b18 .c0 {
    line-height: 0px !important; }
  .b18 .c1 {
    line-height: 0px !important; }
  .b18 .c2 {
    line-height: 0px !important; }
  .b18 .c3 {
    line-height: 0px !important; }
  .b18 .c4 {
    line-height: 0px !important; }
  .b18 .c5 {
    line-height: 0px !important; }
  .b18 .c6 {
    line-height: 0px !important; }
  .b18 .c7 {
    line-height: 0px !important; }
  .b18 .c8 {
    line-height: 0px !important; }
  .b18 .c9 {
    line-height: 0px !important; }
  .b18 .c10 {
    line-height: 0px !important; }
  .b18 .c11 {
    line-height: 0px !important; }
  .b18 .c12 {
    line-height: 0px !important; }
  .b18 .c13 {
    line-height: 0px !important; }
  .b18 .c14 {
    line-height: 0px !important; }
  .b18 .c15 {
    line-height: 0px !important; }
  .b18 .c16 {
    line-height: 0px !important; }
  .b18 .c17 {
    line-height: 0px !important; }
  .b18 .c18 {
    line-height: 0px !important; }
  .b18 .c19 {
    line-height: 0px !important; }

.b19 .a0 {
  line-height: 0px !important; }
  .b19 .a1 {
    line-height: 0px !important; }
  .b19 .a2 {
    line-height: 0px !important; }
  .b19 .a3 {
    line-height: 0px !important; }
  .b19 .a4 {
    line-height: 0px !important; }
  .b19 .a5 {
    line-height: 0px !important; }
  .b19 .a6 {
    line-height: 0px !important; }
  .b19 .a7 {
    line-height: 0px !important; }
  .b19 .a8 {
    line-height: 0px !important; }
  .b19 .a9 {
    line-height: 0px !important; }
  .b19 .a10 {
    line-height: 0px !important; }
  .b19 .a11 {
    line-height: 0px !important; }
  .b19 .a12 {
    line-height: 0px !important; }
  .b19 .a13 {
    line-height: 0px !important; }
  .b19 .a14 {
    line-height: 0px !important; }
  .b19 .a15 {
    line-height: 0px !important; }
  .b19 .a16 {
    line-height: 0px !important; }
  .b19 .a17 {
    line-height: 0px !important; }
  .b19 .a18 {
    line-height: 0px !important; }
  .b19 .a19 {
    line-height: 0px !important; }
  .b19 .b0 {
    line-height: 0px !important; }
  .b19 .b1 {
    line-height: 0px !important; }
  .b19 .b2 {
    line-height: 0px !important; }
  .b19 .b3 {
    line-height: 0px !important; }
  .b19 .b4 {
    line-height: 0px !important; }
  .b19 .b5 {
    line-height: 0px !important; }
  .b19 .b6 {
    line-height: 0px !important; }
  .b19 .b7 {
    line-height: 0px !important; }
  .b19 .b8 {
    line-height: 0px !important; }
  .b19 .b9 {
    line-height: 0px !important; }
  .b19 .b10 {
    line-height: 0px !important; }
  .b19 .b11 {
    line-height: 0px !important; }
  .b19 .b12 {
    line-height: 0px !important; }
  .b19 .b13 {
    line-height: 0px !important; }
  .b19 .b14 {
    line-height: 0px !important; }
  .b19 .b15 {
    line-height: 0px !important; }
  .b19 .b16 {
    line-height: 0px !important; }
  .b19 .b17 {
    line-height: 0px !important; }
  .b19 .b18 {
    line-height: 0px !important; }
  .b19 .b19 {
    line-height: 0px !important; }
  .b19 .c0 {
    line-height: 0px !important; }
  .b19 .c1 {
    line-height: 0px !important; }
  .b19 .c2 {
    line-height: 0px !important; }
  .b19 .c3 {
    line-height: 0px !important; }
  .b19 .c4 {
    line-height: 0px !important; }
  .b19 .c5 {
    line-height: 0px !important; }
  .b19 .c6 {
    line-height: 0px !important; }
  .b19 .c7 {
    line-height: 0px !important; }
  .b19 .c8 {
    line-height: 0px !important; }
  .b19 .c9 {
    line-height: 0px !important; }
  .b19 .c10 {
    line-height: 0px !important; }
  .b19 .c11 {
    line-height: 0px !important; }
  .b19 .c12 {
    line-height: 0px !important; }
  .b19 .c13 {
    line-height: 0px !important; }
  .b19 .c14 {
    line-height: 0px !important; }
  .b19 .c15 {
    line-height: 0px !important; }
  .b19 .c16 {
    line-height: 0px !important; }
  .b19 .c17 {
    line-height: 0px !important; }
  .b19 .c18 {
    line-height: 0px !important; }
  .b19 .c19 {
    line-height: 0px !important; }

.c0 .a0 {
  line-height: 0px !important; }
  .c0 .a1 {
    line-height: 0px !important; }
  .c0 .a2 {
    line-height: 0px !important; }
  .c0 .a3 {
    line-height: 0px !important; }
  .c0 .a4 {
    line-height: 0px !important; }
  .c0 .a5 {
    line-height: 0px !important; }
  .c0 .a6 {
    line-height: 0px !important; }
  .c0 .a7 {
    line-height: 0px !important; }
  .c0 .a8 {
    line-height: 0px !important; }
  .c0 .a9 {
    line-height: 0px !important; }
  .c0 .a10 {
    line-height: 0px !important; }
  .c0 .a11 {
    line-height: 0px !important; }
  .c0 .a12 {
    line-height: 0px !important; }
  .c0 .a13 {
    line-height: 0px !important; }
  .c0 .a14 {
    line-height: 0px !important; }
  .c0 .a15 {
    line-height: 0px !important; }
  .c0 .a16 {
    line-height: 0px !important; }
  .c0 .a17 {
    line-height: 0px !important; }
  .c0 .a18 {
    line-height: 0px !important; }
  .c0 .a19 {
    line-height: 0px !important; }
  .c0 .b0 {
    line-height: 0px !important; }
  .c0 .b1 {
    line-height: 0px !important; }
  .c0 .b2 {
    line-height: 0px !important; }
  .c0 .b3 {
    line-height: 0px !important; }
  .c0 .b4 {
    line-height: 0px !important; }
  .c0 .b5 {
    line-height: 0px !important; }
  .c0 .b6 {
    line-height: 0px !important; }
  .c0 .b7 {
    line-height: 0px !important; }
  .c0 .b8 {
    line-height: 0px !important; }
  .c0 .b9 {
    line-height: 0px !important; }
  .c0 .b10 {
    line-height: 0px !important; }
  .c0 .b11 {
    line-height: 0px !important; }
  .c0 .b12 {
    line-height: 0px !important; }
  .c0 .b13 {
    line-height: 0px !important; }
  .c0 .b14 {
    line-height: 0px !important; }
  .c0 .b15 {
    line-height: 0px !important; }
  .c0 .b16 {
    line-height: 0px !important; }
  .c0 .b17 {
    line-height: 0px !important; }
  .c0 .b18 {
    line-height: 0px !important; }
  .c0 .b19 {
    line-height: 0px !important; }
  .c0 .c0 {
    line-height: 0px !important; }
  .c0 .c1 {
    line-height: 0px !important; }
  .c0 .c2 {
    line-height: 0px !important; }
  .c0 .c3 {
    line-height: 0px !important; }
  .c0 .c4 {
    line-height: 0px !important; }
  .c0 .c5 {
    line-height: 0px !important; }
  .c0 .c6 {
    line-height: 0px !important; }
  .c0 .c7 {
    line-height: 0px !important; }
  .c0 .c8 {
    line-height: 0px !important; }
  .c0 .c9 {
    line-height: 0px !important; }
  .c0 .c10 {
    line-height: 0px !important; }
  .c0 .c11 {
    line-height: 0px !important; }
  .c0 .c12 {
    line-height: 0px !important; }
  .c0 .c13 {
    line-height: 0px !important; }
  .c0 .c14 {
    line-height: 0px !important; }
  .c0 .c15 {
    line-height: 0px !important; }
  .c0 .c16 {
    line-height: 0px !important; }
  .c0 .c17 {
    line-height: 0px !important; }
  .c0 .c18 {
    line-height: 0px !important; }
  .c0 .c19 {
    line-height: 0px !important; }

.c1 .a0 {
  line-height: 0px !important; }
  .c1 .a1 {
    line-height: 0px !important; }
  .c1 .a2 {
    line-height: 0px !important; }
  .c1 .a3 {
    line-height: 0px !important; }
  .c1 .a4 {
    line-height: 0px !important; }
  .c1 .a5 {
    line-height: 0px !important; }
  .c1 .a6 {
    line-height: 0px !important; }
  .c1 .a7 {
    line-height: 0px !important; }
  .c1 .a8 {
    line-height: 0px !important; }
  .c1 .a9 {
    line-height: 0px !important; }
  .c1 .a10 {
    line-height: 0px !important; }
  .c1 .a11 {
    line-height: 0px !important; }
  .c1 .a12 {
    line-height: 0px !important; }
  .c1 .a13 {
    line-height: 0px !important; }
  .c1 .a14 {
    line-height: 0px !important; }
  .c1 .a15 {
    line-height: 0px !important; }
  .c1 .a16 {
    line-height: 0px !important; }
  .c1 .a17 {
    line-height: 0px !important; }
  .c1 .a18 {
    line-height: 0px !important; }
  .c1 .a19 {
    line-height: 0px !important; }
  .c1 .b0 {
    line-height: 0px !important; }
  .c1 .b1 {
    line-height: 0px !important; }
  .c1 .b2 {
    line-height: 0px !important; }
  .c1 .b3 {
    line-height: 0px !important; }
  .c1 .b4 {
    line-height: 0px !important; }
  .c1 .b5 {
    line-height: 0px !important; }
  .c1 .b6 {
    line-height: 0px !important; }
  .c1 .b7 {
    line-height: 0px !important; }
  .c1 .b8 {
    line-height: 0px !important; }
  .c1 .b9 {
    line-height: 0px !important; }
  .c1 .b10 {
    line-height: 0px !important; }
  .c1 .b11 {
    line-height: 0px !important; }
  .c1 .b12 {
    line-height: 0px !important; }
  .c1 .b13 {
    line-height: 0px !important; }
  .c1 .b14 {
    line-height: 0px !important; }
  .c1 .b15 {
    line-height: 0px !important; }
  .c1 .b16 {
    line-height: 0px !important; }
  .c1 .b17 {
    line-height: 0px !important; }
  .c1 .b18 {
    line-height: 0px !important; }
  .c1 .b19 {
    line-height: 0px !important; }
  .c1 .c0 {
    line-height: 0px !important; }
  .c1 .c1 {
    line-height: 0px !important; }
  .c1 .c2 {
    line-height: 0px !important; }
  .c1 .c3 {
    line-height: 0px !important; }
  .c1 .c4 {
    line-height: 0px !important; }
  .c1 .c5 {
    line-height: 0px !important; }
  .c1 .c6 {
    line-height: 0px !important; }
  .c1 .c7 {
    line-height: 0px !important; }
  .c1 .c8 {
    line-height: 0px !important; }
  .c1 .c9 {
    line-height: 0px !important; }
  .c1 .c10 {
    line-height: 0px !important; }
  .c1 .c11 {
    line-height: 0px !important; }
  .c1 .c12 {
    line-height: 0px !important; }
  .c1 .c13 {
    line-height: 0px !important; }
  .c1 .c14 {
    line-height: 0px !important; }
  .c1 .c15 {
    line-height: 0px !important; }
  .c1 .c16 {
    line-height: 0px !important; }
  .c1 .c17 {
    line-height: 0px !important; }
  .c1 .c18 {
    line-height: 0px !important; }
  .c1 .c19 {
    line-height: 0px !important; }

.c2 .a0 {
  line-height: 0px !important; }
  .c2 .a1 {
    line-height: 0px !important; }
  .c2 .a2 {
    line-height: 0px !important; }
  .c2 .a3 {
    line-height: 0px !important; }
  .c2 .a4 {
    line-height: 0px !important; }
  .c2 .a5 {
    line-height: 0px !important; }
  .c2 .a6 {
    line-height: 0px !important; }
  .c2 .a7 {
    line-height: 0px !important; }
  .c2 .a8 {
    line-height: 0px !important; }
  .c2 .a9 {
    line-height: 0px !important; }
  .c2 .a10 {
    line-height: 0px !important; }
  .c2 .a11 {
    line-height: 0px !important; }
  .c2 .a12 {
    line-height: 0px !important; }
  .c2 .a13 {
    line-height: 0px !important; }
  .c2 .a14 {
    line-height: 0px !important; }
  .c2 .a15 {
    line-height: 0px !important; }
  .c2 .a16 {
    line-height: 0px !important; }
  .c2 .a17 {
    line-height: 0px !important; }
  .c2 .a18 {
    line-height: 0px !important; }
  .c2 .a19 {
    line-height: 0px !important; }
  .c2 .b0 {
    line-height: 0px !important; }
  .c2 .b1 {
    line-height: 0px !important; }
  .c2 .b2 {
    line-height: 0px !important; }
  .c2 .b3 {
    line-height: 0px !important; }
  .c2 .b4 {
    line-height: 0px !important; }
  .c2 .b5 {
    line-height: 0px !important; }
  .c2 .b6 {
    line-height: 0px !important; }
  .c2 .b7 {
    line-height: 0px !important; }
  .c2 .b8 {
    line-height: 0px !important; }
  .c2 .b9 {
    line-height: 0px !important; }
  .c2 .b10 {
    line-height: 0px !important; }
  .c2 .b11 {
    line-height: 0px !important; }
  .c2 .b12 {
    line-height: 0px !important; }
  .c2 .b13 {
    line-height: 0px !important; }
  .c2 .b14 {
    line-height: 0px !important; }
  .c2 .b15 {
    line-height: 0px !important; }
  .c2 .b16 {
    line-height: 0px !important; }
  .c2 .b17 {
    line-height: 0px !important; }
  .c2 .b18 {
    line-height: 0px !important; }
  .c2 .b19 {
    line-height: 0px !important; }
  .c2 .c0 {
    line-height: 0px !important; }
  .c2 .c1 {
    line-height: 0px !important; }
  .c2 .c2 {
    line-height: 0px !important; }
  .c2 .c3 {
    line-height: 0px !important; }
  .c2 .c4 {
    line-height: 0px !important; }
  .c2 .c5 {
    line-height: 0px !important; }
  .c2 .c6 {
    line-height: 0px !important; }
  .c2 .c7 {
    line-height: 0px !important; }
  .c2 .c8 {
    line-height: 0px !important; }
  .c2 .c9 {
    line-height: 0px !important; }
  .c2 .c10 {
    line-height: 0px !important; }
  .c2 .c11 {
    line-height: 0px !important; }
  .c2 .c12 {
    line-height: 0px !important; }
  .c2 .c13 {
    line-height: 0px !important; }
  .c2 .c14 {
    line-height: 0px !important; }
  .c2 .c15 {
    line-height: 0px !important; }
  .c2 .c16 {
    line-height: 0px !important; }
  .c2 .c17 {
    line-height: 0px !important; }
  .c2 .c18 {
    line-height: 0px !important; }
  .c2 .c19 {
    line-height: 0px !important; }

.c3 .a0 {
  line-height: 0px !important; }
  .c3 .a1 {
    line-height: 0px !important; }
  .c3 .a2 {
    line-height: 0px !important; }
  .c3 .a3 {
    line-height: 0px !important; }
  .c3 .a4 {
    line-height: 0px !important; }
  .c3 .a5 {
    line-height: 0px !important; }
  .c3 .a6 {
    line-height: 0px !important; }
  .c3 .a7 {
    line-height: 0px !important; }
  .c3 .a8 {
    line-height: 0px !important; }
  .c3 .a9 {
    line-height: 0px !important; }
  .c3 .a10 {
    line-height: 0px !important; }
  .c3 .a11 {
    line-height: 0px !important; }
  .c3 .a12 {
    line-height: 0px !important; }
  .c3 .a13 {
    line-height: 0px !important; }
  .c3 .a14 {
    line-height: 0px !important; }
  .c3 .a15 {
    line-height: 0px !important; }
  .c3 .a16 {
    line-height: 0px !important; }
  .c3 .a17 {
    line-height: 0px !important; }
  .c3 .a18 {
    line-height: 0px !important; }
  .c3 .a19 {
    line-height: 0px !important; }
  .c3 .b0 {
    line-height: 0px !important; }
  .c3 .b1 {
    line-height: 0px !important; }
  .c3 .b2 {
    line-height: 0px !important; }
  .c3 .b3 {
    line-height: 0px !important; }
  .c3 .b4 {
    line-height: 0px !important; }
  .c3 .b5 {
    line-height: 0px !important; }
  .c3 .b6 {
    line-height: 0px !important; }
  .c3 .b7 {
    line-height: 0px !important; }
  .c3 .b8 {
    line-height: 0px !important; }
  .c3 .b9 {
    line-height: 0px !important; }
  .c3 .b10 {
    line-height: 0px !important; }
  .c3 .b11 {
    line-height: 0px !important; }
  .c3 .b12 {
    line-height: 0px !important; }
  .c3 .b13 {
    line-height: 0px !important; }
  .c3 .b14 {
    line-height: 0px !important; }
  .c3 .b15 {
    line-height: 0px !important; }
  .c3 .b16 {
    line-height: 0px !important; }
  .c3 .b17 {
    line-height: 0px !important; }
  .c3 .b18 {
    line-height: 0px !important; }
  .c3 .b19 {
    line-height: 0px !important; }
  .c3 .c0 {
    line-height: 0px !important; }
  .c3 .c1 {
    line-height: 0px !important; }
  .c3 .c2 {
    line-height: 0px !important; }
  .c3 .c3 {
    line-height: 0px !important; }
  .c3 .c4 {
    line-height: 0px !important; }
  .c3 .c5 {
    line-height: 0px !important; }
  .c3 .c6 {
    line-height: 0px !important; }
  .c3 .c7 {
    line-height: 0px !important; }
  .c3 .c8 {
    line-height: 0px !important; }
  .c3 .c9 {
    line-height: 0px !important; }
  .c3 .c10 {
    line-height: 0px !important; }
  .c3 .c11 {
    line-height: 0px !important; }
  .c3 .c12 {
    line-height: 0px !important; }
  .c3 .c13 {
    line-height: 0px !important; }
  .c3 .c14 {
    line-height: 0px !important; }
  .c3 .c15 {
    line-height: 0px !important; }
  .c3 .c16 {
    line-height: 0px !important; }
  .c3 .c17 {
    line-height: 0px !important; }
  .c3 .c18 {
    line-height: 0px !important; }
  .c3 .c19 {
    line-height: 0px !important; }

.c4 .a0 {
  line-height: 0px !important; }
  .c4 .a1 {
    line-height: 0px !important; }
  .c4 .a2 {
    line-height: 0px !important; }
  .c4 .a3 {
    line-height: 0px !important; }
  .c4 .a4 {
    line-height: 0px !important; }
  .c4 .a5 {
    line-height: 0px !important; }
  .c4 .a6 {
    line-height: 0px !important; }
  .c4 .a7 {
    line-height: 0px !important; }
  .c4 .a8 {
    line-height: 0px !important; }
  .c4 .a9 {
    line-height: 0px !important; }
  .c4 .a10 {
    line-height: 0px !important; }
  .c4 .a11 {
    line-height: 0px !important; }
  .c4 .a12 {
    line-height: 0px !important; }
  .c4 .a13 {
    line-height: 0px !important; }
  .c4 .a14 {
    line-height: 0px !important; }
  .c4 .a15 {
    line-height: 0px !important; }
  .c4 .a16 {
    line-height: 0px !important; }
  .c4 .a17 {
    line-height: 0px !important; }
  .c4 .a18 {
    line-height: 0px !important; }
  .c4 .a19 {
    line-height: 0px !important; }
  .c4 .b0 {
    line-height: 0px !important; }
  .c4 .b1 {
    line-height: 0px !important; }
  .c4 .b2 {
    line-height: 0px !important; }
  .c4 .b3 {
    line-height: 0px !important; }
  .c4 .b4 {
    line-height: 0px !important; }
  .c4 .b5 {
    line-height: 0px !important; }
  .c4 .b6 {
    line-height: 0px !important; }
  .c4 .b7 {
    line-height: 0px !important; }
  .c4 .b8 {
    line-height: 0px !important; }
  .c4 .b9 {
    line-height: 0px !important; }
  .c4 .b10 {
    line-height: 0px !important; }
  .c4 .b11 {
    line-height: 0px !important; }
  .c4 .b12 {
    line-height: 0px !important; }
  .c4 .b13 {
    line-height: 0px !important; }
  .c4 .b14 {
    line-height: 0px !important; }
  .c4 .b15 {
    line-height: 0px !important; }
  .c4 .b16 {
    line-height: 0px !important; }
  .c4 .b17 {
    line-height: 0px !important; }
  .c4 .b18 {
    line-height: 0px !important; }
  .c4 .b19 {
    line-height: 0px !important; }
  .c4 .c0 {
    line-height: 0px !important; }
  .c4 .c1 {
    line-height: 0px !important; }
  .c4 .c2 {
    line-height: 0px !important; }
  .c4 .c3 {
    line-height: 0px !important; }
  .c4 .c4 {
    line-height: 0px !important; }
  .c4 .c5 {
    line-height: 0px !important; }
  .c4 .c6 {
    line-height: 0px !important; }
  .c4 .c7 {
    line-height: 0px !important; }
  .c4 .c8 {
    line-height: 0px !important; }
  .c4 .c9 {
    line-height: 0px !important; }
  .c4 .c10 {
    line-height: 0px !important; }
  .c4 .c11 {
    line-height: 0px !important; }
  .c4 .c12 {
    line-height: 0px !important; }
  .c4 .c13 {
    line-height: 0px !important; }
  .c4 .c14 {
    line-height: 0px !important; }
  .c4 .c15 {
    line-height: 0px !important; }
  .c4 .c16 {
    line-height: 0px !important; }
  .c4 .c17 {
    line-height: 0px !important; }
  .c4 .c18 {
    line-height: 0px !important; }
  .c4 .c19 {
    line-height: 0px !important; }

.c5 .a0 {
  line-height: 0px !important; }
  .c5 .a1 {
    line-height: 0px !important; }
  .c5 .a2 {
    line-height: 0px !important; }
  .c5 .a3 {
    line-height: 0px !important; }
  .c5 .a4 {
    line-height: 0px !important; }
  .c5 .a5 {
    line-height: 0px !important; }
  .c5 .a6 {
    line-height: 0px !important; }
  .c5 .a7 {
    line-height: 0px !important; }
  .c5 .a8 {
    line-height: 0px !important; }
  .c5 .a9 {
    line-height: 0px !important; }
  .c5 .a10 {
    line-height: 0px !important; }
  .c5 .a11 {
    line-height: 0px !important; }
  .c5 .a12 {
    line-height: 0px !important; }
  .c5 .a13 {
    line-height: 0px !important; }
  .c5 .a14 {
    line-height: 0px !important; }
  .c5 .a15 {
    line-height: 0px !important; }
  .c5 .a16 {
    line-height: 0px !important; }
  .c5 .a17 {
    line-height: 0px !important; }
  .c5 .a18 {
    line-height: 0px !important; }
  .c5 .a19 {
    line-height: 0px !important; }
  .c5 .b0 {
    line-height: 0px !important; }
  .c5 .b1 {
    line-height: 0px !important; }
  .c5 .b2 {
    line-height: 0px !important; }
  .c5 .b3 {
    line-height: 0px !important; }
  .c5 .b4 {
    line-height: 0px !important; }
  .c5 .b5 {
    line-height: 0px !important; }
  .c5 .b6 {
    line-height: 0px !important; }
  .c5 .b7 {
    line-height: 0px !important; }
  .c5 .b8 {
    line-height: 0px !important; }
  .c5 .b9 {
    line-height: 0px !important; }
  .c5 .b10 {
    line-height: 0px !important; }
  .c5 .b11 {
    line-height: 0px !important; }
  .c5 .b12 {
    line-height: 0px !important; }
  .c5 .b13 {
    line-height: 0px !important; }
  .c5 .b14 {
    line-height: 0px !important; }
  .c5 .b15 {
    line-height: 0px !important; }
  .c5 .b16 {
    line-height: 0px !important; }
  .c5 .b17 {
    line-height: 0px !important; }
  .c5 .b18 {
    line-height: 0px !important; }
  .c5 .b19 {
    line-height: 0px !important; }
  .c5 .c0 {
    line-height: 0px !important; }
  .c5 .c1 {
    line-height: 0px !important; }
  .c5 .c2 {
    line-height: 0px !important; }
  .c5 .c3 {
    line-height: 0px !important; }
  .c5 .c4 {
    line-height: 0px !important; }
  .c5 .c5 {
    line-height: 0px !important; }
  .c5 .c6 {
    line-height: 0px !important; }
  .c5 .c7 {
    line-height: 0px !important; }
  .c5 .c8 {
    line-height: 0px !important; }
  .c5 .c9 {
    line-height: 0px !important; }
  .c5 .c10 {
    line-height: 0px !important; }
  .c5 .c11 {
    line-height: 0px !important; }
  .c5 .c12 {
    line-height: 0px !important; }
  .c5 .c13 {
    line-height: 0px !important; }
  .c5 .c14 {
    line-height: 0px !important; }
  .c5 .c15 {
    line-height: 0px !important; }
  .c5 .c16 {
    line-height: 0px !important; }
  .c5 .c17 {
    line-height: 0px !important; }
  .c5 .c18 {
    line-height: 0px !important; }
  .c5 .c19 {
    line-height: 0px !important; }

.c6 .a0 {
  line-height: 0px !important; }
  .c6 .a1 {
    line-height: 0px !important; }
  .c6 .a2 {
    line-height: 0px !important; }
  .c6 .a3 {
    line-height: 0px !important; }
  .c6 .a4 {
    line-height: 0px !important; }
  .c6 .a5 {
    line-height: 0px !important; }
  .c6 .a6 {
    line-height: 0px !important; }
  .c6 .a7 {
    line-height: 0px !important; }
  .c6 .a8 {
    line-height: 0px !important; }
  .c6 .a9 {
    line-height: 0px !important; }
  .c6 .a10 {
    line-height: 0px !important; }
  .c6 .a11 {
    line-height: 0px !important; }
  .c6 .a12 {
    line-height: 0px !important; }
  .c6 .a13 {
    line-height: 0px !important; }
  .c6 .a14 {
    line-height: 0px !important; }
  .c6 .a15 {
    line-height: 0px !important; }
  .c6 .a16 {
    line-height: 0px !important; }
  .c6 .a17 {
    line-height: 0px !important; }
  .c6 .a18 {
    line-height: 0px !important; }
  .c6 .a19 {
    line-height: 0px !important; }
  .c6 .b0 {
    line-height: 0px !important; }
  .c6 .b1 {
    line-height: 0px !important; }
  .c6 .b2 {
    line-height: 0px !important; }
  .c6 .b3 {
    line-height: 0px !important; }
  .c6 .b4 {
    line-height: 0px !important; }
  .c6 .b5 {
    line-height: 0px !important; }
  .c6 .b6 {
    line-height: 0px !important; }
  .c6 .b7 {
    line-height: 0px !important; }
  .c6 .b8 {
    line-height: 0px !important; }
  .c6 .b9 {
    line-height: 0px !important; }
  .c6 .b10 {
    line-height: 0px !important; }
  .c6 .b11 {
    line-height: 0px !important; }
  .c6 .b12 {
    line-height: 0px !important; }
  .c6 .b13 {
    line-height: 0px !important; }
  .c6 .b14 {
    line-height: 0px !important; }
  .c6 .b15 {
    line-height: 0px !important; }
  .c6 .b16 {
    line-height: 0px !important; }
  .c6 .b17 {
    line-height: 0px !important; }
  .c6 .b18 {
    line-height: 0px !important; }
  .c6 .b19 {
    line-height: 0px !important; }
  .c6 .c0 {
    line-height: 0px !important; }
  .c6 .c1 {
    line-height: 0px !important; }
  .c6 .c2 {
    line-height: 0px !important; }
  .c6 .c3 {
    line-height: 0px !important; }
  .c6 .c4 {
    line-height: 0px !important; }
  .c6 .c5 {
    line-height: 0px !important; }
  .c6 .c6 {
    line-height: 0px !important; }
  .c6 .c7 {
    line-height: 0px !important; }
  .c6 .c8 {
    line-height: 0px !important; }
  .c6 .c9 {
    line-height: 0px !important; }
  .c6 .c10 {
    line-height: 0px !important; }
  .c6 .c11 {
    line-height: 0px !important; }
  .c6 .c12 {
    line-height: 0px !important; }
  .c6 .c13 {
    line-height: 0px !important; }
  .c6 .c14 {
    line-height: 0px !important; }
  .c6 .c15 {
    line-height: 0px !important; }
  .c6 .c16 {
    line-height: 0px !important; }
  .c6 .c17 {
    line-height: 0px !important; }
  .c6 .c18 {
    line-height: 0px !important; }
  .c6 .c19 {
    line-height: 0px !important; }

.c7 .a0 {
  line-height: 0px !important; }
  .c7 .a1 {
    line-height: 0px !important; }
  .c7 .a2 {
    line-height: 0px !important; }
  .c7 .a3 {
    line-height: 0px !important; }
  .c7 .a4 {
    line-height: 0px !important; }
  .c7 .a5 {
    line-height: 0px !important; }
  .c7 .a6 {
    line-height: 0px !important; }
  .c7 .a7 {
    line-height: 0px !important; }
  .c7 .a8 {
    line-height: 0px !important; }
  .c7 .a9 {
    line-height: 0px !important; }
  .c7 .a10 {
    line-height: 0px !important; }
  .c7 .a11 {
    line-height: 0px !important; }
  .c7 .a12 {
    line-height: 0px !important; }
  .c7 .a13 {
    line-height: 0px !important; }
  .c7 .a14 {
    line-height: 0px !important; }
  .c7 .a15 {
    line-height: 0px !important; }
  .c7 .a16 {
    line-height: 0px !important; }
  .c7 .a17 {
    line-height: 0px !important; }
  .c7 .a18 {
    line-height: 0px !important; }
  .c7 .a19 {
    line-height: 0px !important; }
  .c7 .b0 {
    line-height: 0px !important; }
  .c7 .b1 {
    line-height: 0px !important; }
  .c7 .b2 {
    line-height: 0px !important; }
  .c7 .b3 {
    line-height: 0px !important; }
  .c7 .b4 {
    line-height: 0px !important; }
  .c7 .b5 {
    line-height: 0px !important; }
  .c7 .b6 {
    line-height: 0px !important; }
  .c7 .b7 {
    line-height: 0px !important; }
  .c7 .b8 {
    line-height: 0px !important; }
  .c7 .b9 {
    line-height: 0px !important; }
  .c7 .b10 {
    line-height: 0px !important; }
  .c7 .b11 {
    line-height: 0px !important; }
  .c7 .b12 {
    line-height: 0px !important; }
  .c7 .b13 {
    line-height: 0px !important; }
  .c7 .b14 {
    line-height: 0px !important; }
  .c7 .b15 {
    line-height: 0px !important; }
  .c7 .b16 {
    line-height: 0px !important; }
  .c7 .b17 {
    line-height: 0px !important; }
  .c7 .b18 {
    line-height: 0px !important; }
  .c7 .b19 {
    line-height: 0px !important; }
  .c7 .c0 {
    line-height: 0px !important; }
  .c7 .c1 {
    line-height: 0px !important; }
  .c7 .c2 {
    line-height: 0px !important; }
  .c7 .c3 {
    line-height: 0px !important; }
  .c7 .c4 {
    line-height: 0px !important; }
  .c7 .c5 {
    line-height: 0px !important; }
  .c7 .c6 {
    line-height: 0px !important; }
  .c7 .c7 {
    line-height: 0px !important; }
  .c7 .c8 {
    line-height: 0px !important; }
  .c7 .c9 {
    line-height: 0px !important; }
  .c7 .c10 {
    line-height: 0px !important; }
  .c7 .c11 {
    line-height: 0px !important; }
  .c7 .c12 {
    line-height: 0px !important; }
  .c7 .c13 {
    line-height: 0px !important; }
  .c7 .c14 {
    line-height: 0px !important; }
  .c7 .c15 {
    line-height: 0px !important; }
  .c7 .c16 {
    line-height: 0px !important; }
  .c7 .c17 {
    line-height: 0px !important; }
  .c7 .c18 {
    line-height: 0px !important; }
  .c7 .c19 {
    line-height: 0px !important; }

.c8 .a0 {
  line-height: 0px !important; }
  .c8 .a1 {
    line-height: 0px !important; }
  .c8 .a2 {
    line-height: 0px !important; }
  .c8 .a3 {
    line-height: 0px !important; }
  .c8 .a4 {
    line-height: 0px !important; }
  .c8 .a5 {
    line-height: 0px !important; }
  .c8 .a6 {
    line-height: 0px !important; }
  .c8 .a7 {
    line-height: 0px !important; }
  .c8 .a8 {
    line-height: 0px !important; }
  .c8 .a9 {
    line-height: 0px !important; }
  .c8 .a10 {
    line-height: 0px !important; }
  .c8 .a11 {
    line-height: 0px !important; }
  .c8 .a12 {
    line-height: 0px !important; }
  .c8 .a13 {
    line-height: 0px !important; }
  .c8 .a14 {
    line-height: 0px !important; }
  .c8 .a15 {
    line-height: 0px !important; }
  .c8 .a16 {
    line-height: 0px !important; }
  .c8 .a17 {
    line-height: 0px !important; }
  .c8 .a18 {
    line-height: 0px !important; }
  .c8 .a19 {
    line-height: 0px !important; }
  .c8 .b0 {
    line-height: 0px !important; }
  .c8 .b1 {
    line-height: 0px !important; }
  .c8 .b2 {
    line-height: 0px !important; }
  .c8 .b3 {
    line-height: 0px !important; }
  .c8 .b4 {
    line-height: 0px !important; }
  .c8 .b5 {
    line-height: 0px !important; }
  .c8 .b6 {
    line-height: 0px !important; }
  .c8 .b7 {
    line-height: 0px !important; }
  .c8 .b8 {
    line-height: 0px !important; }
  .c8 .b9 {
    line-height: 0px !important; }
  .c8 .b10 {
    line-height: 0px !important; }
  .c8 .b11 {
    line-height: 0px !important; }
  .c8 .b12 {
    line-height: 0px !important; }
  .c8 .b13 {
    line-height: 0px !important; }
  .c8 .b14 {
    line-height: 0px !important; }
  .c8 .b15 {
    line-height: 0px !important; }
  .c8 .b16 {
    line-height: 0px !important; }
  .c8 .b17 {
    line-height: 0px !important; }
  .c8 .b18 {
    line-height: 0px !important; }
  .c8 .b19 {
    line-height: 0px !important; }
  .c8 .c0 {
    line-height: 0px !important; }
  .c8 .c1 {
    line-height: 0px !important; }
  .c8 .c2 {
    line-height: 0px !important; }
  .c8 .c3 {
    line-height: 0px !important; }
  .c8 .c4 {
    line-height: 0px !important; }
  .c8 .c5 {
    line-height: 0px !important; }
  .c8 .c6 {
    line-height: 0px !important; }
  .c8 .c7 {
    line-height: 0px !important; }
  .c8 .c8 {
    line-height: 0px !important; }
  .c8 .c9 {
    line-height: 0px !important; }
  .c8 .c10 {
    line-height: 0px !important; }
  .c8 .c11 {
    line-height: 0px !important; }
  .c8 .c12 {
    line-height: 0px !important; }
  .c8 .c13 {
    line-height: 0px !important; }
  .c8 .c14 {
    line-height: 0px !important; }
  .c8 .c15 {
    line-height: 0px !important; }
  .c8 .c16 {
    line-height: 0px !important; }
  .c8 .c17 {
    line-height: 0px !important; }
  .c8 .c18 {
    line-height: 0px !important; }
  .c8 .c19 {
    line-height: 0px !important; }

.c9 .a0 {
  line-height: 0px !important; }
  .c9 .a1 {
    line-height: 0px !important; }
  .c9 .a2 {
    line-height: 0px !important; }
  .c9 .a3 {
    line-height: 0px !important; }
  .c9 .a4 {
    line-height: 0px !important; }
  .c9 .a5 {
    line-height: 0px !important; }
  .c9 .a6 {
    line-height: 0px !important; }
  .c9 .a7 {
    line-height: 0px !important; }
  .c9 .a8 {
    line-height: 0px !important; }
  .c9 .a9 {
    line-height: 0px !important; }
  .c9 .a10 {
    line-height: 0px !important; }
  .c9 .a11 {
    line-height: 0px !important; }
  .c9 .a12 {
    line-height: 0px !important; }
  .c9 .a13 {
    line-height: 0px !important; }
  .c9 .a14 {
    line-height: 0px !important; }
  .c9 .a15 {
    line-height: 0px !important; }
  .c9 .a16 {
    line-height: 0px !important; }
  .c9 .a17 {
    line-height: 0px !important; }
  .c9 .a18 {
    line-height: 0px !important; }
  .c9 .a19 {
    line-height: 0px !important; }
  .c9 .b0 {
    line-height: 0px !important; }
  .c9 .b1 {
    line-height: 0px !important; }
  .c9 .b2 {
    line-height: 0px !important; }
  .c9 .b3 {
    line-height: 0px !important; }
  .c9 .b4 {
    line-height: 0px !important; }
  .c9 .b5 {
    line-height: 0px !important; }
  .c9 .b6 {
    line-height: 0px !important; }
  .c9 .b7 {
    line-height: 0px !important; }
  .c9 .b8 {
    line-height: 0px !important; }
  .c9 .b9 {
    line-height: 0px !important; }
  .c9 .b10 {
    line-height: 0px !important; }
  .c9 .b11 {
    line-height: 0px !important; }
  .c9 .b12 {
    line-height: 0px !important; }
  .c9 .b13 {
    line-height: 0px !important; }
  .c9 .b14 {
    line-height: 0px !important; }
  .c9 .b15 {
    line-height: 0px !important; }
  .c9 .b16 {
    line-height: 0px !important; }
  .c9 .b17 {
    line-height: 0px !important; }
  .c9 .b18 {
    line-height: 0px !important; }
  .c9 .b19 {
    line-height: 0px !important; }
  .c9 .c0 {
    line-height: 0px !important; }
  .c9 .c1 {
    line-height: 0px !important; }
  .c9 .c2 {
    line-height: 0px !important; }
  .c9 .c3 {
    line-height: 0px !important; }
  .c9 .c4 {
    line-height: 0px !important; }
  .c9 .c5 {
    line-height: 0px !important; }
  .c9 .c6 {
    line-height: 0px !important; }
  .c9 .c7 {
    line-height: 0px !important; }
  .c9 .c8 {
    line-height: 0px !important; }
  .c9 .c9 {
    line-height: 0px !important; }
  .c9 .c10 {
    line-height: 0px !important; }
  .c9 .c11 {
    line-height: 0px !important; }
  .c9 .c12 {
    line-height: 0px !important; }
  .c9 .c13 {
    line-height: 0px !important; }
  .c9 .c14 {
    line-height: 0px !important; }
  .c9 .c15 {
    line-height: 0px !important; }
  .c9 .c16 {
    line-height: 0px !important; }
  .c9 .c17 {
    line-height: 0px !important; }
  .c9 .c18 {
    line-height: 0px !important; }
  .c9 .c19 {
    line-height: 0px !important; }

.c10 .a0 {
  line-height: 0px !important; }
  .c10 .a1 {
    line-height: 0px !important; }
  .c10 .a2 {
    line-height: 0px !important; }
  .c10 .a3 {
    line-height: 0px !important; }
  .c10 .a4 {
    line-height: 0px !important; }
  .c10 .a5 {
    line-height: 0px !important; }
  .c10 .a6 {
    line-height: 0px !important; }
  .c10 .a7 {
    line-height: 0px !important; }
  .c10 .a8 {
    line-height: 0px !important; }
  .c10 .a9 {
    line-height: 0px !important; }
  .c10 .a10 {
    line-height: 0px !important; }
  .c10 .a11 {
    line-height: 0px !important; }
  .c10 .a12 {
    line-height: 0px !important; }
  .c10 .a13 {
    line-height: 0px !important; }
  .c10 .a14 {
    line-height: 0px !important; }
  .c10 .a15 {
    line-height: 0px !important; }
  .c10 .a16 {
    line-height: 0px !important; }
  .c10 .a17 {
    line-height: 0px !important; }
  .c10 .a18 {
    line-height: 0px !important; }
  .c10 .a19 {
    line-height: 0px !important; }
  .c10 .b0 {
    line-height: 0px !important; }
  .c10 .b1 {
    line-height: 0px !important; }
  .c10 .b2 {
    line-height: 0px !important; }
  .c10 .b3 {
    line-height: 0px !important; }
  .c10 .b4 {
    line-height: 0px !important; }
  .c10 .b5 {
    line-height: 0px !important; }
  .c10 .b6 {
    line-height: 0px !important; }
  .c10 .b7 {
    line-height: 0px !important; }
  .c10 .b8 {
    line-height: 0px !important; }
  .c10 .b9 {
    line-height: 0px !important; }
  .c10 .b10 {
    line-height: 0px !important; }
  .c10 .b11 {
    line-height: 0px !important; }
  .c10 .b12 {
    line-height: 0px !important; }
  .c10 .b13 {
    line-height: 0px !important; }
  .c10 .b14 {
    line-height: 0px !important; }
  .c10 .b15 {
    line-height: 0px !important; }
  .c10 .b16 {
    line-height: 0px !important; }
  .c10 .b17 {
    line-height: 0px !important; }
  .c10 .b18 {
    line-height: 0px !important; }
  .c10 .b19 {
    line-height: 0px !important; }
  .c10 .c0 {
    line-height: 0px !important; }
  .c10 .c1 {
    line-height: 0px !important; }
  .c10 .c2 {
    line-height: 0px !important; }
  .c10 .c3 {
    line-height: 0px !important; }
  .c10 .c4 {
    line-height: 0px !important; }
  .c10 .c5 {
    line-height: 0px !important; }
  .c10 .c6 {
    line-height: 0px !important; }
  .c10 .c7 {
    line-height: 0px !important; }
  .c10 .c8 {
    line-height: 0px !important; }
  .c10 .c9 {
    line-height: 0px !important; }
  .c10 .c10 {
    line-height: 0px !important; }
  .c10 .c11 {
    line-height: 0px !important; }
  .c10 .c12 {
    line-height: 0px !important; }
  .c10 .c13 {
    line-height: 0px !important; }
  .c10 .c14 {
    line-height: 0px !important; }
  .c10 .c15 {
    line-height: 0px !important; }
  .c10 .c16 {
    line-height: 0px !important; }
  .c10 .c17 {
    line-height: 0px !important; }
  .c10 .c18 {
    line-height: 0px !important; }
  .c10 .c19 {
    line-height: 0px !important; }

.c11 .a0 {
  line-height: 0px !important; }
  .c11 .a1 {
    line-height: 0px !important; }
  .c11 .a2 {
    line-height: 0px !important; }
  .c11 .a3 {
    line-height: 0px !important; }
  .c11 .a4 {
    line-height: 0px !important; }
  .c11 .a5 {
    line-height: 0px !important; }
  .c11 .a6 {
    line-height: 0px !important; }
  .c11 .a7 {
    line-height: 0px !important; }
  .c11 .a8 {
    line-height: 0px !important; }
  .c11 .a9 {
    line-height: 0px !important; }
  .c11 .a10 {
    line-height: 0px !important; }
  .c11 .a11 {
    line-height: 0px !important; }
  .c11 .a12 {
    line-height: 0px !important; }
  .c11 .a13 {
    line-height: 0px !important; }
  .c11 .a14 {
    line-height: 0px !important; }
  .c11 .a15 {
    line-height: 0px !important; }
  .c11 .a16 {
    line-height: 0px !important; }
  .c11 .a17 {
    line-height: 0px !important; }
  .c11 .a18 {
    line-height: 0px !important; }
  .c11 .a19 {
    line-height: 0px !important; }
  .c11 .b0 {
    line-height: 0px !important; }
  .c11 .b1 {
    line-height: 0px !important; }
  .c11 .b2 {
    line-height: 0px !important; }
  .c11 .b3 {
    line-height: 0px !important; }
  .c11 .b4 {
    line-height: 0px !important; }
  .c11 .b5 {
    line-height: 0px !important; }
  .c11 .b6 {
    line-height: 0px !important; }
  .c11 .b7 {
    line-height: 0px !important; }
  .c11 .b8 {
    line-height: 0px !important; }
  .c11 .b9 {
    line-height: 0px !important; }
  .c11 .b10 {
    line-height: 0px !important; }
  .c11 .b11 {
    line-height: 0px !important; }
  .c11 .b12 {
    line-height: 0px !important; }
  .c11 .b13 {
    line-height: 0px !important; }
  .c11 .b14 {
    line-height: 0px !important; }
  .c11 .b15 {
    line-height: 0px !important; }
  .c11 .b16 {
    line-height: 0px !important; }
  .c11 .b17 {
    line-height: 0px !important; }
  .c11 .b18 {
    line-height: 0px !important; }
  .c11 .b19 {
    line-height: 0px !important; }
  .c11 .c0 {
    line-height: 0px !important; }
  .c11 .c1 {
    line-height: 0px !important; }
  .c11 .c2 {
    line-height: 0px !important; }
  .c11 .c3 {
    line-height: 0px !important; }
  .c11 .c4 {
    line-height: 0px !important; }
  .c11 .c5 {
    line-height: 0px !important; }
  .c11 .c6 {
    line-height: 0px !important; }
  .c11 .c7 {
    line-height: 0px !important; }
  .c11 .c8 {
    line-height: 0px !important; }
  .c11 .c9 {
    line-height: 0px !important; }
  .c11 .c10 {
    line-height: 0px !important; }
  .c11 .c11 {
    line-height: 0px !important; }
  .c11 .c12 {
    line-height: 0px !important; }
  .c11 .c13 {
    line-height: 0px !important; }
  .c11 .c14 {
    line-height: 0px !important; }
  .c11 .c15 {
    line-height: 0px !important; }
  .c11 .c16 {
    line-height: 0px !important; }
  .c11 .c17 {
    line-height: 0px !important; }
  .c11 .c18 {
    line-height: 0px !important; }
  .c11 .c19 {
    line-height: 0px !important; }

.c12 .a0 {
  line-height: 0px !important; }
  .c12 .a1 {
    line-height: 0px !important; }
  .c12 .a2 {
    line-height: 0px !important; }
  .c12 .a3 {
    line-height: 0px !important; }
  .c12 .a4 {
    line-height: 0px !important; }
  .c12 .a5 {
    line-height: 0px !important; }
  .c12 .a6 {
    line-height: 0px !important; }
  .c12 .a7 {
    line-height: 0px !important; }
  .c12 .a8 {
    line-height: 0px !important; }
  .c12 .a9 {
    line-height: 0px !important; }
  .c12 .a10 {
    line-height: 0px !important; }
  .c12 .a11 {
    line-height: 0px !important; }
  .c12 .a12 {
    line-height: 0px !important; }
  .c12 .a13 {
    line-height: 0px !important; }
  .c12 .a14 {
    line-height: 0px !important; }
  .c12 .a15 {
    line-height: 0px !important; }
  .c12 .a16 {
    line-height: 0px !important; }
  .c12 .a17 {
    line-height: 0px !important; }
  .c12 .a18 {
    line-height: 0px !important; }
  .c12 .a19 {
    line-height: 0px !important; }
  .c12 .b0 {
    line-height: 0px !important; }
  .c12 .b1 {
    line-height: 0px !important; }
  .c12 .b2 {
    line-height: 0px !important; }
  .c12 .b3 {
    line-height: 0px !important; }
  .c12 .b4 {
    line-height: 0px !important; }
  .c12 .b5 {
    line-height: 0px !important; }
  .c12 .b6 {
    line-height: 0px !important; }
  .c12 .b7 {
    line-height: 0px !important; }
  .c12 .b8 {
    line-height: 0px !important; }
  .c12 .b9 {
    line-height: 0px !important; }
  .c12 .b10 {
    line-height: 0px !important; }
  .c12 .b11 {
    line-height: 0px !important; }
  .c12 .b12 {
    line-height: 0px !important; }
  .c12 .b13 {
    line-height: 0px !important; }
  .c12 .b14 {
    line-height: 0px !important; }
  .c12 .b15 {
    line-height: 0px !important; }
  .c12 .b16 {
    line-height: 0px !important; }
  .c12 .b17 {
    line-height: 0px !important; }
  .c12 .b18 {
    line-height: 0px !important; }
  .c12 .b19 {
    line-height: 0px !important; }
  .c12 .c0 {
    line-height: 0px !important; }
  .c12 .c1 {
    line-height: 0px !important; }
  .c12 .c2 {
    line-height: 0px !important; }
  .c12 .c3 {
    line-height: 0px !important; }
  .c12 .c4 {
    line-height: 0px !important; }
  .c12 .c5 {
    line-height: 0px !important; }
  .c12 .c6 {
    line-height: 0px !important; }
  .c12 .c7 {
    line-height: 0px !important; }
  .c12 .c8 {
    line-height: 0px !important; }
  .c12 .c9 {
    line-height: 0px !important; }
  .c12 .c10 {
    line-height: 0px !important; }
  .c12 .c11 {
    line-height: 0px !important; }
  .c12 .c12 {
    line-height: 0px !important; }
  .c12 .c13 {
    line-height: 0px !important; }
  .c12 .c14 {
    line-height: 0px !important; }
  .c12 .c15 {
    line-height: 0px !important; }
  .c12 .c16 {
    line-height: 0px !important; }
  .c12 .c17 {
    line-height: 0px !important; }
  .c12 .c18 {
    line-height: 0px !important; }
  .c12 .c19 {
    line-height: 0px !important; }

.c13 .a0 {
  line-height: 0px !important; }
  .c13 .a1 {
    line-height: 0px !important; }
  .c13 .a2 {
    line-height: 0px !important; }
  .c13 .a3 {
    line-height: 0px !important; }
  .c13 .a4 {
    line-height: 0px !important; }
  .c13 .a5 {
    line-height: 0px !important; }
  .c13 .a6 {
    line-height: 0px !important; }
  .c13 .a7 {
    line-height: 0px !important; }
  .c13 .a8 {
    line-height: 0px !important; }
  .c13 .a9 {
    line-height: 0px !important; }
  .c13 .a10 {
    line-height: 0px !important; }
  .c13 .a11 {
    line-height: 0px !important; }
  .c13 .a12 {
    line-height: 0px !important; }
  .c13 .a13 {
    line-height: 0px !important; }
  .c13 .a14 {
    line-height: 0px !important; }
  .c13 .a15 {
    line-height: 0px !important; }
  .c13 .a16 {
    line-height: 0px !important; }
  .c13 .a17 {
    line-height: 0px !important; }
  .c13 .a18 {
    line-height: 0px !important; }
  .c13 .a19 {
    line-height: 0px !important; }
  .c13 .b0 {
    line-height: 0px !important; }
  .c13 .b1 {
    line-height: 0px !important; }
  .c13 .b2 {
    line-height: 0px !important; }
  .c13 .b3 {
    line-height: 0px !important; }
  .c13 .b4 {
    line-height: 0px !important; }
  .c13 .b5 {
    line-height: 0px !important; }
  .c13 .b6 {
    line-height: 0px !important; }
  .c13 .b7 {
    line-height: 0px !important; }
  .c13 .b8 {
    line-height: 0px !important; }
  .c13 .b9 {
    line-height: 0px !important; }
  .c13 .b10 {
    line-height: 0px !important; }
  .c13 .b11 {
    line-height: 0px !important; }
  .c13 .b12 {
    line-height: 0px !important; }
  .c13 .b13 {
    line-height: 0px !important; }
  .c13 .b14 {
    line-height: 0px !important; }
  .c13 .b15 {
    line-height: 0px !important; }
  .c13 .b16 {
    line-height: 0px !important; }
  .c13 .b17 {
    line-height: 0px !important; }
  .c13 .b18 {
    line-height: 0px !important; }
  .c13 .b19 {
    line-height: 0px !important; }
  .c13 .c0 {
    line-height: 0px !important; }
  .c13 .c1 {
    line-height: 0px !important; }
  .c13 .c2 {
    line-height: 0px !important; }
  .c13 .c3 {
    line-height: 0px !important; }
  .c13 .c4 {
    line-height: 0px !important; }
  .c13 .c5 {
    line-height: 0px !important; }
  .c13 .c6 {
    line-height: 0px !important; }
  .c13 .c7 {
    line-height: 0px !important; }
  .c13 .c8 {
    line-height: 0px !important; }
  .c13 .c9 {
    line-height: 0px !important; }
  .c13 .c10 {
    line-height: 0px !important; }
  .c13 .c11 {
    line-height: 0px !important; }
  .c13 .c12 {
    line-height: 0px !important; }
  .c13 .c13 {
    line-height: 0px !important; }
  .c13 .c14 {
    line-height: 0px !important; }
  .c13 .c15 {
    line-height: 0px !important; }
  .c13 .c16 {
    line-height: 0px !important; }
  .c13 .c17 {
    line-height: 0px !important; }
  .c13 .c18 {
    line-height: 0px !important; }
  .c13 .c19 {
    line-height: 0px !important; }

.c14 .a0 {
  line-height: 0px !important; }
  .c14 .a1 {
    line-height: 0px !important; }
  .c14 .a2 {
    line-height: 0px !important; }
  .c14 .a3 {
    line-height: 0px !important; }
  .c14 .a4 {
    line-height: 0px !important; }
  .c14 .a5 {
    line-height: 0px !important; }
  .c14 .a6 {
    line-height: 0px !important; }
  .c14 .a7 {
    line-height: 0px !important; }
  .c14 .a8 {
    line-height: 0px !important; }
  .c14 .a9 {
    line-height: 0px !important; }
  .c14 .a10 {
    line-height: 0px !important; }
  .c14 .a11 {
    line-height: 0px !important; }
  .c14 .a12 {
    line-height: 0px !important; }
  .c14 .a13 {
    line-height: 0px !important; }
  .c14 .a14 {
    line-height: 0px !important; }
  .c14 .a15 {
    line-height: 0px !important; }
  .c14 .a16 {
    line-height: 0px !important; }
  .c14 .a17 {
    line-height: 0px !important; }
  .c14 .a18 {
    line-height: 0px !important; }
  .c14 .a19 {
    line-height: 0px !important; }
  .c14 .b0 {
    line-height: 0px !important; }
  .c14 .b1 {
    line-height: 0px !important; }
  .c14 .b2 {
    line-height: 0px !important; }
  .c14 .b3 {
    line-height: 0px !important; }
  .c14 .b4 {
    line-height: 0px !important; }
  .c14 .b5 {
    line-height: 0px !important; }
  .c14 .b6 {
    line-height: 0px !important; }
  .c14 .b7 {
    line-height: 0px !important; }
  .c14 .b8 {
    line-height: 0px !important; }
  .c14 .b9 {
    line-height: 0px !important; }
  .c14 .b10 {
    line-height: 0px !important; }
  .c14 .b11 {
    line-height: 0px !important; }
  .c14 .b12 {
    line-height: 0px !important; }
  .c14 .b13 {
    line-height: 0px !important; }
  .c14 .b14 {
    line-height: 0px !important; }
  .c14 .b15 {
    line-height: 0px !important; }
  .c14 .b16 {
    line-height: 0px !important; }
  .c14 .b17 {
    line-height: 0px !important; }
  .c14 .b18 {
    line-height: 0px !important; }
  .c14 .b19 {
    line-height: 0px !important; }
  .c14 .c0 {
    line-height: 0px !important; }
  .c14 .c1 {
    line-height: 0px !important; }
  .c14 .c2 {
    line-height: 0px !important; }
  .c14 .c3 {
    line-height: 0px !important; }
  .c14 .c4 {
    line-height: 0px !important; }
  .c14 .c5 {
    line-height: 0px !important; }
  .c14 .c6 {
    line-height: 0px !important; }
  .c14 .c7 {
    line-height: 0px !important; }
  .c14 .c8 {
    line-height: 0px !important; }
  .c14 .c9 {
    line-height: 0px !important; }
  .c14 .c10 {
    line-height: 0px !important; }
  .c14 .c11 {
    line-height: 0px !important; }
  .c14 .c12 {
    line-height: 0px !important; }
  .c14 .c13 {
    line-height: 0px !important; }
  .c14 .c14 {
    line-height: 0px !important; }
  .c14 .c15 {
    line-height: 0px !important; }
  .c14 .c16 {
    line-height: 0px !important; }
  .c14 .c17 {
    line-height: 0px !important; }
  .c14 .c18 {
    line-height: 0px !important; }
  .c14 .c19 {
    line-height: 0px !important; }

.c15 .a0 {
  line-height: 0px !important; }
  .c15 .a1 {
    line-height: 0px !important; }
  .c15 .a2 {
    line-height: 0px !important; }
  .c15 .a3 {
    line-height: 0px !important; }
  .c15 .a4 {
    line-height: 0px !important; }
  .c15 .a5 {
    line-height: 0px !important; }
  .c15 .a6 {
    line-height: 0px !important; }
  .c15 .a7 {
    line-height: 0px !important; }
  .c15 .a8 {
    line-height: 0px !important; }
  .c15 .a9 {
    line-height: 0px !important; }
  .c15 .a10 {
    line-height: 0px !important; }
  .c15 .a11 {
    line-height: 0px !important; }
  .c15 .a12 {
    line-height: 0px !important; }
  .c15 .a13 {
    line-height: 0px !important; }
  .c15 .a14 {
    line-height: 0px !important; }
  .c15 .a15 {
    line-height: 0px !important; }
  .c15 .a16 {
    line-height: 0px !important; }
  .c15 .a17 {
    line-height: 0px !important; }
  .c15 .a18 {
    line-height: 0px !important; }
  .c15 .a19 {
    line-height: 0px !important; }
  .c15 .b0 {
    line-height: 0px !important; }
  .c15 .b1 {
    line-height: 0px !important; }
  .c15 .b2 {
    line-height: 0px !important; }
  .c15 .b3 {
    line-height: 0px !important; }
  .c15 .b4 {
    line-height: 0px !important; }
  .c15 .b5 {
    line-height: 0px !important; }
  .c15 .b6 {
    line-height: 0px !important; }
  .c15 .b7 {
    line-height: 0px !important; }
  .c15 .b8 {
    line-height: 0px !important; }
  .c15 .b9 {
    line-height: 0px !important; }
  .c15 .b10 {
    line-height: 0px !important; }
  .c15 .b11 {
    line-height: 0px !important; }
  .c15 .b12 {
    line-height: 0px !important; }
  .c15 .b13 {
    line-height: 0px !important; }
  .c15 .b14 {
    line-height: 0px !important; }
  .c15 .b15 {
    line-height: 0px !important; }
  .c15 .b16 {
    line-height: 0px !important; }
  .c15 .b17 {
    line-height: 0px !important; }
  .c15 .b18 {
    line-height: 0px !important; }
  .c15 .b19 {
    line-height: 0px !important; }
  .c15 .c0 {
    line-height: 0px !important; }
  .c15 .c1 {
    line-height: 0px !important; }
  .c15 .c2 {
    line-height: 0px !important; }
  .c15 .c3 {
    line-height: 0px !important; }
  .c15 .c4 {
    line-height: 0px !important; }
  .c15 .c5 {
    line-height: 0px !important; }
  .c15 .c6 {
    line-height: 0px !important; }
  .c15 .c7 {
    line-height: 0px !important; }
  .c15 .c8 {
    line-height: 0px !important; }
  .c15 .c9 {
    line-height: 0px !important; }
  .c15 .c10 {
    line-height: 0px !important; }
  .c15 .c11 {
    line-height: 0px !important; }
  .c15 .c12 {
    line-height: 0px !important; }
  .c15 .c13 {
    line-height: 0px !important; }
  .c15 .c14 {
    line-height: 0px !important; }
  .c15 .c15 {
    line-height: 0px !important; }
  .c15 .c16 {
    line-height: 0px !important; }
  .c15 .c17 {
    line-height: 0px !important; }
  .c15 .c18 {
    line-height: 0px !important; }
  .c15 .c19 {
    line-height: 0px !important; }

.c16 .a0 {
  line-height: 0px !important; }
  .c16 .a1 {
    line-height: 0px !important; }
  .c16 .a2 {
    line-height: 0px !important; }
  .c16 .a3 {
    line-height: 0px !important; }
  .c16 .a4 {
    line-height: 0px !important; }
  .c16 .a5 {
    line-height: 0px !important; }
  .c16 .a6 {
    line-height: 0px !important; }
  .c16 .a7 {
    line-height: 0px !important; }
  .c16 .a8 {
    line-height: 0px !important; }
  .c16 .a9 {
    line-height: 0px !important; }
  .c16 .a10 {
    line-height: 0px !important; }
  .c16 .a11 {
    line-height: 0px !important; }
  .c16 .a12 {
    line-height: 0px !important; }
  .c16 .a13 {
    line-height: 0px !important; }
  .c16 .a14 {
    line-height: 0px !important; }
  .c16 .a15 {
    line-height: 0px !important; }
  .c16 .a16 {
    line-height: 0px !important; }
  .c16 .a17 {
    line-height: 0px !important; }
  .c16 .a18 {
    line-height: 0px !important; }
  .c16 .a19 {
    line-height: 0px !important; }
  .c16 .b0 {
    line-height: 0px !important; }
  .c16 .b1 {
    line-height: 0px !important; }
  .c16 .b2 {
    line-height: 0px !important; }
  .c16 .b3 {
    line-height: 0px !important; }
  .c16 .b4 {
    line-height: 0px !important; }
  .c16 .b5 {
    line-height: 0px !important; }
  .c16 .b6 {
    line-height: 0px !important; }
  .c16 .b7 {
    line-height: 0px !important; }
  .c16 .b8 {
    line-height: 0px !important; }
  .c16 .b9 {
    line-height: 0px !important; }
  .c16 .b10 {
    line-height: 0px !important; }
  .c16 .b11 {
    line-height: 0px !important; }
  .c16 .b12 {
    line-height: 0px !important; }
  .c16 .b13 {
    line-height: 0px !important; }
  .c16 .b14 {
    line-height: 0px !important; }
  .c16 .b15 {
    line-height: 0px !important; }
  .c16 .b16 {
    line-height: 0px !important; }
  .c16 .b17 {
    line-height: 0px !important; }
  .c16 .b18 {
    line-height: 0px !important; }
  .c16 .b19 {
    line-height: 0px !important; }
  .c16 .c0 {
    line-height: 0px !important; }
  .c16 .c1 {
    line-height: 0px !important; }
  .c16 .c2 {
    line-height: 0px !important; }
  .c16 .c3 {
    line-height: 0px !important; }
  .c16 .c4 {
    line-height: 0px !important; }
  .c16 .c5 {
    line-height: 0px !important; }
  .c16 .c6 {
    line-height: 0px !important; }
  .c16 .c7 {
    line-height: 0px !important; }
  .c16 .c8 {
    line-height: 0px !important; }
  .c16 .c9 {
    line-height: 0px !important; }
  .c16 .c10 {
    line-height: 0px !important; }
  .c16 .c11 {
    line-height: 0px !important; }
  .c16 .c12 {
    line-height: 0px !important; }
  .c16 .c13 {
    line-height: 0px !important; }
  .c16 .c14 {
    line-height: 0px !important; }
  .c16 .c15 {
    line-height: 0px !important; }
  .c16 .c16 {
    line-height: 0px !important; }
  .c16 .c17 {
    line-height: 0px !important; }
  .c16 .c18 {
    line-height: 0px !important; }
  .c16 .c19 {
    line-height: 0px !important; }

.c17 .a0 {
  line-height: 0px !important; }
  .c17 .a1 {
    line-height: 0px !important; }
  .c17 .a2 {
    line-height: 0px !important; }
  .c17 .a3 {
    line-height: 0px !important; }
  .c17 .a4 {
    line-height: 0px !important; }
  .c17 .a5 {
    line-height: 0px !important; }
  .c17 .a6 {
    line-height: 0px !important; }
  .c17 .a7 {
    line-height: 0px !important; }
  .c17 .a8 {
    line-height: 0px !important; }
  .c17 .a9 {
    line-height: 0px !important; }
  .c17 .a10 {
    line-height: 0px !important; }
  .c17 .a11 {
    line-height: 0px !important; }
  .c17 .a12 {
    line-height: 0px !important; }
  .c17 .a13 {
    line-height: 0px !important; }
  .c17 .a14 {
    line-height: 0px !important; }
  .c17 .a15 {
    line-height: 0px !important; }
  .c17 .a16 {
    line-height: 0px !important; }
  .c17 .a17 {
    line-height: 0px !important; }
  .c17 .a18 {
    line-height: 0px !important; }
  .c17 .a19 {
    line-height: 0px !important; }
  .c17 .b0 {
    line-height: 0px !important; }
  .c17 .b1 {
    line-height: 0px !important; }
  .c17 .b2 {
    line-height: 0px !important; }
  .c17 .b3 {
    line-height: 0px !important; }
  .c17 .b4 {
    line-height: 0px !important; }
  .c17 .b5 {
    line-height: 0px !important; }
  .c17 .b6 {
    line-height: 0px !important; }
  .c17 .b7 {
    line-height: 0px !important; }
  .c17 .b8 {
    line-height: 0px !important; }
  .c17 .b9 {
    line-height: 0px !important; }
  .c17 .b10 {
    line-height: 0px !important; }
  .c17 .b11 {
    line-height: 0px !important; }
  .c17 .b12 {
    line-height: 0px !important; }
  .c17 .b13 {
    line-height: 0px !important; }
  .c17 .b14 {
    line-height: 0px !important; }
  .c17 .b15 {
    line-height: 0px !important; }
  .c17 .b16 {
    line-height: 0px !important; }
  .c17 .b17 {
    line-height: 0px !important; }
  .c17 .b18 {
    line-height: 0px !important; }
  .c17 .b19 {
    line-height: 0px !important; }
  .c17 .c0 {
    line-height: 0px !important; }
  .c17 .c1 {
    line-height: 0px !important; }
  .c17 .c2 {
    line-height: 0px !important; }
  .c17 .c3 {
    line-height: 0px !important; }
  .c17 .c4 {
    line-height: 0px !important; }
  .c17 .c5 {
    line-height: 0px !important; }
  .c17 .c6 {
    line-height: 0px !important; }
  .c17 .c7 {
    line-height: 0px !important; }
  .c17 .c8 {
    line-height: 0px !important; }
  .c17 .c9 {
    line-height: 0px !important; }
  .c17 .c10 {
    line-height: 0px !important; }
  .c17 .c11 {
    line-height: 0px !important; }
  .c17 .c12 {
    line-height: 0px !important; }
  .c17 .c13 {
    line-height: 0px !important; }
  .c17 .c14 {
    line-height: 0px !important; }
  .c17 .c15 {
    line-height: 0px !important; }
  .c17 .c16 {
    line-height: 0px !important; }
  .c17 .c17 {
    line-height: 0px !important; }
  .c17 .c18 {
    line-height: 0px !important; }
  .c17 .c19 {
    line-height: 0px !important; }

.c18 .a0 {
  line-height: 0px !important; }
  .c18 .a1 {
    line-height: 0px !important; }
  .c18 .a2 {
    line-height: 0px !important; }
  .c18 .a3 {
    line-height: 0px !important; }
  .c18 .a4 {
    line-height: 0px !important; }
  .c18 .a5 {
    line-height: 0px !important; }
  .c18 .a6 {
    line-height: 0px !important; }
  .c18 .a7 {
    line-height: 0px !important; }
  .c18 .a8 {
    line-height: 0px !important; }
  .c18 .a9 {
    line-height: 0px !important; }
  .c18 .a10 {
    line-height: 0px !important; }
  .c18 .a11 {
    line-height: 0px !important; }
  .c18 .a12 {
    line-height: 0px !important; }
  .c18 .a13 {
    line-height: 0px !important; }
  .c18 .a14 {
    line-height: 0px !important; }
  .c18 .a15 {
    line-height: 0px !important; }
  .c18 .a16 {
    line-height: 0px !important; }
  .c18 .a17 {
    line-height: 0px !important; }
  .c18 .a18 {
    line-height: 0px !important; }
  .c18 .a19 {
    line-height: 0px !important; }
  .c18 .b0 {
    line-height: 0px !important; }
  .c18 .b1 {
    line-height: 0px !important; }
  .c18 .b2 {
    line-height: 0px !important; }
  .c18 .b3 {
    line-height: 0px !important; }
  .c18 .b4 {
    line-height: 0px !important; }
  .c18 .b5 {
    line-height: 0px !important; }
  .c18 .b6 {
    line-height: 0px !important; }
  .c18 .b7 {
    line-height: 0px !important; }
  .c18 .b8 {
    line-height: 0px !important; }
  .c18 .b9 {
    line-height: 0px !important; }
  .c18 .b10 {
    line-height: 0px !important; }
  .c18 .b11 {
    line-height: 0px !important; }
  .c18 .b12 {
    line-height: 0px !important; }
  .c18 .b13 {
    line-height: 0px !important; }
  .c18 .b14 {
    line-height: 0px !important; }
  .c18 .b15 {
    line-height: 0px !important; }
  .c18 .b16 {
    line-height: 0px !important; }
  .c18 .b17 {
    line-height: 0px !important; }
  .c18 .b18 {
    line-height: 0px !important; }
  .c18 .b19 {
    line-height: 0px !important; }
  .c18 .c0 {
    line-height: 0px !important; }
  .c18 .c1 {
    line-height: 0px !important; }
  .c18 .c2 {
    line-height: 0px !important; }
  .c18 .c3 {
    line-height: 0px !important; }
  .c18 .c4 {
    line-height: 0px !important; }
  .c18 .c5 {
    line-height: 0px !important; }
  .c18 .c6 {
    line-height: 0px !important; }
  .c18 .c7 {
    line-height: 0px !important; }
  .c18 .c8 {
    line-height: 0px !important; }
  .c18 .c9 {
    line-height: 0px !important; }
  .c18 .c10 {
    line-height: 0px !important; }
  .c18 .c11 {
    line-height: 0px !important; }
  .c18 .c12 {
    line-height: 0px !important; }
  .c18 .c13 {
    line-height: 0px !important; }
  .c18 .c14 {
    line-height: 0px !important; }
  .c18 .c15 {
    line-height: 0px !important; }
  .c18 .c16 {
    line-height: 0px !important; }
  .c18 .c17 {
    line-height: 0px !important; }
  .c18 .c18 {
    line-height: 0px !important; }
  .c18 .c19 {
    line-height: 0px !important; }

.c19 .a0 {
  line-height: 0px !important; }
  .c19 .a1 {
    line-height: 0px !important; }
  .c19 .a2 {
    line-height: 0px !important; }
  .c19 .a3 {
    line-height: 0px !important; }
  .c19 .a4 {
    line-height: 0px !important; }
  .c19 .a5 {
    line-height: 0px !important; }
  .c19 .a6 {
    line-height: 0px !important; }
  .c19 .a7 {
    line-height: 0px !important; }
  .c19 .a8 {
    line-height: 0px !important; }
  .c19 .a9 {
    line-height: 0px !important; }
  .c19 .a10 {
    line-height: 0px !important; }
  .c19 .a11 {
    line-height: 0px !important; }
  .c19 .a12 {
    line-height: 0px !important; }
  .c19 .a13 {
    line-height: 0px !important; }
  .c19 .a14 {
    line-height: 0px !important; }
  .c19 .a15 {
    line-height: 0px !important; }
  .c19 .a16 {
    line-height: 0px !important; }
  .c19 .a17 {
    line-height: 0px !important; }
  .c19 .a18 {
    line-height: 0px !important; }
  .c19 .a19 {
    line-height: 0px !important; }
  .c19 .b0 {
    line-height: 0px !important; }
  .c19 .b1 {
    line-height: 0px !important; }
  .c19 .b2 {
    line-height: 0px !important; }
  .c19 .b3 {
    line-height: 0px !important; }
  .c19 .b4 {
    line-height: 0px !important; }
  .c19 .b5 {
    line-height: 0px !important; }
  .c19 .b6 {
    line-height: 0px !important; }
  .c19 .b7 {
    line-height: 0px !important; }
  .c19 .b8 {
    line-height: 0px !important; }
  .c19 .b9 {
    line-height: 0px !important; }
  .c19 .b10 {
    line-height: 0px !important; }
  .c19 .b11 {
    line-height: 0px !important; }
  .c19 .b12 {
    line-height: 0px !important; }
  .c19 .b13 {
    line-height: 0px !important; }
  .c19 .b14 {
    line-height: 0px !important; }
  .c19 .b15 {
    line-height: 0px !important; }
  .c19 .b16 {
    line-height: 0px !important; }
  .c19 .b17 {
    line-height: 0px !important; }
  .c19 .b18 {
    line-height: 0px !important; }
  .c19 .b19 {
    line-height: 0px !important; }
  .c19 .c0 {
    line-height: 0px !important; }
  .c19 .c1 {
    line-height: 0px !important; }
  .c19 .c2 {
    line-height: 0px !important; }
  .c19 .c3 {
    line-height: 0px !important; }
  .c19 .c4 {
    line-height: 0px !important; }
  .c19 .c5 {
    line-height: 0px !important; }
  .c19 .c6 {
    line-height: 0px !important; }
  .c19 .c7 {
    line-height: 0px !important; }
  .c19 .c8 {
    line-height: 0px !important; }
  .c19 .c9 {
    line-height: 0px !important; }
  .c19 .c10 {
    line-height: 0px !important; }
  .c19 .c11 {
    line-height: 0px !important; }
  .c19 .c12 {
    line-height: 0px !important; }
  .c19 .c13 {
    line-height: 0px !important; }
  .c19 .c14 {
    line-height: 0px !important; }
  .c19 .c15 {
    line-height: 0px !important; }
  .c19 .c16 {
    line-height: 0px !important; }
  .c19 .c17 {
    line-height: 0px !important; }
  .c19 .c18 {
    line-height: 0px !important; }
  .c19 .c19 {
    line-height: 0px !important; }
/* HTML Tag Defaults
 ------------------------------------------ */
html, body {
  font-size: 12px; }

p, ul li {
  /*@include a(3);*/ }

a {
  text-decoration: none;
  color: #000;
  cursor: pointer; }
/* Alignment */
p.Left, h1.Left, h2.Left, h3.Left, h4.Left, h5.Left, h6.Left, h7.Left {
  text-align: left; }
  p.Center, h1.Center, h2.Center, h3.Center, h4.Center, h5.Center, h6.Center, h7.Center {
    text-align: center; }
  p.Right, h1.Right, h2.Right, h3.Right, h4.Right, h5.Right, h6.Right, h7.Right {
    text-align: right; }
/*
 Implementation
 ------------------------------------------ */
/*
 This ensures that vertical Rhythm is only applied to text-block tags.
 */
h1.a0, h2.a0, h3.a0, h4.a0, h5.a0, h6.a0, h8.a0, p.a0, ul li.a0 {
  font-family: "Work Sans", Arial;
  font-style: normal;
  font-weight: 300;
  /*
   This function returns the font-size, & line-height
   */
  line-height: 12px;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-smoothing: antialiased;
  color: #000;
  /*
   This function returns the padding-top and margin-bottom.
   */
  padding-top: 4px;
  margin-bottom: 8px; }
  h1.b0, h2.b0, h3.b0, h4.b0, h5.b0, h6.b0, h8.b0, p.b0, ul li.b0 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 8px; }
  h1.c0, h2.c0, h3.c0, h4.c0, h5.c0, h6.c0, h8.c0, p.c0, ul li.c0 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 8px; }
  h1.a1, h2.a1, h3.a1, h4.a1, h5.a1, h6.a1, h8.a1, p.a1, ul li.a1 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 2px;
    margin-bottom: 10px; }
  h1.b1, h2.b1, h3.b1, h4.b1, h5.b1, h6.b1, h8.b1, p.b1, ul li.b1 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 2px;
    margin-bottom: 10px; }
  h1.c1, h2.c1, h3.c1, h4.c1, h5.c1, h6.c1, h8.c1, p.c1, ul li.c1 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 2px;
    margin-bottom: 10px; }
  h1.a2, h2.a2, h3.a2, h4.a2, h5.a2, h6.a2, h8.a2, p.a2, ul li.a2 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.b2, h2.b2, h3.b2, h4.b2, h5.b2, h6.b2, h8.b2, p.b2, ul li.b2 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.c2, h2.c2, h3.c2, h4.c2, h5.c2, h6.c2, h8.c2, p.c2, ul li.c2 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.a3, h2.a3, h3.a3, h4.a3, h5.a3, h6.a3, h8.a3, p.a3, ul li.a3 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.b3, h2.b3, h3.b3, h4.b3, h5.b3, h6.b3, h8.b3, p.b3, ul li.b3 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.c3, h2.c3, h3.c3, h4.c3, h5.c3, h6.c3, h8.c3, p.c3, ul li.c3 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.a4, h2.a4, h3.a4, h4.a4, h5.a4, h6.a4, h8.a4, p.a4, ul li.a4 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 18px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.b4, h2.b4, h3.b4, h4.b4, h5.b4, h6.b4, h8.b4, p.b4, ul li.b4 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 18px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.c4, h2.c4, h3.c4, h4.c4, h5.c4, h6.c4, h8.c4, p.c4, ul li.c4 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.a5, h2.a5, h3.a5, h4.a5, h5.a5, h6.a5, h8.a5, p.a5, ul li.a5 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 20px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.b5, h2.b5, h3.b5, h4.b5, h5.b5, h6.b5, h8.b5, p.b5, ul li.b5 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 20px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.c5, h2.c5, h3.c5, h4.c5, h5.c5, h6.c5, h8.c5, p.c5, ul li.c5 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.a6, h2.a6, h3.a6, h4.a6, h5.a6, h6.a6, h8.a6, p.a6, ul li.a6 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 22px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.b6, h2.b6, h3.b6, h4.b6, h5.b6, h6.b6, h8.b6, p.b6, ul li.b6 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 22px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.c6, h2.c6, h3.c6, h4.c6, h5.c6, h6.c6, h8.c6, p.c6, ul li.c6 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 6px;
    margin-bottom: 18px; }
  h1.a7, h2.a7, h3.a7, h4.a7, h5.a7, h6.a7, h8.a7, p.a7, ul li.a7 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 24px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 20px; }
  h1.b7, h2.b7, h3.b7, h4.b7, h5.b7, h6.b7, h8.b7, p.b7, ul li.b7 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 24px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 20px; }
  h1.c7, h2.c7, h3.c7, h4.c7, h5.c7, h6.c7, h8.c7, p.c7, ul li.c7 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 20px; }
  h1.a8, h2.a8, h3.a8, h4.a8, h5.a8, h6.a8, h8.a8, p.a8, ul li.a8 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 26px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 28px;
    margin-bottom: 20px; }
  h1.b8, h2.b8, h3.b8, h4.b8, h5.b8, h6.b8, h8.b8, p.b8, ul li.b8 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 26px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 28px;
    margin-bottom: 20px; }
  h1.c8, h2.c8, h3.c8, h4.c8, h5.c8, h6.c8, h8.c8, p.c8, ul li.c8 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 26px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 28px;
    margin-bottom: 20px; }
  h1.a9, h2.a9, h3.a9, h4.a9, h5.a9, h6.a9, h8.a9, p.a9, ul li.a9 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 28px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 20px; }
  h1.b9, h2.b9, h3.b9, h4.b9, h5.b9, h6.b9, h8.b9, p.b9, ul li.b9 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 28px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 20px; }
  h1.c9, h2.c9, h3.c9, h4.c9, h5.c9, h6.c9, h8.c9, p.c9, ul li.c9 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 4px;
    margin-bottom: 20px; }
  h1.a10, h2.a10, h3.a10, h4.a10, h5.a10, h6.a10, h8.a10, p.a10, ul li.a10 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 30px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 14px;
    margin-bottom: 10px; }
  h1.b10, h2.b10, h3.b10, h4.b10, h5.b10, h6.b10, h8.b10, p.b10, ul li.b10 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 30px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 14px;
    margin-bottom: 10px; }
  h1.c10, h2.c10, h3.c10, h4.c10, h5.c10, h6.c10, h8.c10, p.c10, ul li.c10 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 30px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 14px;
    margin-bottom: 10px; }
  h1.a11, h2.a11, h3.a11, h4.a11, h5.a11, h6.a11, h8.a11, p.a11, ul li.a11 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 32px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 14px;
    margin-bottom: 10px; }
  h1.b11, h2.b11, h3.b11, h4.b11, h5.b11, h6.b11, h8.b11, p.b11, ul li.b11 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 32px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 14px;
    margin-bottom: 10px; }
  h1.c11, h2.c11, h3.c11, h4.c11, h5.c11, h6.c11, h8.c11, p.c11, ul li.c11 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 32px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 14px;
    margin-bottom: 10px; }
  h1.a12, h2.a12, h3.a12, h4.a12, h5.a12, h6.a12, h8.a12, p.a12, ul li.a12 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 34px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.b12, h2.b12, h3.b12, h4.b12, h5.b12, h6.b12, h8.b12, p.b12, ul li.b12 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 34px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.c12, h2.c12, h3.c12, h4.c12, h5.c12, h6.c12, h8.c12, p.c12, ul li.c12 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 34px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.a13, h2.a13, h3.a13, h4.a13, h5.a13, h6.a13, h8.a13, p.a13, ul li.a13 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 36px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.b13, h2.b13, h3.b13, h4.b13, h5.b13, h6.b13, h8.b13, p.b13, ul li.b13 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 36px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.c13, h2.c13, h3.c13, h4.c13, h5.c13, h6.c13, h8.c13, p.c13, ul li.c13 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 36px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.a14, h2.a14, h3.a14, h4.a14, h5.a14, h6.a14, h8.a14, p.a14, ul li.a14 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 38px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.b14, h2.b14, h3.b14, h4.b14, h5.b14, h6.b14, h8.b14, p.b14, ul li.b14 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 38px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.c14, h2.c14, h3.c14, h4.c14, h5.c14, h6.c14, h8.c14, p.c14, ul li.c14 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 38px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.a15, h2.a15, h3.a15, h4.a15, h5.a15, h6.a15, h8.a15, p.a15, ul li.a15 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 40px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.b15, h2.b15, h3.b15, h4.b15, h5.b15, h6.b15, h8.b15, p.b15, ul li.b15 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 40px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.c15, h2.c15, h3.c15, h4.c15, h5.c15, h6.c15, h8.c15, p.c15, ul li.c15 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 40px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 12px;
    margin-bottom: 12px; }
  h1.a16, h2.a16, h3.a16, h4.a16, h5.a16, h6.a16, h8.a16, p.a16, ul li.a16 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 42px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 10px;
    margin-bottom: 14px; }
  h1.b16, h2.b16, h3.b16, h4.b16, h5.b16, h6.b16, h8.b16, p.b16, ul li.b16 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 42px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 10px;
    margin-bottom: 14px; }
  h1.c16, h2.c16, h3.c16, h4.c16, h5.c16, h6.c16, h8.c16, p.c16, ul li.c16 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 42px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 10px;
    margin-bottom: 14px; }
  h1.a17, h2.a17, h3.a17, h4.a17, h5.a17, h6.a17, h8.a17, p.a17, ul li.a17 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 44px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 10px;
    margin-bottom: 14px; }
  h1.b17, h2.b17, h3.b17, h4.b17, h5.b17, h6.b17, h8.b17, p.b17, ul li.b17 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 44px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 10px;
    margin-bottom: 14px; }
  h1.c17, h2.c17, h3.c17, h4.c17, h5.c17, h6.c17, h8.c17, p.c17, ul li.c17 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 44px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 10px;
    margin-bottom: 14px; }
  h1.a18, h2.a18, h3.a18, h4.a18, h5.a18, h6.a18, h8.a18, p.a18, ul li.a18 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 46px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.b18, h2.b18, h3.b18, h4.b18, h5.b18, h6.b18, h8.b18, p.b18, ul li.b18 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 46px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.c18, h2.c18, h3.c18, h4.c18, h5.c18, h6.c18, h8.c18, p.c18, ul li.c18 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 46px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px; }
  h1.a19, h2.a19, h3.a19, h4.a19, h5.a19, h6.a19, h8.a19, p.a19, ul li.a19 {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 48px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 40px; }
  h1.b19, h2.b19, h3.b19, h4.b19, h5.b19, h6.b19, h8.b19, p.b19, ul li.b19 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 48px;
    line-height: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 40px; }
  h1.c19, h2.c19, h3.c19, h4.c19, h5.c19, h6.c19, h8.c19, p.c19, ul li.c19 {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 48px;
    line-height: 24px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 40px; }
/* Lists
 ------------------------------------------ */
ul {
  margin-bottom: 24px; }
  ul.Bullets {
    display: inline-block;
    position: relative;
    float: left;
    margin-bottom: 0px;
    list-style-position: outside;
    list-style-type: disc; }
  /* Modifiers
   ------------------------------------------ */

.Underline {
  text-decoration: underline; }

.Strike {
  text-decoration: line-through; }

.Bold, strong {
  font-weight: 600 !important; }

.a0.Indent, .b0.Indent, .c0.Indent {
  text-indent: 10px; }

.a1.Indent, .b1.Indent, .c1.Indent {
  text-indent: 14px; }

.a2.Indent, .b2.Indent, .c2.Indent {
  text-indent: 18px; }

.a3.Indent, .b3.Indent, .c3.Indent {
  text-indent: 22px; }

.a4.Indent, .b4.Indent, .c4.Indent {
  text-indent: 26px; }

.a5.Indent, .b5.Indent, .c5.Indent {
  text-indent: 30px; }

.a6.Indent, .b6.Indent, .c6.Indent {
  text-indent: 34px; }

.a7.Indent, .b7.Indent, .c7.Indent {
  text-indent: 38px; }

.a8.Indent, .b8.Indent, .c8.Indent {
  text-indent: 42px; }

.a9.Indent, .b9.Indent, .c9.Indent {
  text-indent: 46px; }

.a10.Indent, .b10.Indent, .c10.Indent {
  text-indent: 50px; }

.a11.Indent, .b11.Indent, .c11.Indent {
  text-indent: 54px; }

.a12.Indent, .b12.Indent, .c12.Indent {
  text-indent: 58px; }

.a13.Indent, .b13.Indent, .c13.Indent {
  text-indent: 62px; }

.a14.Indent, .b14.Indent, .c14.Indent {
  text-indent: 66px; }

.a15.Indent, .b15.Indent, .c15.Indent {
  text-indent: 70px; }

.a16.Indent, .b16.Indent, .c16.Indent {
  text-indent: 74px; }

.a17.Indent, .b17.Indent, .c17.Indent {
  text-indent: 78px; }

.a18.Indent, .b18.Indent, .c18.Indent {
  text-indent: 82px; }

.a19.Indent, .b19.Indent, .c19.Indent {
  text-indent: 86px; }
/* 
 Created on : 17-Sep-2014, 11:47:01
 Author     : david
 */
/* Layout Settings
 ------------------------------------------*/
/* Icons
 ------------------------------------------ */
input.text, textarea.text, select.text {
  background-image: url('Local/Components/Forms/bg-input-text.png'); }
  input.email, textarea.email, select.email {
    background-image: url('Local/Components/Forms/bg-input-email.png'); }
  input.password, textarea.password, select.password {
    background-image: url('Local/Components/Forms/bg-input-password.png'); }
  input.time, textarea.time, select.time {
    background-image: url('Local/Components/Forms/bg-input-time.png'); }
  input.textarea, textarea.textarea, select.textarea {
    background-image: url('Local/Components/Forms/bg-input-time.png'); }
  input.phone, textarea.phone, select.phone {
    background-image: url('Local/Components/Forms/bg-input-phone.png'); }

.Forms {
  background-color: #eee; }
/* Form
 ------------------------------------------ */
.Form {
  /* Fieldset
   ------------------------------------------*/
  /* Formfield
   ------------------------------------------*/ }
  .Form fieldset {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%; }
  .Form fieldset legend {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    /*
     This function returns the padding-top and margin-bottom.
     */
    padding-top: 8px;
    margin-bottom: 16px;
    font-weight: 600 !important;
    margin-bottom: 12px; }
  .Form .FormField {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    /* Input Container
     ------------------------------------------*/
    /* Text Input / Password
     ------------------------------------------*/
    /* Textarea
     ------------------------------------------*/
    /* Single Select 
     ------------------------------------------*/
    /* Switch
     ------------------------------------------*/
    /* Label
     ------------------------------------------*/
    /* Remove Default Browser Styles
     ------------------------------------------*/
    /* Apply Default Styles
     ------------------------------------------*/
    /* Apply Border
     ------------------------------------------*/ }
  .Form .FormField .InputContainer {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    /* Float Label
     ------------------------------------------*/ }
  .Form .FormField .InputContainer .FloatLabel {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 6px;
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    color: GetVar(Brand1);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .Form .FormField.HasText .InputContainer .FloatLabel {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .Form .FormField.HasText .InputContainer input[type=text], .Form .FormField.HasText .InputContainer input[type=email], .Form .FormField.HasText .InputContainer input[type=password] {
    padding-top: 12px; }
  .Form .FormField input[type=text], .Form .FormField input[type=email], .Form .FormField input[type=password] {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 48px; }
  @media only screen and (min-width : 980px) and (max-width : 1099px) {
      .Form .FormField input[type=text], .Form .FormField input[type=email], .Form .FormField input[type=password] {
        height: 48px; } }
  @media only screen and (min-width : 720px) and (max-width : 979px) {
      .Form .FormField input[type=text], .Form .FormField input[type=email], .Form .FormField input[type=password] {
        height: 48px; } }
  @media only screen and (max-width : 719px) and (orientation: landscape) {
      .Form .FormField input[type=text], .Form .FormField input[type=email], .Form .FormField input[type=password] {
        height: 48px; } }
  @media only screen and (max-width : 719px) and (orientation: portrait) {
      .Form .FormField input[type=text], .Form .FormField input[type=email], .Form .FormField input[type=password] {
        height: 48px; } }
  .Form .FormField input[type=text].Small, .Form .FormField input[type=email].Small, .Form .FormField input[type=password].Small {
    height: 24px; }
  .Form .FormField textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    background-image: url('img/bg-input-textarea.png');
    background-position: right top; }
  .Form .FormField select {
    height: 48px;
    background-image: url('/Local/Components/Forms/select.png');
    cursor: pointer; }
  .Form .FormField select option {
    cursor: pointer;
    color: #000; }
  .Form .FormField .Switch {
    height: 36px;
    cursor: pointer;
    padding: 0px !important;
    background-color: transparent !important; }
  .Form .FormField .Switch .Icon {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 12px;
    width: 36px;
    height: 100%; }
  .Form .FormField .Switch .Caption {
    display: inline-block;
    position: relative;
    float: left;
    height: 100%;
    line-height: 36px; }
  .Form .FormField .Switch .Viewport {
    display: inline-block;
    position: relative;
    float: right;
    width: 72px !important;
    height: 100%;
    overflow: hidden;
    background-color: #fff; }
  .Form .FormField .Switch .Viewport .Slider {
    display: inline-block;
    position: absolute;
    float: left;
    width: 108px;
    height: 100%;
    overflow: hidden;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .Form .FormField .Switch .Viewport .Slider .Tick, .Form .FormField .Switch .Viewport .Slider .Toggle, .Form .FormField .Switch .Viewport .Slider .Cross {
      display: inline-block;
      position: relative;
      float: left;
      width: 36px;
      height: 100%;
      text-align: center;
      line-height: 36px; }
    .Form .FormField .Switch .Viewport .Slider .Tick {
      color: GetVar(Brand1); }
    .Form .FormField .Switch .Viewport .Slider .Toggle {
      background-color: GetVar(Brand2);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .Form .FormField .Switch.On .Viewport .Slider {
      right: -36px; }
      .Form .FormField .Switch.On .Viewport .Slider .Toggle {
        background-color: GetVar(Brand1); }
  .Form .FormField label {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    font-weight: 600 !important;
    color: GetVar(Brand2); }
  .Form .FormField label input, .Form .FormField label textarea, .Form .FormField label select, .Form .FormField label .MultiSelect {
    margin-top: 12px; }
  @media only screen and (min-width : 980px) and (max-width : 1099px) {
        .Form .FormField label input, .Form .FormField label textarea, .Form .FormField label select, .Form .FormField label .MultiSelect {
          margin-top: 12px; } }
  @media only screen and (min-width : 720px) and (max-width : 979px) {
        .Form .FormField label input, .Form .FormField label textarea, .Form .FormField label select, .Form .FormField label .MultiSelect {
          margin-top: 12px; } }
  @media only screen and (max-width : 719px) and (orientation: landscape) {
        .Form .FormField label input, .Form .FormField label textarea, .Form .FormField label select, .Form .FormField label .MultiSelect {
          margin-top: 12px; } }
  @media only screen and (max-width : 719px) and (orientation: portrait) {
        .Form .FormField label input, .Form .FormField label textarea, .Form .FormField label select, .Form .FormField label .MultiSelect {
          margin-top: 12px; } }
  .Form .FormField input, .Form .FormField textarea, .Form .FormField select, .Form .FormField select option, .Form .FormField .Switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000; }
  .Form .FormField input.Small, .Form .FormField textarea.Small, .Form .FormField select.Small, .Form .FormField select option.Small, .Form .FormField .Switch.Small {
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000; }
  .Form .FormField input, .Form .FormField textarea, .Form .FormField select, .Form .FormField .Switch {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    color: #000;
    margin-bottom: 0px !important;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 6px;
    background-size: 48px;
    background-position: right center;
    background-repeat: no-repeat; }
  .Form .FormField input, .Form .FormField textarea, .Form .FormField select, .Form .FormField .Switch .Viewport, .Form .FormField .Switch .Viewport .Toggle {
    border: 0px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.Button {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  margin: auto;
  cursor: pointer;
  border-style: solid;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  /*
   @media #{$tablet-landscape}{
   padding-left: $base-line-tablet-landscape;
   padding-right: $base-line-tablet-landscape;
   }
   @media #{$tablet-portrait}{
   padding-left: $base-line-tablet-portrait;
   padding-right: $base-line-tablet-landscape;
   }
   @media #{$mobile-landscape}{
   padding-left: $base-line-mobile-landscape;
   padding-right: $base-line-tablet-landscape;
   }
   @media #{$mobile-portrait}{
   padding-left: $base-line-mobile-portrait;
   padding-right: $base-line-tablet-landscape;
   }
   */
  /* Icon Adjustments */
  /* Sizes */
  /* Colours */
  color: #44575e;
  border-color: #44575e; }
  .Button i {
    margin-right: 6px; }
  .Button.IconOnly {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .Button.IconOnly i {
    margin-right: 0px;
    letter-spacing: 0px; }
  .Button.Big {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    font-weight: 600 !important;
    height: 48px;
    line-height: 42px !important;
    padding-left: 24px;
    padding-right: 24px;
    border-width: 3px; }
  .Button.Big.IconOnly {
    width: 48px; }
  .Button.Med {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    font-weight: 600 !important;
    height: 36px;
    line-height: 32px !important;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 2px; }
  .Button.Med.IconOnly {
    width: 36px; }
  .Button.Small {
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    font-weight: 600 !important;
    height: 24px;
    line-height: 22px !important;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 1px; }
  .Button.Small.IconOnly {
    width: 24px; }
  .Button:hover {
    color: #fff;
    background-color: #44575e; }
  .Button.White {
    color: #fff;
    border-color: #fff; }
  .Button.Red {
    color: GetVar(BrightRed);
    border-color: GetVar(BrightRed); }
  .Button.Red:hover {
    color: #fff;
    background-color: GetVar(BrightRed); }

.page {
  padding-top: 0px;
  padding-bottom: 0px; }
  .page section, .page header, .page footer {
    padding-top: 24px;
    padding-bottom: 24px;
    /*
     @media #{$tablet-landscape}{
     padding-top: $tablet-landscape-gutter * 2px;
     padding-bottom: $tablet-landscape-gutter * 2px;
     }
     @media #{$tablet-portrait}{
     padding-top: $tablet-portrait-gutter * 2px;
     padding-bottom: $tablet-portrait-gutter * 2px;
     }
     @media #{$mobile-landscape}{
     padding-top: $mobile-landscape-gutter#{"%"};
     padding-bottom: $mobile-landscape-gutter#{"%"};
     }
     @media #{$mobile-portrait}{
     padding-top: $mobile-portrait-gutter*2#{"%"};
     padding-bottom: $mobile-portrait-gutter*2#{"%"};
     }
     */ }

header {
  border-bottom: 1px solid #eee; }
  @media only screen and (max-width : 719px) and (orientation: landscape) {
    header .LogoCell {
      text-align: center; } }
  @media only screen and (max-width : 719px) and (orientation: portrait) {
    header .LogoCell {
      text-align: center; } }
  header .LogoCell .Logo {
    width: 48px;
    height: auto; }
  header .NavMain {
    display: inline-block;
    position: relative;
    float: right;
    margin-bottom: 0px; }
  @media only screen and (max-width : 719px) and (orientation: landscape) {
    header .NavMain {
      float: auto; } }
  @media only screen and (max-width : 719px) and (orientation: portrait) {
    header .NavMain {
      float: auto; } }
  header .NavMain li {
    display: inline-block;
    position: relative;
    float: left;
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    border-left: 1px solid #eee;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 48px; }
  @media only screen and (max-width : 719px) and (orientation: landscape) {
      header .NavMain li {
        margin-top: 12px;
        font-family: "Oswald", Arial;
        font-style: normal;
        font-weight: 700;
        /*
         This function returns the font-size, & line-height
         */
        line-height: 12px;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 0rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-smoothing: antialiased;
        color: #000; } }
  @media only screen and (max-width : 719px) and (orientation: portrait) {
      header .NavMain li {
        margin-top: 12px;
        font-family: "Oswald", Arial;
        font-style: normal;
        font-weight: 700;
        /*
         This function returns the font-size, & line-height
         */
        line-height: 12px;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 0rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-smoothing: antialiased;
        color: #000; } }
  header .NavMain li.First {
    border-left: none; }
  header .NavMain li a:hover {
    border-bottom: 3px solid #000; }
  header .Divider {
    display: inline-block;
    display: none;
    position: relative;
    float: left;
    width: 100%;
    border-top: 5px solid #44575e;
    margin-top: 24px; }

footer {
  border-top: 1px solid #eee; }

.Video {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }
  .Video .Proportions {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
  .Video iframe {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.HeroVideo {
  background-color: #000;
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.VideoGrid .Thumbnails {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%; }
  .VideoGrid .Thumbnails .Thumbnail {
    margin-bottom: 24px;
    min-height: 280px; }
  @media only screen and (max-width : 719px) and (orientation: landscape) {
      .VideoGrid .Thumbnails .Thumbnail {
        min-height: auto; } }
  @media only screen and (max-width : 719px) and (orientation: portrait) {
      .VideoGrid .Thumbnails .Thumbnail {
        min-height: auto; } }
  .VideoGrid .Thumbnails .Thumbnail .Image {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px; }
  .VideoGrid .Thumbnails .Thumbnail .Title {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    font-family: "Oswald", Arial;
    font-style: normal;
    font-weight: 700;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    font-weight: 600 !important;
    margin-bottom: 12px; }
  .VideoGrid .Thumbnails .Thumbnail .Date {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    font-family: "Work Sans", Arial;
    font-style: normal;
    font-weight: 300;
    /*
     This function returns the font-size, & line-height
     */
    line-height: 12px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-smoothing: antialiased;
    color: #000;
    color: #666; }

.VideoDescription {
  padding-top: 48px !important;
  border-bottom: 1px solid #eee; }
  .VideoDescription .DownloadBox {
    display: inline-block;
    position: relatiVe;
    float: left;
    width: 100%;
    padding: 36px;
    border: 4px solid #000; }

.BuyBeer .DonationOption {
  text-align: center; }
