@charset "UTF-8";
/* Helpers */
/* Fonts */
/* Conversion */
/* Layers */
/* String */
/* Sprite */
/* Math */
/* Color */
/* Selector */
/* Media Query */
/* Element Query */
/* Background */
/* Sprite */
/* Text */
/* List */
/* Stack */
/* Alignment */
/* No Whitespace */
/* Ratio */
/* Affix */
/* Font Face */
/* Clearfix */
/* Hidden */
/* Config */
/* Fonts */
/* Colors */
/* Sizes */
/* Borders */
/* Layers */
/* Transitions */
/* Ayre */
/* Vendor */
/* Partials */
/* No Whitespace Font */
@font-face {
  font-family: ayre-no-whitespace;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
}

/* Sizes */
/* Points */
/* Measure */
/* Span */
/* Range */
/* Gutters */
/* Grid */
/* Container */
/* Items */
/* Gutters */
/* Span */
/* Media */
/* Selector */
/* Variables */
/*

    Utility OpenType v0.1.4
    Simple, CSS utility classes for advanced typographic features.
    http://utility-opentype.kennethormandy.com

*/
.liga {
  -ms-font-feature-settings: "liga";
  font-variant-ligatures: common-ligatures;
}

@supports not (font-variant-ligatures: common-ligatures) {
  .liga {
    font-feature-settings: "liga", "liga", "clig";
  }
}

.dlig {
  -ms-font-feature-settings: "dlig";
  font-variant-ligatures: discretionary-ligatures;
}

@supports not (font-variant-ligatures: discretionary-ligatures) {
  .dlig {
    font-feature-settings: "dlig", "dlig";
  }
}

.smcp {
  text-transform: uppercase;
  -ms-font-feature-settings: "lnum", "smcp", "c2sc" 0;
}

@supports not (font-variant-caps: small-caps) {
  .smcp {
    text-transform: inherit;
    font-feature-settings: "onum", "smcp", "c2sc" 0;
  }
}

@supports (font-variant-caps: small-caps) {
  .smcp {
    text-transform: inherit;
    font-feature-settings: "c2sc";
    font-variant-caps: small-caps;
  }
}

.c2sc {
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
  -ms-font-feature-settings: "smcp" 0, "c2sc";
}

@supports (font-variant-caps: all-small-caps) or (font-feature-settings: "c2sc") {
  .c2sc {
    text-transform: lowercase;
  }
}

@supports not (font-variant-caps: all-small-caps) {
  .c2sc {
    font-feature-settings: "onum", "smcp" 0, "c2sc", "smcp", "c2sc";
  }
}

.c2sc.smcp,
.caps {
  text-transform: uppercase;
  -ms-font-feature-settings: "smcp", "c2sc";
  font-variant-caps: all-small-caps;
}

@supports (font-feature-settings: "smcp", "c2sc") {
  @supports not (font-variant-caps: all-small-caps) {
    .c2sc.smcp,
    .caps {
      text-transform: inherit;
      font-feature-settings: "smcp", "c2sc", "smcp", "c2sc";
    }
  }
}

@supports not (font-variant-caps: small-caps) {
  @supports not (font-variant-numeric: oldstyle-nums) {
    .smcp.onum {
      font-feature-settings: "onum", "smcp" 1;
    }
  }
}

@supports not (font-variant-caps: all-small-caps) {
  @supports not (font-variant-numeric: oldstyle-nums) {
    .c2sc.onum,
    .caps.onum {
      text-transform: lowercase;
      font-feature-settings: "onum", "smcp" 1;
    }
  }
}

.case {
  font-feature-settings: "case";
}

.titl {
  -ms-font-feature-settings: "titl";
  font-variant-caps: titling-caps;
}

@supports not (font-variant-caps: titling-caps) {
  .titl {
    font-feature-settings: "titl", "titl";
  }
}

.calt {
  -ms-font-feature-settings: "calt";
  font-variant-ligatures: contextual;
}

@supports not (font-variant-ligatures: contextual) {
  .calt {
    font-feature-settings: "calt", "calt";
  }
}

.hist {
  -ms-font-feature-settings: "hist";
  font-variant-alternates: historical-forms;
}

@supports not (font-variant-alternates: historical-forms) {
  .hist {
    font-feature-settings: "hist";
  }
}

.swsh,
.swsh-1 {
  font-feature-settings: "swsh";
}

.swsh-2 {
  font-feature-settings: "swsh" 2;
}

.swsh-3 {
  font-feature-settings: "swsh" 3;
}

.salt,
.salt-1 {
  font-feature-settings: "salt";
}

.salt-2 {
  font-feature-settings: "salt" 2;
}

.salt-3 {
  font-feature-settings: "salt" 3;
}

.ss01 {
  font-feature-settings: "ss01";
}

.ss02 {
  font-feature-settings: "ss02";
}

.ss03 {
  font-feature-settings: "ss03";
}

.ss04 {
  font-feature-settings: "ss04";
}

.ss05 {
  font-feature-settings: "ss05";
}

.ss06 {
  font-feature-settings: "ss06";
}

.ss07 {
  font-feature-settings: "ss07";
}

.ss08 {
  font-feature-settings: "ss08";
}

.ss09 {
  font-feature-settings: "ss09";
}

.ss10 {
  font-feature-settings: "ss10";
}

.ss11 {
  font-feature-settings: "ss11";
}

.ss12 {
  font-feature-settings: "ss12";
}

.ss13 {
  font-feature-settings: "ss13";
}

.ss14 {
  font-feature-settings: "ss14";
}

.ss15 {
  font-feature-settings: "ss15";
}

.ss16 {
  font-feature-settings: "ss16";
}

.ss17 {
  font-feature-settings: "ss17";
}

.ss18 {
  font-feature-settings: "ss18";
}

.ss19 {
  font-feature-settings: "ss19";
}

.ss20 {
  font-feature-settings: "ss20";
}

.frac {
  -ms-font-feature-settings: "frac";
  font-variant-numeric: diagonal-fractions;
}

@supports not (font-variant-numeric: diagonal-fractions) {
  .frac {
    font-feature-settings: "frac", "frac";
  }
}

.afrc {
  -ms-font-feature-settings: "afrc";
  font-variant-numeric: stacked-fractions;
}

@supports not (font-variant-numeric: stacked-fractions) {
  .afrc {
    font-feature-settings: "afrc", "afrc";
  }
}

.ordn {
  -ms-font-feature-settings: "ordn";
  font-variant-numeric: ordinal;
}

@supports not (font-variant-numeric: ordinal) {
  .ordn {
    font-feature-settings: "ordn", "ordn";
  }
}

.sups {
  font-variant-position: super;
}

@supports not (font-variant-position: sup) {
  .sups {
    font-feature-settings: "sups", "sups";
  }
  @supports (font-feature-settings: "sups") {
    .sups {
      font-size: 1em;
      vertical-align: baseline;
    }
  }
  @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
    .sups {
      vertical-align: super;
    }
  }
}

.subs,
.sinf {
  font-size: inherit;
  font-variant-position: sub;
}

@supports not (font-variant-position: sub) {
  .subs,
  .sinf {
    font-feature-settings: "subs", "subs";
  }
  @supports (font-feature-settings: "subs") {
    .subs,
    .sinf {
      font-size: 1em;
      vertical-align: baseline;
    }
  }
  @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
    .subs,
    .sinf {
      vertical-align: sub;
      font-size: smaller;
    }
  }
}

@supports (font-feature-settings: "sinf") {
  .sinf {
    font-variant-position: normal;
    font-feature-settings: "sinf", "subs" off, "sups" off;
    vertical-align: baseline;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .sinf {
    vertical-align: sub;
    font-size: smaller;
  }
}

.lnum {
  font-variant-numeric: lining-nums;
}

@supports not (font-variant-numeric: lining-nums) {
  .lnum {
    font-feature-settings: "lnum", "onum" 0, "lnum";
  }
}

.onum {
  font-variant-numeric: oldstyle-nums;
}

@supports not (font-variant-numeric: oldstyle-nums) {
  .onum {
    font-feature-settings: "lnum" 0, "onum", "onum";
  }
}

.pnum {
  font-variant-numeric: proportional-nums;
}

@supports not (font-variant-numeric: proportional-nums) {
  .pnum {
    font-feature-settings: "pnum", "tnum" 0, "pnum";
  }
}

.tnum {
  font-variant-numeric: tabular-nums;
}

@supports not (font-variant-numeric: tabular-nums) {
  .tnum {
    font-feature-settings: "pnum" 0, "tnum", "tnum";
  }
}

.lnum.pnum {
  -ms-font-feature-settings: "lnum", "onum" 0, "pnum", "tnum" 0;
}

@supports not (font-feature-settings: "onum" inherit) {
  .lnum.pnum {
    font-feature-settings: "lnum", "onum" 0, "pnum", "tnum" 0;
  }
}

.lnum.tnum {
  -ms-font-feature-settings: "lnum", "onum" 0, "pnum" 0, "tnum";
}

@supports not (font-feature-settings: "onum" inherit) {
  .lnum.tnum {
    font-feature-settings: "lnum", "onum" 0, "pnum" 0, "tnum";
  }
}

.onum.pnum {
  -ms-font-feature-settings: "lnum" 0, "onum", "pnum", "tnum" 0;
}

@supports not (font-feature-settings: "onum" inherit) {
  .onum.pnum {
    font-feature-settings: "lnum" 0, "onum", "pnum", "tnum" 0;
  }
}

.onum.tnum {
  -ms-font-feature-settings: "lnum" 0, "onum", "pnum" 0, "tnum";
}

@supports not (font-feature-settings: "onum" inherit) {
  .onum.tnum {
    font-feature-settings: "lnum" 0, "onum", "pnum" 0, "tnum";
  }
}

.onum.zero {
  -ms-font-feature-settings: "onum", "zero";
}

@supports not (font-feature-settings: "onum" inherit) {
  .onum.zero {
    font-feature-settings: "onum", "zero";
  }
}

.onum.tnum.zero {
  -ms-font-feature-settings: "onum", "zero", "tnum";
}

@supports not (font-feature-settings: "onum" inherit) {
  .onum.tnum.zero {
    font-feature-settings: "onum", "zero", "tnum";
  }
}

.onum.pnum.zero {
  -ms-font-feature-settings: "onum", "zero", "pnum";
}

@supports not (font-feature-settings: "onum" inherit) {
  .onum.pnum.zero {
    font-feature-settings: "onum", "zero", "pnum";
  }
}

.lnum.zero {
  -ms-font-feature-settings: "lnum", "zero";
}

@supports not (font-feature-settings: "onum" inherit) {
  .lnum.zero {
    font-feature-settings: "lnum", "zero";
  }
}

.lnum.tnum.zero {
  -ms-font-feature-settings: "lnum", "zero", "tnum";
}

@supports not (font-feature-settings: "onum" inherit) {
  .lnum.tnum.zero {
    font-feature-settings: "lnum", "zero", "tnum";
  }
}

.lnum.pnum.zero {
  -ms-font-feature-settings: "lnum", "zero", "pnum";
}

@supports not (font-feature-settings: "onum" inherit) {
  .lnum.pnum.zero {
    font-feature-settings: "lnum", "zero", "pnum";
  }
}

.zero {
  font-variant-numeric: slashed-zero;
}

@supports not (font-variant-numeric: slashed-zero) {
  .zero {
    font-feature-settings: "zero", "zero";
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .smcp {
    text-transform: lowercase;
  }
  .c2sc {
    text-transform: lowercase;
  }
  .c2sc.smcp,
  .caps {
    text-transform: lowercase;
  }
}

/* Styles */
/* Fonts */
/* No Whitespace Font */
@font-face {
  font-family: no-whitespace;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
}

/* General */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  color: #091B57;
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (min-width: 56em) and (max-width: 74.6875em) {
  html {
    font-size: 93.75%;
  }
}

@media screen and (max-width: 55.9375em) {
  html {
    font-size: 87.5%;
  }
}

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

* + * {
  margin-top: 1em;
}

/* Break */
br {
  margin-top: 0 !important;
}

/* Header */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 300;
}

figure + h1, figure + h2, figure + h3, figure + h4, figure + h5, figure + h6 {
  margin-top: 0.25em;
}

h1 {
  font-size: 3.51787629em;
  letter-spacing: -0.03em;
  font-weight: 200;
}

h1 strong {
  font-weight: 300;
}

h2 {
  font-size: 2.66001988em;
  letter-spacing: -0.03em;
  font-weight: 200;
}

h2 strong {
  font-weight: 300;
}

h3 {
  font-size: 1.520875em;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 600;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

/* Paragraph */
p, .summary, .intro, .details {
  color: inherit;
}

/* List */
ul, ol {
  padding: 0;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
}

ul li, ol li {
  margin: 0 0 0 1.5em;
}

ul:not([type]) {
  list-style: disc;
}

ul:not([type]) ul:not([type]) {
  list-style: circle;
}

ul:not([type]) ul:not([type]) ul:not([type]) {
  list-style: square;
}

ol:not([type]) {
  list-style: decimal;
}

ol:not([type]) ol:not([type]) {
  list-style: lower-alpha;
}

ol:not([type]) ol:not([type]) ol:not([type]) {
  list-style: lower-roman;
}

dt {
  float: left;
  font-weight: 600;
  margin: 0;
  width: 6em;
}

dd {
  margin: 0 0 0 7em;
}

/* Link */
a:link,a:visited {
  color: inherit;
  transition: all 0.25s ease;
  text-decoration: underline;
}

/* Emphasis, Mark, Small */
em, i {
  font-style: italic;
}

strong, b {
  font-weight: 600;
}

mark {
  background-color: #95c11e;
  padding: 0 0.2em;
}

small {
  opacity: 0.6;
  font-size: inherit;
}

/* Quote */
blockquote {
  border-left: 1px solid #e6e6e6;
  font-style: oblique;
  padding: 0 1em;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

/* Preformatted & Code */
pre, code {
  font-size: 1em;
  font-family: Consolas, Courier New, Courier, monospace;
}

pre {
  padding: 1em;
  background: #f2f2f2;
  line-height: 1.3;
  -moz-tab-size: 4;
  tab-size: 4;
  width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

pre code {
  padding: 0;
}

/* Abbreviation */
abbr {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Superscript & Subscript */
sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* Deleted & Inserted */
del, strike {
  text-decoration: line-through;
}

ins, u {
  text-decoration: underline;
}

/* Rule */
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
}

* + hr {
  margin: 2em 0;
}

/* Image */
img, svg {
  display: inline-block;
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

/* Audio */
audio {
  display: inline-block;
  vertical-align: middle;
}

/* Video */
video {
  display: inline-block;
  vertical-align: middle;
}

/* Figures */
figcaption {
  margin-top: 0.5em;
  display: block;
  color: #6b769a;
}

/* Table */
table {
  border: 1px solid #e6e6e6;
  border-spacing: 0;
  min-width: 100%;
  text-align: left;
}

table tr:first-child th, table tr:first-child td {
  border-top: 0;
}

table th, table td {
  border-left: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding: 0.4em 0.6em;
  vertical-align: top;
}

table th:first-child, table td:first-child {
  border-left: 0;
}

table th {
  color: #06133d;
  font-weight: 600;
  text-align: left;
}

table thead th, table thead td {
  white-space: nowrap;
}

table thead tr:last-child th, table thead tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

table tbody th, table tbody td {
  transition: all 0.25s ease;
}

table tfoot tr:first-child th, table tfoot tr:first-child td {
  border-top: 1px solid #e6e6e6;
}

table caption {
  font-size: 0.86956522em;
  margin-top: 0.8em;
  caption-side: bottom;
  font-style: oblique;
  text-align: right;
}

@media screen and (max-width: 62.1875em) {
  table.is-responsive {
    display: block;
    border: 0;
  }
  table.is-responsive th, table.is-responsive td {
    border: 0;
    margin-top: 0;
    display: block;
    text-align: left !important;
  }
  table.is-responsive tr {
    display: block;
    border: 1px solid #e6e6e6;
    border-top: 0;
    margin-top: 0;
  }
  table.is-responsive tr:first-child th, table.is-responsive tr:first-child td {
    border-top: 1px solid #f2f2f2;
  }
  table.is-responsive thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.is-responsive thead__focusable:active, table.is-responsive thead__focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  table.is-responsive tbody {
    border-top: 1px solid #e6e6e6;
  }
  table.is-responsive tbody,
  table.is-responsive tfoot {
    display: block;
    margin-top: 0;
  }
  table.is-responsive tbody th, table.is-responsive tbody td,
  table.is-responsive tfoot th,
  table.is-responsive tfoot td {
    border-top: 1px solid #f2f2f2;
    padding-left: calc(8.125rem + 0.6em);
  }
  table.is-responsive tbody th::before, table.is-responsive tbody td::before,
  table.is-responsive tfoot th::before,
  table.is-responsive tfoot td::before {
    content: attr(data-header);
    color: #06133d;
    font-weight: 600;
    display: inline-block;
    width: 8.125rem;
    margin-left: -8.125rem;
    padding-right: 0.6em;
  }
  table.is-responsive tbody th:first-child, table.is-responsive tbody td:first-child,
  table.is-responsive tfoot th:first-child,
  table.is-responsive tfoot td:first-child {
    border-top: 0;
  }
  table.is-responsive tfoot tr:first-child {
    border-top: 0;
  }
  table.is-responsive tfoot tr:first-child th, table.is-responsive tfoot tr:first-child td {
    border-top: 1px solid #f2f2f2;
  }
  table.is-responsive tfoot tr:first-child th:first-child, table.is-responsive tfoot tr:first-child td:first-child {
    border-top: 0;
  }
  table.is-responsive caption {
    display: block;
  }
}

/* Input */
input, .input-pseudo,
select,
textarea,
button,
.button {
  transition: all 0.25s ease;
  margin: 0;
}

input[type=date]:focus, .input-pseudo[type=date]:focus,
input[type=datetime]:focus,
.input-pseudo[type=datetime]:focus,
input[type=datetime-local]:focus,
.input-pseudo[type=datetime-local]:focus,
input[type=email]:focus,
.input-pseudo[type=email]:focus,
input[type=month]:focus,
.input-pseudo[type=month]:focus,
input[type=number]:focus,
.input-pseudo[type=number]:focus,
input[type=password]:focus,
.input-pseudo[type=password]:focus,
input[type=search]:focus,
.input-pseudo[type=search]:focus,
input[type=tel]:focus,
.input-pseudo[type=tel]:focus,
input[type=text]:focus,
.input-pseudo:focus,
input[type=time]:focus,
.input-pseudo[type=time]:focus,
input[type=url]:focus,
.input-pseudo[type=url]:focus,
input[type=week]:focus,
.input-pseudo[type=week]:focus,
textarea:focus,
select:focus,
input[type=reset]:focus,
.input-pseudo[type=reset]:focus,
input[type=submit]:focus,
.input-pseudo[type=submit]:focus,
input[type=button]:focus,
.input-pseudo[type=button]:focus,
button:focus,
.button:focus {
  border-color: #091B57;
  box-shadow: #3a4979 0 0 5px 0;
}

input[type=date], .input-pseudo[type=date],
input[type=datetime],
.input-pseudo[type=datetime],
input[type=datetime-local],
.input-pseudo[type=datetime-local],
input[type=email],
.input-pseudo[type=email],
input[type=month],
.input-pseudo[type=month],
input[type=number],
.input-pseudo[type=number],
input[type=password],
.input-pseudo[type=password],
input[type=search],
.input-pseudo[type=search],
input[type=tel],
.input-pseudo[type=tel],
input[type=text],
.input-pseudo,
input[type=time],
.input-pseudo[type=time],
input[type=url],
.input-pseudo[type=url],
input[type=week],
.input-pseudo[type=week],
textarea,
select {
  -webkit-appearance: none;
  font-size: inherit;
  background-color: transparent;
  border: 1px solid;
  border-color: #9da4bc;
  border-radius: 0;
  color: #091B57;
  font-family: inherit;
  outline: 0;
  padding: 0.5em 0.7em;
  text-align: left;
  vertical-align: baseline;
  line-height: inherit;
  height: ceiling(calc(2.4em + 2px));
  width: 100%;
}

input[type=date]:focus:valid, .input-pseudo[type=date]:focus:valid,
input[type=datetime]:focus:valid,
.input-pseudo[type=datetime]:focus:valid,
input[type=datetime-local]:focus:valid,
.input-pseudo[type=datetime-local]:focus:valid,
input[type=email]:focus:valid,
.input-pseudo[type=email]:focus:valid,
input[type=month]:focus:valid,
.input-pseudo[type=month]:focus:valid,
input[type=number]:focus:valid,
.input-pseudo[type=number]:focus:valid,
input[type=password]:focus:valid,
.input-pseudo[type=password]:focus:valid,
input[type=search]:focus:valid,
.input-pseudo[type=search]:focus:valid,
input[type=tel]:focus:valid,
.input-pseudo[type=tel]:focus:valid,
input[type=text]:focus:valid,
.input-pseudo:focus:valid,
input[type=time]:focus:valid,
.input-pseudo[type=time]:focus:valid,
input[type=url]:focus:valid,
.input-pseudo[type=url]:focus:valid,
input[type=week]:focus:valid,
.input-pseudo[type=week]:focus:valid,
textarea:focus:valid,
select:focus:valid {
  border-color: #95c11e;
}

input[type=date]::-webkit-input-placeholder, .input-pseudo[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
.input-pseudo[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
.input-pseudo[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
.input-pseudo[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
.input-pseudo[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
.input-pseudo[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
.input-pseudo[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-pseudo[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
.input-pseudo[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
.input-pseudo::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
.input-pseudo[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
.input-pseudo[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
.input-pseudo[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(5, 16, 52, 0.4);
  opacity: 1;
}

input[type=date]:-ms-input-placeholder, .input-pseudo[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
.input-pseudo[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
.input-pseudo[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
.input-pseudo[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
.input-pseudo[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
.input-pseudo[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
.input-pseudo[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
.input-pseudo[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
.input-pseudo[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
.input-pseudo:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
.input-pseudo[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
.input-pseudo[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
.input-pseudo[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(5, 16, 52, 0.4);
  opacity: 1;
}

input[type=date]::placeholder, .input-pseudo[type=date]::placeholder,
input[type=datetime]::placeholder,
.input-pseudo[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
.input-pseudo[type=datetime-local]::placeholder,
input[type=email]::placeholder,
.input-pseudo[type=email]::placeholder,
input[type=month]::placeholder,
.input-pseudo[type=month]::placeholder,
input[type=number]::placeholder,
.input-pseudo[type=number]::placeholder,
input[type=password]::placeholder,
.input-pseudo[type=password]::placeholder,
input[type=search]::placeholder,
.input-pseudo[type=search]::placeholder,
input[type=tel]::placeholder,
.input-pseudo[type=tel]::placeholder,
input[type=text]::placeholder,
.input-pseudo::placeholder,
input[type=time]::placeholder,
.input-pseudo[type=time]::placeholder,
input[type=url]::placeholder,
.input-pseudo[type=url]::placeholder,
input[type=week]::placeholder,
.input-pseudo[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(5, 16, 52, 0.4);
  opacity: 1;
}

input[type=date].white, .input-pseudo[type=date].white,
input[type=datetime].white,
.input-pseudo[type=datetime].white,
input[type=datetime-local].white,
.input-pseudo[type=datetime-local].white,
input[type=email].white,
.input-pseudo[type=email].white,
input[type=month].white,
.input-pseudo[type=month].white,
input[type=number].white,
.input-pseudo[type=number].white,
input[type=password].white,
.input-pseudo[type=password].white,
input[type=search].white,
.input-pseudo[type=search].white,
input[type=tel].white,
.input-pseudo[type=tel].white,
input[type=text].white,
.white.input-pseudo,
input[type=time].white,
.input-pseudo[type=time].white,
input[type=url].white,
.input-pseudo[type=url].white,
input[type=week].white,
.input-pseudo[type=week].white,
textarea.white,
select.white {
  color: white;
  border-color: currentColor;
}

input[type=date].white::-webkit-input-placeholder, .input-pseudo[type=date].white::-webkit-input-placeholder,
input[type=datetime].white::-webkit-input-placeholder,
.input-pseudo[type=datetime].white::-webkit-input-placeholder,
input[type=datetime-local].white::-webkit-input-placeholder,
.input-pseudo[type=datetime-local].white::-webkit-input-placeholder,
input[type=email].white::-webkit-input-placeholder,
.input-pseudo[type=email].white::-webkit-input-placeholder,
input[type=month].white::-webkit-input-placeholder,
.input-pseudo[type=month].white::-webkit-input-placeholder,
input[type=number].white::-webkit-input-placeholder,
.input-pseudo[type=number].white::-webkit-input-placeholder,
input[type=password].white::-webkit-input-placeholder,
.input-pseudo[type=password].white::-webkit-input-placeholder,
input[type=search].white::-webkit-input-placeholder,
.input-pseudo[type=search].white::-webkit-input-placeholder,
input[type=tel].white::-webkit-input-placeholder,
.input-pseudo[type=tel].white::-webkit-input-placeholder,
input[type=text].white::-webkit-input-placeholder,
.white.input-pseudo::-webkit-input-placeholder,
input[type=time].white::-webkit-input-placeholder,
.input-pseudo[type=time].white::-webkit-input-placeholder,
input[type=url].white::-webkit-input-placeholder,
.input-pseudo[type=url].white::-webkit-input-placeholder,
input[type=week].white::-webkit-input-placeholder,
.input-pseudo[type=week].white::-webkit-input-placeholder,
textarea.white::-webkit-input-placeholder,
select.white::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

input[type=date].white:-ms-input-placeholder, .input-pseudo[type=date].white:-ms-input-placeholder,
input[type=datetime].white:-ms-input-placeholder,
.input-pseudo[type=datetime].white:-ms-input-placeholder,
input[type=datetime-local].white:-ms-input-placeholder,
.input-pseudo[type=datetime-local].white:-ms-input-placeholder,
input[type=email].white:-ms-input-placeholder,
.input-pseudo[type=email].white:-ms-input-placeholder,
input[type=month].white:-ms-input-placeholder,
.input-pseudo[type=month].white:-ms-input-placeholder,
input[type=number].white:-ms-input-placeholder,
.input-pseudo[type=number].white:-ms-input-placeholder,
input[type=password].white:-ms-input-placeholder,
.input-pseudo[type=password].white:-ms-input-placeholder,
input[type=search].white:-ms-input-placeholder,
.input-pseudo[type=search].white:-ms-input-placeholder,
input[type=tel].white:-ms-input-placeholder,
.input-pseudo[type=tel].white:-ms-input-placeholder,
input[type=text].white:-ms-input-placeholder,
.white.input-pseudo:-ms-input-placeholder,
input[type=time].white:-ms-input-placeholder,
.input-pseudo[type=time].white:-ms-input-placeholder,
input[type=url].white:-ms-input-placeholder,
.input-pseudo[type=url].white:-ms-input-placeholder,
input[type=week].white:-ms-input-placeholder,
.input-pseudo[type=week].white:-ms-input-placeholder,
textarea.white:-ms-input-placeholder,
select.white:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

input[type=date].white::placeholder, .input-pseudo[type=date].white::placeholder,
input[type=datetime].white::placeholder,
.input-pseudo[type=datetime].white::placeholder,
input[type=datetime-local].white::placeholder,
.input-pseudo[type=datetime-local].white::placeholder,
input[type=email].white::placeholder,
.input-pseudo[type=email].white::placeholder,
input[type=month].white::placeholder,
.input-pseudo[type=month].white::placeholder,
input[type=number].white::placeholder,
.input-pseudo[type=number].white::placeholder,
input[type=password].white::placeholder,
.input-pseudo[type=password].white::placeholder,
input[type=search].white::placeholder,
.input-pseudo[type=search].white::placeholder,
input[type=tel].white::placeholder,
.input-pseudo[type=tel].white::placeholder,
input[type=text].white::placeholder,
.white.input-pseudo::placeholder,
input[type=time].white::placeholder,
.input-pseudo[type=time].white::placeholder,
input[type=url].white::placeholder,
.input-pseudo[type=url].white::placeholder,
input[type=week].white::placeholder,
.input-pseudo[type=week].white::placeholder,
textarea.white::placeholder,
select.white::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

input[type=file], .input-pseudo[type=file],
input[type=color],
.input-pseudo[type=color],
input[type=range],
.input-pseudo[type=range] {
  vertical-align: middle;
}

select {
  padding-right: 0;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-size: 20px 5px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%225%22%3E%3Cpath%20d%3D%22M0%200l5%205%205-5z%22%2F%3E%3C%2Fsvg%3E');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 28px;
  }
  select.white {
    background-size: 20px 5px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%205%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200l5%205%205-5H0z%22%2F%3E%3C%2Fsvg%3E');
  }
}

@media (min--moz-device-pixel-ratio: 0) {
  select {
    padding-right: 0.7em;
  }
}

optgroup {
  margin-top: 0;
  font-size: 1em;
  color: #6b769a;
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
}

option {
  margin-top: 0;
  color: #091B57;
}

textarea {
  display: block;
  min-height: 6.25em;
  overflow: auto;
  resize: vertical;
}

input[type=reset], .input-pseudo[type=reset],
input[type=submit],
.input-pseudo[type=submit],
input[type=button],
.input-pseudo[type=button],
button,
.button {
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid;
  background-color: #95c11e;
  border-color: white;
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 300;
  outline: 0;
  padding: 0.5em 0.7em;
  vertical-align: baseline;
  line-height: inherit;
  height: calc(2.4em + 2px);
  width: 100%;
}

input[type=reset], .input-pseudo[type=reset], input[type=reset]:link, input[type=reset]:visited, .input-pseudo[type=reset]:link, .input-pseudo[type=reset]:visited,
input[type=submit],
.input-pseudo[type=submit],
input[type=submit]:link,
input[type=submit]:visited,
.input-pseudo[type=submit]:link,
.input-pseudo[type=submit]:visited,
input[type=button],
.input-pseudo[type=button],
input[type=button]:link,
input[type=button]:visited,
.input-pseudo[type=button]:link,
.input-pseudo[type=button]:visited,
button,
.button,
button:link,
button:visited,
.button:link,
.button:visited {
  color: white;
}

input[type=reset].white, .input-pseudo[type=reset].white,
input[type=submit].white,
.input-pseudo[type=submit].white,
input[type=button].white,
.input-pseudo[type=button].white,
button.white,
.white.button {
  color: white;
  border-color: currentColor;
  background-color: transparent;
}

input[disabled], .input-pseudo[disabled],
select[disabled],
select option[disabled],
select optgroup[disabled],
textarea[disabled],
button[disabled],
.button[disabled],
.button.is-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=date][disabled], .input-pseudo[type=date][disabled],
input[type=datetime][disabled],
.input-pseudo[type=datetime][disabled],
input[type=datetime-local][disabled],
.input-pseudo[type=datetime-local][disabled],
input[type=email][disabled],
.input-pseudo[type=email][disabled],
input[type=month][disabled],
.input-pseudo[type=month][disabled],
input[type=number][disabled],
.input-pseudo[type=number][disabled],
input[type=password][disabled],
.input-pseudo[type=password][disabled],
input[type=search][disabled],
.input-pseudo[type=search][disabled],
input[type=tel][disabled],
.input-pseudo[type=tel][disabled],
input[type=text][disabled],
.input-pseudo[disabled],
.input-pseudo.is-disabled,
input[type=time][disabled],
.input-pseudo[type=time][disabled],
input[type=url][disabled],
.input-pseudo[type=url][disabled],
input[type=week][disabled],
.input-pseudo[type=week][disabled],
select[disabled],
select option[disabled],
select optgroup[disabled],
textarea[disabled] {
  color: #6b769a;
  opacity: 0.75;
  background-color: #f2f2f2;
}

input[type=reset][disabled], .input-pseudo[type=reset][disabled],
input[type=submit][disabled],
.input-pseudo[type=submit][disabled],
input[type=button][disabled],
.input-pseudo[type=button][disabled],
button[disabled],
.button[disabled],
.button.is-disabled {
  opacity: 0.25;
}

datalist {
  display: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-ms-clear {
  display: none;
}

/* Form */
form {
  padding: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  display: none;
}

/* Text */
.summary {
  font-size: 1.520875em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.03em;
}

.summary__small {
  font-size: 1.3225em;
}

.intro {
  font-size: 1.87560361em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.details {
  opacity: 0.6;
  margin-top: 0;
}

.details__bold {
  font-weight: 600;
  opacity: 1;
}

.error {
  color: #c81a78;
}

.article-heading {
  font-size: 1.74900625em;
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.article-heading a {
  text-decoration: none;
}

/* Pagination */
.pagination {
  text-align: center;
  padding-left: 0;
  font-family: no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: -1em;
}

.pagination > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.pagination > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.pagination > * {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}

.pagination > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.pagination > * {
  width: auto;
}

.pagination a {
  text-decoration: none;
  font-size: 1.74900625em;
}

/* Button */
.button {
  display: inline-block;
}

.button:link,.button:visited {
  text-decoration: none;
}

.button__secondary {
  border-color: transparent;
}

.button__secondary, .button__secondary:link, .button__secondary:visited {
  color: #091B57 !important;
}

/* Action Box */
.action-button.action-button {
  cursor: pointer;
  border: 1px solid currentColor;
  padding: 0.2em 0.5em;
  font-size: 1.74900625em;
  min-width: 300px;
  display: inline-block;
  margin-left: 0.175em;
  margin-right: 0.175em;
  height: auto;
  min-height: calc(1.85em + 2px);
  vertical-align: middle;
}

.action-button.action-button:link,.action-button.action-button:visited {
  text-decoration: none;
}

.action-button.action-button span {
  transition: all 0.25s ease;
}

* + .action-button.action-button, .action-button.action-button + * {
  margin-top: 1em;
}

.action-button.action-button:hover {
  background-color: currentColor;
}

.action-button.action-button:hover span {
  color: white;
}

.section__image .action-button.action-button:hover span {
  color: #444444;
}

.section__primary .action-button.action-button:hover span {
  color: #091B57;
}

.section__secondary .action-button.action-button:hover span {
  color: #95c11e;
}

.section__tertiary .action-button.action-button:hover span {
  color: #c81a78;
}

.action-button.action-button__secondary {
  border-color: #95c11e;
}

.action-button.action-button__secondary:hover {
  background-color: #95c11e;
}

.action-button.action-button__secondary-filled {
  border-color: #95c11e;
  background-color: #95c11e;
}

.action-button.action-button__secondary-filled:hover {
  background-color: #95c11e;
}

.action-button.action-button__tertiary {
  border-color: #c81a78;
}

.action-button.action-button__tertiary:hover {
  background-color: #c81a78;
}

.action-button.action-button__header {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.3em 0.6em;
  min-height: calc(2em + 2px);
}

.action-input.action-input {
  color: #091B57;
  border: 1px solid currentColor;
  font-size: 1.74900625em;
  padding: 0.2em 0.5em;
  min-width: 300px;
  display: inline-block;
  margin-left: 0.175em;
  margin-right: 0.175em;
  height: auto;
  min-height: calc(1.85em + 2px);
}

.action-input.action-input span {
  transition: all 0.25s ease;
}

* + .action-input.action-input, .action-input.action-input + * {
  margin-top: 1em;
}

.section__image .action-input.action-input {
  color: white;
  border-color: currentColor;
}

.action-input.action-input__header {
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.3em 0.6em;
  min-height: calc(2em + 2px);
}

.action-input.action-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.action-input.action-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.action-input.action-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.action-nav-list {
  border: 1px solid currentColor;
}

/* Action Bar */
.action-bar {
  margin-top: 1em;
  font-family: ayre-no-whitespace;
  margin-left: -0.175em;
  margin-right: -0.175em;
  margin-bottom: -0.35em;
}

.action-bar > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 0.175em;
  padding-right: 0.175em;
  margin-bottom: 0.35em;
}

@media screen and (min-width: 43.5em) {
  .action-bar > * {
    width: 50%;
  }
}

@media screen and (min-width: 62.25em) {
  .action-bar > * {
    width: 33.33333333%;
  }
}

@media screen and (min-width: 81em) {
  .action-bar > * {
    width: 25%;
  }
}

.action-bar .action-button,
.action-bar .action-input {
  min-width: 0;
  width: 100%;
  margin: 0;
}

/* Google Maps */
.google-maps {
  border: 1px solid white;
  padding: 0.2em 0.6em;
  display: inline-block;
  margin-top: 0.25em;
}

.google-maps::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.85625em;
  height: 1.325em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-37%20-62%20100%20150%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13-62c-26.2%200-50%2021.3-50%2047.5C-37%2011.8-15.3%2043.1%2013%2088%2041.3%2043.1%2063%2011.8%2063-14.5%2063-40.7%2039.2-62%2013-62zm0%2068.8C2.6%206.8-5.8-1.6-5.8-12S2.6-30.8%2013-30.8%2031.8-22.4%2031.8-12%2023.4%206.8%2013%206.8z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: -0.3em;
  margin-right: 0.5em;
}

.google-maps:link,.google-maps:visited, .google-maps:hover {
  text-decoration: none !important;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0 !important;
  border-top: 0;
  border-bottom-width: 0;
  border-color: white;
  z-index: 50;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
  color: #091B57;
}

.dropdown:hover .dropdown_list {
  max-height: 600px;
  border-bottom-width: 1px;
}

/* Text */
.secondary {
  color: #95c11e !important;
}

.tertiary {
  color: #c81a78 !important;
}

/* Inputs */
.input-checkbox,
.input-radio {
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
  margin-top: 0;
}

.input-checkbox_input,
.input-radio_input {
  padding: 0;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.input-checkbox + .input-checkbox,
.input-radio + .input-checkbox, .input-checkbox +
.input-radio,
.input-radio +
.input-radio {
  margin-left: 0.8em;
}

.input-pseudo {
  display: inline-block;
}

/* Image */
.image {
  display: block;
  height: auto;
  max-width: 100%;
}

.svg, .logo {
  position: relative;
}

.svg_content, .logo_content {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: 100%;
  }
}

/* Logo */
.logo {
  width: 16.5625rem;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* Audio */
.audio_content, .audio_info {
  display: block;
  width: 100%;
}

.audio_info {
  margin-top: 0;
  background: #f2f2f2;
  padding: 1em;
  text-align: center;
}

.audio_info strong {
  font-weight: 300;
}

/* Video */
.video {
  position: relative;
}

.video_content, .video_info {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video_info {
  margin-top: 0;
  font-family: no-whitespace;
  background: #f2f2f2;
}

.video_info > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

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

.video_info > * {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.video_info strong {
  padding: 1em;
  text-align: center;
  font-weight: 300;
}

/* Quote */
.quote_caption::before {
  content: '— ';
}

/* Scroll */
@media screen and (max-width: 62.1875em) {
  .scroll {
    overflow-x: auto;
  }
}

/* Form Item */
.form-item + .form-item {
  margin-top: 0.75em;
}

.form-item_label {
  color: #06133d;
  display: block;
}

.form-item_content {
  margin-top: 0.4em;
}

.form-item_info {
  font-size: 0.86956522em;
  margin-top: 0.5em;
  line-height: 1.3;
}

.form-item_info + .form-item_info {
  margin-top: 0;
}

.form-item__required .form-item_label:after {
  color: #d3d6e1;
  content: '✱';
  margin-left: 0.5em;
}

.form-item__error .form-item_label {
  color: #c81a78;
}

.form-item__error .form-item_label:after {
  color: #c81a78;
}

.form-item__error .form-item_input {
  border-color: #c81a78;
}

@media screen and (min-width: 62.25em) {
  .form-item {
    clear: both;
  }
  .form-item_label {
    float: left;
    border-top: 1px solid transparent;
    margin: 0.5em 0 0 0;
    width: 13.75rem;
  }
  .form-item_content {
    margin-left: 15.9375rem;
  }
  .form-item__shallow .form-item_label {
    margin-top: 0;
  }
  .form-item__required .form-item_label {
    position: relative;
  }
  .form-item__required .form-item_label:after {
    position: absolute;
    right: -1.4em;
    top: 0;
    margin: 0;
  }
}

.form-group {
  display: table;
  width: 100%;
}

.form-group > * {
  display: table-cell;
}

.form-group > * + * input, .form-group > * + * .input-pseudo {
  border-left: 0;
}

/* Nav List */
.nav-list {
  padding-left: 0;
}

.nav-list > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.nav-list_i {
  margin-top: 0;
}

.nav-list_label {
  display: block;
  line-height: 1.3;
  padding: 0.3em 0;
}

.nav-list_label:link,.nav-list_label:visited {
  text-decoration: none;
}

.nav-list_label.is-active, .nav-list_label:focus, .nav-list_label:hover, .nav-list_label:active {
  color: #95c11e;
}

.nav-list__divided .nav-list_i {
  border-top: 1px solid #d9d9d9;
  margin-top: 0;
}

.nav-list__divided .nav-list_i:first-child {
  border-top: 0;
}

.nav-list__divided .nav-list_label {
  padding: 0.4em 0;
}

.nav-list__horizontal {
  font-family: no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: 0;
}

.nav-list__horizontal > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.nav-list__horizontal > * {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0;
}

.nav-list__horizontal > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.nav-list__horizontal .nav-list_i {
  width: auto;
}

.nav-list__horizontal-dropdown {
  font-family: no-whitespace;
  margin-left: -0.9em;
  margin-right: -0.9em;
  margin-bottom: 0;
}

.nav-list__horizontal-dropdown > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.nav-list__horizontal-dropdown > * {
  margin: 0;
  padding-left: 0.9em;
  padding-right: 0.9em;
  margin-bottom: 0;
}

.nav-list__horizontal-dropdown > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.nav-list__horizontal-dropdown .nav-list_i {
  position: relative;
  width: auto;
}

.nav-list__horizontal-dropdown .nav-list_i:hover .nav-list__1 {
  border-bottom-width: 1px;
  max-height: 90vh;
  padding-bottom: 0.5em;
}

.nav-list__horizontal-dropdown .nav-list__1 {
  border-style: solid;
  border-color: transparent;
  border-width: 0 1px;
  left: -1px;
  margin-left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 50;
  transition: all 0.25s ease;
}

.nav-list__horizontal-dropdown .nav-list__1 .nav-list_label {
  padding-left: 0.9em;
  padding-right: 0.9em;
}

.nav-list__reduce .nav-list_label {
  line-height: 1.4;
  padding: 0;
}

.nav-list__nested .nav-list__0_i {
  padding-bottom: 0.9em;
}

.nav-list__nested .nav-list__0_label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.520875em;
  border-bottom: 2px solid #3a4979;
  padding-top: 0;
  padding-bottom: 0.6em;
  line-height: 1;
}

.nav-list__nested .nav-list__1 {
  font-size: 0.75614367em;
  padding-top: 1.5em;
}

.nav-list__nested .nav-list__1.is-hidden {
  display: none;
}

.nav-list__nested .nav-list__1_i {
  border-top: 1px solid #15265f;
}

.nav-list__nested .nav-list__1_i:first-child {
  border-top: 0;
}

.nav-list__nested .nav-list__1_label {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

/* Cookies */
.cookies {
  font-size: 0.75614367em;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  line-height: 1.3;
  padding: 1em 1.2em;
  position: fixed;
  right: 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 60;
}

.cookies, .cookies a:link, .cookies a:visited, .cookies strong {
  color: white;
}

.cookies.is-hidden {
  opacity: 0;
}

@media screen and (min-width: 62.25em) {
  .cookies {
    line-height: 1.4;
    right: auto;
    text-align: left;
    width: 18.75rem;
  }
}

/* Share Link */
.share-link, .share-link:link, .share-link:visited {
  text-decoration: none;
}

.share-link:hover {
  text-decoration: underline;
}

.share-link__twitter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%2355ACEE%22%20d%3D%22M0%200v64h64V0H0zm49.9%2024.4c.6%2012.3-8.6%2026-24.8%2026-4.9%200-9.5-1.4-13.4-3.9%204.6.5%209.3-.7%2012.9-3.6-3.8-.1-7-2.6-8.2-6.1%201.4.3%202.7.2%203.9-.1-4.2-.8-7.1-4.6-7-8.7%201.2.7%202.5%201%204%201.1-3.9-2.6-5-7.7-2.7-11.7%204.3%205.3%2010.7%208.8%2018%209.1-1.3-5.5%202.9-10.7%208.5-10.7%202.5%200%204.8%201.1%206.4%202.8%202-.4%203.9-1.1%205.5-2.1-.7%202-2%203.8-3.8%204.8%201.8-.2%203.4-.7%205-1.4-1.2%201.7-2.6%203.3-4.3%204.5z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.share-link__facebook {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%233B5998%22%20d%3D%22M0%200v64h64V0H0zm42.5%2017.2h-5c-1.8%200-2.1.7-2.1%202.5v4.4h7.1l-.7%207.7h-6.4v23h-9.2V31.9h-4.8v-7.8h4.8V18c0-5.8%203.1-8.8%209.9-8.8h6.4v8z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.share-link__pinterest {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%2250.473%2050%2064%2064%22%3E%3Cpath%20d%3D%22M50.473%2050v64h64V50h-64zm36.078%2042.91c-2.779%200-5.392-1.502-6.286-3.207%200%200-1.495%205.929-1.81%207.073-1.114%204.043-4.392%208.089-4.646%208.421-.178.231-.57.158-.611-.147-.071-.515-.906-5.617.077-9.779l3.31-14.022s-.821-1.643-.821-4.072c0-3.814%202.211-6.661%204.963-6.661%202.34%200%203.471%201.757%203.471%203.863%200%202.353-1.498%205.871-2.272%209.131-.646%202.731%201.369%204.957%204.062%204.957%204.875%200%208.158-6.262%208.158-13.682%200-5.639-3.797-9.861-10.707-9.861-7.804%200-12.67%205.822-12.67%2012.325%200%202.241.662%203.824%201.699%205.046.476.562.542.789.37%201.434-.126.474-.407%201.614-.526%202.065-.171.653-.699.885-1.288.644-3.594-1.467-5.27-5.405-5.27-9.831%200-7.31%206.165-16.075%2018.391-16.075%209.826%200%2016.291%207.109%2016.291%2014.742-.001%2010.094-5.613%2017.636-13.885%2017.636z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.share-link__email {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22%23D92380%22%3E%3Cpath%20d%3D%22M0%200v64h64V0H0zm49.5%2040.4c-2.6%202.6-6%204.1-9.4%204.1-2%200-3.6-.8-4.3-2-.2-.4-.3-.7-.5-1.6-1.9%202.2-3.9%203.2-6.7%203.2-5%200-8.1-3.7-8.1-9.4%200-8.5%205.6-15.5%2012.2-15.5%202.8%200%204.2.7%205.6%202.8l.5-1.8h5.9c-.3%201-1.2%204.1-1.5%205.2l-3%2011.1c-.2.6-.2%201.1-.2%201.5%200%20.8.5%201.3%201.3%201.3%201%200%202.2-.5%203.2-1.3%202.5-1.9%204.1-5.6%204.1-9.5%200-4.6-2.2-8.6-5.8-10.9-2.3-1.4-5.4-2.1-9-2.1-10.6%200-18%207-18%2016.9%200%209.6%206.7%2015.9%2016.7%2015.9%202.6%200%205.4-.4%207.7-1.1%202-.6%203.2-1.2%205.6-2.7l3.1%204.4c-2.7%201.6-3.9%202.2-6.3%202.9-3.4%201.1-7%201.6-10.6%201.6-7.1%200-12.6-2-16.5-6-3.8-3.7-5.8-9-5.8-14.8%200-6.2%202.1-11.6%206.1-15.6%204.6-4.6%2010.7-6.9%2018.4-6.9%2011.7%200%2020%207.5%2020%2018%200%205-1.7%209.3-4.7%2012.3z%22%2F%3E%3Cpath%20d%3D%22M33.5%2024c-1.9%200-3.7%201.3-4.9%203.6-1.2%202.3-2%205.2-2%207.5%200%202.7%201%204.1%202.9%204.1s3.6-1.5%204.9-4c1.2-2.4%202-5.4%202-7.7%200-2.1-1.1-3.5-2.9-3.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.share-link__google {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%2250.473%2051%2064%2064%22%3E%3Cpath%20d%3D%22M83.784%2096.332c0%203.931-3.193%207.003-9.802%207.003-5.17%200-8.903-3.272-8.903-7.204%200-3.852%204.381-7.176%209.55-7.119%205.736%200%209.155%203.572%209.155%207.32zM114.473%2051v64h-64V51h64zM88.237%2095.875c0-3.629-1.355-6.001-5.455-9.073-4.159-3.033-5.175-4.746-1.206-7.815%202.237-1.729%203.804-4.035%203.804-6.881%200-3.101-1.268-5.914-3.652-7.28h3.379l2.877-3.02H75.11c-8.037%200-11.977%204.817-11.977%2010.116%200%205.415%203.715%209.68%2010.969%209.68-1.125%202.271-.673%204.368%201.167%205.867-12.39%200-15.041%205.437-15.041%209.624%200%205.426%206.238%208.652%2013.717%208.652%2010.227.002%2014.292-5.418%2014.292-9.87zm16.791-27.535h-5.939v-5.939h-2.97v5.939H90.18v2.97h5.939v5.939h2.97V71.31h5.939v-2.97zm-24.82%203.96c-.599-4.557-3.567-8.295-7.036-8.399-3.47-.103-5.797%203.384-5.197%207.942.599%204.557%203.897%207.74%207.367%207.844%203.468.103%205.464-2.83%204.866-7.387z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.share-link__linkedin {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%2250.473%2050%2064%2064%22%3E%3Cpath%20d%3D%22M50.473%2050v64h64V50h-64zm20.357%2053.28h-8.782V74.907h8.782v28.373zm-4.433-32.089c-2.868%200-5.193-2.344-5.193-5.236s2.325-5.236%205.193-5.236c2.868%200%205.193%202.344%205.193%205.236s-2.325%205.236-5.193%205.236zm37.345%2032.089h-8.74V88.386c0-4.085-1.552-6.365-4.782-6.365-3.515%200-5.352%202.375-5.352%206.365v14.894h-8.423V74.907h8.423v3.821s2.533-4.687%208.55-4.687c6.017%200%2010.323%203.673%2010.323%2011.273l.001%2017.966z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.share-links {
  padding-left: 0;
  font-family: no-whitespace;
  margin-left: -0.25em;
  margin-right: -0.25em;
  margin-bottom: -0.5em;
}

.share-links > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.share-links > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.share-links > * {
  margin: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-bottom: 0.5em;
}

.share-links > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.share-links > * {
  width: 50%;
}

@media screen and (min-width: 31em) {
  .share-links > * {
    width: 33.33333333%;
  }
}

@media screen and (min-width: 37.25em) {
  .share-links > * {
    width: 25%;
  }
}

@media screen and (min-width: 43.5em) {
  .share-links > * {
    width: auto;
  }
}

/* Social */
.social-link, .social-link:link, .social-link:visited {
  text-decoration: none;
}

.social-link:hover {
  text-decoration: underline;
}

.social-link__twitter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22twitter-2-icon%22%20fill%3D%22%23ffffff%22%20d%3D%22M0%2C0v64h64V0H0z%20M49.9%2C24.4c0.6%2C12.3-8.6%2C26-24.8%2C26c-4.9%2C0-9.5-1.4-13.4-3.9%0D%0A%09c4.6%2C0.5%2C9.3-0.7%2C12.9-3.6c-3.8-0.1-7-2.6-8.2-6.1c1.4%2C0.3%2C2.7%2C0.2%2C3.9-0.1c-4.2-0.8-7.1-4.6-7-8.7c1.2%2C0.7%2C2.5%2C1%2C4%2C1.1%0D%0A%09c-3.9-2.6-5-7.7-2.7-11.7c4.3%2C5.3%2C10.7%2C8.8%2C18%2C9.1c-1.3-5.5%2C2.9-10.7%2C8.5-10.7c2.5%2C0%2C4.8%2C1.1%2C6.4%2C2.8c2-0.4%2C3.9-1.1%2C5.5-2.1%0D%0A%09c-0.7%2C2-2%2C3.8-3.8%2C4.8c1.8-0.2%2C3.4-0.7%2C5-1.4C53%2C21.6%2C51.6%2C23.2%2C49.9%2C24.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.social-link__facebook {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22facebook-square-icon%22%20fill%3D%22%23ffffff%22%20d%3D%22M0%2C0v64h64V0H0z%20M42.5%2C17.2c0%2C0-3.6%2C0-5%2C0c-1.8%2C0-2.1%2C0.7-2.1%2C2.5%0D%0A%09c0%2C1.5%2C0%2C4.4%2C0%2C4.4h7.1l-0.7%2C7.7h-6.4v23h-9.2V31.9h-4.8v-7.8h4.8c0%2C0%2C0-1.1%2C0-6.1c0-5.8%2C3.1-8.8%2C9.9-8.8c1.1%2C0%2C6.4%2C0%2C6.4%2C0%0D%0A%09L42.5%2C17.2L42.5%2C17.2z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.social-link__linkedin {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4em;
  height: 2.4em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2017.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%2250.473%2050%2064%2064%22%20enable-background%3D%22new%2050.473%2050%2064%2064%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20id%3D%22linkedin-square-icon%22%20fill%3D%22%23ffffff%22%20d%3D%22M50.473%2C50v64h64V50H50.473z%20M70.83%2C103.28h-8.782V74.907h8.782V103.28z%20M66.397%2C71.191%0D%0A%09c-2.868%2C0-5.193-2.344-5.193-5.236s2.325-5.236%2C5.193-5.236c2.868%2C0%2C5.193%2C2.344%2C5.193%2C5.236%0D%0A%09C71.59%2C68.847%2C69.265%2C71.191%2C66.397%2C71.191z%20M103.742%2C103.28h-8.74c0%2C0%2C0-10.809%2C0-14.894c0-4.085-1.552-6.365-4.782-6.365%0D%0A%09c-3.515%2C0-5.352%2C2.375-5.352%2C6.365c0%2C4.37%2C0%2C14.894%2C0%2C14.894h-8.423V74.907h8.423v3.821c0%2C0%2C2.533-4.687%2C8.55-4.687%0D%0A%09c6.017%2C0%2C10.323%2C3.673%2C10.323%2C11.273C103.742%2C92.914%2C103.742%2C103.28%2C103.742%2C103.28z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.social-links {
  padding-left: 0;
  font-family: no-whitespace;
  margin-left: -0.25em;
  margin-right: -0.25em;
  margin-bottom: -0.5em;
}

.social-links > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.social-links > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.social-links > * {
  margin: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-bottom: 0.5em;
}

.social-links > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.social-links > * {
  width: 50%;
}

@media screen and (min-width: 31em) {
  .social-links > * {
    width: 33.33333333%;
  }
}

@media screen and (min-width: 37.25em) {
  .social-links > * {
    width: 25%;
  }
}

@media screen and (min-width: 43.5em) {
  .social-links > * {
    width: auto;
  }
}

/* Scroll */
.scroll {
  overflow: auto;
}

/* Media */
.media {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.media:link,.media:visited {
  text-decoration: none;
}

.media * + * {
  margin-top: 0;
}

.media_text {
  background-color: #eff6dd;
  padding: 1em 0.75em;
  font-size: 1.15em;
}

.media_heading {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-transform: none;
  background-color: #95c11e;
  color: white;
  font-size: 2.31306077em;
  padding: 0.2em 0.5em;
}

.media__small .media_heading {
  font-size: 2.01135719em;
}

.media__primary .media_text {
  background-color: #dadde6;
}

.media__primary .media_heading {
  background-color: #091B57;
}

.media__tertiary .media_text {
  background-color: #f7ddeb;
}

.media__tertiary .media_heading {
  background-color: #c81a78;
}

.media__quaternary .media_text {
  background-color: #d9f3fd;
}

.media__quaternary .media_heading {
  background-color: #00aeef;
}

.media-row {
  position: relative;
  font-family: no-whitespace;
  margin-left: -0.75em;
  margin-right: -0.75em;
  margin-bottom: -1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.media-row > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.media-row > * {
  margin: 0;
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-bottom: 1.5em;
}

.media-row > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.media-row > * {
  min-width: 100%;
  max-width: 100%;
  width: calc(1225em - 3500%);
}

.media-row .media-row_image {
  min-width: 30%;
}

.media-row .media-row_text {
  min-width: 70%;
}

.media-row::before, .media-row::after {
  content: '';
  display: block;
  border-top: 1px solid #95c11e;
  position: absolute;
  top: 0;
  left: 0.75em;
  right: 0.75em;
}

.media-row::after {
  top: auto;
  bottom: 1.5em;
}

.media-row + .media-row {
  margin-top: 0;
}

.media-row + .media-row::before {
  display: none;
}

/* Grid */
.grid_3 {
  font-family: ayre-no-whitespace;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1em;
}

.grid_3 > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 56em) {
  .grid_3 > * {
    width: 50%;
  }
}

@media screen and (min-width: 81em) {
  .grid_3 > * {
    width: 33.33333333%;
  }
}

.grid_4 {
  font-family: ayre-no-whitespace;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1em;
}

.grid_4 > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 43.5em) {
  .grid_4 > * {
    width: 50%;
  }
}

@media screen and (min-width: 62.25em) {
  .grid_4 > * {
    width: 33.33333333%;
  }
}

@media screen and (min-width: 81em) {
  .grid_4 > * {
    width: 25%;
  }
}

.grid_2 {
  font-family: ayre-no-whitespace;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1em;
}

.grid_2 > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 81em) {
  .grid_2 > * {
    width: 50%;
  }
}

.grid_padded {
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: -2em;
}

.grid_padded > * {
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}

@media screen and (max-width: 37.1875em) {
  .grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Person */
.image-text {
  display: table;
}

.image-text:link,.image-text:visited {
  text-decoration: none;
}

.image-text > * {
  display: table-cell;
}

.image-text_image {
  width: 105px;
  padding-right: 5px;
}

.image-text_image img {
  border-radius: 50%;
}

.image-text_text {
  vertical-align: middle;
  padding-left: 1.25em;
}

/* Paralaxx Mirror */
.parallax-mirror,
.parallax-slider,
.parallax-mirror[style],
.parallax-slider[style] {
  backface-visibility: hidden;
  will-change: top;
  margin: 0;
}

/* Person */
.people {
  font-family: ayre-no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: -1em;
  line-height: 0;
}

.people > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}

@media screen {
  .people > * {
    width: 50%;
  }
}

@media screen and (min-width: 31em) {
  .people > * {
    width: 33%;
  }
}

@media screen and (min-width: 43.5em) {
  .people > * {
    width: 25%;
  }
}

@media screen and (min-width: 68.5em) {
  .people > * {
    width: 20%;
  }
}

.people > * {
  line-height: 1.4;
}

.people__small {
  font-family: ayre-no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: -1em;
}

.people__small > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}

@media screen {
  .people__small > * {
    width: 50%;
  }
}

@media screen and (min-width: 31em) {
  .people__small > * {
    width: 33%;
  }
}

@media screen and (min-width: 43.5em) {
  .people__small > * {
    width: 25%;
  }
}

@media screen and (min-width: 68.5em) {
  .people__small > * {
    width: 20%;
  }
}

@media screen and (min-width: 81em) {
  .people__small > * {
    width: 16.66666667%;
  }
}

.people_inset {
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 0;
}

.people-bar {
  font-family: no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: -1em;
}

.people-bar > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.people-bar > * {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}

.people-bar > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.people-bar > * {
  width: 120px;
}

.person {
  position: relative;
  display: block;
}

.person::before {
  content: '';
  padding-top: 100%;
}

.person_image, .person_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.person_text {
  font-family: no-whitespace;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(149, 193, 30, 0.8);
  color: white;
  padding: 1.5em;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.person_text > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

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

.person_text > * {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.person_text * + * {
  margin-top: 0.2em;
}

.person_name {
  font-size: 1.3225em;
}

.person_title {
  text-transform: uppercase;
  line-height: 1.3;
}

.person:hover .person_text {
  opacity: 1;
}

.section__secondary .person .person_text {
  background-color: rgba(9, 27, 87, 0.8);
}

.person__small {
  max-width: 120px;
}

.person__mini .person_text {
  padding: 1em;
}

.person__mini .person_name {
  font-size: 1.15em;
}

.person__mini .person_title {
  font-size: 0.86956522em;
}

.person-card {
  text-align: left;
  padding: 1em 0;
  font-family: ayre-no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: -1em;
}

.person-card > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}

@media screen and (min-width: 43.5em) {
  .person-card > *:nth-child(1) {
    width: 25%;
  }
  .person-card > *:nth-child(2) {
    width: 75%;
  }
}

@media screen and (min-width: 81em) {
  .person-card > *:nth-child(1) {
    width: 20%;
  }
  .person-card > *:nth-child(2) {
    width: 80%;
  }
}

.person-card.is-hidden {
  display: none;
}

.person-card_image img {
  border-radius: 50%;
}

.person-card_name {
  font-weight: 200;
  text-transform: none;
  font-size: 3.05902286em;
}

.person-card_name small {
  font-size: 0.5em;
}

.person-card_title {
  font-size: 1.3225em;
  margin-top: 0;
  line-height: 1.3;
}

.person-card_details {
  padding-left: 0;
  font-family: no-whitespace;
  margin-left: -0.375em;
  margin-right: -0.375em;
  margin-bottom: -0.75em;
}

.person-card_details > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.person-card_details > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.person-card_details > * {
  margin: 0;
  padding-left: 0.375em;
  padding-right: 0.375em;
  margin-bottom: 0.75em;
}

.person-card_details > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.person-card_details > * {
  width: auto;
}

@media screen and (max-width: 43.4375em) {
  .person-card_image {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 43.5em) {
  .person-card_text {
    padding-left: 1.5em;
  }
}

/* questions */
.questions dt, .questions dd {
  float: none;
  width: auto;
  margin: 0;
}

.questions dd + dt {
  margin-top: 0.5em;
}

/* Contact */
.contact:link,.contact:visited {
  text-decoration: none;
}

.contact__email::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.15625em;
  height: 3.15625em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101%20101%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M74%2041.1L50%2060.9%2026%2041.1V67h48%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M72.7%2034.1H27.3L50%2052.8%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M50%200C22.4%200%200%2022.4%200%2050s22.4%2050%2050%2050%2050-22.4%2050-50S77.6%200%2050%200m30.1%2072.8H19.9V28.3h60.3v44.5z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.5em;
}

.contact__linkedin {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.15625em;
  height: 3.15625em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101%20101%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M100%2050c0%2027.6-22.4%2050-50%2050S0%2077.6%200%2050%2022.4%200%2050%200s50%2022.4%2050%2050M36.3%2039.6H25.8v31.5h10.5V39.6zm.9-8.5c0-3.5-2.8-6.3-6.3-6.3s-6.3%202.8-6.3%206.3%202.8%206.3%206.3%206.3%206.3-2.8%206.3-6.3zM75.3%2051c0-6.4-3.5-12.1-12.1-12.1-4.9%200-9.3%202.2-11.5%206.8h-.4v-6h-9v31.5h10.5V57.3c0-6.7%202.4-9.8%206.9-9.8%202.9%200%205.1%202%205.1%207.8v15.8h10.5V51z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.contact__phone::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.15625em;
  height: 3.15625em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101%20101%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M50.1%2073.8c-2%200-3.6%201.5-3.6%203.5%200%201.9%201.6%203.5%203.5%203.5s3.5-1.6%203.5-3.5-1.5-3.5-3.4-3.5M35.4%2027.6h29.4v43.2H35.4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M50%200C22.4%200%200%2022.4%200%2050s22.4%2050%2050%2050%2050-22.4%2050-50S77.6%200%2050%200m18.5%2051.1v27c0%203.6-2.5%206-6.1%206H37.6c-3.7%200-6.1-2.4-6.1-6.1V24.3c0-3.4%202.5-5.9%205.9-5.9h25.2c3.5%200%205.9%202.4%205.9%205.9v26.8z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.5em;
}

.contact__vcard {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.15625em;
  height: 3.15625em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101%20101%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M73.1%2033.1H26.9c-2.3%200-4.3%201.9-4.3%204.3v25.9c0%202.3%201.9%204.3%204.3%204.3h46.2c2.3%200%204.3-1.9%204.3-4.3v-26c-.1-2.3-2-4.2-4.3-4.2m-10.5%206.7c3.4%200%206.1%202.7%206.1%206.1%200%203.4-2.7%206.1-6.1%206.1-3.4%200-6.1-2.7-6.1-6.1%200-3.3%202.7-6.1%206.1-6.1zm-18.4%2017H32c-1.6%200-2.8-1.3-2.8-2.8%200-1.6%201.3-2.8%202.8-2.8h12.2c1.6%200%202.8%201.3%202.8%202.8%200%201.6-1.3%202.8-2.8%202.8zm0-9.6H32c-1.6%200-2.8-1.3-2.8-2.8%200-1.6%201.3-2.8%202.8-2.8h12.2c1.6%200%202.8%201.3%202.8%202.8%200%201.5-1.3%202.8-2.8%202.8zM62.7%2061c-5%200-9-.3-9-2.7%200-2.4%204-4.4%209-4.4s9%202%209%204.4c0%202.4-4%202.7-9%202.7zM50%200C22.4%200%200%2022.4%200%2050s22.4%2050%2050%2050%2050-22.4%2050-50S77.6%200%2050%200zm33.4%2063.2c0%205.7-4.6%2010.3-10.3%2010.3H26.9c-5.7%200-10.3-4.6-10.3-10.3V37.3c0-5.7%204.6-10.3%2010.3-10.3h46.2c5.7%200%2010.3%204.6%2010.3%2010.3v25.9z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.contact__xero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.15625em;
  height: 3.15625em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20101%20101%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M67%2040.4c0-.8-.7-1.5-1.5-1.5H65c-1.4%200-2.8.4-3.9%201.3-.2-.7-.8-1.2-1.5-1.2-.8%200-1.5.7-1.5%201.5v18.9c0%20.8.7%201.5%201.5%201.5s1.5-.7%201.5-1.5V47.8c0-3.9.4-5.4%203.7-5.8h.6c.9-.2%201.6-.8%201.6-1.6zm10.4%206.7c-1.5%200-2.8%201.2-2.8%202.8%200%201.5%201.2%202.8%202.8%202.8%201.5%200%202.8-1.2%202.8-2.8%200-1.6-1.2-2.8-2.8-2.8zm-53.5%202.8l8.5-8.6c.3-.3.4-.7.4-1.1%200-.8-.7-1.5-1.5-1.5-.4%200-.8.2-1.1.5l-8.5%208.5-8.6-8.5c-.3-.3-.7-.4-1.1-.4-.8%200-1.5.7-1.5%201.5%200%20.4.2.8.5%201.1l8.5%208.5-8.5%208.5c-.3.3-.5.7-.5%201.1%200%20.8.7%201.5%201.5%201.5.4%200%20.8-.2%201.1-.4l8.5-8.5%208.5%208.5c.3.3.7.5%201.1.5.8%200%201.5-.7%201.5-1.5%200-.4-.2-.8-.4-1.1l-8.4-8.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M43.9%2041.8c-3.8%200-7%202.6-7.8%206.1v.1h15.7c-.8-3.6-4-6.2-7.9-6.2zm33.5%200c-4.4%200-8%203.6-8%208s3.6%208%208%208%208-3.6%208-8c.1-4.4-3.5-8-8-8zm0%2010.8c-1.5%200-2.8-1.2-2.8-2.8%200-1.5%201.2-2.8%202.8-2.8%201.5%200%202.8%201.2%202.8%202.8%200%201.6-1.2%202.8-2.8%202.8z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M50%200C22.4%200%200%2022.4%200%2050s22.4%2050%2050%2050%2050-22.4%2050-50S77.6%200%2050%200zM31.4%2061c-.4%200-.8-.2-1.1-.5L21.8%2052l-8.5%208.5c-.3.3-.7.4-1.1.4-.8%200-1.5-.7-1.5-1.5%200-.4.2-.8.5-1.1l8.5-8.5-8.5-8.5c-.3-.3-.5-.7-.5-1.1%200-.8.7-1.5%201.5-1.5.4%200%20.8.2%201.1.4l8.6%208.5%208.5-8.5c.3-.3.7-.5%201.1-.5.8%200%201.5.7%201.5%201.5%200%20.4-.2.8-.4%201.1l-8.5%208.6%208.5%208.5c.3.3.4.7.4%201.1-.1.9-.8%201.6-1.6%201.6zm20.5-9.9h-16v.2c.1.4.2.9.3%201.3.8%202.2%203.2%205.3%207.7%205.4%201.4%200%202.6-.3%203.8-.9.9-.5%201.6-1.1%202.2-1.8.2-.2.4-.5.5-.7.7-1%201.7-.8%202.3-.3.7.5.8%201.6.2%202.3l-.1.1c-.9%201.1-1.8%202-2.9%202.7-1%20.7-2.2%201.1-3.4%201.4-1.4.4-2.7.4-4%20.3-4.6-.6-8.4-3.9-9.5-8.4-.2-.9-.3-1.8-.3-2.7%200-3.6%201.7-7.1%204.7-9.2%203.7-2.6%208.7-2.7%2012.5-.3%202.6%201.6%204.3%204.2%205%207.3.4%201.7-.8%203.2-3%203.3zm12.9-9.2c-3.3.4-3.7%202-3.7%205.8v11.6c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5V40.4c0-.8.7-1.5%201.5-1.5.7%200%201.3.5%201.5%201.2%201.1-.9%202.5-1.3%203.9-1.3h.5c.8%200%201.5.7%201.5%201.5s-.6%201.5-1.6%201.5c0%20.1-.3.1-.6.1zm12.6%2019.2c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2c6.2%200%2011.2%205%2011.2%2011.2.1%206.1-5%2011.2-11.2%2011.2z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.contact__step {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.5em;
  height: 3.15625em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20208.7%20101%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M13.3%2059.2h-.5v2.2h.5c.3%200%20.5-.1.7-.3.2-.2.3-.5.3-.8%200-.4-.1-.7-.3-.8-.2-.2-.4-.3-.7-.3zm50.6-15.3c0-.8-.3-1.4-.8-1.8-.4-.3-.8-.4-1.9-.4h-1.1V46h1.1c1%200%201.5-.1%201.9-.4.5-.4.8-1%20.8-1.7zm13.3%2016.8h1l-.5-1.4zm-1.4-1c0-.2-.1-.3-.2-.4-.1-.1-.2-.1-.4-.1h-.4v1h.4c.2%200%20.3%200%20.4-.1.1%200%20.2-.2.2-.4zm-28.2%201h1l-.5-1.4zm8.7-1.5c-.6%200-.9.5-.9%201.1%200%20.7.4%201.1.9%201.1.6%200%20.9-.5.9-1.1%200-.6-.4-1.1-.9-1.1zm-2.3.5c0-.2-.1-.3-.2-.4-.1-.1-.2-.1-.4-.1H53v1h.4c.2%200%20.3%200%20.4-.1.1%200%20.2-.2.2-.4zm-22.3%201h1l-.5-1.4z%22%2F%3E%3Cpath%20d%3D%22M50.7%200C22.7%200%200%2022.4%200%2050s22.7%2050%2050.7%2050c28%200%2050.7-22.4%2050.7-50S78.7%200%2050.7%200zm28%2037.7h10.9c.5%200%20.9.4.9.9v5.6H78.7v-6.5zM84.4%2049v6.5H73.5c-.5%200-.9-.4-.9-.9V49h11.8zM72.7%2038.2l.1-.1v-.2h4.8V43c0%203.6-4.9%205.4-4.9%205.4v-9.8l-.1-.1.1-.3zM41%2037.7h12.6v4.2h-7.3v2.5h6.3v4.2h-6.3v2.7h7.3v4.3H41V37.7zm-15.6%200h14.5v4.2h-4.6v13.7h-5.4V41.8h-4.6v-4.1zM11.6%2061.8l-.3-.8h-1.2l-.3.7h-.4l1.1-2.9h.5l1.1%202.9h-.5zm2.7-.4c-.2.2-.5.4-1%20.4h-.9v-2.9h.9c.4%200%20.8.1%201%20.4.2.2.4.6.4%201.1%200%20.4-.2.8-.4%201zm2.1.4H16l-1-2.9h.4l.8%202.4.8-2.4h.4l-1%202.9zm1.9%200h-.4v-2.9h.4v2.9zm2.2-.2c-.2.1-.4.2-.7.2-.5%200-.9-.3-1-.4l.2-.3c.1.1.4.4.8.4s.6-.2.6-.5-.2-.4-.4-.4-.5-.2-.6-.2c0%200-.2-.1-.3-.2-.1-.1-.2-.3-.2-.5%200-.3.1-.5.3-.6.2-.1.4-.2.7-.2.5%200%20.8.3.9.4l-.2.3c-.1-.1-.4-.3-.7-.3-.3%200-.5.1-.5.4%200%20.3.2.4.4.4.1.1.5.2.6.2.1%200%20.2.1.3.2.1.1.2.3.2.5-.2.2-.3.4-.4.6zm1.2.2h-.4v-2.9h.4v2.9zm-5.1-6c-2.8%200-5.6-1-7.2-2.4l2.2-3.9c1.6%201.2%203.7%201.9%205.1%201.9s2.1-.3%202.1-1-1-1-1.5-1.2c-.5-.2-2.1-.7-2.6-.8-.4-.1-1.7-.6-2.7-1.3-1-.7-1.9-1.9-1.9-4s1.2-3.6%202.3-4.3%202.4-1.3%205-1.3%205.3%201.1%206.7%202.2l-1.9%203.7c-1.2-1-3.4-1.7-4.8-1.7s-2%20.3-2%201%20.9.9%201.3%201.1c.4.1%202.5.8%203.1%201%20.6.2%201.6.6%202.5%201.3.9.7%201.8%201.8%201.8%203.9%200%202.1-1%203.5-2.1%204.4-1%20.6-2.6%201.4-5.4%201.4zm8.1%206h-.4l-1.5-2.3v2.3h-.4v-2.9h.5l1.4%202.2v-2.2h.4v2.9zm3.1%200h-.3v-.3s-.3.4-.9.4c-.7%200-1.3-.6-1.3-1.5s.6-1.5%201.4-1.5%201%20.5%201.1.5l-.3.2s-.2-.4-.8-.4c-.5%200-.9.4-.9%201.1%200%20.7.4%201.1.9%201.1s.8-.3.8-.3v-.5h-.7v-.3h1.1l-.1%201.5zm3-1.3h-1.1v1.3h-.4v-2.9H31v.3h-1.2v.9h1.1l-.1.4zm2.2%201.3l-.2-.8h-1.2l-.3.7h-.4l1.1-2.9h.5l1.1%202.9H33zm3.3%200l-.1-2.4-.8%202.4H35l-.8-2.4-.1%202.4h-.4l.1-2.9h.6l.8%202.4.8-2.4h.6l.1%202.9h-.4zm1.6%200h-.4v-2.9h.4v2.9zm2.3%200h-1.6v-2.9h.4v2.5h1.2v.4zm.8%200h-.4v-2.9h.4v2.9zm2.6%200h-1.8v-2.9h1.8v.3h-1.3v.8h1.2v.3h-1.2v1h1.4v.5zm2-.2c-.2.1-.4.2-.7.2-.5%200-.9-.3-1-.4l.2-.3c.1.1.4.4.8.4s.6-.2.6-.5-.2-.4-.4-.4c-.1-.1-.5-.2-.6-.2-.1%200-.2-.1-.3-.2-.1-.1-.2-.3-.2-.5%200-.3.1-.5.3-.6.2-.1.4-.2.7-.2.5%200%20.8.3.9.4l-.2.3c-.1-.1-.4-.3-.7-.3-.3%200-.5.1-.5.4%200%20.3.2.4.4.4.1.1.5.2.6.2.1%200%20.2.1.3.2.1.1.2.3.2.5-.1.2-.2.4-.4.6zm3.4.2l-.3-.8h-1.2l-.3.7h-.4l1.1-2.9h.5l1.1%202.9H49zm2%200c-.8%200-1.3-.6-1.3-1.5s.6-1.5%201.4-1.5c.7%200%201%20.5%201%20.5l-.3.3s-.2-.4-.8-.4c-.6%200-.9.4-.9%201.1%200%20.7.4%201.1.9%201.1.6%200%20.8-.4.8-.4l.2.3s-.3.5-1%20.5zm3.1%200l-.7-1.2H53v1.2h-.4v-2.9h.9c.3%200%20.5.1.7.2.2.1.3.4.3.6%200%20.4-.3.7-.6.8l.8%201.2c-.1.1-.6.1-.6.1zm2.2%200c-.8%200-1.4-.6-1.4-1.5s.5-1.5%201.4-1.5c.8%200%201.4.6%201.4%201.5-.1.9-.6%201.5-1.4%201.5zm3.4-.2c-.2.1-.4.2-.7.2-.5%200-.9-.3-1-.4l.2-.3c.1.1.4.4.8.4s.6-.2.6-.5-.2-.4-.4-.4-.5-.2-.6-.2c-.1%200-.2-.1-.3-.2-.1-.1-.2-.3-.2-.5%200-.3.1-.5.3-.6.2-.1.4-.2.7-.2.5%200%20.8.3.9.4l-.2.3c-.1-.1-.4-.3-.7-.3-.3%200-.5.1-.5.4%200%20.3.2.4.4.4.1.1.5.2.6.2.1%200%20.2.1.3.2.1.1.2.3.2.5-.1.2-.3.4-.4.6zm.4-6.1h-5.4V37.7h7.2c1.7%200%203.9.3%205.2%201.4%201.4%201%202.1%202.4%202.1%204.8s-.8%203.8-2.1%204.8c-1.4%201-3.8%201.3-5.2%201.3h-1.8v5.5zm1.9%206.1c-.2.1-.4.2-.7.2-.5%200-.9-.3-1-.4l.2-.3c.1.1.4.4.8.4s.6-.2.6-.5-.2-.4-.4-.4c-.1-.1-.5-.2-.6-.2-.1%200-.2-.1-.3-.2-.1-.1-.2-.3-.2-.5%200-.3.1-.5.3-.6.2-.1.4-.2.7-.2.5%200%20.8.3.9.4l-.3.2c-.1-.1-.4-.3-.7-.3-.3%200-.5.1-.5.4%200%20.3.2.4.4.4.1.1.5.2.6.2.1%200%20.2.1.3.2.1.1.2.3.2.5-.1.3-.2.5-.3.7zm3.9.2h-.3v-.3s-.3.4-.9.4c-.7%200-1.3-.6-1.3-1.5s.6-1.5%201.4-1.5c.7%200%201%20.5%201.1.5l-.3.2s-.2-.4-.8-.4c-.5%200-.9.4-.9%201.1%200%20.7.4%201.1.9%201.1s.8-.3.8-.3v-.5h-.7v-.3H66l-.1%201.5zm2.4%200h-1.8v-2.9h1.8v.3H67v.8h1.2v.3H67v1h1.4v.5zm2.9%200h-.4l-1.5-2.3v2.3h-.4v-2.9h.5l1.4%202.2v-2.2h.4v2.9zm2.5%200h-1.8v-2.9h1.8v.3h-1.3v.8h1.2v.3h-1.2v1h1.4v.5zm2.2%200l-.7-1.2h-.4v1.2h-.4v-2.9h.9c.3%200%20.5.1.7.2.2.1.3.4.3.6%200%20.4-.3.7-.6.8l.8%201.2c-.1.1-.6.1-.6.1zm2.7%200l-.3-.8h-1.2l-.3.7h-.4l1.1-2.9h.5l1.1%202.9h-.5zm2.4-2.6h-.9v2.5h-.4v-2.5h-.9v-.3H81v.3zm.8%202.6h-.4v-2.9h.4v2.9zm2%200c-.8%200-1.4-.6-1.4-1.5s.5-1.5%201.4-1.5c.8%200%201.4.6%201.4%201.5s-.6%201.5-1.4%201.5zm1.7-11.4c0-3.6%204.9-5.4%204.9-5.4v9.7c-.1.4-.4.7-.9.7h-4v-5zM88%2061.8h-.4l-1.5-2.3v2.3h-.4v-2.9h.5l1.4%202.2v-2.2h.4v2.9zm1.5%200c-.5%200-.9-.3-1-.4l.2-.3c.1.1.4.4.8.4s.6-.2.6-.5-.3-.4-.4-.4c-.1-.1-.5-.2-.6-.2%200%200-.2-.1-.3-.2-.1-.1-.2-.3-.2-.5%200-.3.1-.5.3-.6.2-.1.4-.2.7-.2.5%200%20.8.3.9.4l-.2.3c-.1-.1-.4-.3-.7-.3-.3%200-.5.1-.5.4%200%20.3.2.4.4.4.1.1.5.2.6.2.1%200%20.2.1.3.2.1.1.2.3.2.5%200%20.3-.1.5-.3.6-.3.1-.5.2-.8.2z%22%2F%3E%3Cpath%20d%3D%22M10.2%2060.7h1l-.5-1.4zm73.6-1.5c-.6%200-.9.5-.9%201.1%200%20.7.4%201.1.9%201.1.6%200%20.9-.5.9-1.1%200-.6-.3-1.1-.9-1.1z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M147.9%2046.7h-.8v-1.5h.8c.3%200%20.5%200%20.6.2.2.1.3.3.3.6s-.1.5-.3.6c-.2%200-.4.1-.6.1zm19.5-16.2c.5-.4.7-.9.7-1.5%200-.7-.2-1.1-.7-1.5-.4-.3-.7-.3-1.6-.3h-.9v3.6h.9c.8%200%201.2%200%201.6-.3zM161%2080.6l-.9%202.4h1.7l-.8-2.4zm-9.9-16.9l-4.3%204.5%2011.8%208.9L173%2054.7%20157.2%2068l-6.1-4.3zm33.2-18.6c-1%200-1.5.8-1.5%201.8s.5%201.8%201.5%201.8%201.5-.8%201.5-1.8c-.1-1-.6-1.8-1.5-1.8zm23.4%204.9c0%2027.6-22.7%2050-50.7%2050-28%200-50.7-22.4-50.7-50S129%200%20157%200c28%200%2050.7%2022.4%2050.7%2050zm-27-20.7h10.1v-4.7c0-.4-.3-.8-.8-.8h-9.3v5.5zm5.8%205.3v4.3h3.4c.4%200%20.7-.3.8-.6V30s-4.2%201.5-4.2%204.6zm-11-1.9s4.2-1.5%204.2-4.6v-4.3h-3.8l-.1.1-.1.1v5.6l-.2%203.1zm-4.8%2011.2c-1.6%200-3%201.1-3%203.1s1.3%203.1%202.7%203.1c1.3%200%201.8-.6%201.8-.6l.1.5h1v-3.3h-2.5v1.1h1v.7s-.3.4-1.1.4-1.5-.6-1.5-1.8c0-1.2.7-1.8%201.5-1.8s1.2.5%201.4.7l.9-1c-.1-.1-.7-1.1-2.3-1.1zm-10.5-5.1h4.6v-4.6h1.6c1.2%200%203.3-.3%204.5-1.1%201.2-.9%201.8-2.1%201.8-4.1s-.6-3.2-1.8-4.1c-1.2-.9-3-1.1-4.5-1.1h-6.1l-.1%2015zm5.2%205.2v3.6l-2.2-3.6h-1.6v6h1.4v-3.8l2.3%203.8h1.4v-6h-1.3zm-6.5%200v6h1.5v-6h-1.5zm-10.4-5.2h10.8v-3.6h-6.2v-2.3h5.4v-3.5h-5.4v-2.1h6.2v-3.5h-10.8v15zm6.6%206.4V50h1.5v-4.8h1.6V44h-4.8v1.2h1.7zm-3.8-1.2v6h1.5v-6h-1.5zm-3.3%200h-2.4v6h1.5v-2.2h.6L149%2050h1.7l-1.5-2.4c.8-.3%201.1-.9%201.1-1.7%200-.7-.3-1.1-.7-1.4-.4-.4-1-.5-1.6-.5zm-18.4-9.5c0%20.6-.6.8-1.8.8s-3-.5-4.3-1.6l-1.9%203.3c1.3%201.2%203.7%202%206.1%202%202.4%200%203.8-.6%204.7-1.4.9-.7%201.8-1.9%201.8-3.7%200-1.8-.8-2.7-1.5-3.3-.7-.6-1.6-.9-2.1-1.1-.5-.2-2.3-.7-2.6-.8s-1.1-.3-1.1-.9c0-.6.5-.8%201.7-.8s3%20.6%204.1%201.5l1.7-3.1c-.9-.7-2.4-1.4-4-1.7-.6-.1-1.1-.2-1.7-.2-2.3%200-3.4.5-4.3%201.1-.9.6-2%201.9-2%203.6%200%201.8.8%202.8%201.6%203.4.8.6%201.9%201%202.3%201.1.4.1%201.7.5%202.2.7.3.2%201.1.5%201.1%201.1zm-6.7%209.5h-1.5l-.9%204.2-1-4.2H118l-1%204.2-1-4.2h-1.5l1.5%206h1.6l1-4.2%201%204.2h1.6l1.7-6zm2.2%200h-1.5v6h1.5v-6zm5%204.8h-2.3V44h-1.5v6h3.8v-1.2zm4.6%200h-2.3V44h-1.5v6h3.8v-1.2zm.5-21.5h3.9v11.5h4.6V27.3h3.9v-3.5h-12.4v3.5zm5.5%2018.5l1%204.2h1.6l1.5-5.9h-1.5l-.9%204.2-1-4.2H140l-1%204.2-.9-4.2h-1.5l1.5%205.9h1.6l1-4.2zm.9%2039h3.1v-.6h-2.4v-1.7h2.1v-.6h-2.1v-1.4h2.3v-.6h-3v4.9zm6.1%207.1l-1-1c.2-.3.6-1%20.7-1.4l-.6-.2c-.1.4-.3.9-.5%201.2l-1.1-1.2.2-.1c.4-.2.9-.6.9-1.2s-.5-1.1-1.3-1.1-1.3.4-1.3%201.1c0%20.6.4.9.5%201l.1.1-.2.1c-.5.3-1%20.6-1%201.4%200%20.7.6%201.3%201.6%201.3s1.4-.5%201.6-.7l.5.6h.9zm1.2-7.1h.7v-4.9h-.7v3.7l-2.4-3.7h-.8v4.9h.7v-3.9l2.5%203.9zm6.8%202.2h-.7l-1%204.1-1.1-4.1h-.8l-1.1%204-1-4.1h-.7l1.3%204.9h.8l1.1-4%201.1%204h.8l1.3-4.8zm-4.4-4.7c0-1.2.7-1.9%201.6-1.9.9%200%201.3.6%201.3.7l.5-.4s-.6-.9-1.8-.9c-1.2%200-2.3.9-2.3%202.5s1%202.5%202.2%202.5c1.1%200%201.5-.6%201.5-.6l.1.6h.5v-2.5H153v.6h1.2v.8s-.4.6-1.3.6c-1-.1-1.6-.8-1.6-2zm9%209.6l-1.8-4.9h-.8l-1.8%204.9h.7l.4-1.2h2.1l.4%201.2h.8zm-3.6-7.7v-4.3h-.7v4.9h2.7v-.6h-2zm2.8.6l.4-1.2h2.1l.4%201.2h.8l-1.8-4.9h-.8l-1.8%204.9h.7zm4.1%206.5h-2V87h-.7v4.9h2.7v-.6zm3.9%200h-2.4v-1.7h2.1V89h-2.1v-1.4h2.3V87h-3v4.9h3.1v-.6zm.3-11.4h-.7v3.7l-2.4-3.7h-.8v4.9h.7v-3.9l2.6%203.9h.7l-.1-4.9zm3.6%2010.6c0-.4-.2-.7-.4-.9-.2-.2-.4-.3-.5-.3-.2-.1-.8-.3-1-.4-.2-.1-.6-.3-.6-.7%200-.4.4-.7.9-.7.6%200%201%20.4%201.2.6l.4-.5c-.2-.2-.7-.7-1.6-.7-.5%200-.9.1-1.1.3-.3.2-.5.6-.5%201s.2.7.4.9c.2.2.5.3.5.3.1.1.8.3%201%20.4.2.1.6.3.6.7s-.4.8-1%20.8c-.7%200-1.2-.5-1.3-.7l-.4.5c.2.3.9.8%201.7.8.6%200%201-.2%201.3-.4.2-.2.4-.6.4-1zm1.8-8.1c0-.8-.3-1.5-.7-1.8-.4-.4-.9-.6-1.7-.6h-1.6v4.9h1.6c.8%200%201.3-.2%201.7-.6.4-.5.7-1.1.7-1.9zm1.2-28.2h-29.3v16.6c0%206.2%206.3%206.2%206.3%206.2h8.4l14.6-22.8zm1.1-16.1c0%20.4.3.8.8.8h9.3v-5.5h-10.1v4.7zm5.4%2010.9l-.7-1s-.5.7-1.4.7c-.9%200-1.6-.7-1.6-1.8s.6-1.7%201.6-1.7c.9%200%201.4.7%201.4.7l.7-1s-.7-1-2.2-1c-1.5%200-3%201-3%203.1s1.3%203.1%203%203.1c1.5%200%202.2-1.1%202.2-1.1zm6.4-2c0-1.9-1.2-3.1-3-3.1s-3%201.2-3%203.1c0%201.9%201.2%203.1%203%203.1s3-1.3%203-3.1zm6.2%200c0-1.1-.4-1.8-1-2.3-.5-.5-1.3-.7-2.2-.7h-2.2v6h2.2c1%200%201.7-.2%202.2-.7.6-.5%201-1.2%201-2.3zm5.1%203v-1.2h-2.7v-1.3h2.4v-1.2h-2.4v-1.1h2.6V44h-4.1v6h4.2zm-8.3-4.8h-.6v3.6h.6c.5%200%20.9-.1%201.2-.4.3-.3.5-.7.5-1.4s-.2-1.1-.5-1.4c-.3-.3-.6-.4-1.2-.4zm-19.5%2035.3h-.9v3.7h.9c.5%200%20.9-.1%201.2-.4s.5-.8.5-1.4-.2-1.1-.5-1.4c-.4-.4-.8-.5-1.2-.5zm-26.3%209.1c-.3.2-.7.5-.7.9%200%20.5.4.8%201%20.8s1-.4%201.1-.5l-1.2-1.3-.2.1zm.5-.7l.2-.1c.3-.2.6-.4.6-.8s-.3-.6-.7-.6c-.4%200-.7.3-.7.6s.3.6.4.7l.2.2zm12.1%201.2h1.7l-.9-2.4-.8%202.4z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

/* Social Post */
.social-post {
  text-align: center;
}

.social-post_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-size: 1.3225em;
}

.social-post_date {
  margin-top: 5px;
}

.social-post_icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.375em;
  height: 4.375em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%20viewBox%3D%22-38%20-38%20100%20100%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12-38c-27.6%200-50%2022.4-50%2050s22.4%2050%2050%2050%2050-22.4%2050-50-22.4-50-50-50zM37.3%202.2C38%2019%2025.5%2037.8%203.3%2037.8c-6.8%200-13-2-18.3-5.4%206.4.8%2012.7-1%2017.7-5-5.2-.1-9.7-3.6-11.2-8.3%201.9.4%203.7.3%205.4-.2-5.8-1.2-9.7-6.3-9.6-11.9%201.6.9%203.5%201.4%205.4%201.5C-12.6%205-14.2-2.1-11-7.4-5.1-.2%203.7%204.6%2013.7%205.1%2011.9-2.4%2017.6-9.6%2025.3-9.6c3.4%200%206.6%201.5%208.7%203.8%202.7-.5%205.3-1.5%207.6-2.9-.9%202.8-2.8%205.1-5.3%206.6C38.7-2.4%2041-3%2043.2-4c-1.6%202.4-3.6%204.5-5.9%206.2z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Home Feature */
.home-feature {
  max-width: 31.25rem;
  margin: 0 auto 2em auto;
}

.home-feature h1 {
  font-size: 4.04555774em;
  line-height: 1;
}

.home-feature h1 em {
  font-style: normal;
  color: #95c11e;
}

.home-feature p, .home-feature .summary, .home-feature .intro, .home-feature .details {
  font-weight: 200;
  font-size: 1.74900625em;
}

/* Map */
.map {
  overflow: hidden;
  background: #f2f2f2;
  margin: 0;
  position: relative;
}

.map_inner {
  display: none;
  height: 500px;
}

.map_inner * + * {
  margin-top: 0;
}

.map_boxes {
  padding-left: 0;
  text-align: center;
}

.map_boxes > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.map_boxes_i {
  width: 100%;
}

@media screen and (min-width: 62.25em) {
  .map_boxes {
    font-family: no-whitespace;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: -1em;
  }
  .map_boxes > * {
    font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  }
  .map_boxes > * {
    margin: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 1em;
  }
  .map_boxes > * {
    width: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .map_boxes_i {
    width: 50%;
  }
}

.map_box {
  position: relative;
}

@media screen {
  .map_box {
    cursor: pointer;
    background-color: #95c11e;
    color: white;
  }
}

.map_box_image {
  width: 100%;
  height: auto;
}

.map_box_text {
  margin: 0;
  padding: 1.875rem;
}

.map_box a:link,.map_box a:visited {
  text-decoration: none;
}

.map_box a:link:hover,.map_box a:visited:hover, .map_box a:link:focus, .map_box a:visited:focus {
  text-decoration: underline;
}

@media screen and (max-width: 62.1875em) {
  .map {
    display: none;
  }
}

@media screen and (min-width: 62.25em) {
  .map {
    padding-left: 0;
    padding-right: 0;
  }
  .map_inner {
    display: block;
  }
}

/* Stats */
.stat_image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 7em;
  margin-left: auto;
  margin-right: auto;
}

.stat_image::before {
  content: '';
  padding-top: 100%;
}

.stat_value {
  margin-top: 0.25em;
  font-size: 3.05902286em;
  font-weight: 600;
  line-height: 1;
}

.stat_text {
  margin-top: 0;
  font-size: 1.3225em;
}

/* Logos */
.logos {
  font-family: no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: -1em;
}

.logos > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.logos > * {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}

.logos > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.logos > * {
  width: auto;
  vertical-align: middle;
}

.logobox_image {
  max-height: 80px;
}

/* Pay */
.pay {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

* + .pay, .pay + * {
  margin-top: 2rem;
}

.pay_summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pay_summary dt {
  width: auto;
  text-align: right;
  padding-right: 1em;
}

.pay_summary dd {
  width: auto;
  margin-left: 0;
  text-align: left;
}

/* Expander */
.expander_button {
  cursor: pointer;
}

.expander_body {
  overflow: hidden;
  margin-top: 0 !important;
}

.expander_body::before {
  content: '';
  display: block;
  height: 1em;
}

.expander_body::after {
  content: '';
  display: block;
  height: 1px;
}

.expander-list {
  text-align: left;
}

.expander-list .expander_button {
  font-weight: 600;
  margin-bottom: 0;
}

.expander-list .expander + .expander {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid;
}

/* Simple Form */
.simple-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.simple-form input, .simple-form .input-pseudo, .simple-form textarea {
  margin-bottom: 0.4em;
}

.simple-form .recaptcha {
  margin: 0.2em 0 0.4em 0;
  width: 304px;
  margin-left: auto;
  margin-right: auto;
}

/* Vendor */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, .mfp-close.button,
button.mfp-arrow,
.mfp-arrow.button {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 50em) and (orientation: landscape), screen and (max-height: 18.75em) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 56.25em) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Magnific Popup */
.mfp-bg {
  z-index: 99991;
}

.mfp-wrap {
  z-index: 99992;
}

.mfp-content {
  z-index: 99993;
}

button.mfp-close, .mfp-close.button,
button.mfp-arrow,
.mfp-arrow.button {
  z-index: 99994;
}

.mfp-wrap {
  margin-top: auto;
}

.mfp-figure figcaption {
  margin-top: 0;
}

.mfp-iframe {
  margin-top: 0;
}

.mfp-close {
  margin-top: 0;
}

.mfp-bottom-bar {
  margin-top: -32px;
}

.mfp-counter {
  margin-top: 0;
}

.mfp-iframe-scaler iframe,
.mfp-figure:after {
  box-shadow: none;
}

.mfp-zoom-out-cur,
.mfp-zoom {
  cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* General */
html, body {
  margin: 0;
  height: 100%;
}

.u-container {
  min-height: 100%;
}

html {
  background: white;
  overflow-y: scroll;
}

.u-container {
  margin: 0;
}

.u-inner {
  margin-right: 0;
  position: relative;
}

.is-animate .u-inner {
  transition: margin 0.25s ease;
}

.u-wrap {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
}

.u-wrap-tight {
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 62.1875em) {
  body:target .nav_menu, body.is-active .nav_menu {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
    max-height: 90vh;
  }
}

@media screen and (min-width: 62.25em) {
  body:target .u-inner, body.is-active .u-inner {
    margin-right: 15rem;
  }
  body:target .nav, body.is-active .nav {
    width: 15rem;
  }
}

/* Header */
.header {
  text-align: center;
  margin: 0;
  padding: 1.25rem 4vw;
  background-color: #051034;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media print {
  .header {
    display: none;
  }
}

.toggle {
  margin-top: -13.5px;
  position: fixed;
  top: 2.84375rem;
  right: 4vw;
  z-index: 40;
  width: 35px;
  height: 27px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  margin: 0;
}

.toggle span:nth-child(1) {
  top: 0px;
}

.toggle span:nth-child(2),
.toggle span:nth-child(3) {
  top: 11px;
}

.toggle span:nth-child(4) {
  top: 22px;
}

.is-active .toggle span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.is-active .toggle span:nth-child(2) {
  transform: rotate(45deg);
}

.is-active .toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.is-active .toggle span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.icons {
  position: fixed;
  top: 2.84375rem;
  left: 4vw;
  z-index: 20;
  margin-top: -15px;
  padding-left: 0;
  font-family: no-whitespace;
  margin-left: -0.25em;
  margin-right: -0.25em;
  margin-bottom: -0.5em;
}

.icons > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.icons > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.icons > * {
  margin: 0;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-bottom: 0.5em;
}

.icons > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.icons > * {
  width: auto;
}

@media screen and (max-width: 37.1875em) {
  .icons > *:not(:nth-child(2)) {
    display: none;
  }
}

.icon {
  display: block;
  opacity: 0.5;
  width: 30px;
}

.icon:link,.icon:visited {
  color: white;
  text-decoration: none;
}

.icon_text {
  text-transform: uppercase;
  font-size: 0.65751623em;
  text-align: center;
  display: block;
  margin-top: 0.5em;
  opacity: 0;
  width: 50px;
  margin-left: -10px;
}

.icon__login::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.9375em;
  height: 1.9375em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2031%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c0%208.3-6.7%2015-15%2015S0%2023.3%200%2015%206.7%200%2015%200s15%206.7%2015%2015zM8.1%2023H22c0-3-1.9-7.6-4.6-9.3%201.4-.8%202.4-2.4%202.4-4.1%200-2.6-2.1-4.7-4.7-4.7S10.4%207%2010.4%209.6c0%201.7%201%203.3%202.4%204.1C10%2015.4%208.1%2020%208.1%2023z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: 0;
  margin-right: 0;
}

.icon__pay::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.9375em;
  height: 1.9375em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2031%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c0%208.3-6.7%2015-15%2015S0%2023.3%200%2015%206.7%200%2015%200s15%206.7%2015%2015zm-15.7-1.3l-.3-.5c-.2-.3-.3-.7-.3-1.1%200-1%20.9-1.6%202-1.6%202.1%200%202.1%202.2%203.5%202.2.9%200%201.6-.6%201.6-1.6%200-2-2.3-3.6-5.2-3.6-2.8%200-5.2%201.5-5.2%204%200%20.6.3%201.7.5%202.2h-.4c-.9%200-1.5.5-1.5%201.4s.6%201.4%201.5%201.4h1.1c0%202.6-1.8%203.4-1.8%204.3%200%201%20.6%201.6%201.6%201.6h8.1c.9%200%201.5-.5%201.5-1.4%200-.9-.6-1.4-1.5-1.4h-5.7c.7-.9%201-1.9%201-3h2.7c.9%200%201.5-.5%201.5-1.4s-.6-1.4-1.5-1.4l-3.2-.1z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: 0;
  margin-right: 0;
}

.icon__search::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.9375em;
  height: 1.9375em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2031%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M15%200C6.7%200%200%206.7%200%2015s6.7%2015%2015%2015%2015-6.7%2015-15S23.3%200%2015%200zm7.1%2022.1c-.3.3-.7.4-1%20.4-.4%200-.7-.1-1-.4l-3.4-3.4c-.9.6-2%20.9-3.1.9-1.6%200-3.1-.6-4.3-1.8-2.4-2.4-2.4-6.2%200-8.5%201.1-1.1%202.7-1.8%204.3-1.8%201.6%200%203.1.6%204.3%201.8%201.1%201.1%201.8%202.7%201.8%204.3%200%201.1-.3%202.2-.9%203.1l3.4%203.4c.5.5.5%201.4-.1%202zm-6.4-10.8c.6.6.9%201.4.9%202.2%200%20.8-.3%201.6-.9%202.2-.6.6-1.4.9-2.2.9-.8%200-1.6-.3-2.2-.9-1.2-1.2-1.2-3.2%200-4.4.6-.6%201.4-.9%202.2-.9.8%200%201.6.3%202.2.9z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: 0;
  margin-right: 0;
}

.icon::before {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon:hover {
  opacity: 1;
}

.icon:hover .icon_text {
  opacity: 1;
}

/* Nav */
body {
  padding-top: 5.6875rem;
}

.nav {
  margin: 0;
  color: white;
  background-color: #051034;
}

.nav_menu {
  margin-top: 0;
}

.nav_menu * + * {
  margin-top: 0;
}

@media screen and (max-width: 62.1875em) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
  }
  .nav_menu {
    padding-left: 4vw;
    padding-right: 4vw;
    max-height: 0;
    overflow: auto;
    transition: all 0.25s ease;
  }
  .nav_list {
    padding-left: 0;
  }
  .nav_list > * {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
  }
  .nav_list_i {
    margin-top: 0;
  }
  .nav_list_label {
    display: block;
    line-height: 1.3;
    padding: 0.3em 0;
  }
  .nav_list_label:link,.nav_list_label:visited {
    text-decoration: none;
  }
  .nav_list_label.is-active, .nav_list_label:focus, .nav_list_label:hover, .nav_list_label:active {
    color: #95c11e;
  }
  .nav_list_label {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (min-width: 62.25em) {
  .nav {
    position: fixed;
    padding-top: 5.6875rem;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    z-index: 30;
  }
  .is-animate .nav {
    transition: all 0.25s ease;
  }
  .nav_menu {
    width: 15rem;
    padding: 1.25rem;
  }
  .nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
  }
}

@media print {
  .nav {
    display: none;
  }
}

.search {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

.search_inner {
  margin-top: 1rem;
  display: table;
  width: 100%;
}

.search_inner > * {
  display: table-cell;
}

.search_inner > *:last-child {
  width: 4em;
}

.search_button {
  background-color: white !important;
  border-color: white !important;
  color: #091B57 !important;
}

.search:target, .search.is-active {
  max-height: 70px;
}

/* Main */
.main {
  margin: 0;
}

.section {
  margin: 0;
  position: relative;
}

.section .u-inner {
  padding: 2.5rem 4vw;
}

.section__primary {
  background-color: #091B57;
  color: white;
}

.section__secondary {
  background-color: #95c11e;
  color: white;
}

.section__tertiary {
  background-color: #c81a78;
  color: white;
}

.section__image {
  color: white;
}

.section__image .u-inner {
  background-size: cover;
  background-position: center;
}

.section__overlay .u-inner > * {
  position: relative;
  z-index: 1;
}

.section__overlay .u-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.section__tight .u-inner {
  padding: 1.25rem 4vw;
}

.section_box {
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.875rem 2.5rem;
  margin: 0 auto;
  text-align: center;
}

.section_box * + * {
  margin-top: 0.4em;
}

@media screen and (min-width: 62.25em) {
  .section .u-inner {
    padding: 3.75rem 4vw;
  }
  .section__tight .u-inner {
    padding: 1.25rem 4vw;
  }
  .section_box {
    max-width: 50%;
  }
  .section__pad .u-inner {
    padding: 7.5rem 4vw;
  }
}

/* Footer */
.footer {
  background-color: #051034;
  margin: 0;
  padding: 3.75rem 4vw;
  font-size: 0.86956522rem;
}

.footer, .footer a:link, .footer a:visited {
  color: #b4b7c2;
  font-weight: 400;
}

.footer h2 {
  font-weight: 400;
  color: white;
  font-size: 1.15em;
}

.footer h2 + * {
  margin-top: 0.2em;
}

.footer a:link,.footer a:visited {
  text-decoration: none;
}

.footer a:link:hover,.footer a:visited:hover, .footer a:link:focus, .footer a:visited:focus {
  text-decoration: underline;
}

.footer_nav-list {
  padding-left: 0;
  font-family: no-whitespace;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: 0;
}

.footer_nav-list > * {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.footer_nav-list_i {
  margin-top: 0;
}

.footer_nav-list_label {
  display: block;
  line-height: 1.3;
  padding: 0.3em 0;
}

.footer_nav-list_label:link,.footer_nav-list_label:visited {
  text-decoration: none;
}

.footer_nav-list_label.is-active, .footer_nav-list_label:focus, .footer_nav-list_label:hover, .footer_nav-list_label:active {
  color: #95c11e;
}

.footer_nav-list > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.footer_nav-list > * {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0;
}

.footer_nav-list > * {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.footer_nav-list .footer_nav-list_i {
  width: auto;
}

.footer_form {
  padding-top: 0.5em;
}

.footer_form input, .footer_form .input-pseudo, .footer_form textarea, .footer_form select {
  margin-bottom: 0.4em;
}

.footer_logo .u-ratio[style], .footer_logo .person[style]::before, .footer_logo .stat_image[style]::before, .footer_logo .x-style-sprite-ratio[style]::before {
  padding-top: 22.35% !important;
}

.footer_buttons {
  padding-top: 0.5em;
}

.footer_buttons .button {
  margin-bottom: 0.4em;
}

.footer_recaptcha {
  margin: 0.4em 0;
}

.footer_credit {
  font-size: 0.86956522em;
}

@media print {
  .footer {
    display: none;
  }
}

/* Top */
.top {
  display: block;
  background-color: rgba(9, 27, 87, 0.8);
  padding: 0.75em 0.65em;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  opacity: 0;
  transition: all 0.25s ease;
}

.top span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5875em;
  height: 1.14375em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-38%20-12.9%20100%2049.8%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M-38%2036.9h26.8L12%2013.8l23.2%2023.1H62L12-12.9l-50%2049.8z%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.is-active .top {
  right: 16rem;
}

.top.is-visible {
  opacity: 1;
}

/* Style */
.x-style-container {
  margin: 0 4vw;
  padding: 30px 0;
  max-width: 75rem;
}

.x-style-grid {
  font-family: ayre-no-whitespace;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1em;
}

.x-style-grid > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 31em) {
  .x-style-grid > * {
    width: 50%;
  }
}

@media screen and (min-width: 43.5em) {
  .x-style-grid > * {
    width: 33.33333333%;
  }
}

@media screen and (min-width: 56em) {
  .x-style-grid > * {
    width: 25%;
  }
}

@media screen and (min-width: 68.5em) {
  .x-style-grid > * {
    width: 20%;
  }
}

@media screen and (min-width: 81em) {
  .x-style-grid > * {
    width: 16.66666667%;
  }
}

.x-style-grid_filler {
  padding-top: 100%;
  background-image: linear-gradient(to bottom right, #f2f2f2, #f2f2f2 50%, #e6e6e6 50%, #e6e6e6);
}

.x-style-grid-media {
  font-family: ayre-no-whitespace;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1em;
}

.x-style-grid-media > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 43.5em) {
  .x-style-grid-media > * {
    width: 50%;
  }
}

.x-style-grid-justify {
  font-family: ayre-no-whitespace;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1em;
  text-justify: distribute;
  text-align: justify;
}

.x-style-grid-justify > * {
  font-family: Work Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  vertical-align: top;
  display: inline-block;
  margin: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1em;
}

.x-style-grid-justify::after {
  content: '';
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.x-style-grid-justify > * {
  text-align: left;
  width: auto;
}

.x-style-sprite-png {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.75em;
  height: 5em;
  display: inline-block;
  background-image: url('../images/logo.1585582958.png');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.x-style-sprite-png-affix::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.75em;
  height: 5em;
  display: inline-block;
  background-image: url('../images/logo.1585582958.png');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.5em;
}

.x-style-sprite-svg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.5em;
  height: 2.375em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%2038.6%22%3E%3Cpath%20d%3D%22M2.3%2036.8c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm5.4-.1v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-5.9h.6v2.4c.4-.3.8-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm5%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.5-1.4c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.8%203.4c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.3.2-.7.4-1.1.4zm3.2-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1H23zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.2%201.4c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3%203.6c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.2%200-.7.2-1.2.2zm.6-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm8.1%203.4l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.3-.5c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.5zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.3%202c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm4.4%200c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.3.3-.7.5-1.3.5zm5.7-.5c-.3.3-.7.5-1.2.5s-.9-.2-1.2-.5c-.4-.4-.5-.9-.5-1.6%200-.6.2-1.2.5-1.6.3-.3.7-.5%201.2-.5s.9.2%201.2.5c.3.4.5.9.5%201.6.1.7-.1%201.2-.5%201.6zm-1.2-3.1c-.7%200-1.2.6-1.2%201.5s.4%201.5%201.2%201.5c.7%200%201.2-.6%201.2-1.5s-.5-1.5-1.2-1.5zm6.2%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm5.1%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7H73v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5.1%201.9v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm3.5%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm6.5%201.8v-8.4h.6v8.4h-.6zm7-1.8c-.5%200-.9-.1-1.1-.2v-5.7h.6v2c.3-.1.6-.2.9-.2.9%200%201.7.6%201.7%201.9%200%201.4-1%202.2-2.1%202.2zm.3-3.6c-.4%200-.6.1-.8.2v2.7c.2.1.4.1.6.1.8%200%201.4-.7%201.4-1.6%200-.8-.4-1.4-1.2-1.4zm6.3%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm3.3.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm3.7-4.9c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.1.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm5.3%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.1-1.9c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm1-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm4.2%203.6c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm4.1%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm9.9-.1c-.3%200-.7-.2-1-.5-.4.3-.8.6-1.5.6-.8%200-1.3-.6-1.3-1.2s.3-1%20.9-1.2c-.3-.3-.5-.6-.5-1%200-.5.4-.9%201.1-.9.7%200%201.1.4%201.1.9s-.4.8-.9%201.1c.2.3.7.8%201%201.1.3-.3.5-.7.6-1l.5.1c-.1.4-.4.8-.7%201.2.3.3.6.5.9.4l.1.4h-.3zm-2.5-2c-.5.2-.6.5-.6.8%200%20.4.3.8.8.8.3%200%20.7-.1.9-.4-.3-.3-.9-.9-1.1-1.2zm.3-1.8c-.4%200-.5.3-.5.5s.1.4.4.8c.4-.2.6-.5.6-.7%200-.3-.1-.6-.5-.6zm8.2%203.9c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5%201.9l-1.1-1.6-1.1%201.6h-.7l1.4-2-1.3-1.9h.7l1%201.5%201-1.5h.7l-1.3%201.9%201.3%202h-.6zm7.7%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.4%202c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.1%200-.6.2-1.2.2zm.7-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm4.2%203.4h-.5l-1.5-3.9h.6l1.1%203.1%201.3-3.1h.6l-1.6%203.9zm3.6-4.8c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm3.6.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm3.7-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c.1-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.5%203.4c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zM0%20.5L2.8%200c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.4-1%202.6-1.4%204-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.5-1.1-.7-2-.7-1.7%200-3.6%201.1-5.1%203v12.6H.5V4C.5%202.5.4%201.8%200%20.5zm19.7%204.6l2.7-.5v12.7c0%201.7.2%202.4%201%202.9.6.4%201.4.7%202.2.7%201.7%200%203.5-1.3%204.5-3.2V5.1l2.7-.5v12.5c0%202%20.1%202.6.4%203.3.2.4.3.6.8%201l-1.8%201.9c-1.2-1-1.7-1.7-1.9-2.8-1.3%201.8-3.2%202.7-5.6%202.7-2.2%200-4-.9-4.6-2.5-.3-.7-.5-1.6-.5-2.6v-13zm18.3%200l2.7-.6c.3.7.6%201.7.6%202.5v.1c.8-.9%201.2-1.1%202.2-1.7%201.1-.7%202-1%203-1%201.4%200%202.7.7%203.5%201.8.2.4.4.6.6%201.2%201.7-1.8%203.9-2.9%205.7-2.9%202.6%200%204.4%202%204.4%204.8v13.3h-2.8V9.5c0-1.7-.8-2.6-2.3-2.6-.9%200-1.8.4-2.6%201-.5.4-1.1.9-1.8%201.5l-.3.3v12.9h-2.8V10c0-1.5%200-1.8-.5-2.3-.4-.5-1-.7-1.8-.7-1.3%200-2.7.7-4.5%202.3v13.2h-2.7V9.4c0-2.4%200-2.8-.6-4.3zM66.1%205l2.9-.5c0%20.5.1%201.2.1%202.2v.5c1.5-1.7%203.3-2.6%205.2-2.6%201.8%200%203.5.8%204.7%202.2%201.3%201.6%202%203.8%202%207%200%202.8-.4%204.5-1.4%206.1-1.3%202.1-3.2%203.2-5.5%203.2-1.8%200-3.6-.8-4.9-2.1v5.2l-2.8.5V9.2c.1-1.9-.1-3.4-.3-4.2zm3.1%2013.4c1.3%201.5%202.8%202.3%204.3%202.3%201.6%200%203.1-.9%203.7-2.2.5-1.1.7-2.5.7-4.5%200-2.1-.3-4-.8-5.1-.6-1.2-1.8-1.9-3.3-1.9-1.8%200-3.4.9-4.7%202.5v8.9zM85.5.5l2.8-.5c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.5-1%202.7-1.4%204.1-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.4-1.2-.7-2.1-.7-1.7%200-3.6%201.1-5.1%203v12.6H86V4c0-1.5-.2-2.2-.5-3.5zm19.1%204.7l2.8-.7c.4.9.6%201.5.6%202.6v.3c1.3-1.8%203.2-2.9%205-2.9.5%200%201%20.2%201%20.2l-1.1%203c-.4-.1-.5-.1-.8-.1-1.1%200-2.1.5-2.9%201.3-.8.8-1%201.3-1%202.8v11.1h-2.8V9.1c-.2-2-.3-2.8-.8-3.9zM128%2019l1.1%201.8c-1.6%201.4-3.7%202.2-6%202.2-4.9%200-7.8-3.5-7.8-9.4%200-3%20.6-4.9%202.1-6.7%201.4-1.7%203.2-2.5%205.3-2.5%201.9%200%203.6.7%204.8%201.9%201.5%201.6%202%203.2%202%207.5v.4h-11v.4c0%201.7.2%202.9.8%203.9%201%201.5%202.6%202.2%204.4%202.2%201.7%200%203-.6%204.3-1.7zm-9.6-6.9h8.1c0-1.9-.3-3.1-.8-3.9-.6-1-1.8-1.6-3.2-1.6-2.5%200-3.9%201.9-4.1%205.5zm13.4-6.8l2.7-.9%203.6%2011.5c.5%201.7%201.1%204.4%201.1%204.4h.1s.7-2.3%201.1-3.7L143.9%205h3.2L141%2023.2c-.6%201.9-1.2%203.4-2.4%204.5-.7.7-1.8%201.3-2.9%201.5l-.8-1.9c.7-.1%201.8-.9%202.5-1.6.4-.5.6-1.4.6-1.4l-6.2-19zm33.5%2017.5c-1.4%200-3-1-4.4-2.2-1.6%201.4-3.6%202.4-6.2%202.4-3.5%200-5.5-2.4-5.5-5.1%200-2.6%201.5-4.1%204-5.1-1.3-1.4-2.1-2.4-2.1-4.3%200-2.1%201.9-3.9%204.7-3.9%202.8%200%204.6%201.6%204.6%203.9%200%202.2-1.6%203.6-3.7%204.7.9%201.1%203.1%203.4%204.5%204.6%201.1-1.2%202.3-3%202.6-4.2l2%20.5c-.4%201.5-1.5%203.3-3.1%205%201.3%201.2%202.6%202%203.8%201.8l.5%201.5c-.5.2-1.1.4-1.7.4zm-10.9-8.7c-2.1.9-2.7%202-2.7%203.5%200%201.9%201.4%203.3%203.6%203.3%201.2%200%202.8-.5%204-1.6-1.4-1.4-3.7-3.8-4.9-5.2zm1.3-7.7c-1.6%200-2.2%201.1-2.2%201.9%200%201%20.5%201.8%201.8%203.4%201.7-.9%202.7-2%202.7-3.2-.1-.8-.6-2.1-2.3-2.1zm26%200l-1.5%201.9c-1.4-1.1-2.1-1.4-3.4-1.4-1.4%200-2.7.8-3.3%202-.7%201.2-1%203.2-1%205.8%200%204%201.5%206.1%204.4%206.1%201.4%200%202.8-.7%203.8-1.9l1.5%201.8c-1.6%201.7-3.2%202.3-5.4%202.3-2.5%200-4.4-.9-5.6-2.7-1.2-1.7-1.7-3.7-1.7-6.3%200-3.9%201.1-6%202.7-7.5%201.4-1.4%202.9-2.1%204.8-2.1%202.1.1%203.4.9%204.7%202zm10.6-1.9c2.9%200%204.9%201.3%206.1%203.1%201.1%201.6%201.6%203.7%201.6%206.6%200%203.4-.8%205.6-2.8%207.3-1.4%201.2-2.8%201.7-4.8%201.7-4.7%200-7.6-3.6-7.6-9.4%200-5.8%202.9-9.3%207.5-9.3zm0%202.3c-1.6%200-3%20.8-3.6%201.9-.6%201.1-.9%202.5-.9%204.6%200%202.5.4%204.7%201.1%205.8.6%201.1%202.1%201.8%203.6%201.8%201.8%200%203.2-1%203.8-2.7.4-1.1.5-2.1.5-3.8%200-2.5-.3-4.2-.8-5.3-.7-1.6-2.3-2.3-3.7-2.3z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.x-style-sprite-svg-affix::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.5em;
  height: 2.375em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%2038.6%22%3E%3Cpath%20d%3D%22M2.3%2036.8c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm5.4-.1v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-5.9h.6v2.4c.4-.3.8-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm5%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.5-1.4c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.8%203.4c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.3.2-.7.4-1.1.4zm3.2-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1H23zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.2%201.4c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3%203.6c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.2%200-.7.2-1.2.2zm.6-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm8.1%203.4l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.3-.5c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.5zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.3%202c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm4.4%200c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.3.3-.7.5-1.3.5zm5.7-.5c-.3.3-.7.5-1.2.5s-.9-.2-1.2-.5c-.4-.4-.5-.9-.5-1.6%200-.6.2-1.2.5-1.6.3-.3.7-.5%201.2-.5s.9.2%201.2.5c.3.4.5.9.5%201.6.1.7-.1%201.2-.5%201.6zm-1.2-3.1c-.7%200-1.2.6-1.2%201.5s.4%201.5%201.2%201.5c.7%200%201.2-.6%201.2-1.5s-.5-1.5-1.2-1.5zm6.2%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm5.1%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7H73v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5.1%201.9v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm3.5%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm6.5%201.8v-8.4h.6v8.4h-.6zm7-1.8c-.5%200-.9-.1-1.1-.2v-5.7h.6v2c.3-.1.6-.2.9-.2.9%200%201.7.6%201.7%201.9%200%201.4-1%202.2-2.1%202.2zm.3-3.6c-.4%200-.6.1-.8.2v2.7c.2.1.4.1.6.1.8%200%201.4-.7%201.4-1.6%200-.8-.4-1.4-1.2-1.4zm6.3%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm3.3.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm3.7-4.9c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.1.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm5.3%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.1-1.9c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm1-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm4.2%203.6c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm4.1%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm9.9-.1c-.3%200-.7-.2-1-.5-.4.3-.8.6-1.5.6-.8%200-1.3-.6-1.3-1.2s.3-1%20.9-1.2c-.3-.3-.5-.6-.5-1%200-.5.4-.9%201.1-.9.7%200%201.1.4%201.1.9s-.4.8-.9%201.1c.2.3.7.8%201%201.1.3-.3.5-.7.6-1l.5.1c-.1.4-.4.8-.7%201.2.3.3.6.5.9.4l.1.4h-.3zm-2.5-2c-.5.2-.6.5-.6.8%200%20.4.3.8.8.8.3%200%20.7-.1.9-.4-.3-.3-.9-.9-1.1-1.2zm.3-1.8c-.4%200-.5.3-.5.5s.1.4.4.8c.4-.2.6-.5.6-.7%200-.3-.1-.6-.5-.6zm8.2%203.9c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5%201.9l-1.1-1.6-1.1%201.6h-.7l1.4-2-1.3-1.9h.7l1%201.5%201-1.5h.7l-1.3%201.9%201.3%202h-.6zm7.7%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.4%202c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.1%200-.6.2-1.2.2zm.7-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm4.2%203.4h-.5l-1.5-3.9h.6l1.1%203.1%201.3-3.1h.6l-1.6%203.9zm3.6-4.8c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm3.6.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm3.7-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c.1-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.5%203.4c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zM0%20.5L2.8%200c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.4-1%202.6-1.4%204-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.5-1.1-.7-2-.7-1.7%200-3.6%201.1-5.1%203v12.6H.5V4C.5%202.5.4%201.8%200%20.5zm19.7%204.6l2.7-.5v12.7c0%201.7.2%202.4%201%202.9.6.4%201.4.7%202.2.7%201.7%200%203.5-1.3%204.5-3.2V5.1l2.7-.5v12.5c0%202%20.1%202.6.4%203.3.2.4.3.6.8%201l-1.8%201.9c-1.2-1-1.7-1.7-1.9-2.8-1.3%201.8-3.2%202.7-5.6%202.7-2.2%200-4-.9-4.6-2.5-.3-.7-.5-1.6-.5-2.6v-13zm18.3%200l2.7-.6c.3.7.6%201.7.6%202.5v.1c.8-.9%201.2-1.1%202.2-1.7%201.1-.7%202-1%203-1%201.4%200%202.7.7%203.5%201.8.2.4.4.6.6%201.2%201.7-1.8%203.9-2.9%205.7-2.9%202.6%200%204.4%202%204.4%204.8v13.3h-2.8V9.5c0-1.7-.8-2.6-2.3-2.6-.9%200-1.8.4-2.6%201-.5.4-1.1.9-1.8%201.5l-.3.3v12.9h-2.8V10c0-1.5%200-1.8-.5-2.3-.4-.5-1-.7-1.8-.7-1.3%200-2.7.7-4.5%202.3v13.2h-2.7V9.4c0-2.4%200-2.8-.6-4.3zM66.1%205l2.9-.5c0%20.5.1%201.2.1%202.2v.5c1.5-1.7%203.3-2.6%205.2-2.6%201.8%200%203.5.8%204.7%202.2%201.3%201.6%202%203.8%202%207%200%202.8-.4%204.5-1.4%206.1-1.3%202.1-3.2%203.2-5.5%203.2-1.8%200-3.6-.8-4.9-2.1v5.2l-2.8.5V9.2c.1-1.9-.1-3.4-.3-4.2zm3.1%2013.4c1.3%201.5%202.8%202.3%204.3%202.3%201.6%200%203.1-.9%203.7-2.2.5-1.1.7-2.5.7-4.5%200-2.1-.3-4-.8-5.1-.6-1.2-1.8-1.9-3.3-1.9-1.8%200-3.4.9-4.7%202.5v8.9zM85.5.5l2.8-.5c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.5-1%202.7-1.4%204.1-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.4-1.2-.7-2.1-.7-1.7%200-3.6%201.1-5.1%203v12.6H86V4c0-1.5-.2-2.2-.5-3.5zm19.1%204.7l2.8-.7c.4.9.6%201.5.6%202.6v.3c1.3-1.8%203.2-2.9%205-2.9.5%200%201%20.2%201%20.2l-1.1%203c-.4-.1-.5-.1-.8-.1-1.1%200-2.1.5-2.9%201.3-.8.8-1%201.3-1%202.8v11.1h-2.8V9.1c-.2-2-.3-2.8-.8-3.9zM128%2019l1.1%201.8c-1.6%201.4-3.7%202.2-6%202.2-4.9%200-7.8-3.5-7.8-9.4%200-3%20.6-4.9%202.1-6.7%201.4-1.7%203.2-2.5%205.3-2.5%201.9%200%203.6.7%204.8%201.9%201.5%201.6%202%203.2%202%207.5v.4h-11v.4c0%201.7.2%202.9.8%203.9%201%201.5%202.6%202.2%204.4%202.2%201.7%200%203-.6%204.3-1.7zm-9.6-6.9h8.1c0-1.9-.3-3.1-.8-3.9-.6-1-1.8-1.6-3.2-1.6-2.5%200-3.9%201.9-4.1%205.5zm13.4-6.8l2.7-.9%203.6%2011.5c.5%201.7%201.1%204.4%201.1%204.4h.1s.7-2.3%201.1-3.7L143.9%205h3.2L141%2023.2c-.6%201.9-1.2%203.4-2.4%204.5-.7.7-1.8%201.3-2.9%201.5l-.8-1.9c.7-.1%201.8-.9%202.5-1.6.4-.5.6-1.4.6-1.4l-6.2-19zm33.5%2017.5c-1.4%200-3-1-4.4-2.2-1.6%201.4-3.6%202.4-6.2%202.4-3.5%200-5.5-2.4-5.5-5.1%200-2.6%201.5-4.1%204-5.1-1.3-1.4-2.1-2.4-2.1-4.3%200-2.1%201.9-3.9%204.7-3.9%202.8%200%204.6%201.6%204.6%203.9%200%202.2-1.6%203.6-3.7%204.7.9%201.1%203.1%203.4%204.5%204.6%201.1-1.2%202.3-3%202.6-4.2l2%20.5c-.4%201.5-1.5%203.3-3.1%205%201.3%201.2%202.6%202%203.8%201.8l.5%201.5c-.5.2-1.1.4-1.7.4zm-10.9-8.7c-2.1.9-2.7%202-2.7%203.5%200%201.9%201.4%203.3%203.6%203.3%201.2%200%202.8-.5%204-1.6-1.4-1.4-3.7-3.8-4.9-5.2zm1.3-7.7c-1.6%200-2.2%201.1-2.2%201.9%200%201%20.5%201.8%201.8%203.4%201.7-.9%202.7-2%202.7-3.2-.1-.8-.6-2.1-2.3-2.1zm26%200l-1.5%201.9c-1.4-1.1-2.1-1.4-3.4-1.4-1.4%200-2.7.8-3.3%202-.7%201.2-1%203.2-1%205.8%200%204%201.5%206.1%204.4%206.1%201.4%200%202.8-.7%203.8-1.9l1.5%201.8c-1.6%201.7-3.2%202.3-5.4%202.3-2.5%200-4.4-.9-5.6-2.7-1.2-1.7-1.7-3.7-1.7-6.3%200-3.9%201.1-6%202.7-7.5%201.4-1.4%202.9-2.1%204.8-2.1%202.1.1%203.4.9%204.7%202zm10.6-1.9c2.9%200%204.9%201.3%206.1%203.1%201.1%201.6%201.6%203.7%201.6%206.6%200%203.4-.8%205.6-2.8%207.3-1.4%201.2-2.8%201.7-4.8%201.7-4.7%200-7.6-3.6-7.6-9.4%200-5.8%202.9-9.3%207.5-9.3zm0%202.3c-1.6%200-3%20.8-3.6%201.9-.6%201.1-.9%202.5-.9%204.6%200%202.5.4%204.7%201.1%205.8.6%201.1%202.1%201.8%203.6%201.8%201.8%200%203.2-1%203.8-2.7.4-1.1.5-2.1.5-3.8%200-2.5-.3-4.2-.8-5.3-.7-1.6-2.3-2.3-3.7-2.3z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.5em;
}

.x-style-background-png {
  background-size: 268px 80px;
  background-image: url('../images/logo.1585582958.png');
  display: inline-block;
  vertical-align: middle;
  width: 536px;
  height: 80px;
}

.x-style-background-svg {
  background-size: 200px 38px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%2038.6%22%3E%3Cpath%20d%3D%22M2.3%2036.8c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm5.4-.1v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-5.9h.6v2.4c.4-.3.8-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm5%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.5-1.4c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.8%203.4c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.3.2-.7.4-1.1.4zm3.2-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1H23zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.2%201.4c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3%203.6c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.2%200-.7.2-1.2.2zm.6-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm8.1%203.4l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.3-.5c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.5zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.3%202c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm4.4%200c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.3.3-.7.5-1.3.5zm5.7-.5c-.3.3-.7.5-1.2.5s-.9-.2-1.2-.5c-.4-.4-.5-.9-.5-1.6%200-.6.2-1.2.5-1.6.3-.3.7-.5%201.2-.5s.9.2%201.2.5c.3.4.5.9.5%201.6.1.7-.1%201.2-.5%201.6zm-1.2-3.1c-.7%200-1.2.6-1.2%201.5s.4%201.5%201.2%201.5c.7%200%201.2-.6%201.2-1.5s-.5-1.5-1.2-1.5zm6.2%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm5.1%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7H73v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5.1%201.9v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm3.5%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm6.5%201.8v-8.4h.6v8.4h-.6zm7-1.8c-.5%200-.9-.1-1.1-.2v-5.7h.6v2c.3-.1.6-.2.9-.2.9%200%201.7.6%201.7%201.9%200%201.4-1%202.2-2.1%202.2zm.3-3.6c-.4%200-.6.1-.8.2v2.7c.2.1.4.1.6.1.8%200%201.4-.7%201.4-1.6%200-.8-.4-1.4-1.2-1.4zm6.3%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm3.3.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm3.7-4.9c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.1.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm5.3%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.1-1.9c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm1-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm4.2%203.6c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm4.1%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm9.9-.1c-.3%200-.7-.2-1-.5-.4.3-.8.6-1.5.6-.8%200-1.3-.6-1.3-1.2s.3-1%20.9-1.2c-.3-.3-.5-.6-.5-1%200-.5.4-.9%201.1-.9.7%200%201.1.4%201.1.9s-.4.8-.9%201.1c.2.3.7.8%201%201.1.3-.3.5-.7.6-1l.5.1c-.1.4-.4.8-.7%201.2.3.3.6.5.9.4l.1.4h-.3zm-2.5-2c-.5.2-.6.5-.6.8%200%20.4.3.8.8.8.3%200%20.7-.1.9-.4-.3-.3-.9-.9-1.1-1.2zm.3-1.8c-.4%200-.5.3-.5.5s.1.4.4.8c.4-.2.6-.5.6-.7%200-.3-.1-.6-.5-.6zm8.2%203.9c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5%201.9l-1.1-1.6-1.1%201.6h-.7l1.4-2-1.3-1.9h.7l1%201.5%201-1.5h.7l-1.3%201.9%201.3%202h-.6zm7.7%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.4%202c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.1%200-.6.2-1.2.2zm.7-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm4.2%203.4h-.5l-1.5-3.9h.6l1.1%203.1%201.3-3.1h.6l-1.6%203.9zm3.6-4.8c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm3.6.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm3.7-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c.1-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.5%203.4c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zM0%20.5L2.8%200c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.4-1%202.6-1.4%204-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.5-1.1-.7-2-.7-1.7%200-3.6%201.1-5.1%203v12.6H.5V4C.5%202.5.4%201.8%200%20.5zm19.7%204.6l2.7-.5v12.7c0%201.7.2%202.4%201%202.9.6.4%201.4.7%202.2.7%201.7%200%203.5-1.3%204.5-3.2V5.1l2.7-.5v12.5c0%202%20.1%202.6.4%203.3.2.4.3.6.8%201l-1.8%201.9c-1.2-1-1.7-1.7-1.9-2.8-1.3%201.8-3.2%202.7-5.6%202.7-2.2%200-4-.9-4.6-2.5-.3-.7-.5-1.6-.5-2.6v-13zm18.3%200l2.7-.6c.3.7.6%201.7.6%202.5v.1c.8-.9%201.2-1.1%202.2-1.7%201.1-.7%202-1%203-1%201.4%200%202.7.7%203.5%201.8.2.4.4.6.6%201.2%201.7-1.8%203.9-2.9%205.7-2.9%202.6%200%204.4%202%204.4%204.8v13.3h-2.8V9.5c0-1.7-.8-2.6-2.3-2.6-.9%200-1.8.4-2.6%201-.5.4-1.1.9-1.8%201.5l-.3.3v12.9h-2.8V10c0-1.5%200-1.8-.5-2.3-.4-.5-1-.7-1.8-.7-1.3%200-2.7.7-4.5%202.3v13.2h-2.7V9.4c0-2.4%200-2.8-.6-4.3zM66.1%205l2.9-.5c0%20.5.1%201.2.1%202.2v.5c1.5-1.7%203.3-2.6%205.2-2.6%201.8%200%203.5.8%204.7%202.2%201.3%201.6%202%203.8%202%207%200%202.8-.4%204.5-1.4%206.1-1.3%202.1-3.2%203.2-5.5%203.2-1.8%200-3.6-.8-4.9-2.1v5.2l-2.8.5V9.2c.1-1.9-.1-3.4-.3-4.2zm3.1%2013.4c1.3%201.5%202.8%202.3%204.3%202.3%201.6%200%203.1-.9%203.7-2.2.5-1.1.7-2.5.7-4.5%200-2.1-.3-4-.8-5.1-.6-1.2-1.8-1.9-3.3-1.9-1.8%200-3.4.9-4.7%202.5v8.9zM85.5.5l2.8-.5c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.5-1%202.7-1.4%204.1-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.4-1.2-.7-2.1-.7-1.7%200-3.6%201.1-5.1%203v12.6H86V4c0-1.5-.2-2.2-.5-3.5zm19.1%204.7l2.8-.7c.4.9.6%201.5.6%202.6v.3c1.3-1.8%203.2-2.9%205-2.9.5%200%201%20.2%201%20.2l-1.1%203c-.4-.1-.5-.1-.8-.1-1.1%200-2.1.5-2.9%201.3-.8.8-1%201.3-1%202.8v11.1h-2.8V9.1c-.2-2-.3-2.8-.8-3.9zM128%2019l1.1%201.8c-1.6%201.4-3.7%202.2-6%202.2-4.9%200-7.8-3.5-7.8-9.4%200-3%20.6-4.9%202.1-6.7%201.4-1.7%203.2-2.5%205.3-2.5%201.9%200%203.6.7%204.8%201.9%201.5%201.6%202%203.2%202%207.5v.4h-11v.4c0%201.7.2%202.9.8%203.9%201%201.5%202.6%202.2%204.4%202.2%201.7%200%203-.6%204.3-1.7zm-9.6-6.9h8.1c0-1.9-.3-3.1-.8-3.9-.6-1-1.8-1.6-3.2-1.6-2.5%200-3.9%201.9-4.1%205.5zm13.4-6.8l2.7-.9%203.6%2011.5c.5%201.7%201.1%204.4%201.1%204.4h.1s.7-2.3%201.1-3.7L143.9%205h3.2L141%2023.2c-.6%201.9-1.2%203.4-2.4%204.5-.7.7-1.8%201.3-2.9%201.5l-.8-1.9c.7-.1%201.8-.9%202.5-1.6.4-.5.6-1.4.6-1.4l-6.2-19zm33.5%2017.5c-1.4%200-3-1-4.4-2.2-1.6%201.4-3.6%202.4-6.2%202.4-3.5%200-5.5-2.4-5.5-5.1%200-2.6%201.5-4.1%204-5.1-1.3-1.4-2.1-2.4-2.1-4.3%200-2.1%201.9-3.9%204.7-3.9%202.8%200%204.6%201.6%204.6%203.9%200%202.2-1.6%203.6-3.7%204.7.9%201.1%203.1%203.4%204.5%204.6%201.1-1.2%202.3-3%202.6-4.2l2%20.5c-.4%201.5-1.5%203.3-3.1%205%201.3%201.2%202.6%202%203.8%201.8l.5%201.5c-.5.2-1.1.4-1.7.4zm-10.9-8.7c-2.1.9-2.7%202-2.7%203.5%200%201.9%201.4%203.3%203.6%203.3%201.2%200%202.8-.5%204-1.6-1.4-1.4-3.7-3.8-4.9-5.2zm1.3-7.7c-1.6%200-2.2%201.1-2.2%201.9%200%201%20.5%201.8%201.8%203.4%201.7-.9%202.7-2%202.7-3.2-.1-.8-.6-2.1-2.3-2.1zm26%200l-1.5%201.9c-1.4-1.1-2.1-1.4-3.4-1.4-1.4%200-2.7.8-3.3%202-.7%201.2-1%203.2-1%205.8%200%204%201.5%206.1%204.4%206.1%201.4%200%202.8-.7%203.8-1.9l1.5%201.8c-1.6%201.7-3.2%202.3-5.4%202.3-2.5%200-4.4-.9-5.6-2.7-1.2-1.7-1.7-3.7-1.7-6.3%200-3.9%201.1-6%202.7-7.5%201.4-1.4%202.9-2.1%204.8-2.1%202.1.1%203.4.9%204.7%202zm10.6-1.9c2.9%200%204.9%201.3%206.1%203.1%201.1%201.6%201.6%203.7%201.6%206.6%200%203.4-.8%205.6-2.8%207.3-1.4%201.2-2.8%201.7-4.8%201.7-4.7%200-7.6-3.6-7.6-9.4%200-5.8%202.9-9.3%207.5-9.3zm0%202.3c-1.6%200-3%20.8-3.6%201.9-.6%201.1-.9%202.5-.9%204.6%200%202.5.4%204.7%201.1%205.8.6%201.1%202.1%201.8%203.6%201.8%201.8%200%203.2-1%203.8-2.7.4-1.1.5-2.1.5-3.8%200-2.5-.3-4.2-.8-5.3-.7-1.6-2.3-2.3-3.7-2.3z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
  display: inline-block;
  vertical-align: middle;
  width: 536px;
  height: 80px;
}

.x-style-sprite-fixed {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25em;
  height: 4.75em;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%2038.6%22%3E%3Cpath%20d%3D%22M2.3%2036.8c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm5.4-.1v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-5.9h.6v2.4c.4-.3.8-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm5%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.5-1.4c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.8%203.4c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.3.2-.7.4-1.1.4zm3.2-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1H23zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.2%201.4c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3%203.6c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.2%200-.7.2-1.2.2zm.6-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm8.1%203.4l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.3-.5c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.5zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.3%202c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm4.4%200c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.3.3-.7.5-1.3.5zm5.7-.5c-.3.3-.7.5-1.2.5s-.9-.2-1.2-.5c-.4-.4-.5-.9-.5-1.6%200-.6.2-1.2.5-1.6.3-.3.7-.5%201.2-.5s.9.2%201.2.5c.3.4.5.9.5%201.6.1.7-.1%201.2-.5%201.6zm-1.2-3.1c-.7%200-1.2.6-1.2%201.5s.4%201.5%201.2%201.5c.7%200%201.2-.6%201.2-1.5s-.5-1.5-1.2-1.5zm6.2%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm5.1%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7H73v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5.1%201.9v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm3.5%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm6.5%201.8v-8.4h.6v8.4h-.6zm7-1.8c-.5%200-.9-.1-1.1-.2v-5.7h.6v2c.3-.1.6-.2.9-.2.9%200%201.7.6%201.7%201.9%200%201.4-1%202.2-2.1%202.2zm.3-3.6c-.4%200-.6.1-.8.2v2.7c.2.1.4.1.6.1.8%200%201.4-.7%201.4-1.6%200-.8-.4-1.4-1.2-1.4zm6.3%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm3.3.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm3.7-4.9c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.1.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm5.3%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.1-1.9c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm1-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm4.2%203.6c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm4.1%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm9.9-.1c-.3%200-.7-.2-1-.5-.4.3-.8.6-1.5.6-.8%200-1.3-.6-1.3-1.2s.3-1%20.9-1.2c-.3-.3-.5-.6-.5-1%200-.5.4-.9%201.1-.9.7%200%201.1.4%201.1.9s-.4.8-.9%201.1c.2.3.7.8%201%201.1.3-.3.5-.7.6-1l.5.1c-.1.4-.4.8-.7%201.2.3.3.6.5.9.4l.1.4h-.3zm-2.5-2c-.5.2-.6.5-.6.8%200%20.4.3.8.8.8.3%200%20.7-.1.9-.4-.3-.3-.9-.9-1.1-1.2zm.3-1.8c-.4%200-.5.3-.5.5s.1.4.4.8c.4-.2.6-.5.6-.7%200-.3-.1-.6-.5-.6zm8.2%203.9c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5%201.9l-1.1-1.6-1.1%201.6h-.7l1.4-2-1.3-1.9h.7l1%201.5%201-1.5h.7l-1.3%201.9%201.3%202h-.6zm7.7%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.4%202c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.1%200-.6.2-1.2.2zm.7-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm4.2%203.4h-.5l-1.5-3.9h.6l1.1%203.1%201.3-3.1h.6l-1.6%203.9zm3.6-4.8c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm3.6.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm3.7-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c.1-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.5%203.4c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zM0%20.5L2.8%200c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.4-1%202.6-1.4%204-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.5-1.1-.7-2-.7-1.7%200-3.6%201.1-5.1%203v12.6H.5V4C.5%202.5.4%201.8%200%20.5zm19.7%204.6l2.7-.5v12.7c0%201.7.2%202.4%201%202.9.6.4%201.4.7%202.2.7%201.7%200%203.5-1.3%204.5-3.2V5.1l2.7-.5v12.5c0%202%20.1%202.6.4%203.3.2.4.3.6.8%201l-1.8%201.9c-1.2-1-1.7-1.7-1.9-2.8-1.3%201.8-3.2%202.7-5.6%202.7-2.2%200-4-.9-4.6-2.5-.3-.7-.5-1.6-.5-2.6v-13zm18.3%200l2.7-.6c.3.7.6%201.7.6%202.5v.1c.8-.9%201.2-1.1%202.2-1.7%201.1-.7%202-1%203-1%201.4%200%202.7.7%203.5%201.8.2.4.4.6.6%201.2%201.7-1.8%203.9-2.9%205.7-2.9%202.6%200%204.4%202%204.4%204.8v13.3h-2.8V9.5c0-1.7-.8-2.6-2.3-2.6-.9%200-1.8.4-2.6%201-.5.4-1.1.9-1.8%201.5l-.3.3v12.9h-2.8V10c0-1.5%200-1.8-.5-2.3-.4-.5-1-.7-1.8-.7-1.3%200-2.7.7-4.5%202.3v13.2h-2.7V9.4c0-2.4%200-2.8-.6-4.3zM66.1%205l2.9-.5c0%20.5.1%201.2.1%202.2v.5c1.5-1.7%203.3-2.6%205.2-2.6%201.8%200%203.5.8%204.7%202.2%201.3%201.6%202%203.8%202%207%200%202.8-.4%204.5-1.4%206.1-1.3%202.1-3.2%203.2-5.5%203.2-1.8%200-3.6-.8-4.9-2.1v5.2l-2.8.5V9.2c.1-1.9-.1-3.4-.3-4.2zm3.1%2013.4c1.3%201.5%202.8%202.3%204.3%202.3%201.6%200%203.1-.9%203.7-2.2.5-1.1.7-2.5.7-4.5%200-2.1-.3-4-.8-5.1-.6-1.2-1.8-1.9-3.3-1.9-1.8%200-3.4.9-4.7%202.5v8.9zM85.5.5l2.8-.5c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.5-1%202.7-1.4%204.1-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.4-1.2-.7-2.1-.7-1.7%200-3.6%201.1-5.1%203v12.6H86V4c0-1.5-.2-2.2-.5-3.5zm19.1%204.7l2.8-.7c.4.9.6%201.5.6%202.6v.3c1.3-1.8%203.2-2.9%205-2.9.5%200%201%20.2%201%20.2l-1.1%203c-.4-.1-.5-.1-.8-.1-1.1%200-2.1.5-2.9%201.3-.8.8-1%201.3-1%202.8v11.1h-2.8V9.1c-.2-2-.3-2.8-.8-3.9zM128%2019l1.1%201.8c-1.6%201.4-3.7%202.2-6%202.2-4.9%200-7.8-3.5-7.8-9.4%200-3%20.6-4.9%202.1-6.7%201.4-1.7%203.2-2.5%205.3-2.5%201.9%200%203.6.7%204.8%201.9%201.5%201.6%202%203.2%202%207.5v.4h-11v.4c0%201.7.2%202.9.8%203.9%201%201.5%202.6%202.2%204.4%202.2%201.7%200%203-.6%204.3-1.7zm-9.6-6.9h8.1c0-1.9-.3-3.1-.8-3.9-.6-1-1.8-1.6-3.2-1.6-2.5%200-3.9%201.9-4.1%205.5zm13.4-6.8l2.7-.9%203.6%2011.5c.5%201.7%201.1%204.4%201.1%204.4h.1s.7-2.3%201.1-3.7L143.9%205h3.2L141%2023.2c-.6%201.9-1.2%203.4-2.4%204.5-.7.7-1.8%201.3-2.9%201.5l-.8-1.9c.7-.1%201.8-.9%202.5-1.6.4-.5.6-1.4.6-1.4l-6.2-19zm33.5%2017.5c-1.4%200-3-1-4.4-2.2-1.6%201.4-3.6%202.4-6.2%202.4-3.5%200-5.5-2.4-5.5-5.1%200-2.6%201.5-4.1%204-5.1-1.3-1.4-2.1-2.4-2.1-4.3%200-2.1%201.9-3.9%204.7-3.9%202.8%200%204.6%201.6%204.6%203.9%200%202.2-1.6%203.6-3.7%204.7.9%201.1%203.1%203.4%204.5%204.6%201.1-1.2%202.3-3%202.6-4.2l2%20.5c-.4%201.5-1.5%203.3-3.1%205%201.3%201.2%202.6%202%203.8%201.8l.5%201.5c-.5.2-1.1.4-1.7.4zm-10.9-8.7c-2.1.9-2.7%202-2.7%203.5%200%201.9%201.4%203.3%203.6%203.3%201.2%200%202.8-.5%204-1.6-1.4-1.4-3.7-3.8-4.9-5.2zm1.3-7.7c-1.6%200-2.2%201.1-2.2%201.9%200%201%20.5%201.8%201.8%203.4%201.7-.9%202.7-2%202.7-3.2-.1-.8-.6-2.1-2.3-2.1zm26%200l-1.5%201.9c-1.4-1.1-2.1-1.4-3.4-1.4-1.4%200-2.7.8-3.3%202-.7%201.2-1%203.2-1%205.8%200%204%201.5%206.1%204.4%206.1%201.4%200%202.8-.7%203.8-1.9l1.5%201.8c-1.6%201.7-3.2%202.3-5.4%202.3-2.5%200-4.4-.9-5.6-2.7-1.2-1.7-1.7-3.7-1.7-6.3%200-3.9%201.1-6%202.7-7.5%201.4-1.4%202.9-2.1%204.8-2.1%202.1.1%203.4.9%204.7%202zm10.6-1.9c2.9%200%204.9%201.3%206.1%203.1%201.1%201.6%201.6%203.7%201.6%206.6%200%203.4-.8%205.6-2.8%207.3-1.4%201.2-2.8%201.7-4.8%201.7-4.7%200-7.6-3.6-7.6-9.4%200-5.8%202.9-9.3%207.5-9.3zm0%202.3c-1.6%200-3%20.8-3.6%201.9-.6%201.1-.9%202.5-.9%204.6%200%202.5.4%204.7%201.1%205.8.6%201.1%202.1%201.8%203.6%201.8%201.8%200%203.2-1%203.8-2.7.4-1.1.5-2.1.5-3.8%200-2.5-.3-4.2-.8-5.3-.7-1.6-2.3-2.3-3.7-2.3z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.x-style-sprite-ratio {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%2038.6%22%3E%3Cpath%20d%3D%22M2.3%2036.8c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm5.4-.1v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-5.9h.6v2.4c.4-.3.8-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm5%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.5-1.4c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.8%203.4c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.3.2-.7.4-1.1.4zm3.2-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1H23zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.2%201.4c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm5.3%203.6c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.2%200-.7.2-1.2.2zm.6-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm8.1%203.4l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.3-.5c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.5zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.3%202c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.4.3-.8.5-1.3.5zm4.4%200c-1.2%200-1.8-.9-1.8-2s.6-2.1%201.9-2.1c.4%200%20.7.1%201%20.2v.6c-.2-.2-.6-.3-1-.3-.8%200-1.3.7-1.3%201.5%200%20.9.5%201.5%201.3%201.5.4%200%20.7-.1%201-.3l.2.4c-.3.3-.7.5-1.3.5zm5.7-.5c-.3.3-.7.5-1.2.5s-.9-.2-1.2-.5c-.4-.4-.5-.9-.5-1.6%200-.6.2-1.2.5-1.6.3-.3.7-.5%201.2-.5s.9.2%201.2.5c.3.4.5.9.5%201.6.1.7-.1%201.2-.5%201.6zm-1.2-3.1c-.7%200-1.2.6-1.2%201.5s.4%201.5%201.2%201.5c.7%200%201.2-.6%201.2-1.5s-.5-1.5-1.2-1.5zm6.2%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm5.1%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7H73v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5.1%201.9v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.8.1c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm3.5%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm6.5%201.8v-8.4h.6v8.4h-.6zm7-1.8c-.5%200-.9-.1-1.1-.2v-5.7h.6v2c.3-.1.6-.2.9-.2.9%200%201.7.6%201.7%201.9%200%201.4-1%202.2-2.1%202.2zm.3-3.6c-.4%200-.6.1-.8.2v2.7c.2.1.4.1.6.1.8%200%201.4-.7%201.4-1.6%200-.8-.4-1.4-1.2-1.4zm6.3%203.5l-.2-.4c-.3.2-.7.5-1.3.5-.5%200-1.2-.3-1.2-1.4v-2.6h.6v2.6c0%20.7.3.9.8.9s.9-.3%201-.5v-3h.6V35c0%201.2%200%201.5.1%201.6h-.4zm3.3.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm3.7-4.9c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.1.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm5.3%200v-2.4c0-.5-.1-1-.7-1-.5%200-.9.3-1.2.6v2.8h-.6v-3.9h.5l.1.5c.5-.3.9-.6%201.4-.6.6%200%201.1.4%201.1%201.4v2.6h-.6zm3.1-1.9c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm1-1.6c-.6%200-.9.5-.9%201.1h1.8c0-.5-.3-1.1-.9-1.1zm4.2%203.6c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zm4.1%200c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm9.9-.1c-.3%200-.7-.2-1-.5-.4.3-.8.6-1.5.6-.8%200-1.3-.6-1.3-1.2s.3-1%20.9-1.2c-.3-.3-.5-.6-.5-1%200-.5.4-.9%201.1-.9.7%200%201.1.4%201.1.9s-.4.8-.9%201.1c.2.3.7.8%201%201.1.3-.3.5-.7.6-1l.5.1c-.1.4-.4.8-.7%201.2.3.3.6.5.9.4l.1.4h-.3zm-2.5-2c-.5.2-.6.5-.6.8%200%20.4.3.8.8.8.3%200%20.7-.1.9-.4-.3-.3-.9-.9-1.1-1.2zm.3-1.8c-.4%200-.5.3-.5.5s.1.4.4.8c.4-.2.6-.5.6-.7%200-.3-.1-.6-.5-.6zm8.2%203.9c-.6%200-.8-.3-.8-.8v-2.7h-.6v-.5h.6v-.9l.6-.2v1.1h1.2l-.2.5h-1v2.5c0%20.3.1.5.4.5.3%200%20.5-.2.7-.3l.2.4c-.4.2-.8.4-1.1.4zm5.1-.1l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm5%201.9l-1.1-1.6-1.1%201.6h-.7l1.4-2-1.3-1.9h.7l1%201.5%201-1.5h.7l-1.3%201.9%201.3%202h-.6zm7.7%200l-.2-.4c-.2.2-.6.5-1.2.5s-1.2-.5-1.2-1.2c0-.8.5-1.2%201.6-1.3h.8v-.2c0-.7-.3-.9-.8-.9s-.8.2-1%20.4l-.2-.4c.5-.3.9-.4%201.4-.4.7%200%201.3.3%201.3%201.3v1.2c0%201.1%200%201.4.1%201.5h-.6zm-.2-1.9h-.8c-.7%200-1%20.3-1%20.7%200%20.4.2.7.8.7.5%200%20.8-.3%201-.4v-1zm4.4%202c-1.1%200-2-.6-2-2%200-1.2.9-2.1%202-2.1.3%200%20.5%200%20.6.1v-1.9h.6v5.7c-.1%200-.6.2-1.2.2zm.7-3.5c-.2-.1-.3-.1-.6-.1-.8%200-1.4.6-1.4%201.5s.5%201.5%201.5%201.5c.2%200%20.4%200%20.5-.1v-2.8zm4.2%203.4h-.5l-1.5-3.9h.6l1.1%203.1%201.3-3.1h.6l-1.6%203.9zm3.6-4.8c-.2%200-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zm-.3%204.8v-3.9h.6v3.9h-.6zm3.6.1c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9%200%20.8-.6%201.2-1.4%201.2zm3.7-2c0%20.7.4%201.4%201.3%201.4.3%200%20.7-.1.9-.3l.2.4c-.3.2-.8.4-1.2.4-1.2%200-1.8-1-1.8-2.1s.6-2%201.6-2%201.6.8%201.6%202v.1h-2.6zm.9-1.6c-.6%200-.9.5-.9%201.1h1.8c.1-.5-.3-1.1-.9-1.1zm5.3.2c-.1%200-.2-.1-.4-.1s-.6.2-.9.5v2.9h-.6v-3.9h.5l.1.4c.5-.5.8-.5%201.1-.5.2%200%20.3.1.4.1l-.2.6zm2.5%203.4c-.6%200-.9-.1-1.2-.3l.2-.5c.2.1.5.3%201%20.3s.8-.2.8-.6c0-1-1.8-.6-1.8-2%200-.6.4-1%201.3-1%20.4%200%20.7.1%201%20.2v.5c-.3-.1-.6-.2-1-.2s-.7.1-.7.5c0%20.9%201.8.7%201.8%201.9.1.8-.6%201.2-1.4%201.2zM0%20.5L2.8%200c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.4-1%202.6-1.4%204-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.5-1.1-.7-2-.7-1.7%200-3.6%201.1-5.1%203v12.6H.5V4C.5%202.5.4%201.8%200%20.5zm19.7%204.6l2.7-.5v12.7c0%201.7.2%202.4%201%202.9.6.4%201.4.7%202.2.7%201.7%200%203.5-1.3%204.5-3.2V5.1l2.7-.5v12.5c0%202%20.1%202.6.4%203.3.2.4.3.6.8%201l-1.8%201.9c-1.2-1-1.7-1.7-1.9-2.8-1.3%201.8-3.2%202.7-5.6%202.7-2.2%200-4-.9-4.6-2.5-.3-.7-.5-1.6-.5-2.6v-13zm18.3%200l2.7-.6c.3.7.6%201.7.6%202.5v.1c.8-.9%201.2-1.1%202.2-1.7%201.1-.7%202-1%203-1%201.4%200%202.7.7%203.5%201.8.2.4.4.6.6%201.2%201.7-1.8%203.9-2.9%205.7-2.9%202.6%200%204.4%202%204.4%204.8v13.3h-2.8V9.5c0-1.7-.8-2.6-2.3-2.6-.9%200-1.8.4-2.6%201-.5.4-1.1.9-1.8%201.5l-.3.3v12.9h-2.8V10c0-1.5%200-1.8-.5-2.3-.4-.5-1-.7-1.8-.7-1.3%200-2.7.7-4.5%202.3v13.2h-2.7V9.4c0-2.4%200-2.8-.6-4.3zM66.1%205l2.9-.5c0%20.5.1%201.2.1%202.2v.5c1.5-1.7%203.3-2.6%205.2-2.6%201.8%200%203.5.8%204.7%202.2%201.3%201.6%202%203.8%202%207%200%202.8-.4%204.5-1.4%206.1-1.3%202.1-3.2%203.2-5.5%203.2-1.8%200-3.6-.8-4.9-2.1v5.2l-2.8.5V9.2c.1-1.9-.1-3.4-.3-4.2zm3.1%2013.4c1.3%201.5%202.8%202.3%204.3%202.3%201.6%200%203.1-.9%203.7-2.2.5-1.1.7-2.5.7-4.5%200-2.1-.3-4-.8-5.1-.6-1.2-1.8-1.9-3.3-1.9-1.8%200-3.4.9-4.7%202.5v8.9zM85.5.5l2.8-.5c.3%201.2.5%202.3.5%204.1V5c0%20.7%200%201.5-.1%202.4.7-.6%201-.9%201.8-1.4%201.5-1%202.7-1.4%204.1-1.4%202.1%200%204%201.2%204.5%202.8.2.7.3%201.3.3%202.6v12.7h-2.7V10.4c0-1.3-.2-2.1-.7-2.6-.4-.4-1.2-.7-2.1-.7-1.7%200-3.6%201.1-5.1%203v12.6H86V4c0-1.5-.2-2.2-.5-3.5zm19.1%204.7l2.8-.7c.4.9.6%201.5.6%202.6v.3c1.3-1.8%203.2-2.9%205-2.9.5%200%201%20.2%201%20.2l-1.1%203c-.4-.1-.5-.1-.8-.1-1.1%200-2.1.5-2.9%201.3-.8.8-1%201.3-1%202.8v11.1h-2.8V9.1c-.2-2-.3-2.8-.8-3.9zM128%2019l1.1%201.8c-1.6%201.4-3.7%202.2-6%202.2-4.9%200-7.8-3.5-7.8-9.4%200-3%20.6-4.9%202.1-6.7%201.4-1.7%203.2-2.5%205.3-2.5%201.9%200%203.6.7%204.8%201.9%201.5%201.6%202%203.2%202%207.5v.4h-11v.4c0%201.7.2%202.9.8%203.9%201%201.5%202.6%202.2%204.4%202.2%201.7%200%203-.6%204.3-1.7zm-9.6-6.9h8.1c0-1.9-.3-3.1-.8-3.9-.6-1-1.8-1.6-3.2-1.6-2.5%200-3.9%201.9-4.1%205.5zm13.4-6.8l2.7-.9%203.6%2011.5c.5%201.7%201.1%204.4%201.1%204.4h.1s.7-2.3%201.1-3.7L143.9%205h3.2L141%2023.2c-.6%201.9-1.2%203.4-2.4%204.5-.7.7-1.8%201.3-2.9%201.5l-.8-1.9c.7-.1%201.8-.9%202.5-1.6.4-.5.6-1.4.6-1.4l-6.2-19zm33.5%2017.5c-1.4%200-3-1-4.4-2.2-1.6%201.4-3.6%202.4-6.2%202.4-3.5%200-5.5-2.4-5.5-5.1%200-2.6%201.5-4.1%204-5.1-1.3-1.4-2.1-2.4-2.1-4.3%200-2.1%201.9-3.9%204.7-3.9%202.8%200%204.6%201.6%204.6%203.9%200%202.2-1.6%203.6-3.7%204.7.9%201.1%203.1%203.4%204.5%204.6%201.1-1.2%202.3-3%202.6-4.2l2%20.5c-.4%201.5-1.5%203.3-3.1%205%201.3%201.2%202.6%202%203.8%201.8l.5%201.5c-.5.2-1.1.4-1.7.4zm-10.9-8.7c-2.1.9-2.7%202-2.7%203.5%200%201.9%201.4%203.3%203.6%203.3%201.2%200%202.8-.5%204-1.6-1.4-1.4-3.7-3.8-4.9-5.2zm1.3-7.7c-1.6%200-2.2%201.1-2.2%201.9%200%201%20.5%201.8%201.8%203.4%201.7-.9%202.7-2%202.7-3.2-.1-.8-.6-2.1-2.3-2.1zm26%200l-1.5%201.9c-1.4-1.1-2.1-1.4-3.4-1.4-1.4%200-2.7.8-3.3%202-.7%201.2-1%203.2-1%205.8%200%204%201.5%206.1%204.4%206.1%201.4%200%202.8-.7%203.8-1.9l1.5%201.8c-1.6%201.7-3.2%202.3-5.4%202.3-2.5%200-4.4-.9-5.6-2.7-1.2-1.7-1.7-3.7-1.7-6.3%200-3.9%201.1-6%202.7-7.5%201.4-1.4%202.9-2.1%204.8-2.1%202.1.1%203.4.9%204.7%202zm10.6-1.9c2.9%200%204.9%201.3%206.1%203.1%201.1%201.6%201.6%203.7%201.6%206.6%200%203.4-.8%205.6-2.8%207.3-1.4%201.2-2.8%201.7-4.8%201.7-4.7%200-7.6-3.6-7.6-9.4%200-5.8%202.9-9.3%207.5-9.3zm0%202.3c-1.6%200-3%20.8-3.6%201.9-.6%201.1-.9%202.5-.9%204.6%200%202.5.4%204.7%201.1%205.8.6%201.1%202.1%201.8%203.6%201.8%201.8%200%203.2-1%203.8-2.7.4-1.1.5-2.1.5-3.8%200-2.5-.3-4.2-.8-5.3-.7-1.6-2.3-2.3-3.7-2.3z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E');
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.x-style-sprite-ratio::before {
  content: '';
  padding-top: 29.85074627%;
}

.x-style-box {
  width: 20em;
  border: 1px solid #e6e6e6;
  padding: 1em;
}

.x-style-box__large {
  font-size: 2rem;
}

/* Ratio */
.u-ratio, .person::before, .stat_image::before, .x-style-sprite-ratio::before {
  box-sizing: content-box;
  display: block;
  margin-top: 0;
}

/* Size */
.u-tiny {
  max-width: 6.25em;
}

.u-small {
  max-width: 12.5em;
}

.u-medium {
  max-width: 25em;
}

.u-large {
  max-width: 37.5em;
}

/* Alignment */
.u-left {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 62.25em) {
  .u-left {
    margin-left: 0;
    margin-right: auto;
  }
}

.u-left-wrap {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 62.25em) {
  .u-left-wrap {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  .u-left-wrap:first-child + * {
    margin-top: 0;
  }
}

.u-right {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 62.25em) {
  .u-right {
    margin-left: auto;
    margin-right: 0;
  }
}

.u-right-wrap {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 62.25em) {
  .u-right-wrap {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }
  .u-right-wrap:first-child + * {
    margin-top: 0;
  }
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

.u-center-wrap {
  margin-left: auto;
  margin-right: auto;
}

/* Text Alignment */
.u-text-left {
  text-align: left;
}

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

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

/* Hidden */
.u-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-hidden__focusable:active, .u-hidden__focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.u-thin {
  max-width: 800px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}
